On Fri, 08 Mar 2024 18:50:11 +0200 Kalle Valo wrote: > > coccicheck flags: > > > > drivers/net/wireless/realtek/rtw89/rtw8922a.c:2235:2-4: WARNING: possible condition with no effect (if == else) > > Thanks, but how did you find this? I'm asking just to understand your process, at > least the pull request shows all green: > > https://patchwork.kernel.org/project/netdevbpf/patch/20240308100429.B8EA2C433F1@xxxxxxxxxxxxxxx/ > > We don't run coccicheck so it's not surprising there are new warnings. We have another bunch of tests now which run on all outstanding patches every 3 hours. selftests for example. We need to aggregate because there's too much code getting posted. One of the "tests" we run is make coccicheck. https://github.com/kuba-moo/nipa/blob/master/contest/tests/cocci-check.sh it's supposed to report back to patchwork as "contest", but the reporting is not 100% accurate I need to fix it :| I look here instead: https://netdev.bots.linux.dev/status.html