Re: [PATCH] module: Call module notifier on failure after complete_formation()

2015-05-08 Thread Rusty Russell
Steven Rostedt writes: > On Fri, 8 May 2015 11:17:36 -0400 > Steven Rostedt wrote: > >> >> 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

Re: [PATCH] module: Call module notifier on failure after complete_formation()

2015-05-08 Thread Steven Rostedt
On Fri, 8 May 2015 11:17:36 -0400 Steven Rostedt wrote: > > 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 >

[PATCH] module: Call module notifier on failure after complete_formation()

2015-05-08 Thread Steven Rostedt
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 c