Re: [PATCH net-next v4 00/19] xdp: a fistful of generic changes (+libeth_xdp)
From: Jakub Kicinski
Date: Tue Nov 12 2024 - 21:05:21 EST
On Tue, 12 Nov 2024 16:23:28 +0100 Alexander Lobakin wrote:
> > include/net/libeth/xsk.h:93:2-3: Unneeded semicolon
> > include/net/libeth/xdp.h:660:2-3: Unneeded semicolon
> > include/net/libeth/xdp.h:957:2-3: Unneeded semicolon
> >
> > :(
>
> OMG, shame on me >_<
> How did you catch that? IIRC I didn't have anything in
> `checkpatch --strict`...
It's coccicheck, make coccicheck. Which takes a year and a half to run.
Filtering down the files to run on helps a little bit:
https://github.com/linux-netdev/nipa/blob/main/contest/tests/cocci-check.sh
TBH I don't expect people to run this, it's too slow and noisy.