Re: [PATCH v2] soc: qcom: geni-se: allow selection on 32-bit ARM Qualcomm SoCs

From: Krzysztof Kozlowski

Date: Wed Jul 29 2026 - 07:28:15 EST


On 29/07/2026 12:45, Krzysztof Kozlowski wrote:
> On 29/07/2026 12:28, Hardeep Sharma wrote:
>>
>> On 7/29/2026 3:30 PM, Krzysztof Kozlowski wrote:
>>> This gives me nothing:
>>> $ git grep kuno
>>>
>>> Are you sure you organized your patches correctly?
>>>
>>> Best regards,
>>> Krzysztof
>> Hi Krzysztof,
>>
>> You're right — the Kuno support series isn't upstream yet.
>>
>> I'm planning to upstream the Kuno support series shortly, and this


And why are you Cc-ing here kernel@xxxxxxxxxxx and
kernel@xxxxxxxxxxxxxxxx? That's complete mixup of recipients.

Please use scripts/get_maintainers.pl to get a list of necessary people
and lists to CC (and consider --no-git-fallback argument, so you will
not CC people just because they made one commit years ago). It might
happen, that command when run on an older kernel, gives you outdated
entries. Therefore please be sure you base your patches on recent Linux
kernel.

Tools like b4 or scripts/get_maintainer.pl provide you proper list of
people, so fix your workflow. Tools might also fail if you work on some
ancient tree (don't, instead use mainline) or work on fork of kernel
(don't, instead use mainline). Just use b4 and everything should be
fine, although remember about `b4 prep --auto-to-cc` if you added new
patches to the patchset.

Best regards,
Krzysztof