* Re: commit 0c4f1c02d27a880b cause a deadlock issue [not found] ` <DM3PPF63A6024A9E931C940F849C60FAF9EA35EA@DM3PPF63A6024A9.namprd11.prod.outlook.com> @ 2026-04-13 11:58 ` Thorsten Leemhuis 2026-04-13 12:55 ` Greg KH 0 siblings, 1 reply; 3+ messages in thread From: Thorsten Leemhuis @ 2026-04-13 11:58 UTC (permalink / raw) To: Greg KH Cc: He, Guocai (CN), Berg, Johannes, Friend, Linux kernel regressions list, Korenblit, Miriam Rachel, stable@vger.kernel.org On 4/3/26 15:00, Korenblit, Miriam Rachel wrote: >> From: Greg KH <gregkh@linuxfoundation.org> >> On Fri, Apr 03, 2026 at 12:44:48PM +0000, Korenblit, Miriam Rachel wrote: >>>> -----Original Message----- >>>> From: Greg KH <gregkh@linuxfoundation.org> >>>> On Fri, Apr 03, 2026 at 11:08:46AM +0000, He, Guocai (CN) wrote: >>>>> No, The mainline have no this issue. >>>>> The changes of 0c4f1c02d27a880b is not in mainline. >>>> >>>> That does not make sense, that commit is really commit e1696c8bd005 >>>> ("wifi: cfg80211: stop NAN and P2P in cfg80211_leave") which is in >>>> all of the following releases: >>>> 5.10.252 5.15.202 6.1.165 6.6.128 6.12.75 6.18.14 6.19.4 7.0-rc1 >>>> confused, >>> The change is indeed in mainline, but the locking situation in >>> mainline is totally different (that mutex does not even exist there) >>> Therefore, the issue is not supposed to happen in mainline. >> >> Ok, does that commit now need to be reverted from some of the stable branches? >> If so, which ones? > > From every version which is < 6.7. Greg, do you still have this in your todo mail queue somewhere? Just wondering, as last weeks 6.6.y released afics lacked a revert of e1696c8bd0056b ("wifi: cfg80211: stop NAN and P2P in cfg80211_leave") -- and I cannot spot one in your public stable queue either. These are the commits that according to Miri need to be reverted if I understood things right: v6.6.128 (4d7a05da767e5c), v6.1.165 (0c4f1c02d27a88), v5.15.202 (31344ffecd7a34), v5.10.252 (d91240f24e831d) Caio, Thorsten ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: commit 0c4f1c02d27a880b cause a deadlock issue 2026-04-13 11:58 ` commit 0c4f1c02d27a880b cause a deadlock issue Thorsten Leemhuis @ 2026-04-13 12:55 ` Greg KH 2026-04-14 1:38 ` He, Guocai (CN) 0 siblings, 1 reply; 3+ messages in thread From: Greg KH @ 2026-04-13 12:55 UTC (permalink / raw) To: Thorsten Leemhuis Cc: He, Guocai (CN), Berg, Johannes, Friend, Linux kernel regressions list, Korenblit, Miriam Rachel, stable@vger.kernel.org On Mon, Apr 13, 2026 at 01:58:56PM +0200, Thorsten Leemhuis wrote: > On 4/3/26 15:00, Korenblit, Miriam Rachel wrote: > >> From: Greg KH <gregkh@linuxfoundation.org> > >> On Fri, Apr 03, 2026 at 12:44:48PM +0000, Korenblit, Miriam Rachel wrote: > >>>> -----Original Message----- > >>>> From: Greg KH <gregkh@linuxfoundation.org> > >>>> On Fri, Apr 03, 2026 at 11:08:46AM +0000, He, Guocai (CN) wrote: > >>>>> No, The mainline have no this issue. > >>>>> The changes of 0c4f1c02d27a880b is not in mainline. > >>>> > >>>> That does not make sense, that commit is really commit e1696c8bd005 > >>>> ("wifi: cfg80211: stop NAN and P2P in cfg80211_leave") which is in > >>>> all of the following releases: > >>>> 5.10.252 5.15.202 6.1.165 6.6.128 6.12.75 6.18.14 6.19.4 7.0-rc1 > >>>> confused, > >>> The change is indeed in mainline, but the locking situation in > >>> mainline is totally different (that mutex does not even exist there) > >>> Therefore, the issue is not supposed to happen in mainline. > >> > >> Ok, does that commit now need to be reverted from some of the stable branches? > >> If so, which ones? > > > > From every version which is < 6.7. > > Greg, do you still have this in your todo mail queue somewhere? Just > wondering, as last weeks 6.6.y released afics lacked a revert of > e1696c8bd0056b ("wifi: cfg80211: stop NAN and P2P in cfg80211_leave") -- > and I cannot spot one in your public stable queue either. > > These are the commits that according to Miri need to be reverted if I > understood things right: > > v6.6.128 (4d7a05da767e5c), v6.1.165 (0c4f1c02d27a88), v5.15.202 > (31344ffecd7a34), v5.10.252 (d91240f24e831d) It is, yes, my queue is huge :( It's fastest if someone sends me the reverts and I can easily apply them that way. Otherwise it takes me a bit to do each one manually :( thanks, greg k-h ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: commit 0c4f1c02d27a880b cause a deadlock issue 2026-04-13 12:55 ` Greg KH @ 2026-04-14 1:38 ` He, Guocai (CN) 0 siblings, 0 replies; 3+ messages in thread From: He, Guocai (CN) @ 2026-04-14 1:38 UTC (permalink / raw) To: Greg KH, Thorsten Leemhuis Cc: Berg, Johannes, Friend, Linux kernel regressions list, Korenblit, Miriam Rachel, stable@vger.kernel.org OK, I will send a patch later. ________________________________________ From: Greg KH <gregkh@linuxfoundation.org> Sent: Monday, April 13, 2026 8:55 PM To: Thorsten Leemhuis Cc: He, Guocai (CN); Berg, Johannes; Friend; Linux kernel regressions list; Korenblit, Miriam Rachel; stable@vger.kernel.org Subject: Re: commit 0c4f1c02d27a880b cause a deadlock issue CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. On Mon, Apr 13, 2026 at 01:58:56PM +0200, Thorsten Leemhuis wrote: > On 4/3/26 15:00, Korenblit, Miriam Rachel wrote: > >> From: Greg KH <gregkh@linuxfoundation.org> > >> On Fri, Apr 03, 2026 at 12:44:48PM +0000, Korenblit, Miriam Rachel wrote: > >>>> -----Original Message----- > >>>> From: Greg KH <gregkh@linuxfoundation.org> > >>>> On Fri, Apr 03, 2026 at 11:08:46AM +0000, He, Guocai (CN) wrote: > >>>>> No, The mainline have no this issue. > >>>>> The changes of 0c4f1c02d27a880b is not in mainline. > >>>> > >>>> That does not make sense, that commit is really commit e1696c8bd005 > >>>> ("wifi: cfg80211: stop NAN and P2P in cfg80211_leave") which is in > >>>> all of the following releases: > >>>> 5.10.252 5.15.202 6.1.165 6.6.128 6.12.75 6.18.14 6.19.4 7.0-rc1 > >>>> confused, > >>> The change is indeed in mainline, but the locking situation in > >>> mainline is totally different (that mutex does not even exist there) > >>> Therefore, the issue is not supposed to happen in mainline. > >> > >> Ok, does that commit now need to be reverted from some of the stable branches? > >> If so, which ones? > > > > From every version which is < 6.7. > > Greg, do you still have this in your todo mail queue somewhere? Just > wondering, as last weeks 6.6.y released afics lacked a revert of > e1696c8bd0056b ("wifi: cfg80211: stop NAN and P2P in cfg80211_leave") -- > and I cannot spot one in your public stable queue either. > > These are the commits that according to Miri need to be reverted if I > understood things right: > > v6.6.128 (4d7a05da767e5c), v6.1.165 (0c4f1c02d27a88), v5.15.202 > (31344ffecd7a34), v5.10.252 (d91240f24e831d) It is, yes, my queue is huge :( It's fastest if someone sends me the reverts and I can easily apply them that way. Otherwise it takes me a bit to do each one manually :( thanks, greg k-h ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2026-04-14 1:38 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <CO6PR11MB5586A4475A5EEC47FC10398BCD53A@CO6PR11MB5586.namprd11.prod.outlook.com>
[not found] ` <PH0PR11MB55934A1C9A8C35B1E751C247CD50A@PH0PR11MB5593.namprd11.prod.outlook.com>
[not found] ` <14d65103-8809-4a1b-b115-bf5f8d7110ea@leemhuis.info>
[not found] ` <CO6PR11MB5586DF3964BAB4E6131A86CDCD5EA@CO6PR11MB5586.namprd11.prod.outlook.com>
[not found] ` <2026040331-evasion-walk-f572@gregkh>
[not found] ` <DM3PPF63A6024A9C09C1B13E5DF46C0B72AA35EA@DM3PPF63A6024A9.namprd11.prod.outlook.com>
[not found] ` <2026040349-chowtime-freeload-5ca4@gregkh>
[not found] ` <DM3PPF63A6024A9E931C940F849C60FAF9EA35EA@DM3PPF63A6024A9.namprd11.prod.outlook.com>
2026-04-13 11:58 ` commit 0c4f1c02d27a880b cause a deadlock issue Thorsten Leemhuis
2026-04-13 12:55 ` Greg KH
2026-04-14 1:38 ` He, Guocai (CN)
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox