[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20241112180506.3c523f63@kernel.org>
Date: Tue, 12 Nov 2024 18:05:06 -0800
From: Jakub Kicinski <kuba@...nel.org>
To: Alexander Lobakin <aleksander.lobakin@...el.com>
Cc: "David S. Miller" <davem@...emloft.net>, Eric Dumazet
<edumazet@...gle.com>, Paolo Abeni <pabeni@...hat.com>, Toke
Høiland-Jørgensen <toke@...hat.com>, "Alexei
Starovoitov" <ast@...nel.org>, Daniel Borkmann <daniel@...earbox.net>,
"John Fastabend" <john.fastabend@...il.com>, Andrii Nakryiko
<andrii@...nel.org>, Maciej Fijalkowski <maciej.fijalkowski@...el.com>,
Stanislav Fomichev <sdf@...ichev.me>, Magnus Karlsson
<magnus.karlsson@...el.com>, <nex.sw.ncis.osdt.itp.upstreaming@...el.com>,
<bpf@...r.kernel.org>, <netdev@...r.kernel.org>,
<linux-kernel@...r.kernel.org>
Subject: Re: [PATCH net-next v4 00/19] xdp: a fistful of generic changes
(+libeth_xdp)
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.
Powered by blists - more mailing lists