diff options
author | Steven Rostedt <[email protected]> | 2015-05-09 03:06:23 +0930 |
---|---|---|
committer | Rusty Russell <[email protected]> | 2015-05-09 03:29:24 +0930 |
commit | 37815bf866ab6722a47550f8d25ad3f1a16a680c (patch) | |
tree | fdb27ea2c0267dea6a4ce5cfcaad8c32db47a15e /tools/perf/scripts/python/Perf-Trace-Util/lib/Perf | |
parent | 3e0283a53f7d2f2dae7bc4aa7f3104cb5988018f (diff) |
module: Call module notifier on failure after complete_formation()
The module notifier call chain for MODULE_STATE_COMING was moved up before
the parsing of args, into the complete_formation() call. But if the module failed
to load after that, the notifier call chain for MODULE_STATE_GOING was
never called and that prevented the users of those call chains from
cleaning up anything that was allocated.
Link: http://lkml.kernel.org/r/[email protected]
Reported-by: Pontus Fuchs <[email protected]>
Fixes: 4982223e51e8 "module: set nx before marking module MODULE_STATE_COMING"
Cc: [email protected] # 3.16+
Signed-off-by: Steven Rostedt <[email protected]>
Signed-off-by: Rusty Russell <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util/lib/Perf')
0 files changed, 0 insertions, 0 deletions