Re: [PATCH v10 1/5] dt-bindings: arm: qcom: talos-evk: Add QCS615 Talos EVK SMARC platform
From: Konrad Dybcio
Date: Wed Jan 07 2026 - 06:17:29 EST
On 1/7/26 8:20 AM, Krzysztof Kozlowski wrote:
> On 07/01/2026 07:58, tessolveupstream@xxxxxxxxx wrote:
>>>>
>>>> I apologize for missing the Acked-by tag in this version.
>>>
>>> How missing? It WAS THERE ALREADY!
>>>
>>> You had to explicitly remove it.
>>
>> While updating the linux-next kernel source and reapplying the
>> changes, the Acked-by tag was inadvertently omitted. I’ll ensure
>> that all previously received tags are retained in future revisions
>> in accordance with the submission guidelines. My apologies for
>> the oversight.
>
>
> That's not how you work with your own code. You rebase onto new next and
> then only update trailers with b4.
JFYI Sudarshan, there is a neat oneliner to do this:
git rebase --onto linux-next/master $(git describe --abbrev=0)
where linux-next/master is the target commit/branch to rebase onto, and the
second argument is the pointer to the start of the chunk you want to rebase
Konrad