* Re: [PATCH 6.12.y] bonding: fix use-after-free due to enslave fail after slave array update
[not found] ` <2026050435-glider-undrafted-71d7@gregkh>
@ 2026-05-05 12:30 ` Yunseong Kim
2026-05-05 12:35 ` Greg KH
0 siblings, 1 reply; 5+ messages in thread
From: Yunseong Kim @ 2026-05-05 12:30 UTC (permalink / raw)
To: Greg KH
Cc: stable@vger.kernel.org, sashal@kernel.org, Nikolay Aleksandrov,
Chen Zhen, Jussi Maki, Daniel Borkmann, Paolo Abeni,
Malin Jonsson, David Nyström, Roland Kovács,
ysk@kzalloc.com, 42.4.sejin@gmail.com,
linux-kernel@vger.kernel.org
Hi Greg,
On 5/4/26 14:05, Greg KH wrote:
> On Sun, Apr 26, 2026 at 10:12:05PM +0200, Yunseong Kim wrote:
>> From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
>
> I did NOT write this commit.
>
>> [ Upstream commit e9acda5 ]
>
> Please use the full commit id. And get the authorship right :)
>
> thanks,
>
> greg k-h
Thank you for the code review. I’ll fix it and send a v2.
Additionally, last week I submitted a few patches to the checkpatch.pl
script—currently, all backport tags(following stable kernel rules
Option 3) using <sha1 40 length> pattern are triggering false positives:
https://lore.kernel.org/lkml/20260505112320.362715-2-yunseong.kim@est.tech/
Best regards,
Yunseong
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 6.12.y] bonding: fix use-after-free due to enslave fail after slave array update
2026-05-05 12:30 ` [PATCH 6.12.y] bonding: fix use-after-free due to enslave fail after slave array update Yunseong Kim
@ 2026-05-05 12:35 ` Greg KH
2026-05-05 12:52 ` Yunseong Kim
0 siblings, 1 reply; 5+ messages in thread
From: Greg KH @ 2026-05-05 12:35 UTC (permalink / raw)
To: Yunseong Kim
Cc: stable@vger.kernel.org, sashal@kernel.org, Nikolay Aleksandrov,
Chen Zhen, Jussi Maki, Daniel Borkmann, Paolo Abeni,
Malin Jonsson, David Nyström, Roland Kovács,
ysk@kzalloc.com, 42.4.sejin@gmail.com,
linux-kernel@vger.kernel.org
On Tue, May 05, 2026 at 12:30:48PM +0000, Yunseong Kim wrote:
> Hi Greg,
>
> On 5/4/26 14:05, Greg KH wrote:
> > On Sun, Apr 26, 2026 at 10:12:05PM +0200, Yunseong Kim wrote:
> >> From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
> >
> > I did NOT write this commit.
> >
> >> [ Upstream commit e9acda5 ]
> >
> > Please use the full commit id. And get the authorship right :)
> >
> > thanks,
> >
> > greg k-h
>
>
> Thank you for the code review. I’ll fix it and send a v2.
>
> Additionally, last week I submitted a few patches to the checkpatch.pl
> script—currently, all backport tags(following stable kernel rules
> Option 3) using <sha1 40 length> pattern are triggering false positives:
>
> https://lore.kernel.org/lkml/20260505112320.362715-2-yunseong.kim@est.tech/
Checkpatch should not be needed to be run on stable kernel backports, so
I don't really think that is necessary.
thanks,
greg k-h
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 6.12.y] bonding: fix use-after-free due to enslave fail after slave array update
2026-05-05 12:35 ` Greg KH
@ 2026-05-05 12:52 ` Yunseong Kim
2026-05-05 13:04 ` Greg KH
0 siblings, 1 reply; 5+ messages in thread
From: Yunseong Kim @ 2026-05-05 12:52 UTC (permalink / raw)
To: Greg KH
Cc: stable@vger.kernel.org, sashal@kernel.org, Nikolay Aleksandrov,
Chen Zhen, Jussi Maki, Daniel Borkmann, Paolo Abeni,
Malin Jonsson, David Nyström, Roland Kovács,
ysk@kzalloc.com, 42.4.sejin@gmail.com,
linux-kernel@vger.kernel.org
Hi Greg,
On 5/5/26 14:35, Greg KH wrote:
> On Tue, May 05, 2026 at 12:30:48PM +0000, Yunseong Kim wrote:
>> Hi Greg,
>>
>> On 5/4/26 14:05, Greg KH wrote:
>>> On Sun, Apr 26, 2026 at 10:12:05PM +0200, Yunseong Kim wrote:
>>>> From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
>>>
>>> I did NOT write this commit.
>>>
>>>> [ Upstream commit e9acda5 ]
>>>
>>> Please use the full commit id. And get the authorship right :)
>>>
>>> thanks,
>>>
>>> greg k-h
>>
>>
>> Thank you for the code review. I’ll fix it and send a v2.
>>
>> Additionally, last week I submitted a few patches to the checkpatch.pl
>> script—currently, all backport tags(following stable kernel rules
>> Option 3) using <sha1 40 length> pattern are triggering false positives:
>>
>> https://lore.kernel.org/lkml/20260505112320.362715-2-yunseong.kim@est.tech/
>
> Checkpatch should not be needed to be run on stable kernel backports, so
> I don't really think that is necessary.
>
> thanks,
>
> greg k-h
While reading Documentation/process/stable-kernel-rules.rst, I noticed that
it doesn't explicitly mention the requirement for a full 40-character SHA-1 or
the whether to use of checkpatch.pl for validation.
Would it be good to adding these rule to the documentation? I believe
formalizing this could help contributors(like me :)) submit more accurate
backport and reduce the need for manual corrections.
Thank you again.
Best regards,
Yunseong
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 6.12.y] bonding: fix use-after-free due to enslave fail after slave array update
2026-05-05 12:52 ` Yunseong Kim
@ 2026-05-05 13:04 ` Greg KH
2026-05-05 14:57 ` Yunseong Kim
0 siblings, 1 reply; 5+ messages in thread
From: Greg KH @ 2026-05-05 13:04 UTC (permalink / raw)
To: Yunseong Kim
Cc: stable@vger.kernel.org, sashal@kernel.org, Nikolay Aleksandrov,
Chen Zhen, Jussi Maki, Daniel Borkmann, Paolo Abeni,
Malin Jonsson, David Nyström, Roland Kovács,
ysk@kzalloc.com, 42.4.sejin@gmail.com,
linux-kernel@vger.kernel.org
On Tue, May 05, 2026 at 12:52:34PM +0000, Yunseong Kim wrote:
> Hi Greg,
>
> On 5/5/26 14:35, Greg KH wrote:
> > On Tue, May 05, 2026 at 12:30:48PM +0000, Yunseong Kim wrote:
> >> Hi Greg,
> >>
> >> On 5/4/26 14:05, Greg KH wrote:
> >>> On Sun, Apr 26, 2026 at 10:12:05PM +0200, Yunseong Kim wrote:
> >>>> From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
> >>>
> >>> I did NOT write this commit.
> >>>
> >>>> [ Upstream commit e9acda5 ]
> >>>
> >>> Please use the full commit id. And get the authorship right :)
> >>>
> >>> thanks,
> >>>
> >>> greg k-h
> >>
> >>
> >> Thank you for the code review. I’ll fix it and send a v2.
> >>
> >> Additionally, last week I submitted a few patches to the checkpatch.pl
> >> script—currently, all backport tags(following stable kernel rules
> >> Option 3) using <sha1 40 length> pattern are triggering false positives:
> >>
> >> https://lore.kernel.org/lkml/20260505112320.362715-2-yunseong.kim@est.tech/
> >
> > Checkpatch should not be needed to be run on stable kernel backports, so
> > I don't really think that is necessary.
> >
> > thanks,
> >
> > greg k-h
>
> While reading Documentation/process/stable-kernel-rules.rst, I noticed that
> it doesn't explicitly mention the requirement for a full 40-character SHA-1 or
> the whether to use of checkpatch.pl for validation.
That's fine.
> Would it be good to adding these rule to the documentation? I believe
> formalizing this could help contributors(like me :)) submit more accurate
> backport and reduce the need for manual corrections.
When you get a FAILED email, it provides full information on how to
create a backported patch. is that list not sufficient?
thanks,
greg k-h
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 6.12.y] bonding: fix use-after-free due to enslave fail after slave array update
2026-05-05 13:04 ` Greg KH
@ 2026-05-05 14:57 ` Yunseong Kim
0 siblings, 0 replies; 5+ messages in thread
From: Yunseong Kim @ 2026-05-05 14:57 UTC (permalink / raw)
To: Greg KH
Cc: stable@vger.kernel.org, sashal@kernel.org, Nikolay Aleksandrov,
Chen Zhen, Jussi Maki, Daniel Borkmann, Paolo Abeni,
Malin Jonsson, David Nyström, Roland Kovács,
ysk@kzalloc.com, 42.4.sejin@gmail.com,
linux-kernel@vger.kernel.org
Thank you Greg,
On 5/5/26 15:04, Greg KH wrote:
> On Tue, May 05, 2026 at 12:52:34PM +0000, Yunseong Kim wrote:
>> Hi Greg,
>>
>> On 5/5/26 14:35, Greg KH wrote:
>>> On Tue, May 05, 2026 at 12:30:48PM +0000, Yunseong Kim wrote:
>>>> Hi Greg,
>>>>
>>>> On 5/4/26 14:05, Greg KH wrote:
>>>>> On Sun, Apr 26, 2026 at 10:12:05PM +0200, Yunseong Kim wrote:
>>>>>> From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
>>>>>
>>>>> I did NOT write this commit.
>>>>>
>>>>>> [ Upstream commit e9acda5 ]
>>>>>
>>>>> Please use the full commit id. And get the authorship right :)
>>>>>
>>>>> thanks,
>>>>>
>>>>> greg k-h
>>>>
>>>>
>>>> Thank you for the code review. I’ll fix it and send a v2.
>>>>
>>>> Additionally, last week I submitted a few patches to the checkpatch.pl
>>>> script—currently, all backport tags(following stable kernel rules
>>>> Option 3) using <sha1 40 length> pattern are triggering false positives:
>>>>
>>>> https://lore.kernel.org/lkml/20260505112320.362715-2-yunseong.kim@est.tech/
>>>
>>> Checkpatch should not be needed to be run on stable kernel backports, so
>>> I don't really think that is necessary.
>>>
>>> thanks,
>>>
>>> greg k-h
>>
>> While reading Documentation/process/stable-kernel-rules.rst, I noticed that
>> it doesn't explicitly mention the requirement for a full 40-character SHA-1 or
>> the whether to use of checkpatch.pl for validation.
>
> That's fine.
>
>> Would it be good to adding these rule to the documentation? I believe
>> formalizing this could help contributors(like me :)) submit more accurate
>> backport and reduce the need for manual corrections.
>
> When you get a FAILED email, it provides full information on how to
> create a backported patch. is that list not sufficient?
Thanks for the feedback. It is really helpful. You're right. the information
provided in the emails is sufficient. I'll make sure to follow those
instructions more carefully for future backports work.
> thanks,
>
> greg k-h
I appreciate you taking the time to clarify.
Best regards,
Yunseong
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2026-05-05 14:57 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20260426201205.465809-1-yunseong.kim@est.tech>
[not found] ` <2026050435-glider-undrafted-71d7@gregkh>
2026-05-05 12:30 ` [PATCH 6.12.y] bonding: fix use-after-free due to enslave fail after slave array update Yunseong Kim
2026-05-05 12:35 ` Greg KH
2026-05-05 12:52 ` Yunseong Kim
2026-05-05 13:04 ` Greg KH
2026-05-05 14:57 ` Yunseong Kim
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox