Re: [PATCH v2 06/13] um: Improve panic notifiers consistency and ordering

2022-08-15 Thread Johannes Berg
On Tue, 2022-08-09 at 16:03 -0300, Guilherme G. Piccoli wrote: > On 09/08/2022 15:09, Johannes Berg wrote: > > [...] > > > > V2: > > > > - Kept the notifier header to avoid implicit usage - thanks > > > > Johannes for the suggestion! > >

Re: [PATCH v2 06/13] um: Improve panic notifiers consistency and ordering

2022-08-15 Thread Johannes Berg
ole and arch notifier is important, > > given that the arch one effectively triggers a core dump. > > > > Fix that by running the mconsole notifier as the first panic > > notifier, followed by the architecture one (that coredumps). > > > > Cc: Anton Ivanov

Re: [PATCH 11/30] um: Improve panic notifiers consistency and ordering

2022-05-16 Thread Johannes Berg
On Wed, 2022-05-11 at 17:22 -0300, Guilherme G. Piccoli wrote: > On 10/05/2022 11:28, Petr Mladek wrote: > > [...] > > It is not clear to me why user mode linux should not care about > > the other notifiers. It might be because I do not know much > > about the user mode linux. > > > > Is the