Searched hist:"1 b2439dbb703ae8d95a9ce7ece6b7800b80f41f0" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/kernel/ |
H A D | notifier.c | diff 1b2439dbb703ae8d95a9ce7ece6b7800b80f41f0 Fri Aug 15 17:29:38 CDT 2008 Arjan van de Ven <arjan@linux.intel.com> debug: add notifier chain debugging
during some development we suspected a case where we left something in a notifier chain that was from a module that was unloaded already... and that sort of thing is rather hard to track down.
This patch adds a very simple sanity check (which isn't all that expensive) to make sure the notifier we're about to call is actually from either the kernel itself of from a still-loaded module, avoiding a hard-to-chase-down crash.
Signed-off-by: Arjan van de Ven <arjan@linux.intel.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
/openbmc/linux/lib/ |
H A D | Kconfig.debug | diff 1b2439dbb703ae8d95a9ce7ece6b7800b80f41f0 Fri Aug 15 17:29:38 CDT 2008 Arjan van de Ven <arjan@linux.intel.com> debug: add notifier chain debugging
during some development we suspected a case where we left something in a notifier chain that was from a module that was unloaded already... and that sort of thing is rather hard to track down.
This patch adds a very simple sanity check (which isn't all that expensive) to make sure the notifier we're about to call is actually from either the kernel itself of from a still-loaded module, avoiding a hard-to-chase-down crash.
Signed-off-by: Arjan van de Ven <arjan@linux.intel.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
|