Re: [RFC] checkpatch: detect missing changes to trace-events

2020-08-07 Thread Claudio Fontana
On 8/7/20 8:21 AM, Markus Armbruster wrote: > Claudio Fontana writes: > >> Signed-off-by: Claudio Fontana >> --- >> scripts/checkpatch.pl | 18 ++ >> 1 file changed, 14 insertions(+), 4 deletions(-) >> >> We could do something similar to MAINTAINERS for trace-events, >> ie warni

Re: [RFC] checkpatch: detect missing changes to trace-events

2020-08-06 Thread Markus Armbruster
Claudio Fontana writes: > Signed-off-by: Claudio Fontana > --- > scripts/checkpatch.pl | 18 ++ > 1 file changed, 14 insertions(+), 4 deletions(-) > > We could do something similar to MAINTAINERS for trace-events, > ie warning about files added, moved, deleted if we don't see >

[RFC] checkpatch: detect missing changes to trace-events

2020-08-06 Thread Claudio Fontana
Signed-off-by: Claudio Fontana --- scripts/checkpatch.pl | 18 ++ 1 file changed, 14 insertions(+), 4 deletions(-) We could do something similar to MAINTAINERS for trace-events, ie warning about files added, moved, deleted if we don't see an update to a trace-events file. To mak