Re: [PATCH] panic: use error_report_end tracepoint on warnings

From: Marco Elver
Date: Fri Dec 10 2021 - 18:38:37 EST


On Sat, 11 Dec 2021 at 00:35, Steven Rostedt <rostedt@xxxxxxxxxxx> wrote:
>
> On Mon, 15 Nov 2021 16:55:17 +0200
> Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> wrote:
>
> > > > > ERROR_DETECTOR_KFENCE,
> > > > > - ERROR_DETECTOR_KASAN
> > > > > + ERROR_DETECTOR_KASAN,
> > > > > + ERROR_DETECTOR_WARN
> > > >
> > > > ...which exactly shows my point (given many times somewhere else) why comma
> > > > is good to have when we are not sure the item is a terminator one in the enum
> > > > or array of elements.
> > >
> > > So you want me to add a comma?
> >
> > Yes. And you see exactly why I'm asking for that.
> >
> > > (I'm not participating in bikeshedding here, just tell me what to do.)
> >
> > Done!
>
> Is there going to be another patch set? Or did I miss it?

Andrew was kind enough to fix it up for me. :-)
It's already in -mm:
https://www.spinics.net/lists/mm-commits/msg161488.html
https://www.spinics.net/lists/mm-commits/msg161487.html

Thanks,
-- Marco