Below picture is from one of the public chats from the recent LPC. I've seen similar messages elsewhere from others.
I guess sooner or later we need a checkpatch bot that runs checkpatch on submitted patches and sends the results to the list, then you and others could just reply along the lines of "fix this up, but FWIW, ignoring the second warning is fine in this case"
@kernellogger @krzk making b4 run checkpatch automatically would also be pretty nice
@krzk @kernellogger @cas OTOH for CI the forges are another set of tools to learn and adapt into your test lab (which may or may not be on the internet!) - there’s very little of the bits I find take any effort that they’re really dealing with. But that is with a bunch of physical systems in my testing flow, they seem better adapted to things you can do entirely in software.
@krzk @kernellogger @cas It’s more that the bits that the forges (or other CI tools) do aren’t super relevant for anything I’m doing - I would have to do the whole opt out via hooks thing which is a bunch of pure overhead and if you do external stuff the UX for anyone else tends to be poor for visibility reasons.
The off the shelf tooling does some things well, but if you’re having to do things that don’t fit naturally it can be a constant pain point.
Communicate this aspect clearly? Maybe just use different words for things that can be ignored and things that normally shouldn't be.
Like "error" and "warning".
Ohh wait, we do that already.
/me runs and hides
For the record: yes, those two words and some others things checkpatch already does to indicate "this might be something that can be ignored" are apparently not enough.