From: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
To: "Martin K. Petersen" <martin.petersen@oracle.com>,
Krzysztof Kozlowski <krzk@kernel.org>
Cc: Krzysztof Kozlowski <krzk+dt@kernel.org>,
Avri Altman <avri.altman@wdc.com>,
Bart Van Assche <bvanassche@acm.org>,
linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org,
linux-scsi@vger.kernel.org,
Konrad Dybcio <konradybcio@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
Luca Weiss <luca.weiss@fairphone.com>,
Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>,
Rob Herring <robh@kernel.org>,
Bjorn Andersson <andersson@kernel.org>
Subject: Re: [PATCH v2 0/6] Enable UFS support on Milos
Date: Thu, 26 Feb 2026 07:43:58 +0100 [thread overview]
Message-ID: <015f284a-4632-480f-b5db-aec86cd15850@oss.qualcomm.com> (raw)
In-Reply-To: <yq1v7fk42r1.fsf@ca-mkp.ca.oracle.com>
On 26/02/2026 04:36, Martin K. Petersen wrote:
>
> Hi Krzysztof!
>
>> Driver subsystems CANNOT take DTS patches because DTS is independent
>> hardware description, thus combining them implies dependency and
>> usually means users can be silently affected. We expressed it many
>> times and documented it in point 7 of [1] (although it does not need
>> any documenting because it is different subsystem - why would you ever
>> take arm64 stuff without acks/permission from its maintainers?)
>
> I frequently add impending series to my staging tree. This is done to
> see what breaks and what doesn't if I were to actually merge something.
> Being in staging does not imply that things subsequently go into
> scsi-queue. But obviously it does send the message that I am looking at
> merging patches from a given series in near future.
>
> My script tries to cherry-pick any commits from a series that are not
> already in linux-next and which look relevant for the code to build and
> run in a cross-compiled environment. The script is certainly not
> perfect, figuring out cross-tree dependencies is not at all trivial. And
> I certainly appreciate when submitters clearly indicate which patches
> need to go through which tree. In this particular case there isn't a
The subsystem prefix defines it - first prefix in the subject.
Why would you take arm, arm64, mips or riscv marked patches without
their maintainers agreeing on this?
> dependency that would prevent me from building the code that I actually
You took patches which have nothing to do with building code. DTS has
nothing to do with that.
> merge. But that isn't always the case. And I clearly need to be able to
> build and validate the patches I subsequently put in scsi-queue.
You cannot validate DTS outside of SoC changes. It does not work like that.
>
> I'll try to make my script more iterative and only backfill patches if
> the build fails. Hopefully that'll resolve the situation...
Can you instead DO NOT pick up patches which are clearly marked not for
SCSI? Like prefixes: arm64, ARM, RISC-V, MIPS and powerpc, unless
maintainers ask for that?
Best regards,
Krzysztof
next prev parent reply other threads:[~2026-02-26 6:44 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-01-12 13:53 [PATCH v2 0/6] Enable UFS support on Milos Luca Weiss
2026-01-12 13:53 ` [PATCH v2 1/6] dt-bindings: crypto: qcom,inline-crypto-engine: document the Milos ICE Luca Weiss
2026-01-31 2:50 ` Herbert Xu
2026-01-12 13:53 ` [PATCH v2 2/6] scsi: ufs: qcom,sc7180-ufshc: dt-bindings: Document the Milos UFS Controller Luca Weiss
2026-02-13 14:08 ` Luca Weiss
2026-02-18 2:33 ` Martin K. Petersen
2026-02-24 19:19 ` Martin K. Petersen
2026-02-25 7:38 ` Luca Weiss
2026-02-25 8:39 ` Krzysztof Kozlowski
2026-01-12 13:53 ` [PATCH v2 3/6] dt-bindings: phy: qcom,sc8280xp-qmp-ufs-phy: document the Milos QMP UFS PHY Luca Weiss
2026-01-12 13:53 ` [PATCH v2 4/6] phy: qcom-qmp-ufs: Add Milos support Luca Weiss
2026-01-13 8:02 ` Neil Armstrong
2026-01-12 13:53 ` [PATCH v2 5/6] arm64: dts: qcom: milos: Add UFS nodes Luca Weiss
2026-01-20 14:49 ` Abel Vesa
2026-01-20 14:52 ` Abel Vesa
2026-02-13 21:06 ` Dmitry Baryshkov
2026-02-16 10:05 ` Abel Vesa
2026-01-12 13:53 ` [PATCH v2 6/6] arm64: dts: qcom: milos-fairphone-fp6: Enable UFS Luca Weiss
2026-02-02 10:02 ` Abel Vesa
2026-01-14 14:01 ` (subset) [PATCH v2 0/6] Enable UFS support on Milos Vinod Koul
2026-02-25 8:56 ` Krzysztof Kozlowski
2026-02-25 9:06 ` Krzysztof Kozlowski
2026-02-26 3:36 ` Martin K. Petersen
2026-02-26 6:43 ` Krzysztof Kozlowski [this message]
2026-03-11 2:06 ` Martin K. Petersen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=015f284a-4632-480f-b5db-aec86cd15850@oss.qualcomm.com \
--to=krzysztof.kozlowski@oss.qualcomm.com \
--cc=andersson@kernel.org \
--cc=avri.altman@wdc.com \
--cc=bvanassche@acm.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=konrad.dybcio@oss.qualcomm.com \
--cc=konradybcio@kernel.org \
--cc=krzk+dt@kernel.org \
--cc=krzk@kernel.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-scsi@vger.kernel.org \
--cc=luca.weiss@fairphone.com \
--cc=martin.petersen@oracle.com \
--cc=robh@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox