Re: [RFC PATCH 1/3] Add ability to keep track of callers of symbol_(get|put)

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Trent Piepho
Date: Monday, March 12, 2007 - 7:07 am

On Sun, 11 Mar 2007, Andrew Morton wrote:

New version attached.  Coding-style should be fixed, and hopefully this
will not be word-wrapped.

There were some bugs with NULL as the user in symbol_(get|put), that should
be fixed now.

I've added an error message for when a module tries to symbol_put() a
module that it's not using.  This should keep the putted module's ref count
from being set to -1, which is what happens now.  It should also make it a
lot easier to track down where the extra symbol_put()s are comming from.
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[RFC PATCH 1/3] Add ability to keep track of callers of sy ..., Mauro Carvalho Chehab, (Fri Mar 9, 9:31 pm)
Re: [RFC PATCH 1/3] Add ability to keep track of callers o ..., Trent Piepho, (Mon Mar 12, 7:07 am)