Re: [PATCH v2 0/2] media: mali-c55: Add support for CCM and Gamma
From: Konstantin Ryabitsev
Date: Thu Jun 18 2026 - 10:48:55 EST
On Thu, Jun 18, 2026 at 03:28:12PM +0200, Linus Walleij wrote:
> > Changes in v2:
> > - EDITME: describe what is new in this series revision.
> > - EDITME: use bulletpoints and terse descriptions.
> > - Link to v1: https://lore.kernel.org/r/20260616-mali-c55-ccm-gamma-v1-0-174fe4fedea3@xxxxxxxxxxxxxxxx
>
> Odd changes :D
>
> Honestly, I think this is not your fault, b4 should not allow this.
>
> Konstantin (Ryabitsev): could we make b4 just refuse to send patch series if
> this changelog contains EDITME entries?
We already do this in pre-flight check, we just don't stop you from actually
ignoring the warning, because there can be legitimate situations in which this
should be ignored (e.g. you're sending a 'quick feedback' email to your
co-developers instead of making an actual submission).
We should have printed this warning before send:
CRITICAL: Edit the cover: b4 prep --edit-cover
Press Enter to ignore and send anyway or Ctrl-C to abort and fix
I don't think we should do a hard refusal here. We've already identified the
problem and invited the user to fix it.
-K