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

From: Steven Rostedt
Date: Fri Dec 10 2021 - 18:35:30 EST


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?

-- Steve