Re: [PATCH 17/21] mfd: wm8350-core: Use IRQF_ONESHOT
From: Andy Shevchenko
Date: Mon Jan 26 2026 - 06:24:26 EST
On Mon, Jan 26, 2026 at 11:13:08AM +0100, Sebastian Andrzej Siewior wrote:
> On 2026-01-26 12:05:13 [+0200], Andy Shevchenko wrote:
> > > or will be imported via git-am.
> >
> > Yes, that's the idea. `git am` will strip them out. But why would you need to
> > apply via `git am` locally? You can pull from the tree.
>
> I fetch from the list to pick up the tags, fix some of them up as the
> iio but most of them remain the same. Then I post the v2. Where do I get
> the Cc from? So I add them manually again?
Nope, I just checked how `b4 trailers -u ...` works. It does the correct thing.
What did I miss?
So, for the matter of test I took this one:
20250503-smc-6-15-v4-1-500b9b6546fc@xxxxxxxxxxxxx
(as a *single* change).
In my tree I corrected it to look like this at the end of the commit message:
Signed-off-by: Russell King (Oracle) <rmk+kernel@xxxxxxxxxxxxxxx>
Signed-off-by: Sven Peter <sven@xxxxxxxxxxxxx>
---
Cc: Janne Grunau <j@xxxxxxxxxx>
Cc: Alyssa Rosenzweig <alyssa@xxxxxxxxxxxxx>
Cc: Neal Gompa <neal@xxxxxxxxx>
Cc: Hector Martin <marcan@xxxxxxxxx>
Cc: Linus Walleij <linus.walleij@xxxxxxxxxx>
Cc: Bartosz Golaszewski <brgl@xxxxxxxx>
Cc: Rob Herring <robh@xxxxxxxxxx>
Cc: Krzysztof Kozlowski <krzk+dt@xxxxxxxxxx>
Cc: Conor Dooley <conor+dt@xxxxxxxxxx>
Cc: Sebastian Reichel <sre@xxxxxxxxxx>
Cc: Lee Jones <lee@xxxxxxxxxx>
Cc: Marc Zyngier <maz@xxxxxxxxxx>
Cc: asahi@xxxxxxxxxxxxxxx
Cc: linux-arm-kernel@xxxxxxxxxxxxxxxxxxx
Cc: linux-gpio@xxxxxxxxxxxxxxx
Cc: devicetree@xxxxxxxxxxxxxxx
Cc: linux-kernel@xxxxxxxxxxxxxxx
Cc: linux-pm@xxxxxxxxxxxxxxx
Then I ran
$ b4 trailers -u 20250503-smc-6-15-v4-1-500b9b6546fc@xxxxxxxxxxxxx
Finding code-review trailers for 1 commits...
---
+ Reviewed-by: Alyssa Rosenzweig <alyssa@xxxxxxxxxxxxx>
https://lore.kernel.org/all/aB3_Kw6WDaDAY6Ub@blossom
+ Reviewed-by: Linus Walleij <linus.walleij@xxxxxxxxxx>
https://lore.kernel.org/all/CACRpkdbCfUEZd06yeZTNecGFPwBgJkpMH3hqkvJw4J%2BiSENG%3DQ@xxxxxxxxxxxxxx
---
Press Enter to apply these trailers or Ctrl-C to abort
dt-bindings: gpio: Add Apple Mac SMC GPIO block
+ Reviewed-by: Alyssa Rosenzweig <alyssa@xxxxxxxxxxxxx> (✓ DKIM/rosenzweig.io)
+ Reviewed-by: Linus Walleij <linus.walleij@xxxxxxxxxx> (✗ DKIM/linaro.org)
---
Invoking git-filter-repo to update trailers.
New history written in 0.08 seconds...
Completely finished after 0.38 seconds.
Trailers updated.
Then I looked at `git show` again:
Signed-off-by: Russell King (Oracle) <rmk+kernel@xxxxxxxxxxxxxxx>
Signed-off-by: Sven Peter <sven@xxxxxxxxxxxxx>
Reviewed-by: Alyssa Rosenzweig <alyssa@xxxxxxxxxxxxx>
Reviewed-by: Linus Walleij <linus.walleij@xxxxxxxxxx>
---
Cc: Janne Grunau <j@xxxxxxxxxx>
Cc: Alyssa Rosenzweig <alyssa@xxxxxxxxxxxxx>
Cc: Neal Gompa <neal@xxxxxxxxx>
Cc: Hector Martin <marcan@xxxxxxxxx>
Cc: Linus Walleij <linus.walleij@xxxxxxxxxx>
Cc: Bartosz Golaszewski <brgl@xxxxxxxx>
Cc: Rob Herring <robh@xxxxxxxxxx>
Cc: Krzysztof Kozlowski <krzk+dt@xxxxxxxxxx>
Cc: Conor Dooley <conor+dt@xxxxxxxxxx>
Cc: Sebastian Reichel <sre@xxxxxxxxxx>
Cc: Lee Jones <lee@xxxxxxxxxx>
Cc: Marc Zyngier <maz@xxxxxxxxxx>
Cc: asahi@xxxxxxxxxxxxxxx
Cc: linux-arm-kernel@xxxxxxxxxxxxxxxxxxx
Cc: linux-gpio@xxxxxxxxxxxxxxx
Cc: devicetree@xxxxxxxxxxxxxxx
Cc: linux-kernel@xxxxxxxxxxxxxxx
Cc: linux-pm@xxxxxxxxxxxxxxx
P.S. `git am` is for maintainers, not flexible for the contributors.
> > > If you continue to nitpick here, I could do it for the next iio
> > > submission assuming it will be picked-up by iio maintainers. But doing
> > > it just for the single mfd patch looks like too much work.
> >
> > I'm thinking of all the patches.
--
With Best Regards,
Andy Shevchenko