Re: [PATCH 14/15] arm64: defconfig: cleanup the defconfig

From: Arnd Bergmann

Date: Fri May 22 2026 - 04:45:25 EST


On Fri, May 22, 2026, at 09:55, Dario Binacchi wrote:
> On Mon, May 18, 2026 at 5:29 PM Arnd Bergmann <arnd@xxxxxxxx> wrote:
>> On Mon, May 18, 2026, at 16:31, Dario Binacchi wrote:
> My patch 15 (which enables the configs for the Engicam board) relied on this
> cleanup to keep the diff clean and show only the new entries.
> Since the cleanup is already handled by Krzysztof in your tree, I will drop
> patch 14 from my series.
>
> To move forward with the rest of the series (dt-bindings, dts, and the specific
> defconfig addition), what is the correct approach? Should I rebase the whole
> series onto your soc/defconfig branch and send a v2, or should I split it and
> send the defconfig patch separately only after the board support (DTS) has
> been merged, or is there another approach you'd recommend?

During patch review, you can keep the series together as you do at the
moment. When the review is complete, I would suggest:

- send the devicetree patches as one series to the stm32 maintainers to
pick up and forward to soc@xxxxxxxxxxxxxxx along with all other devicetree
patches they apply. We will then merge this with the devicetree patches
from all other soc maintainers and send it upstream.

- wait for guidance from the stm32 maintainers about handling the defconfig
patch. This will get applied separately from the devicetree patches,
but it could either get merged. This could either get merged along with
other stm32 patches in a branch based on 7.1-rc1, or it could remain
as a standalone patch rather than a pull request and apply cleanly
on top of soc/defconfig.
Either way, there is no need to wait for the devicetree patches
to be merged, just send them at the same time.

Arnd