Re: [PATCH 1/4] tracing: add error_report trace points

From: Steven Rostedt
Date: Fri Jan 15 2021 - 11:18:53 EST


On Fri, 15 Jan 2021 13:53:19 +0100
Alexander Potapenko <glider@xxxxxxxxxx> wrote:

> > #define REPORT_TOOL_LIST \
> > EM(KFENCE, kfence) \
> > EMe(KASAN, kasan)
>
> Thanks, will be done in v2!
> Note that checkpatch doesn't really like this declaration style,
> claiming that "Macros with complex values should be enclosed in
> parentheses".
> (although it is consistent with what's done in other trace event headers)

checkpatch.pl hates most of the tracing macro code ;-)

It's the one place that you can mostly ignore checkpatch reports.

-- Steve