Re: [PATCH 2/2] arm64: dts: qcom: msm8996: add interconnect paths to USB2 controller
From: Konrad Dybcio
Date: Mon Oct 06 2025 - 05:30:57 EST
On 10/2/25 10:53 AM, Dmitry Baryshkov wrote:
> Add the missing interconnects to the USB2 host. The Fixes tag points to
> the commit which broke probing of the USB host on that platform.
>
> Fixes: 130733a10079 ("interconnect: qcom: msm8996: Promote to core_initcall")
> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxxxxxxxx>
>
> ---
> Note: without the previous patch applying this one can result in the
> kernel stuck at booting because of the EPROBE_DEFER loop. I suggest
> applying them through the same tree in order to make sure that the tree
> is not broken (or using an immutable tag for the icc commit).
> ---
There seems to be syntax for this, at least for stable patches
(which we should probably either use or add +noautosel):
* Specify any additional patch prerequisites for cherry picking::
xCxc: <stable@xxxxxxxxxxxxxxx> # 3.3.x: a1f84a3: sched: Check for idle
xCxc: <stable@xxxxxxxxxxxxxxx> # 3.3.x: 1b9508f: sched: Rate-limit newidle
xCxc: <stable@xxxxxxxxxxxxxxx> # 3.3.x: fd21073: sched: Fix affinity logic
xCxc: <stable@xxxxxxxxxxxxxxx> # 3.3.x
xSxixgxxnxexd-oxfxf-xbxy: Ingo Molnar <mingo@xxxxxxx>
(deliberatelly added a bunch of 'x'-es to not interrupt the maintainers'
b4 workflow)
(via https://www.kernel.org/doc/Documentation/process/stable-kernel-rules.rst)
Konrad