* [REGRESSION] Chrome and VSCode breakage with the commit b9b588f22a0c
@ 2025-02-23 8:48 Takashi Iwai
0 siblings, 0 replies; 31+ messages in thread
From: Takashi Iwai @ 2025-02-23 8:48 UTC (permalink / raw)
To: Chuck Lever; +Cc: regressions, linux-fsdevel, stable
Hi,
we received a bug report showing the regression on 6.13.1 kernel
against 6.13.0. The symptom is that Chrome and VSCode stopped working
with Gnome Scaling, as reported on openSUSE Tumbleweed bug tracker
https://bugzilla.suse.com/show_bug.cgi?id=1236943
Quoting from there:
"""
I use the latest TW on Gnome with a 4K display and 150%
scaling. Everything has been working fine, but recently both Chrome
and VSCode (installed from official non-openSUSE channels) stopped
working with Scaling.
....
I am using VSCode with:
`--enable-features=UseOzonePlatform --enable-features=WaylandWindowDecorations --ozone-platform-hint=auto` and for Chrome, I select `Preferred Ozone platform` == `Wayland`.
"""
Surprisingly, the bisection pointed to the backport of the commit
b9b588f22a0c049a14885399e27625635ae6ef91 ("libfs: Use d_children list
to iterate simple_offset directories").
Indeed, the revert of this patch on the latest 6.13.4 was confirmed to
fix the issue. Also, the reporter verified that the latest 6.14-rc
release is still affected, too.
For now I have no concrete idea how the patch could break the behavior
of a graphical application like the above. Let us know if you need
something for debugging. (Or at easiest, join to the bugzilla entry
and ask there; or open another bug report at whatever you like.)
BTW, I'll be traveling tomorrow, so my reply will be delayed.
thanks,
Takashi
#regzbot introduced: b9b588f22a0c049a14885399e27625635ae6ef91
#regzbot monitor: https://bugzilla.suse.com/show_bug.cgi?id=1236943
^ permalink raw reply [flat|nested] 31+ messages in thread
* [REGRESSION] Chrome and VSCode breakage with the commit b9b588f22a0c
@ 2025-02-23 8:53 Takashi Iwai
2025-02-23 15:18 ` Chuck Lever
2025-03-29 12:17 ` Takashi Iwai
0 siblings, 2 replies; 31+ messages in thread
From: Takashi Iwai @ 2025-02-23 8:53 UTC (permalink / raw)
To: Chuck Lever; +Cc: regressions, linux-fsdevel, stable, linux-kernel
[ resent due to a wrong address for regression reporting, sorry! ]
Hi,
we received a bug report showing the regression on 6.13.1 kernel
against 6.13.0. The symptom is that Chrome and VSCode stopped working
with Gnome Scaling, as reported on openSUSE Tumbleweed bug tracker
https://bugzilla.suse.com/show_bug.cgi?id=1236943
Quoting from there:
"""
I use the latest TW on Gnome with a 4K display and 150%
scaling. Everything has been working fine, but recently both Chrome
and VSCode (installed from official non-openSUSE channels) stopped
working with Scaling.
....
I am using VSCode with:
`--enable-features=UseOzonePlatform --enable-features=WaylandWindowDecorations --ozone-platform-hint=auto` and for Chrome, I select `Preferred Ozone platform` == `Wayland`.
"""
Surprisingly, the bisection pointed to the backport of the commit
b9b588f22a0c049a14885399e27625635ae6ef91 ("libfs: Use d_children list
to iterate simple_offset directories").
Indeed, the revert of this patch on the latest 6.13.4 was confirmed to
fix the issue. Also, the reporter verified that the latest 6.14-rc
release is still affected, too.
For now I have no concrete idea how the patch could break the behavior
of a graphical application like the above. Let us know if you need
something for debugging. (Or at easiest, join to the bugzilla entry
and ask there; or open another bug report at whatever you like.)
BTW, I'll be traveling tomorrow, so my reply will be delayed.
thanks,
Takashi
#regzbot introduced: b9b588f22a0c049a14885399e27625635ae6ef91
#regzbot monitor: https://bugzilla.suse.com/show_bug.cgi?id=1236943
^ permalink raw reply [flat|nested] 31+ messages in thread
* Re: [REGRESSION] Chrome and VSCode breakage with the commit b9b588f22a0c
2025-02-23 8:53 [REGRESSION] Chrome and VSCode breakage with the commit b9b588f22a0c Takashi Iwai
@ 2025-02-23 15:18 ` Chuck Lever
2025-02-26 8:38 ` Takashi Iwai
2025-03-29 12:17 ` Takashi Iwai
1 sibling, 1 reply; 31+ messages in thread
From: Chuck Lever @ 2025-02-23 15:18 UTC (permalink / raw)
To: Takashi Iwai; +Cc: regressions, linux-fsdevel, stable, linux-kernel
On 2/23/25 3:53 AM, Takashi Iwai wrote:
> [ resent due to a wrong address for regression reporting, sorry! ]
>
> Hi,
>
> we received a bug report showing the regression on 6.13.1 kernel
> against 6.13.0. The symptom is that Chrome and VSCode stopped working
> with Gnome Scaling, as reported on openSUSE Tumbleweed bug tracker
> https://bugzilla.suse.com/show_bug.cgi?id=1236943
>
> Quoting from there:
> """
> I use the latest TW on Gnome with a 4K display and 150%
> scaling. Everything has been working fine, but recently both Chrome
> and VSCode (installed from official non-openSUSE channels) stopped
> working with Scaling.
> ....
> I am using VSCode with:
> `--enable-features=UseOzonePlatform --enable-features=WaylandWindowDecorations --ozone-platform-hint=auto` and for Chrome, I select `Preferred Ozone platform` == `Wayland`.
> """
>
> Surprisingly, the bisection pointed to the backport of the commit
> b9b588f22a0c049a14885399e27625635ae6ef91 ("libfs: Use d_children list
> to iterate simple_offset directories").
>
> Indeed, the revert of this patch on the latest 6.13.4 was confirmed to
> fix the issue. Also, the reporter verified that the latest 6.14-rc
> release is still affected, too.
>
> For now I have no concrete idea how the patch could break the behavior
> of a graphical application like the above. Let us know if you need
> something for debugging. (Or at easiest, join to the bugzilla entry
> and ask there; or open another bug report at whatever you like.)
>
> BTW, I'll be traveling tomorrow, so my reply will be delayed.
>
>
> thanks,
>
> Takashi
>
> #regzbot introduced: b9b588f22a0c049a14885399e27625635ae6ef91
> #regzbot monitor: https://bugzilla.suse.com/show_bug.cgi?id=1236943
We received a similar report a few days ago, and are likewise puzzled at
the commit result. Please report this issue to the Chrome development
team and have them come up with a simple reproducer that I can try in my
own lab. I'm sure they can quickly get to the bottom of the application
stack to identify the misbehaving interaction between OS and app.
--
Chuck Lever
^ permalink raw reply [flat|nested] 31+ messages in thread
* Re: [REGRESSION] Chrome and VSCode breakage with the commit b9b588f22a0c
2025-02-23 15:18 ` Chuck Lever
@ 2025-02-26 8:38 ` Takashi Iwai
2025-02-26 14:11 ` Chuck Lever
0 siblings, 1 reply; 31+ messages in thread
From: Takashi Iwai @ 2025-02-26 8:38 UTC (permalink / raw)
To: Chuck Lever
Cc: Takashi Iwai, regressions, linux-fsdevel, stable, linux-kernel
On Sun, 23 Feb 2025 16:18:41 +0100,
Chuck Lever wrote:
>
> On 2/23/25 3:53 AM, Takashi Iwai wrote:
> > [ resent due to a wrong address for regression reporting, sorry! ]
> >
> > Hi,
> >
> > we received a bug report showing the regression on 6.13.1 kernel
> > against 6.13.0. The symptom is that Chrome and VSCode stopped working
> > with Gnome Scaling, as reported on openSUSE Tumbleweed bug tracker
> > https://bugzilla.suse.com/show_bug.cgi?id=1236943
> >
> > Quoting from there:
> > """
> > I use the latest TW on Gnome with a 4K display and 150%
> > scaling. Everything has been working fine, but recently both Chrome
> > and VSCode (installed from official non-openSUSE channels) stopped
> > working with Scaling.
> > ....
> > I am using VSCode with:
> > `--enable-features=UseOzonePlatform --enable-features=WaylandWindowDecorations --ozone-platform-hint=auto` and for Chrome, I select `Preferred Ozone platform` == `Wayland`.
> > """
> >
> > Surprisingly, the bisection pointed to the backport of the commit
> > b9b588f22a0c049a14885399e27625635ae6ef91 ("libfs: Use d_children list
> > to iterate simple_offset directories").
> >
> > Indeed, the revert of this patch on the latest 6.13.4 was confirmed to
> > fix the issue. Also, the reporter verified that the latest 6.14-rc
> > release is still affected, too.
> >
> > For now I have no concrete idea how the patch could break the behavior
> > of a graphical application like the above. Let us know if you need
> > something for debugging. (Or at easiest, join to the bugzilla entry
> > and ask there; or open another bug report at whatever you like.)
> >
> > BTW, I'll be traveling tomorrow, so my reply will be delayed.
> >
> >
> > thanks,
> >
> > Takashi
> >
> > #regzbot introduced: b9b588f22a0c049a14885399e27625635ae6ef91
> > #regzbot monitor: https://bugzilla.suse.com/show_bug.cgi?id=1236943
>
> We received a similar report a few days ago, and are likewise puzzled at
> the commit result. Please report this issue to the Chrome development
> team and have them come up with a simple reproducer that I can try in my
> own lab. I'm sure they can quickly get to the bottom of the application
> stack to identify the misbehaving interaction between OS and app.
Do you know where to report to? The reported stuff are no distro
packages, and I myself have no experience with them, hence have no
idea about the upstream development.
If you have more clue about Chrome development, it'd be appreciated if
you can report / ask from your side. Of course, feel free to put me
to Cc.
thanks,
Takashi
^ permalink raw reply [flat|nested] 31+ messages in thread
* Re: [REGRESSION] Chrome and VSCode breakage with the commit b9b588f22a0c
2025-02-26 8:38 ` Takashi Iwai
@ 2025-02-26 14:11 ` Chuck Lever
2025-02-26 14:16 ` Takashi Iwai
2025-02-26 20:42 ` Eric Biggers
0 siblings, 2 replies; 31+ messages in thread
From: Chuck Lever @ 2025-02-26 14:11 UTC (permalink / raw)
To: Takashi Iwai; +Cc: regressions, linux-fsdevel, stable, linux-kernel
On 2/26/25 3:38 AM, Takashi Iwai wrote:
> On Sun, 23 Feb 2025 16:18:41 +0100,
> Chuck Lever wrote:
>>
>> On 2/23/25 3:53 AM, Takashi Iwai wrote:
>>> [ resent due to a wrong address for regression reporting, sorry! ]
>>>
>>> Hi,
>>>
>>> we received a bug report showing the regression on 6.13.1 kernel
>>> against 6.13.0. The symptom is that Chrome and VSCode stopped working
>>> with Gnome Scaling, as reported on openSUSE Tumbleweed bug tracker
>>> https://bugzilla.suse.com/show_bug.cgi?id=1236943
>>>
>>> Quoting from there:
>>> """
>>> I use the latest TW on Gnome with a 4K display and 150%
>>> scaling. Everything has been working fine, but recently both Chrome
>>> and VSCode (installed from official non-openSUSE channels) stopped
>>> working with Scaling.
>>> ....
>>> I am using VSCode with:
>>> `--enable-features=UseOzonePlatform --enable-features=WaylandWindowDecorations --ozone-platform-hint=auto` and for Chrome, I select `Preferred Ozone platform` == `Wayland`.
>>> """
>>>
>>> Surprisingly, the bisection pointed to the backport of the commit
>>> b9b588f22a0c049a14885399e27625635ae6ef91 ("libfs: Use d_children list
>>> to iterate simple_offset directories").
>>>
>>> Indeed, the revert of this patch on the latest 6.13.4 was confirmed to
>>> fix the issue. Also, the reporter verified that the latest 6.14-rc
>>> release is still affected, too.
>>>
>>> For now I have no concrete idea how the patch could break the behavior
>>> of a graphical application like the above. Let us know if you need
>>> something for debugging. (Or at easiest, join to the bugzilla entry
>>> and ask there; or open another bug report at whatever you like.)
>>>
>>> BTW, I'll be traveling tomorrow, so my reply will be delayed.
>>>
>>>
>>> thanks,
>>>
>>> Takashi
>>>
>>> #regzbot introduced: b9b588f22a0c049a14885399e27625635ae6ef91
>>> #regzbot monitor: https://bugzilla.suse.com/show_bug.cgi?id=1236943
>>
>> We received a similar report a few days ago, and are likewise puzzled at
>> the commit result. Please report this issue to the Chrome development
>> team and have them come up with a simple reproducer that I can try in my
>> own lab. I'm sure they can quickly get to the bottom of the application
>> stack to identify the misbehaving interaction between OS and app.
>
> Do you know where to report to?
You'll need to drive this, since you currently have a working
reproducer. You can report the issue here:
https://support.google.com/chrome/answer/95315?hl=en&co=GENIE.Platform%3DDesktop
> The reported stuff are no distro
> packages, and I myself have no experience with them, hence have no
> idea about the upstream development.
> If you have more clue about Chrome development, it'd be appreciated if
> you can report / ask from your side. Of course, feel free to put me
> to Cc.
--
Chuck Lever
^ permalink raw reply [flat|nested] 31+ messages in thread
* Re: [REGRESSION] Chrome and VSCode breakage with the commit b9b588f22a0c
2025-02-26 14:11 ` Chuck Lever
@ 2025-02-26 14:16 ` Takashi Iwai
2025-02-26 14:20 ` Chuck Lever
2025-02-26 20:42 ` Eric Biggers
1 sibling, 1 reply; 31+ messages in thread
From: Takashi Iwai @ 2025-02-26 14:16 UTC (permalink / raw)
To: Chuck Lever
Cc: Takashi Iwai, regressions, linux-fsdevel, stable, linux-kernel
On Wed, 26 Feb 2025 15:11:04 +0100,
Chuck Lever wrote:
>
> On 2/26/25 3:38 AM, Takashi Iwai wrote:
> > On Sun, 23 Feb 2025 16:18:41 +0100,
> > Chuck Lever wrote:
> >>
> >> On 2/23/25 3:53 AM, Takashi Iwai wrote:
> >>> [ resent due to a wrong address for regression reporting, sorry! ]
> >>>
> >>> Hi,
> >>>
> >>> we received a bug report showing the regression on 6.13.1 kernel
> >>> against 6.13.0. The symptom is that Chrome and VSCode stopped working
> >>> with Gnome Scaling, as reported on openSUSE Tumbleweed bug tracker
> >>> https://bugzilla.suse.com/show_bug.cgi?id=1236943
> >>>
> >>> Quoting from there:
> >>> """
> >>> I use the latest TW on Gnome with a 4K display and 150%
> >>> scaling. Everything has been working fine, but recently both Chrome
> >>> and VSCode (installed from official non-openSUSE channels) stopped
> >>> working with Scaling.
> >>> ....
> >>> I am using VSCode with:
> >>> `--enable-features=UseOzonePlatform --enable-features=WaylandWindowDecorations --ozone-platform-hint=auto` and for Chrome, I select `Preferred Ozone platform` == `Wayland`.
> >>> """
> >>>
> >>> Surprisingly, the bisection pointed to the backport of the commit
> >>> b9b588f22a0c049a14885399e27625635ae6ef91 ("libfs: Use d_children list
> >>> to iterate simple_offset directories").
> >>>
> >>> Indeed, the revert of this patch on the latest 6.13.4 was confirmed to
> >>> fix the issue. Also, the reporter verified that the latest 6.14-rc
> >>> release is still affected, too.
> >>>
> >>> For now I have no concrete idea how the patch could break the behavior
> >>> of a graphical application like the above. Let us know if you need
> >>> something for debugging. (Or at easiest, join to the bugzilla entry
> >>> and ask there; or open another bug report at whatever you like.)
> >>>
> >>> BTW, I'll be traveling tomorrow, so my reply will be delayed.
> >>>
> >>>
> >>> thanks,
> >>>
> >>> Takashi
> >>>
> >>> #regzbot introduced: b9b588f22a0c049a14885399e27625635ae6ef91
> >>> #regzbot monitor: https://bugzilla.suse.com/show_bug.cgi?id=1236943
> >>
> >> We received a similar report a few days ago, and are likewise puzzled at
> >> the commit result. Please report this issue to the Chrome development
> >> team and have them come up with a simple reproducer that I can try in my
> >> own lab. I'm sure they can quickly get to the bottom of the application
> >> stack to identify the misbehaving interaction between OS and app.
> >
> > Do you know where to report to?
>
> You'll need to drive this, since you currently have a working
> reproducer.
No, I don't have, I'm merely a messenger.
Takashi
^ permalink raw reply [flat|nested] 31+ messages in thread
* Re: [REGRESSION] Chrome and VSCode breakage with the commit b9b588f22a0c
2025-02-26 14:16 ` Takashi Iwai
@ 2025-02-26 14:20 ` Chuck Lever
2025-02-26 14:26 ` Greg KH
2025-02-26 14:35 ` Takashi Iwai
0 siblings, 2 replies; 31+ messages in thread
From: Chuck Lever @ 2025-02-26 14:20 UTC (permalink / raw)
To: Takashi Iwai; +Cc: regressions, linux-fsdevel, stable, linux-kernel
On 2/26/25 9:16 AM, Takashi Iwai wrote:
> On Wed, 26 Feb 2025 15:11:04 +0100,
> Chuck Lever wrote:
>>
>> On 2/26/25 3:38 AM, Takashi Iwai wrote:
>>> On Sun, 23 Feb 2025 16:18:41 +0100,
>>> Chuck Lever wrote:
>>>>
>>>> On 2/23/25 3:53 AM, Takashi Iwai wrote:
>>>>> [ resent due to a wrong address for regression reporting, sorry! ]
>>>>>
>>>>> Hi,
>>>>>
>>>>> we received a bug report showing the regression on 6.13.1 kernel
>>>>> against 6.13.0. The symptom is that Chrome and VSCode stopped working
>>>>> with Gnome Scaling, as reported on openSUSE Tumbleweed bug tracker
>>>>> https://bugzilla.suse.com/show_bug.cgi?id=1236943
>>>>>
>>>>> Quoting from there:
>>>>> """
>>>>> I use the latest TW on Gnome with a 4K display and 150%
>>>>> scaling. Everything has been working fine, but recently both Chrome
>>>>> and VSCode (installed from official non-openSUSE channels) stopped
>>>>> working with Scaling.
>>>>> ....
>>>>> I am using VSCode with:
>>>>> `--enable-features=UseOzonePlatform --enable-features=WaylandWindowDecorations --ozone-platform-hint=auto` and for Chrome, I select `Preferred Ozone platform` == `Wayland`.
>>>>> """
>>>>>
>>>>> Surprisingly, the bisection pointed to the backport of the commit
>>>>> b9b588f22a0c049a14885399e27625635ae6ef91 ("libfs: Use d_children list
>>>>> to iterate simple_offset directories").
>>>>>
>>>>> Indeed, the revert of this patch on the latest 6.13.4 was confirmed to
>>>>> fix the issue. Also, the reporter verified that the latest 6.14-rc
>>>>> release is still affected, too.
>>>>>
>>>>> For now I have no concrete idea how the patch could break the behavior
>>>>> of a graphical application like the above. Let us know if you need
>>>>> something for debugging. (Or at easiest, join to the bugzilla entry
>>>>> and ask there; or open another bug report at whatever you like.)
>>>>>
>>>>> BTW, I'll be traveling tomorrow, so my reply will be delayed.
>>>>>
>>>>>
>>>>> thanks,
>>>>>
>>>>> Takashi
>>>>>
>>>>> #regzbot introduced: b9b588f22a0c049a14885399e27625635ae6ef91
>>>>> #regzbot monitor: https://bugzilla.suse.com/show_bug.cgi?id=1236943
>>>>
>>>> We received a similar report a few days ago, and are likewise puzzled at
>>>> the commit result. Please report this issue to the Chrome development
>>>> team and have them come up with a simple reproducer that I can try in my
>>>> own lab. I'm sure they can quickly get to the bottom of the application
>>>> stack to identify the misbehaving interaction between OS and app.
>>>
>>> Do you know where to report to?
>>
>> You'll need to drive this, since you currently have a working
>> reproducer.
>
> No, I don't have, I'm merely a messenger.
Whoever was the original reporter has the ability to reproduce this and
answer any questions the Chrome team might have. Please have them drive
this. I'm already two steps removed, so it doesn't make sense for me to
report a problem for which I have no standing.
--
Chuck Lever
^ permalink raw reply [flat|nested] 31+ messages in thread
* Re: [REGRESSION] Chrome and VSCode breakage with the commit b9b588f22a0c
2025-02-26 14:20 ` Chuck Lever
@ 2025-02-26 14:26 ` Greg KH
2025-02-26 14:35 ` Greg KH
2025-02-26 15:56 ` Chuck Lever
2025-02-26 14:35 ` Takashi Iwai
1 sibling, 2 replies; 31+ messages in thread
From: Greg KH @ 2025-02-26 14:26 UTC (permalink / raw)
To: Chuck Lever
Cc: Takashi Iwai, regressions, linux-fsdevel, stable, linux-kernel
On Wed, Feb 26, 2025 at 09:20:20AM -0500, Chuck Lever wrote:
> On 2/26/25 9:16 AM, Takashi Iwai wrote:
> > On Wed, 26 Feb 2025 15:11:04 +0100,
> > Chuck Lever wrote:
> >>
> >> On 2/26/25 3:38 AM, Takashi Iwai wrote:
> >>> On Sun, 23 Feb 2025 16:18:41 +0100,
> >>> Chuck Lever wrote:
> >>>>
> >>>> On 2/23/25 3:53 AM, Takashi Iwai wrote:
> >>>>> [ resent due to a wrong address for regression reporting, sorry! ]
> >>>>>
> >>>>> Hi,
> >>>>>
> >>>>> we received a bug report showing the regression on 6.13.1 kernel
> >>>>> against 6.13.0. The symptom is that Chrome and VSCode stopped working
> >>>>> with Gnome Scaling, as reported on openSUSE Tumbleweed bug tracker
> >>>>> https://bugzilla.suse.com/show_bug.cgi?id=1236943
> >>>>>
> >>>>> Quoting from there:
> >>>>> """
> >>>>> I use the latest TW on Gnome with a 4K display and 150%
> >>>>> scaling. Everything has been working fine, but recently both Chrome
> >>>>> and VSCode (installed from official non-openSUSE channels) stopped
> >>>>> working with Scaling.
> >>>>> ....
> >>>>> I am using VSCode with:
> >>>>> `--enable-features=UseOzonePlatform --enable-features=WaylandWindowDecorations --ozone-platform-hint=auto` and for Chrome, I select `Preferred Ozone platform` == `Wayland`.
> >>>>> """
> >>>>>
> >>>>> Surprisingly, the bisection pointed to the backport of the commit
> >>>>> b9b588f22a0c049a14885399e27625635ae6ef91 ("libfs: Use d_children list
> >>>>> to iterate simple_offset directories").
> >>>>>
> >>>>> Indeed, the revert of this patch on the latest 6.13.4 was confirmed to
> >>>>> fix the issue. Also, the reporter verified that the latest 6.14-rc
> >>>>> release is still affected, too.
> >>>>>
> >>>>> For now I have no concrete idea how the patch could break the behavior
> >>>>> of a graphical application like the above. Let us know if you need
> >>>>> something for debugging. (Or at easiest, join to the bugzilla entry
> >>>>> and ask there; or open another bug report at whatever you like.)
> >>>>>
> >>>>> BTW, I'll be traveling tomorrow, so my reply will be delayed.
> >>>>>
> >>>>>
> >>>>> thanks,
> >>>>>
> >>>>> Takashi
> >>>>>
> >>>>> #regzbot introduced: b9b588f22a0c049a14885399e27625635ae6ef91
> >>>>> #regzbot monitor: https://bugzilla.suse.com/show_bug.cgi?id=1236943
> >>>>
> >>>> We received a similar report a few days ago, and are likewise puzzled at
> >>>> the commit result. Please report this issue to the Chrome development
> >>>> team and have them come up with a simple reproducer that I can try in my
> >>>> own lab. I'm sure they can quickly get to the bottom of the application
> >>>> stack to identify the misbehaving interaction between OS and app.
> >>>
> >>> Do you know where to report to?
> >>
> >> You'll need to drive this, since you currently have a working
> >> reproducer.
> >
> > No, I don't have, I'm merely a messenger.
>
> Whoever was the original reporter has the ability to reproduce this and
> answer any questions the Chrome team might have. Please have them drive
> this. I'm already two steps removed, so it doesn't make sense for me to
> report a problem for which I have no standing.
Ugh, no. The bug was explictly bisected to the offending commit. We
should just revert that commit for now and it can come back in the
future if the root-cause is found.
As the revert seems to be simple, and builds here for me, I guess I'll
have to send it in. {sigh}
Takashi, thanks for the report and the bisection, much appreciated.
greg k-h
^ permalink raw reply [flat|nested] 31+ messages in thread
* Re: [REGRESSION] Chrome and VSCode breakage with the commit b9b588f22a0c
2025-02-26 14:26 ` Greg KH
@ 2025-02-26 14:35 ` Greg KH
2025-02-26 14:40 ` Takashi Iwai
2025-02-26 15:56 ` Chuck Lever
1 sibling, 1 reply; 31+ messages in thread
From: Greg KH @ 2025-02-26 14:35 UTC (permalink / raw)
To: Chuck Lever
Cc: Takashi Iwai, regressions, linux-fsdevel, stable, linux-kernel
On Wed, Feb 26, 2025 at 03:26:44PM +0100, Greg KH wrote:
> On Wed, Feb 26, 2025 at 09:20:20AM -0500, Chuck Lever wrote:
> > On 2/26/25 9:16 AM, Takashi Iwai wrote:
> > > On Wed, 26 Feb 2025 15:11:04 +0100,
> > > Chuck Lever wrote:
> > >>
> > >> On 2/26/25 3:38 AM, Takashi Iwai wrote:
> > >>> On Sun, 23 Feb 2025 16:18:41 +0100,
> > >>> Chuck Lever wrote:
> > >>>>
> > >>>> On 2/23/25 3:53 AM, Takashi Iwai wrote:
> > >>>>> [ resent due to a wrong address for regression reporting, sorry! ]
> > >>>>>
> > >>>>> Hi,
> > >>>>>
> > >>>>> we received a bug report showing the regression on 6.13.1 kernel
> > >>>>> against 6.13.0. The symptom is that Chrome and VSCode stopped working
> > >>>>> with Gnome Scaling, as reported on openSUSE Tumbleweed bug tracker
> > >>>>> https://bugzilla.suse.com/show_bug.cgi?id=1236943
> > >>>>>
> > >>>>> Quoting from there:
> > >>>>> """
> > >>>>> I use the latest TW on Gnome with a 4K display and 150%
> > >>>>> scaling. Everything has been working fine, but recently both Chrome
> > >>>>> and VSCode (installed from official non-openSUSE channels) stopped
> > >>>>> working with Scaling.
> > >>>>> ....
> > >>>>> I am using VSCode with:
> > >>>>> `--enable-features=UseOzonePlatform --enable-features=WaylandWindowDecorations --ozone-platform-hint=auto` and for Chrome, I select `Preferred Ozone platform` == `Wayland`.
> > >>>>> """
> > >>>>>
> > >>>>> Surprisingly, the bisection pointed to the backport of the commit
> > >>>>> b9b588f22a0c049a14885399e27625635ae6ef91 ("libfs: Use d_children list
> > >>>>> to iterate simple_offset directories").
> > >>>>>
> > >>>>> Indeed, the revert of this patch on the latest 6.13.4 was confirmed to
> > >>>>> fix the issue. Also, the reporter verified that the latest 6.14-rc
> > >>>>> release is still affected, too.
> > >>>>>
> > >>>>> For now I have no concrete idea how the patch could break the behavior
> > >>>>> of a graphical application like the above. Let us know if you need
> > >>>>> something for debugging. (Or at easiest, join to the bugzilla entry
> > >>>>> and ask there; or open another bug report at whatever you like.)
> > >>>>>
> > >>>>> BTW, I'll be traveling tomorrow, so my reply will be delayed.
> > >>>>>
> > >>>>>
> > >>>>> thanks,
> > >>>>>
> > >>>>> Takashi
> > >>>>>
> > >>>>> #regzbot introduced: b9b588f22a0c049a14885399e27625635ae6ef91
> > >>>>> #regzbot monitor: https://bugzilla.suse.com/show_bug.cgi?id=1236943
> > >>>>
> > >>>> We received a similar report a few days ago, and are likewise puzzled at
> > >>>> the commit result. Please report this issue to the Chrome development
> > >>>> team and have them come up with a simple reproducer that I can try in my
> > >>>> own lab. I'm sure they can quickly get to the bottom of the application
> > >>>> stack to identify the misbehaving interaction between OS and app.
> > >>>
> > >>> Do you know where to report to?
> > >>
> > >> You'll need to drive this, since you currently have a working
> > >> reproducer.
> > >
> > > No, I don't have, I'm merely a messenger.
> >
> > Whoever was the original reporter has the ability to reproduce this and
> > answer any questions the Chrome team might have. Please have them drive
> > this. I'm already two steps removed, so it doesn't make sense for me to
> > report a problem for which I have no standing.
>
> Ugh, no. The bug was explictly bisected to the offending commit. We
> should just revert that commit for now and it can come back in the
> future if the root-cause is found.
>
> As the revert seems to be simple, and builds here for me, I guess I'll
> have to send it in. {sigh}
>
> Takashi, thanks for the report and the bisection, much appreciated.
Now sent:
https://lore.kernel.org/r/2025022644-blinked-broadness-c810@gregkh
^ permalink raw reply [flat|nested] 31+ messages in thread
* Re: [REGRESSION] Chrome and VSCode breakage with the commit b9b588f22a0c
2025-02-26 14:20 ` Chuck Lever
2025-02-26 14:26 ` Greg KH
@ 2025-02-26 14:35 ` Takashi Iwai
2025-02-26 16:00 ` Chuck Lever
1 sibling, 1 reply; 31+ messages in thread
From: Takashi Iwai @ 2025-02-26 14:35 UTC (permalink / raw)
To: Chuck Lever
Cc: Takashi Iwai, regressions, linux-fsdevel, stable, linux-kernel
On Wed, 26 Feb 2025 15:20:20 +0100,
Chuck Lever wrote:
>
> On 2/26/25 9:16 AM, Takashi Iwai wrote:
> > On Wed, 26 Feb 2025 15:11:04 +0100,
> > Chuck Lever wrote:
> >>
> >> On 2/26/25 3:38 AM, Takashi Iwai wrote:
> >>> On Sun, 23 Feb 2025 16:18:41 +0100,
> >>> Chuck Lever wrote:
> >>>>
> >>>> On 2/23/25 3:53 AM, Takashi Iwai wrote:
> >>>>> [ resent due to a wrong address for regression reporting, sorry! ]
> >>>>>
> >>>>> Hi,
> >>>>>
> >>>>> we received a bug report showing the regression on 6.13.1 kernel
> >>>>> against 6.13.0. The symptom is that Chrome and VSCode stopped working
> >>>>> with Gnome Scaling, as reported on openSUSE Tumbleweed bug tracker
> >>>>> https://bugzilla.suse.com/show_bug.cgi?id=1236943
> >>>>>
> >>>>> Quoting from there:
> >>>>> """
> >>>>> I use the latest TW on Gnome with a 4K display and 150%
> >>>>> scaling. Everything has been working fine, but recently both Chrome
> >>>>> and VSCode (installed from official non-openSUSE channels) stopped
> >>>>> working with Scaling.
> >>>>> ....
> >>>>> I am using VSCode with:
> >>>>> `--enable-features=UseOzonePlatform --enable-features=WaylandWindowDecorations --ozone-platform-hint=auto` and for Chrome, I select `Preferred Ozone platform` == `Wayland`.
> >>>>> """
> >>>>>
> >>>>> Surprisingly, the bisection pointed to the backport of the commit
> >>>>> b9b588f22a0c049a14885399e27625635ae6ef91 ("libfs: Use d_children list
> >>>>> to iterate simple_offset directories").
> >>>>>
> >>>>> Indeed, the revert of this patch on the latest 6.13.4 was confirmed to
> >>>>> fix the issue. Also, the reporter verified that the latest 6.14-rc
> >>>>> release is still affected, too.
> >>>>>
> >>>>> For now I have no concrete idea how the patch could break the behavior
> >>>>> of a graphical application like the above. Let us know if you need
> >>>>> something for debugging. (Or at easiest, join to the bugzilla entry
> >>>>> and ask there; or open another bug report at whatever you like.)
> >>>>>
> >>>>> BTW, I'll be traveling tomorrow, so my reply will be delayed.
> >>>>>
> >>>>>
> >>>>> thanks,
> >>>>>
> >>>>> Takashi
> >>>>>
> >>>>> #regzbot introduced: b9b588f22a0c049a14885399e27625635ae6ef91
> >>>>> #regzbot monitor: https://bugzilla.suse.com/show_bug.cgi?id=1236943
> >>>>
> >>>> We received a similar report a few days ago, and are likewise puzzled at
> >>>> the commit result. Please report this issue to the Chrome development
> >>>> team and have them come up with a simple reproducer that I can try in my
> >>>> own lab. I'm sure they can quickly get to the bottom of the application
> >>>> stack to identify the misbehaving interaction between OS and app.
> >>>
> >>> Do you know where to report to?
> >>
> >> You'll need to drive this, since you currently have a working
> >> reproducer.
> >
> > No, I don't have, I'm merely a messenger.
>
> Whoever was the original reporter has the ability to reproduce this and
> answer any questions the Chrome team might have. Please have them drive
> this. I'm already two steps removed, so it doesn't make sense for me to
> report a problem for which I have no standing.
Yeah, I'm going to ask the original reporter, but this is still not
perfect at all; namely, you'll be missed in the loop. e.g. who can
answer to the questions from Chrome team about the breakage commit?
That's why I asked you posting it previously. If it has to be done by
the original reporter, at least, may your name / mail be put as the
contact for the kernel stuff in the report?
thanks,
Takashi
^ permalink raw reply [flat|nested] 31+ messages in thread
* Re: [REGRESSION] Chrome and VSCode breakage with the commit b9b588f22a0c
2025-02-26 14:35 ` Greg KH
@ 2025-02-26 14:40 ` Takashi Iwai
2025-02-26 15:02 ` Greg KH
0 siblings, 1 reply; 31+ messages in thread
From: Takashi Iwai @ 2025-02-26 14:40 UTC (permalink / raw)
To: Greg KH
Cc: Chuck Lever, Takashi Iwai, regressions, linux-fsdevel, stable,
linux-kernel
On Wed, 26 Feb 2025 15:35:34 +0100,
Greg KH wrote:
>
> On Wed, Feb 26, 2025 at 03:26:44PM +0100, Greg KH wrote:
> > On Wed, Feb 26, 2025 at 09:20:20AM -0500, Chuck Lever wrote:
> > > On 2/26/25 9:16 AM, Takashi Iwai wrote:
> > > > On Wed, 26 Feb 2025 15:11:04 +0100,
> > > > Chuck Lever wrote:
> > > >>
> > > >> On 2/26/25 3:38 AM, Takashi Iwai wrote:
> > > >>> On Sun, 23 Feb 2025 16:18:41 +0100,
> > > >>> Chuck Lever wrote:
> > > >>>>
> > > >>>> On 2/23/25 3:53 AM, Takashi Iwai wrote:
> > > >>>>> [ resent due to a wrong address for regression reporting, sorry! ]
> > > >>>>>
> > > >>>>> Hi,
> > > >>>>>
> > > >>>>> we received a bug report showing the regression on 6.13.1 kernel
> > > >>>>> against 6.13.0. The symptom is that Chrome and VSCode stopped working
> > > >>>>> with Gnome Scaling, as reported on openSUSE Tumbleweed bug tracker
> > > >>>>> https://bugzilla.suse.com/show_bug.cgi?id=1236943
> > > >>>>>
> > > >>>>> Quoting from there:
> > > >>>>> """
> > > >>>>> I use the latest TW on Gnome with a 4K display and 150%
> > > >>>>> scaling. Everything has been working fine, but recently both Chrome
> > > >>>>> and VSCode (installed from official non-openSUSE channels) stopped
> > > >>>>> working with Scaling.
> > > >>>>> ....
> > > >>>>> I am using VSCode with:
> > > >>>>> `--enable-features=UseOzonePlatform --enable-features=WaylandWindowDecorations --ozone-platform-hint=auto` and for Chrome, I select `Preferred Ozone platform` == `Wayland`.
> > > >>>>> """
> > > >>>>>
> > > >>>>> Surprisingly, the bisection pointed to the backport of the commit
> > > >>>>> b9b588f22a0c049a14885399e27625635ae6ef91 ("libfs: Use d_children list
> > > >>>>> to iterate simple_offset directories").
> > > >>>>>
> > > >>>>> Indeed, the revert of this patch on the latest 6.13.4 was confirmed to
> > > >>>>> fix the issue. Also, the reporter verified that the latest 6.14-rc
> > > >>>>> release is still affected, too.
> > > >>>>>
> > > >>>>> For now I have no concrete idea how the patch could break the behavior
> > > >>>>> of a graphical application like the above. Let us know if you need
> > > >>>>> something for debugging. (Or at easiest, join to the bugzilla entry
> > > >>>>> and ask there; or open another bug report at whatever you like.)
> > > >>>>>
> > > >>>>> BTW, I'll be traveling tomorrow, so my reply will be delayed.
> > > >>>>>
> > > >>>>>
> > > >>>>> thanks,
> > > >>>>>
> > > >>>>> Takashi
> > > >>>>>
> > > >>>>> #regzbot introduced: b9b588f22a0c049a14885399e27625635ae6ef91
> > > >>>>> #regzbot monitor: https://bugzilla.suse.com/show_bug.cgi?id=1236943
> > > >>>>
> > > >>>> We received a similar report a few days ago, and are likewise puzzled at
> > > >>>> the commit result. Please report this issue to the Chrome development
> > > >>>> team and have them come up with a simple reproducer that I can try in my
> > > >>>> own lab. I'm sure they can quickly get to the bottom of the application
> > > >>>> stack to identify the misbehaving interaction between OS and app.
> > > >>>
> > > >>> Do you know where to report to?
> > > >>
> > > >> You'll need to drive this, since you currently have a working
> > > >> reproducer.
> > > >
> > > > No, I don't have, I'm merely a messenger.
> > >
> > > Whoever was the original reporter has the ability to reproduce this and
> > > answer any questions the Chrome team might have. Please have them drive
> > > this. I'm already two steps removed, so it doesn't make sense for me to
> > > report a problem for which I have no standing.
> >
> > Ugh, no. The bug was explictly bisected to the offending commit. We
> > should just revert that commit for now and it can come back in the
> > future if the root-cause is found.
> >
> > As the revert seems to be simple, and builds here for me, I guess I'll
> > have to send it in. {sigh}
> >
> > Takashi, thanks for the report and the bisection, much appreciated.
>
> Now sent:
> https://lore.kernel.org/r/2025022644-blinked-broadness-c810@gregkh
Thanks Greg!
Let's continue hunting the cause before 6.14 release, meanwhile.
Takashi
^ permalink raw reply [flat|nested] 31+ messages in thread
* Re: [REGRESSION] Chrome and VSCode breakage with the commit b9b588f22a0c
2025-02-26 14:40 ` Takashi Iwai
@ 2025-02-26 15:02 ` Greg KH
2025-02-26 15:08 ` Takashi Iwai
0 siblings, 1 reply; 31+ messages in thread
From: Greg KH @ 2025-02-26 15:02 UTC (permalink / raw)
To: Takashi Iwai
Cc: Chuck Lever, regressions, linux-fsdevel, stable, linux-kernel
On Wed, Feb 26, 2025 at 03:40:07PM +0100, Takashi Iwai wrote:
> On Wed, 26 Feb 2025 15:35:34 +0100,
> Greg KH wrote:
> >
> > On Wed, Feb 26, 2025 at 03:26:44PM +0100, Greg KH wrote:
> > > On Wed, Feb 26, 2025 at 09:20:20AM -0500, Chuck Lever wrote:
> > > > On 2/26/25 9:16 AM, Takashi Iwai wrote:
> > > > > On Wed, 26 Feb 2025 15:11:04 +0100,
> > > > > Chuck Lever wrote:
> > > > >>
> > > > >> On 2/26/25 3:38 AM, Takashi Iwai wrote:
> > > > >>> On Sun, 23 Feb 2025 16:18:41 +0100,
> > > > >>> Chuck Lever wrote:
> > > > >>>>
> > > > >>>> On 2/23/25 3:53 AM, Takashi Iwai wrote:
> > > > >>>>> [ resent due to a wrong address for regression reporting, sorry! ]
> > > > >>>>>
> > > > >>>>> Hi,
> > > > >>>>>
> > > > >>>>> we received a bug report showing the regression on 6.13.1 kernel
> > > > >>>>> against 6.13.0. The symptom is that Chrome and VSCode stopped working
> > > > >>>>> with Gnome Scaling, as reported on openSUSE Tumbleweed bug tracker
> > > > >>>>> https://bugzilla.suse.com/show_bug.cgi?id=1236943
> > > > >>>>>
> > > > >>>>> Quoting from there:
> > > > >>>>> """
> > > > >>>>> I use the latest TW on Gnome with a 4K display and 150%
> > > > >>>>> scaling. Everything has been working fine, but recently both Chrome
> > > > >>>>> and VSCode (installed from official non-openSUSE channels) stopped
> > > > >>>>> working with Scaling.
> > > > >>>>> ....
> > > > >>>>> I am using VSCode with:
> > > > >>>>> `--enable-features=UseOzonePlatform --enable-features=WaylandWindowDecorations --ozone-platform-hint=auto` and for Chrome, I select `Preferred Ozone platform` == `Wayland`.
> > > > >>>>> """
> > > > >>>>>
> > > > >>>>> Surprisingly, the bisection pointed to the backport of the commit
> > > > >>>>> b9b588f22a0c049a14885399e27625635ae6ef91 ("libfs: Use d_children list
> > > > >>>>> to iterate simple_offset directories").
> > > > >>>>>
> > > > >>>>> Indeed, the revert of this patch on the latest 6.13.4 was confirmed to
> > > > >>>>> fix the issue. Also, the reporter verified that the latest 6.14-rc
> > > > >>>>> release is still affected, too.
> > > > >>>>>
> > > > >>>>> For now I have no concrete idea how the patch could break the behavior
> > > > >>>>> of a graphical application like the above. Let us know if you need
> > > > >>>>> something for debugging. (Or at easiest, join to the bugzilla entry
> > > > >>>>> and ask there; or open another bug report at whatever you like.)
> > > > >>>>>
> > > > >>>>> BTW, I'll be traveling tomorrow, so my reply will be delayed.
> > > > >>>>>
> > > > >>>>>
> > > > >>>>> thanks,
> > > > >>>>>
> > > > >>>>> Takashi
> > > > >>>>>
> > > > >>>>> #regzbot introduced: b9b588f22a0c049a14885399e27625635ae6ef91
> > > > >>>>> #regzbot monitor: https://bugzilla.suse.com/show_bug.cgi?id=1236943
> > > > >>>>
> > > > >>>> We received a similar report a few days ago, and are likewise puzzled at
> > > > >>>> the commit result. Please report this issue to the Chrome development
> > > > >>>> team and have them come up with a simple reproducer that I can try in my
> > > > >>>> own lab. I'm sure they can quickly get to the bottom of the application
> > > > >>>> stack to identify the misbehaving interaction between OS and app.
> > > > >>>
> > > > >>> Do you know where to report to?
> > > > >>
> > > > >> You'll need to drive this, since you currently have a working
> > > > >> reproducer.
> > > > >
> > > > > No, I don't have, I'm merely a messenger.
> > > >
> > > > Whoever was the original reporter has the ability to reproduce this and
> > > > answer any questions the Chrome team might have. Please have them drive
> > > > this. I'm already two steps removed, so it doesn't make sense for me to
> > > > report a problem for which I have no standing.
> > >
> > > Ugh, no. The bug was explictly bisected to the offending commit. We
> > > should just revert that commit for now and it can come back in the
> > > future if the root-cause is found.
> > >
> > > As the revert seems to be simple, and builds here for me, I guess I'll
> > > have to send it in. {sigh}
> > >
> > > Takashi, thanks for the report and the bisection, much appreciated.
> >
> > Now sent:
> > https://lore.kernel.org/r/2025022644-blinked-broadness-c810@gregkh
>
> Thanks Greg!
>
> Let's continue hunting the cause before 6.14 release, meanwhile.
I'd prefer that the revert land in Linus's tree first and I can take the
revert from there for the stable releases, otherwise it's going to be a
mess once 6.14-final is released :(
thanks,
greg k-h
^ permalink raw reply [flat|nested] 31+ messages in thread
* Re: [REGRESSION] Chrome and VSCode breakage with the commit b9b588f22a0c
2025-02-26 15:02 ` Greg KH
@ 2025-02-26 15:08 ` Takashi Iwai
0 siblings, 0 replies; 31+ messages in thread
From: Takashi Iwai @ 2025-02-26 15:08 UTC (permalink / raw)
To: Greg KH
Cc: Takashi Iwai, Chuck Lever, regressions, linux-fsdevel, stable,
linux-kernel
On Wed, 26 Feb 2025 16:02:04 +0100,
Greg KH wrote:
>
> On Wed, Feb 26, 2025 at 03:40:07PM +0100, Takashi Iwai wrote:
> > On Wed, 26 Feb 2025 15:35:34 +0100,
> > Greg KH wrote:
> > >
> > > On Wed, Feb 26, 2025 at 03:26:44PM +0100, Greg KH wrote:
> > > > On Wed, Feb 26, 2025 at 09:20:20AM -0500, Chuck Lever wrote:
> > > > > On 2/26/25 9:16 AM, Takashi Iwai wrote:
> > > > > > On Wed, 26 Feb 2025 15:11:04 +0100,
> > > > > > Chuck Lever wrote:
> > > > > >>
> > > > > >> On 2/26/25 3:38 AM, Takashi Iwai wrote:
> > > > > >>> On Sun, 23 Feb 2025 16:18:41 +0100,
> > > > > >>> Chuck Lever wrote:
> > > > > >>>>
> > > > > >>>> On 2/23/25 3:53 AM, Takashi Iwai wrote:
> > > > > >>>>> [ resent due to a wrong address for regression reporting, sorry! ]
> > > > > >>>>>
> > > > > >>>>> Hi,
> > > > > >>>>>
> > > > > >>>>> we received a bug report showing the regression on 6.13.1 kernel
> > > > > >>>>> against 6.13.0. The symptom is that Chrome and VSCode stopped working
> > > > > >>>>> with Gnome Scaling, as reported on openSUSE Tumbleweed bug tracker
> > > > > >>>>> https://bugzilla.suse.com/show_bug.cgi?id=1236943
> > > > > >>>>>
> > > > > >>>>> Quoting from there:
> > > > > >>>>> """
> > > > > >>>>> I use the latest TW on Gnome with a 4K display and 150%
> > > > > >>>>> scaling. Everything has been working fine, but recently both Chrome
> > > > > >>>>> and VSCode (installed from official non-openSUSE channels) stopped
> > > > > >>>>> working with Scaling.
> > > > > >>>>> ....
> > > > > >>>>> I am using VSCode with:
> > > > > >>>>> `--enable-features=UseOzonePlatform --enable-features=WaylandWindowDecorations --ozone-platform-hint=auto` and for Chrome, I select `Preferred Ozone platform` == `Wayland`.
> > > > > >>>>> """
> > > > > >>>>>
> > > > > >>>>> Surprisingly, the bisection pointed to the backport of the commit
> > > > > >>>>> b9b588f22a0c049a14885399e27625635ae6ef91 ("libfs: Use d_children list
> > > > > >>>>> to iterate simple_offset directories").
> > > > > >>>>>
> > > > > >>>>> Indeed, the revert of this patch on the latest 6.13.4 was confirmed to
> > > > > >>>>> fix the issue. Also, the reporter verified that the latest 6.14-rc
> > > > > >>>>> release is still affected, too.
> > > > > >>>>>
> > > > > >>>>> For now I have no concrete idea how the patch could break the behavior
> > > > > >>>>> of a graphical application like the above. Let us know if you need
> > > > > >>>>> something for debugging. (Or at easiest, join to the bugzilla entry
> > > > > >>>>> and ask there; or open another bug report at whatever you like.)
> > > > > >>>>>
> > > > > >>>>> BTW, I'll be traveling tomorrow, so my reply will be delayed.
> > > > > >>>>>
> > > > > >>>>>
> > > > > >>>>> thanks,
> > > > > >>>>>
> > > > > >>>>> Takashi
> > > > > >>>>>
> > > > > >>>>> #regzbot introduced: b9b588f22a0c049a14885399e27625635ae6ef91
> > > > > >>>>> #regzbot monitor: https://bugzilla.suse.com/show_bug.cgi?id=1236943
> > > > > >>>>
> > > > > >>>> We received a similar report a few days ago, and are likewise puzzled at
> > > > > >>>> the commit result. Please report this issue to the Chrome development
> > > > > >>>> team and have them come up with a simple reproducer that I can try in my
> > > > > >>>> own lab. I'm sure they can quickly get to the bottom of the application
> > > > > >>>> stack to identify the misbehaving interaction between OS and app.
> > > > > >>>
> > > > > >>> Do you know where to report to?
> > > > > >>
> > > > > >> You'll need to drive this, since you currently have a working
> > > > > >> reproducer.
> > > > > >
> > > > > > No, I don't have, I'm merely a messenger.
> > > > >
> > > > > Whoever was the original reporter has the ability to reproduce this and
> > > > > answer any questions the Chrome team might have. Please have them drive
> > > > > this. I'm already two steps removed, so it doesn't make sense for me to
> > > > > report a problem for which I have no standing.
> > > >
> > > > Ugh, no. The bug was explictly bisected to the offending commit. We
> > > > should just revert that commit for now and it can come back in the
> > > > future if the root-cause is found.
> > > >
> > > > As the revert seems to be simple, and builds here for me, I guess I'll
> > > > have to send it in. {sigh}
> > > >
> > > > Takashi, thanks for the report and the bisection, much appreciated.
> > >
> > > Now sent:
> > > https://lore.kernel.org/r/2025022644-blinked-broadness-c810@gregkh
> >
> > Thanks Greg!
> >
> > Let's continue hunting the cause before 6.14 release, meanwhile.
>
> I'd prefer that the revert land in Linus's tree first and I can take the
> revert from there for the stable releases, otherwise it's going to be a
> mess once 6.14-final is released :(
Ah, I thought your patch were for stable-only, but it was for
mainline. Let's see how it goes.
thanks,
Takashi
^ permalink raw reply [flat|nested] 31+ messages in thread
* Re: [REGRESSION] Chrome and VSCode breakage with the commit b9b588f22a0c
2025-02-26 14:26 ` Greg KH
2025-02-26 14:35 ` Greg KH
@ 2025-02-26 15:56 ` Chuck Lever
2025-02-26 16:18 ` Greg KH
1 sibling, 1 reply; 31+ messages in thread
From: Chuck Lever @ 2025-02-26 15:56 UTC (permalink / raw)
To: Greg KH; +Cc: Takashi Iwai, regressions, linux-fsdevel, stable, linux-kernel
On 2/26/25 9:26 AM, Greg KH wrote:
> On Wed, Feb 26, 2025 at 09:20:20AM -0500, Chuck Lever wrote:
>> On 2/26/25 9:16 AM, Takashi Iwai wrote:
>>> On Wed, 26 Feb 2025 15:11:04 +0100,
>>> Chuck Lever wrote:
>>>>
>>>> On 2/26/25 3:38 AM, Takashi Iwai wrote:
>>>>> On Sun, 23 Feb 2025 16:18:41 +0100,
>>>>> Chuck Lever wrote:
>>>>>>
>>>>>> On 2/23/25 3:53 AM, Takashi Iwai wrote:
>>>>>>> [ resent due to a wrong address for regression reporting, sorry! ]
>>>>>>>
>>>>>>> Hi,
>>>>>>>
>>>>>>> we received a bug report showing the regression on 6.13.1 kernel
>>>>>>> against 6.13.0. The symptom is that Chrome and VSCode stopped working
>>>>>>> with Gnome Scaling, as reported on openSUSE Tumbleweed bug tracker
>>>>>>> https://bugzilla.suse.com/show_bug.cgi?id=1236943
>>>>>>>
>>>>>>> Quoting from there:
>>>>>>> """
>>>>>>> I use the latest TW on Gnome with a 4K display and 150%
>>>>>>> scaling. Everything has been working fine, but recently both Chrome
>>>>>>> and VSCode (installed from official non-openSUSE channels) stopped
>>>>>>> working with Scaling.
>>>>>>> ....
>>>>>>> I am using VSCode with:
>>>>>>> `--enable-features=UseOzonePlatform --enable-features=WaylandWindowDecorations --ozone-platform-hint=auto` and for Chrome, I select `Preferred Ozone platform` == `Wayland`.
>>>>>>> """
>>>>>>>
>>>>>>> Surprisingly, the bisection pointed to the backport of the commit
>>>>>>> b9b588f22a0c049a14885399e27625635ae6ef91 ("libfs: Use d_children list
>>>>>>> to iterate simple_offset directories").
>>>>>>>
>>>>>>> Indeed, the revert of this patch on the latest 6.13.4 was confirmed to
>>>>>>> fix the issue. Also, the reporter verified that the latest 6.14-rc
>>>>>>> release is still affected, too.
>>>>>>>
>>>>>>> For now I have no concrete idea how the patch could break the behavior
>>>>>>> of a graphical application like the above. Let us know if you need
>>>>>>> something for debugging. (Or at easiest, join to the bugzilla entry
>>>>>>> and ask there; or open another bug report at whatever you like.)
>>>>>>>
>>>>>>> BTW, I'll be traveling tomorrow, so my reply will be delayed.
>>>>>>>
>>>>>>>
>>>>>>> thanks,
>>>>>>>
>>>>>>> Takashi
>>>>>>>
>>>>>>> #regzbot introduced: b9b588f22a0c049a14885399e27625635ae6ef91
>>>>>>> #regzbot monitor: https://bugzilla.suse.com/show_bug.cgi?id=1236943
>>>>>>
>>>>>> We received a similar report a few days ago, and are likewise puzzled at
>>>>>> the commit result. Please report this issue to the Chrome development
>>>>>> team and have them come up with a simple reproducer that I can try in my
>>>>>> own lab. I'm sure they can quickly get to the bottom of the application
>>>>>> stack to identify the misbehaving interaction between OS and app.
>>>>>
>>>>> Do you know where to report to?
>>>>
>>>> You'll need to drive this, since you currently have a working
>>>> reproducer.
>>>
>>> No, I don't have, I'm merely a messenger.
>>
>> Whoever was the original reporter has the ability to reproduce this and
>> answer any questions the Chrome team might have. Please have them drive
>> this. I'm already two steps removed, so it doesn't make sense for me to
>> report a problem for which I have no standing.
>
> Ugh, no. The bug was explictly bisected to the offending commit. We
> should just revert that commit for now and it can come back in the
> future if the root-cause is found.
>
> As the revert seems to be simple, and builds here for me, I guess I'll
> have to send it in. {sigh}
Note that reverting also reintroduces a CVE.
--
Chuck Lever
^ permalink raw reply [flat|nested] 31+ messages in thread
* Re: [REGRESSION] Chrome and VSCode breakage with the commit b9b588f22a0c
2025-02-26 14:35 ` Takashi Iwai
@ 2025-02-26 16:00 ` Chuck Lever
2025-02-26 16:06 ` Takashi Iwai
0 siblings, 1 reply; 31+ messages in thread
From: Chuck Lever @ 2025-02-26 16:00 UTC (permalink / raw)
To: Takashi Iwai; +Cc: regressions, linux-fsdevel, stable, linux-kernel
On 2/26/25 9:35 AM, Takashi Iwai wrote:
> On Wed, 26 Feb 2025 15:20:20 +0100,
> Chuck Lever wrote:
>>
>> On 2/26/25 9:16 AM, Takashi Iwai wrote:
>>> On Wed, 26 Feb 2025 15:11:04 +0100,
>>> Chuck Lever wrote:
>>>>
>>>> On 2/26/25 3:38 AM, Takashi Iwai wrote:
>>>>> On Sun, 23 Feb 2025 16:18:41 +0100,
>>>>> Chuck Lever wrote:
>>>>>>
>>>>>> On 2/23/25 3:53 AM, Takashi Iwai wrote:
>>>>>>> [ resent due to a wrong address for regression reporting, sorry! ]
>>>>>>>
>>>>>>> Hi,
>>>>>>>
>>>>>>> we received a bug report showing the regression on 6.13.1 kernel
>>>>>>> against 6.13.0. The symptom is that Chrome and VSCode stopped working
>>>>>>> with Gnome Scaling, as reported on openSUSE Tumbleweed bug tracker
>>>>>>> https://bugzilla.suse.com/show_bug.cgi?id=1236943
>>>>>>>
>>>>>>> Quoting from there:
>>>>>>> """
>>>>>>> I use the latest TW on Gnome with a 4K display and 150%
>>>>>>> scaling. Everything has been working fine, but recently both Chrome
>>>>>>> and VSCode (installed from official non-openSUSE channels) stopped
>>>>>>> working with Scaling.
>>>>>>> ....
>>>>>>> I am using VSCode with:
>>>>>>> `--enable-features=UseOzonePlatform --enable-features=WaylandWindowDecorations --ozone-platform-hint=auto` and for Chrome, I select `Preferred Ozone platform` == `Wayland`.
>>>>>>> """
>>>>>>>
>>>>>>> Surprisingly, the bisection pointed to the backport of the commit
>>>>>>> b9b588f22a0c049a14885399e27625635ae6ef91 ("libfs: Use d_children list
>>>>>>> to iterate simple_offset directories").
>>>>>>>
>>>>>>> Indeed, the revert of this patch on the latest 6.13.4 was confirmed to
>>>>>>> fix the issue. Also, the reporter verified that the latest 6.14-rc
>>>>>>> release is still affected, too.
>>>>>>>
>>>>>>> For now I have no concrete idea how the patch could break the behavior
>>>>>>> of a graphical application like the above. Let us know if you need
>>>>>>> something for debugging. (Or at easiest, join to the bugzilla entry
>>>>>>> and ask there; or open another bug report at whatever you like.)
>>>>>>>
>>>>>>> BTW, I'll be traveling tomorrow, so my reply will be delayed.
>>>>>>>
>>>>>>>
>>>>>>> thanks,
>>>>>>>
>>>>>>> Takashi
>>>>>>>
>>>>>>> #regzbot introduced: b9b588f22a0c049a14885399e27625635ae6ef91
>>>>>>> #regzbot monitor: https://bugzilla.suse.com/show_bug.cgi?id=1236943
>>>>>>
>>>>>> We received a similar report a few days ago, and are likewise puzzled at
>>>>>> the commit result. Please report this issue to the Chrome development
>>>>>> team and have them come up with a simple reproducer that I can try in my
>>>>>> own lab. I'm sure they can quickly get to the bottom of the application
>>>>>> stack to identify the misbehaving interaction between OS and app.
>>>>>
>>>>> Do you know where to report to?
>>>>
>>>> You'll need to drive this, since you currently have a working
>>>> reproducer.
>>>
>>> No, I don't have, I'm merely a messenger.
>>
>> Whoever was the original reporter has the ability to reproduce this and
>> answer any questions the Chrome team might have. Please have them drive
>> this. I'm already two steps removed, so it doesn't make sense for me to
>> report a problem for which I have no standing.
>
> Yeah, I'm going to ask the original reporter, but this is still not
> perfect at all; namely, you'll be missed in the loop. e.g. who can
> answer to the questions from Chrome team about the breakage commit?
> That's why I asked you posting it previously. If it has to be done by
> the original reporter, at least, may your name / mail be put as the
> contact for the kernel stuff in the report?
Certainly! Perhaps add Cc: linux-fsdevel@ as well.
--
Chuck Lever
^ permalink raw reply [flat|nested] 31+ messages in thread
* Re: [REGRESSION] Chrome and VSCode breakage with the commit b9b588f22a0c
2025-02-26 16:00 ` Chuck Lever
@ 2025-02-26 16:06 ` Takashi Iwai
0 siblings, 0 replies; 31+ messages in thread
From: Takashi Iwai @ 2025-02-26 16:06 UTC (permalink / raw)
To: Chuck Lever
Cc: Takashi Iwai, regressions, linux-fsdevel, stable, linux-kernel
On Wed, 26 Feb 2025 17:00:43 +0100,
Chuck Lever wrote:
>
> On 2/26/25 9:35 AM, Takashi Iwai wrote:
> > On Wed, 26 Feb 2025 15:20:20 +0100,
> > Chuck Lever wrote:
> >>
> >> On 2/26/25 9:16 AM, Takashi Iwai wrote:
> >>> On Wed, 26 Feb 2025 15:11:04 +0100,
> >>> Chuck Lever wrote:
> >>>>
> >>>> On 2/26/25 3:38 AM, Takashi Iwai wrote:
> >>>>> On Sun, 23 Feb 2025 16:18:41 +0100,
> >>>>> Chuck Lever wrote:
> >>>>>>
> >>>>>> On 2/23/25 3:53 AM, Takashi Iwai wrote:
> >>>>>>> [ resent due to a wrong address for regression reporting, sorry! ]
> >>>>>>>
> >>>>>>> Hi,
> >>>>>>>
> >>>>>>> we received a bug report showing the regression on 6.13.1 kernel
> >>>>>>> against 6.13.0. The symptom is that Chrome and VSCode stopped working
> >>>>>>> with Gnome Scaling, as reported on openSUSE Tumbleweed bug tracker
> >>>>>>> https://bugzilla.suse.com/show_bug.cgi?id=1236943
> >>>>>>>
> >>>>>>> Quoting from there:
> >>>>>>> """
> >>>>>>> I use the latest TW on Gnome with a 4K display and 150%
> >>>>>>> scaling. Everything has been working fine, but recently both Chrome
> >>>>>>> and VSCode (installed from official non-openSUSE channels) stopped
> >>>>>>> working with Scaling.
> >>>>>>> ....
> >>>>>>> I am using VSCode with:
> >>>>>>> `--enable-features=UseOzonePlatform --enable-features=WaylandWindowDecorations --ozone-platform-hint=auto` and for Chrome, I select `Preferred Ozone platform` == `Wayland`.
> >>>>>>> """
> >>>>>>>
> >>>>>>> Surprisingly, the bisection pointed to the backport of the commit
> >>>>>>> b9b588f22a0c049a14885399e27625635ae6ef91 ("libfs: Use d_children list
> >>>>>>> to iterate simple_offset directories").
> >>>>>>>
> >>>>>>> Indeed, the revert of this patch on the latest 6.13.4 was confirmed to
> >>>>>>> fix the issue. Also, the reporter verified that the latest 6.14-rc
> >>>>>>> release is still affected, too.
> >>>>>>>
> >>>>>>> For now I have no concrete idea how the patch could break the behavior
> >>>>>>> of a graphical application like the above. Let us know if you need
> >>>>>>> something for debugging. (Or at easiest, join to the bugzilla entry
> >>>>>>> and ask there; or open another bug report at whatever you like.)
> >>>>>>>
> >>>>>>> BTW, I'll be traveling tomorrow, so my reply will be delayed.
> >>>>>>>
> >>>>>>>
> >>>>>>> thanks,
> >>>>>>>
> >>>>>>> Takashi
> >>>>>>>
> >>>>>>> #regzbot introduced: b9b588f22a0c049a14885399e27625635ae6ef91
> >>>>>>> #regzbot monitor: https://bugzilla.suse.com/show_bug.cgi?id=1236943
> >>>>>>
> >>>>>> We received a similar report a few days ago, and are likewise puzzled at
> >>>>>> the commit result. Please report this issue to the Chrome development
> >>>>>> team and have them come up with a simple reproducer that I can try in my
> >>>>>> own lab. I'm sure they can quickly get to the bottom of the application
> >>>>>> stack to identify the misbehaving interaction between OS and app.
> >>>>>
> >>>>> Do you know where to report to?
> >>>>
> >>>> You'll need to drive this, since you currently have a working
> >>>> reproducer.
> >>>
> >>> No, I don't have, I'm merely a messenger.
> >>
> >> Whoever was the original reporter has the ability to reproduce this and
> >> answer any questions the Chrome team might have. Please have them drive
> >> this. I'm already two steps removed, so it doesn't make sense for me to
> >> report a problem for which I have no standing.
> >
> > Yeah, I'm going to ask the original reporter, but this is still not
> > perfect at all; namely, you'll be missed in the loop. e.g. who can
> > answer to the questions from Chrome team about the breakage commit?
> > That's why I asked you posting it previously. If it has to be done by
> > the original reporter, at least, may your name / mail be put as the
> > contact for the kernel stuff in the report?
>
> Certainly! Perhaps add Cc: linux-fsdevel@ as well.
OK, thanks, now asked on the bugzilla.
Takashi
^ permalink raw reply [flat|nested] 31+ messages in thread
* Re: [REGRESSION] Chrome and VSCode breakage with the commit b9b588f22a0c
2025-02-26 15:56 ` Chuck Lever
@ 2025-02-26 16:18 ` Greg KH
2025-02-26 16:19 ` Greg KH
0 siblings, 1 reply; 31+ messages in thread
From: Greg KH @ 2025-02-26 16:18 UTC (permalink / raw)
To: Chuck Lever
Cc: Takashi Iwai, regressions, linux-fsdevel, stable, linux-kernel
On Wed, Feb 26, 2025 at 10:56:46AM -0500, Chuck Lever wrote:
> On 2/26/25 9:26 AM, Greg KH wrote:
> > On Wed, Feb 26, 2025 at 09:20:20AM -0500, Chuck Lever wrote:
> >> On 2/26/25 9:16 AM, Takashi Iwai wrote:
> >>> On Wed, 26 Feb 2025 15:11:04 +0100,
> >>> Chuck Lever wrote:
> >>>>
> >>>> On 2/26/25 3:38 AM, Takashi Iwai wrote:
> >>>>> On Sun, 23 Feb 2025 16:18:41 +0100,
> >>>>> Chuck Lever wrote:
> >>>>>>
> >>>>>> On 2/23/25 3:53 AM, Takashi Iwai wrote:
> >>>>>>> [ resent due to a wrong address for regression reporting, sorry! ]
> >>>>>>>
> >>>>>>> Hi,
> >>>>>>>
> >>>>>>> we received a bug report showing the regression on 6.13.1 kernel
> >>>>>>> against 6.13.0. The symptom is that Chrome and VSCode stopped working
> >>>>>>> with Gnome Scaling, as reported on openSUSE Tumbleweed bug tracker
> >>>>>>> https://bugzilla.suse.com/show_bug.cgi?id=1236943
> >>>>>>>
> >>>>>>> Quoting from there:
> >>>>>>> """
> >>>>>>> I use the latest TW on Gnome with a 4K display and 150%
> >>>>>>> scaling. Everything has been working fine, but recently both Chrome
> >>>>>>> and VSCode (installed from official non-openSUSE channels) stopped
> >>>>>>> working with Scaling.
> >>>>>>> ....
> >>>>>>> I am using VSCode with:
> >>>>>>> `--enable-features=UseOzonePlatform --enable-features=WaylandWindowDecorations --ozone-platform-hint=auto` and for Chrome, I select `Preferred Ozone platform` == `Wayland`.
> >>>>>>> """
> >>>>>>>
> >>>>>>> Surprisingly, the bisection pointed to the backport of the commit
> >>>>>>> b9b588f22a0c049a14885399e27625635ae6ef91 ("libfs: Use d_children list
> >>>>>>> to iterate simple_offset directories").
> >>>>>>>
> >>>>>>> Indeed, the revert of this patch on the latest 6.13.4 was confirmed to
> >>>>>>> fix the issue. Also, the reporter verified that the latest 6.14-rc
> >>>>>>> release is still affected, too.
> >>>>>>>
> >>>>>>> For now I have no concrete idea how the patch could break the behavior
> >>>>>>> of a graphical application like the above. Let us know if you need
> >>>>>>> something for debugging. (Or at easiest, join to the bugzilla entry
> >>>>>>> and ask there; or open another bug report at whatever you like.)
> >>>>>>>
> >>>>>>> BTW, I'll be traveling tomorrow, so my reply will be delayed.
> >>>>>>>
> >>>>>>>
> >>>>>>> thanks,
> >>>>>>>
> >>>>>>> Takashi
> >>>>>>>
> >>>>>>> #regzbot introduced: b9b588f22a0c049a14885399e27625635ae6ef91
> >>>>>>> #regzbot monitor: https://bugzilla.suse.com/show_bug.cgi?id=1236943
> >>>>>>
> >>>>>> We received a similar report a few days ago, and are likewise puzzled at
> >>>>>> the commit result. Please report this issue to the Chrome development
> >>>>>> team and have them come up with a simple reproducer that I can try in my
> >>>>>> own lab. I'm sure they can quickly get to the bottom of the application
> >>>>>> stack to identify the misbehaving interaction between OS and app.
> >>>>>
> >>>>> Do you know where to report to?
> >>>>
> >>>> You'll need to drive this, since you currently have a working
> >>>> reproducer.
> >>>
> >>> No, I don't have, I'm merely a messenger.
> >>
> >> Whoever was the original reporter has the ability to reproduce this and
> >> answer any questions the Chrome team might have. Please have them drive
> >> this. I'm already two steps removed, so it doesn't make sense for me to
> >> report a problem for which I have no standing.
> >
> > Ugh, no. The bug was explictly bisected to the offending commit. We
> > should just revert that commit for now and it can come back in the
> > future if the root-cause is found.
> >
> > As the revert seems to be simple, and builds here for me, I guess I'll
> > have to send it in. {sigh}
>
> Note that reverting also reintroduces a CVE.
That's fine, regressions are more important :)
^ permalink raw reply [flat|nested] 31+ messages in thread
* Re: [REGRESSION] Chrome and VSCode breakage with the commit b9b588f22a0c
2025-02-26 16:18 ` Greg KH
@ 2025-02-26 16:19 ` Greg KH
0 siblings, 0 replies; 31+ messages in thread
From: Greg KH @ 2025-02-26 16:19 UTC (permalink / raw)
To: Chuck Lever
Cc: Takashi Iwai, regressions, linux-fsdevel, stable, linux-kernel
On Wed, Feb 26, 2025 at 08:18:37AM -0800, Greg KH wrote:
> On Wed, Feb 26, 2025 at 10:56:46AM -0500, Chuck Lever wrote:
> > On 2/26/25 9:26 AM, Greg KH wrote:
> > > On Wed, Feb 26, 2025 at 09:20:20AM -0500, Chuck Lever wrote:
> > >> On 2/26/25 9:16 AM, Takashi Iwai wrote:
> > >>> On Wed, 26 Feb 2025 15:11:04 +0100,
> > >>> Chuck Lever wrote:
> > >>>>
> > >>>> On 2/26/25 3:38 AM, Takashi Iwai wrote:
> > >>>>> On Sun, 23 Feb 2025 16:18:41 +0100,
> > >>>>> Chuck Lever wrote:
> > >>>>>>
> > >>>>>> On 2/23/25 3:53 AM, Takashi Iwai wrote:
> > >>>>>>> [ resent due to a wrong address for regression reporting, sorry! ]
> > >>>>>>>
> > >>>>>>> Hi,
> > >>>>>>>
> > >>>>>>> we received a bug report showing the regression on 6.13.1 kernel
> > >>>>>>> against 6.13.0. The symptom is that Chrome and VSCode stopped working
> > >>>>>>> with Gnome Scaling, as reported on openSUSE Tumbleweed bug tracker
> > >>>>>>> https://bugzilla.suse.com/show_bug.cgi?id=1236943
> > >>>>>>>
> > >>>>>>> Quoting from there:
> > >>>>>>> """
> > >>>>>>> I use the latest TW on Gnome with a 4K display and 150%
> > >>>>>>> scaling. Everything has been working fine, but recently both Chrome
> > >>>>>>> and VSCode (installed from official non-openSUSE channels) stopped
> > >>>>>>> working with Scaling.
> > >>>>>>> ....
> > >>>>>>> I am using VSCode with:
> > >>>>>>> `--enable-features=UseOzonePlatform --enable-features=WaylandWindowDecorations --ozone-platform-hint=auto` and for Chrome, I select `Preferred Ozone platform` == `Wayland`.
> > >>>>>>> """
> > >>>>>>>
> > >>>>>>> Surprisingly, the bisection pointed to the backport of the commit
> > >>>>>>> b9b588f22a0c049a14885399e27625635ae6ef91 ("libfs: Use d_children list
> > >>>>>>> to iterate simple_offset directories").
> > >>>>>>>
> > >>>>>>> Indeed, the revert of this patch on the latest 6.13.4 was confirmed to
> > >>>>>>> fix the issue. Also, the reporter verified that the latest 6.14-rc
> > >>>>>>> release is still affected, too.
> > >>>>>>>
> > >>>>>>> For now I have no concrete idea how the patch could break the behavior
> > >>>>>>> of a graphical application like the above. Let us know if you need
> > >>>>>>> something for debugging. (Or at easiest, join to the bugzilla entry
> > >>>>>>> and ask there; or open another bug report at whatever you like.)
> > >>>>>>>
> > >>>>>>> BTW, I'll be traveling tomorrow, so my reply will be delayed.
> > >>>>>>>
> > >>>>>>>
> > >>>>>>> thanks,
> > >>>>>>>
> > >>>>>>> Takashi
> > >>>>>>>
> > >>>>>>> #regzbot introduced: b9b588f22a0c049a14885399e27625635ae6ef91
> > >>>>>>> #regzbot monitor: https://bugzilla.suse.com/show_bug.cgi?id=1236943
> > >>>>>>
> > >>>>>> We received a similar report a few days ago, and are likewise puzzled at
> > >>>>>> the commit result. Please report this issue to the Chrome development
> > >>>>>> team and have them come up with a simple reproducer that I can try in my
> > >>>>>> own lab. I'm sure they can quickly get to the bottom of the application
> > >>>>>> stack to identify the misbehaving interaction between OS and app.
> > >>>>>
> > >>>>> Do you know where to report to?
> > >>>>
> > >>>> You'll need to drive this, since you currently have a working
> > >>>> reproducer.
> > >>>
> > >>> No, I don't have, I'm merely a messenger.
> > >>
> > >> Whoever was the original reporter has the ability to reproduce this and
> > >> answer any questions the Chrome team might have. Please have them drive
> > >> this. I'm already two steps removed, so it doesn't make sense for me to
> > >> report a problem for which I have no standing.
> > >
> > > Ugh, no. The bug was explictly bisected to the offending commit. We
> > > should just revert that commit for now and it can come back in the
> > > future if the root-cause is found.
> > >
> > > As the revert seems to be simple, and builds here for me, I guess I'll
> > > have to send it in. {sigh}
> >
> > Note that reverting also reintroduces a CVE.
>
> That's fine, regressions are more important :)
And, to be explicit, when a CVE-assigned-commit is reverted, the CVE is
semi-automatically revoked (I have to remember to run the script to
check for it.) So this is fine, the CVE will just "go away" from all
systems that attempt to account for them, and then will come back when
the real fix happens.
thanks,
greg k-h
^ permalink raw reply [flat|nested] 31+ messages in thread
* Re: [REGRESSION] Chrome and VSCode breakage with the commit b9b588f22a0c
2025-02-26 14:11 ` Chuck Lever
2025-02-26 14:16 ` Takashi Iwai
@ 2025-02-26 20:42 ` Eric Biggers
2025-02-26 21:01 ` Chuck Lever
1 sibling, 1 reply; 31+ messages in thread
From: Eric Biggers @ 2025-02-26 20:42 UTC (permalink / raw)
To: Chuck Lever
Cc: Takashi Iwai, regressions, linux-fsdevel, stable, linux-kernel
On Wed, Feb 26, 2025 at 09:11:04AM -0500, Chuck Lever wrote:
> On 2/26/25 3:38 AM, Takashi Iwai wrote:
> > On Sun, 23 Feb 2025 16:18:41 +0100,
> > Chuck Lever wrote:
> >>
> >> On 2/23/25 3:53 AM, Takashi Iwai wrote:
> >>> [ resent due to a wrong address for regression reporting, sorry! ]
> >>>
> >>> Hi,
> >>>
> >>> we received a bug report showing the regression on 6.13.1 kernel
> >>> against 6.13.0. The symptom is that Chrome and VSCode stopped working
> >>> with Gnome Scaling, as reported on openSUSE Tumbleweed bug tracker
> >>> https://bugzilla.suse.com/show_bug.cgi?id=1236943
> >>>
> >>> Quoting from there:
> >>> """
> >>> I use the latest TW on Gnome with a 4K display and 150%
> >>> scaling. Everything has been working fine, but recently both Chrome
> >>> and VSCode (installed from official non-openSUSE channels) stopped
> >>> working with Scaling.
> >>> ....
> >>> I am using VSCode with:
> >>> `--enable-features=UseOzonePlatform --enable-features=WaylandWindowDecorations --ozone-platform-hint=auto` and for Chrome, I select `Preferred Ozone platform` == `Wayland`.
> >>> """
> >>>
> >>> Surprisingly, the bisection pointed to the backport of the commit
> >>> b9b588f22a0c049a14885399e27625635ae6ef91 ("libfs: Use d_children list
> >>> to iterate simple_offset directories").
> >>>
> >>> Indeed, the revert of this patch on the latest 6.13.4 was confirmed to
> >>> fix the issue. Also, the reporter verified that the latest 6.14-rc
> >>> release is still affected, too.
> >>>
> >>> For now I have no concrete idea how the patch could break the behavior
> >>> of a graphical application like the above. Let us know if you need
> >>> something for debugging. (Or at easiest, join to the bugzilla entry
> >>> and ask there; or open another bug report at whatever you like.)
> >>>
> >>> BTW, I'll be traveling tomorrow, so my reply will be delayed.
> >>>
> >>>
> >>> thanks,
> >>>
> >>> Takashi
> >>>
> >>> #regzbot introduced: b9b588f22a0c049a14885399e27625635ae6ef91
> >>> #regzbot monitor: https://bugzilla.suse.com/show_bug.cgi?id=1236943
> >>
> >> We received a similar report a few days ago, and are likewise puzzled at
> >> the commit result. Please report this issue to the Chrome development
> >> team and have them come up with a simple reproducer that I can try in my
> >> own lab. I'm sure they can quickly get to the bottom of the application
> >> stack to identify the misbehaving interaction between OS and app.
> >
> > Do you know where to report to?
>
> You'll need to drive this, since you currently have a working
> reproducer. You can report the issue here:
>
> https://support.google.com/chrome/answer/95315?hl=en&co=GENIE.Platform%3DDesktop
>
>
FYI this was already reported on the Chrome issue tracker 2 weeks ago:
https://issuetracker.google.com/issues/396434686
- Eric
^ permalink raw reply [flat|nested] 31+ messages in thread
* Re: [REGRESSION] Chrome and VSCode breakage with the commit b9b588f22a0c
2025-02-26 20:42 ` Eric Biggers
@ 2025-02-26 21:01 ` Chuck Lever
2025-02-26 21:40 ` Eric Biggers
0 siblings, 1 reply; 31+ messages in thread
From: Chuck Lever @ 2025-02-26 21:01 UTC (permalink / raw)
To: Eric Biggers
Cc: Takashi Iwai, regressions, linux-fsdevel, stable, linux-kernel
On 2/26/25 3:42 PM, Eric Biggers wrote:
> On Wed, Feb 26, 2025 at 09:11:04AM -0500, Chuck Lever wrote:
>> On 2/26/25 3:38 AM, Takashi Iwai wrote:
>>> On Sun, 23 Feb 2025 16:18:41 +0100,
>>> Chuck Lever wrote:
>>>>
>>>> On 2/23/25 3:53 AM, Takashi Iwai wrote:
>>>>> [ resent due to a wrong address for regression reporting, sorry! ]
>>>>>
>>>>> Hi,
>>>>>
>>>>> we received a bug report showing the regression on 6.13.1 kernel
>>>>> against 6.13.0. The symptom is that Chrome and VSCode stopped working
>>>>> with Gnome Scaling, as reported on openSUSE Tumbleweed bug tracker
>>>>> https://bugzilla.suse.com/show_bug.cgi?id=1236943
>>>>>
>>>>> Quoting from there:
>>>>> """
>>>>> I use the latest TW on Gnome with a 4K display and 150%
>>>>> scaling. Everything has been working fine, but recently both Chrome
>>>>> and VSCode (installed from official non-openSUSE channels) stopped
>>>>> working with Scaling.
>>>>> ....
>>>>> I am using VSCode with:
>>>>> `--enable-features=UseOzonePlatform --enable-features=WaylandWindowDecorations --ozone-platform-hint=auto` and for Chrome, I select `Preferred Ozone platform` == `Wayland`.
>>>>> """
>>>>>
>>>>> Surprisingly, the bisection pointed to the backport of the commit
>>>>> b9b588f22a0c049a14885399e27625635ae6ef91 ("libfs: Use d_children list
>>>>> to iterate simple_offset directories").
>>>>>
>>>>> Indeed, the revert of this patch on the latest 6.13.4 was confirmed to
>>>>> fix the issue. Also, the reporter verified that the latest 6.14-rc
>>>>> release is still affected, too.
>>>>>
>>>>> For now I have no concrete idea how the patch could break the behavior
>>>>> of a graphical application like the above. Let us know if you need
>>>>> something for debugging. (Or at easiest, join to the bugzilla entry
>>>>> and ask there; or open another bug report at whatever you like.)
>>>>>
>>>>> BTW, I'll be traveling tomorrow, so my reply will be delayed.
>>>>>
>>>>>
>>>>> thanks,
>>>>>
>>>>> Takashi
>>>>>
>>>>> #regzbot introduced: b9b588f22a0c049a14885399e27625635ae6ef91
>>>>> #regzbot monitor: https://bugzilla.suse.com/show_bug.cgi?id=1236943
>>>>
>>>> We received a similar report a few days ago, and are likewise puzzled at
>>>> the commit result. Please report this issue to the Chrome development
>>>> team and have them come up with a simple reproducer that I can try in my
>>>> own lab. I'm sure they can quickly get to the bottom of the application
>>>> stack to identify the misbehaving interaction between OS and app.
>>>
>>> Do you know where to report to?
>>
>> You'll need to drive this, since you currently have a working
>> reproducer. You can report the issue here:
>>
>> https://support.google.com/chrome/answer/95315?hl=en&co=GENIE.Platform%3DDesktop
>>
>>
>
> FYI this was already reported on the Chrome issue tracker 2 weeks ago:
> https://issuetracker.google.com/issues/396434686
That appears to be as a response to the first report to us. Thanks for
finding this.
I notice that this report indicates the problem is with a developer
build of Chrome, not a GA build.
If /dev/dri is a tmpfs file system, then it would indeed be affected by
b9b588f22a0c. No indication yet of how.
--
Chuck Lever
^ permalink raw reply [flat|nested] 31+ messages in thread
* Re: [REGRESSION] Chrome and VSCode breakage with the commit b9b588f22a0c
2025-02-26 21:01 ` Chuck Lever
@ 2025-02-26 21:40 ` Eric Biggers
2025-02-27 14:16 ` Chuck Lever
0 siblings, 1 reply; 31+ messages in thread
From: Eric Biggers @ 2025-02-26 21:40 UTC (permalink / raw)
To: Chuck Lever
Cc: Takashi Iwai, regressions, linux-fsdevel, stable, linux-kernel
On Wed, Feb 26, 2025 at 04:01:18PM -0500, Chuck Lever wrote:
> On 2/26/25 3:42 PM, Eric Biggers wrote:
> > On Wed, Feb 26, 2025 at 09:11:04AM -0500, Chuck Lever wrote:
> >> On 2/26/25 3:38 AM, Takashi Iwai wrote:
> >>> On Sun, 23 Feb 2025 16:18:41 +0100,
> >>> Chuck Lever wrote:
> >>>>
> >>>> On 2/23/25 3:53 AM, Takashi Iwai wrote:
> >>>>> [ resent due to a wrong address for regression reporting, sorry! ]
> >>>>>
> >>>>> Hi,
> >>>>>
> >>>>> we received a bug report showing the regression on 6.13.1 kernel
> >>>>> against 6.13.0. The symptom is that Chrome and VSCode stopped working
> >>>>> with Gnome Scaling, as reported on openSUSE Tumbleweed bug tracker
> >>>>> https://bugzilla.suse.com/show_bug.cgi?id=1236943
> >>>>>
> >>>>> Quoting from there:
> >>>>> """
> >>>>> I use the latest TW on Gnome with a 4K display and 150%
> >>>>> scaling. Everything has been working fine, but recently both Chrome
> >>>>> and VSCode (installed from official non-openSUSE channels) stopped
> >>>>> working with Scaling.
> >>>>> ....
> >>>>> I am using VSCode with:
> >>>>> `--enable-features=UseOzonePlatform --enable-features=WaylandWindowDecorations --ozone-platform-hint=auto` and for Chrome, I select `Preferred Ozone platform` == `Wayland`.
> >>>>> """
> >>>>>
> >>>>> Surprisingly, the bisection pointed to the backport of the commit
> >>>>> b9b588f22a0c049a14885399e27625635ae6ef91 ("libfs: Use d_children list
> >>>>> to iterate simple_offset directories").
> >>>>>
> >>>>> Indeed, the revert of this patch on the latest 6.13.4 was confirmed to
> >>>>> fix the issue. Also, the reporter verified that the latest 6.14-rc
> >>>>> release is still affected, too.
> >>>>>
> >>>>> For now I have no concrete idea how the patch could break the behavior
> >>>>> of a graphical application like the above. Let us know if you need
> >>>>> something for debugging. (Or at easiest, join to the bugzilla entry
> >>>>> and ask there; or open another bug report at whatever you like.)
> >>>>>
> >>>>> BTW, I'll be traveling tomorrow, so my reply will be delayed.
> >>>>>
> >>>>>
> >>>>> thanks,
> >>>>>
> >>>>> Takashi
> >>>>>
> >>>>> #regzbot introduced: b9b588f22a0c049a14885399e27625635ae6ef91
> >>>>> #regzbot monitor: https://bugzilla.suse.com/show_bug.cgi?id=1236943
> >>>>
> >>>> We received a similar report a few days ago, and are likewise puzzled at
> >>>> the commit result. Please report this issue to the Chrome development
> >>>> team and have them come up with a simple reproducer that I can try in my
> >>>> own lab. I'm sure they can quickly get to the bottom of the application
> >>>> stack to identify the misbehaving interaction between OS and app.
> >>>
> >>> Do you know where to report to?
> >>
> >> You'll need to drive this, since you currently have a working
> >> reproducer. You can report the issue here:
> >>
> >> https://support.google.com/chrome/answer/95315?hl=en&co=GENIE.Platform%3DDesktop
> >>
> >>
> >
> > FYI this was already reported on the Chrome issue tracker 2 weeks ago:
> > https://issuetracker.google.com/issues/396434686
>
> That appears to be as a response to the first report to us. Thanks for
> finding this.
>
> I notice that this report indicates the problem is with a developer
> build of Chrome, not a GA build.
>
> If /dev/dri is a tmpfs file system, then it would indeed be affected by
> b9b588f22a0c. No indication yet of how.
Just to confirm, the commit did change the directory iteration order, right?
The theory at https://issuetracker.google.com/issues/396434686#comment4 seems
promising. Just the exact code hasn't been identified yet.
- Eric
^ permalink raw reply [flat|nested] 31+ messages in thread
* Re: [REGRESSION] Chrome and VSCode breakage with the commit b9b588f22a0c
2025-02-26 21:40 ` Eric Biggers
@ 2025-02-27 14:16 ` Chuck Lever
0 siblings, 0 replies; 31+ messages in thread
From: Chuck Lever @ 2025-02-27 14:16 UTC (permalink / raw)
To: Eric Biggers
Cc: Takashi Iwai, regressions, linux-fsdevel, stable, linux-kernel
On 2/26/25 4:40 PM, Eric Biggers wrote:
> On Wed, Feb 26, 2025 at 04:01:18PM -0500, Chuck Lever wrote:
>> On 2/26/25 3:42 PM, Eric Biggers wrote:
>>> On Wed, Feb 26, 2025 at 09:11:04AM -0500, Chuck Lever wrote:
>>>> On 2/26/25 3:38 AM, Takashi Iwai wrote:
>>>>> On Sun, 23 Feb 2025 16:18:41 +0100,
>>>>> Chuck Lever wrote:
>>>>>>
>>>>>> On 2/23/25 3:53 AM, Takashi Iwai wrote:
>>>>>>> [ resent due to a wrong address for regression reporting, sorry! ]
>>>>>>>
>>>>>>> Hi,
>>>>>>>
>>>>>>> we received a bug report showing the regression on 6.13.1 kernel
>>>>>>> against 6.13.0. The symptom is that Chrome and VSCode stopped working
>>>>>>> with Gnome Scaling, as reported on openSUSE Tumbleweed bug tracker
>>>>>>> https://bugzilla.suse.com/show_bug.cgi?id=1236943
>>>>>>>
>>>>>>> Quoting from there:
>>>>>>> """
>>>>>>> I use the latest TW on Gnome with a 4K display and 150%
>>>>>>> scaling. Everything has been working fine, but recently both Chrome
>>>>>>> and VSCode (installed from official non-openSUSE channels) stopped
>>>>>>> working with Scaling.
>>>>>>> ....
>>>>>>> I am using VSCode with:
>>>>>>> `--enable-features=UseOzonePlatform --enable-features=WaylandWindowDecorations --ozone-platform-hint=auto` and for Chrome, I select `Preferred Ozone platform` == `Wayland`.
>>>>>>> """
>>>>>>>
>>>>>>> Surprisingly, the bisection pointed to the backport of the commit
>>>>>>> b9b588f22a0c049a14885399e27625635ae6ef91 ("libfs: Use d_children list
>>>>>>> to iterate simple_offset directories").
>>>>>>>
>>>>>>> Indeed, the revert of this patch on the latest 6.13.4 was confirmed to
>>>>>>> fix the issue. Also, the reporter verified that the latest 6.14-rc
>>>>>>> release is still affected, too.
>>>>>>>
>>>>>>> For now I have no concrete idea how the patch could break the behavior
>>>>>>> of a graphical application like the above. Let us know if you need
>>>>>>> something for debugging. (Or at easiest, join to the bugzilla entry
>>>>>>> and ask there; or open another bug report at whatever you like.)
>>>>>>>
>>>>>>> BTW, I'll be traveling tomorrow, so my reply will be delayed.
>>>>>>>
>>>>>>>
>>>>>>> thanks,
>>>>>>>
>>>>>>> Takashi
>>>>>>>
>>>>>>> #regzbot introduced: b9b588f22a0c049a14885399e27625635ae6ef91
>>>>>>> #regzbot monitor: https://bugzilla.suse.com/show_bug.cgi?id=1236943
>>>>>>
>>>>>> We received a similar report a few days ago, and are likewise puzzled at
>>>>>> the commit result. Please report this issue to the Chrome development
>>>>>> team and have them come up with a simple reproducer that I can try in my
>>>>>> own lab. I'm sure they can quickly get to the bottom of the application
>>>>>> stack to identify the misbehaving interaction between OS and app.
>>>>>
>>>>> Do you know where to report to?
>>>>
>>>> You'll need to drive this, since you currently have a working
>>>> reproducer. You can report the issue here:
>>>>
>>>> https://support.google.com/chrome/answer/95315?hl=en&co=GENIE.Platform%3DDesktop
>>>>
>>>>
>>>
>>> FYI this was already reported on the Chrome issue tracker 2 weeks ago:
>>> https://issuetracker.google.com/issues/396434686
>>
>> That appears to be as a response to the first report to us. Thanks for
>> finding this.
>>
>> I notice that this report indicates the problem is with a developer
>> build of Chrome, not a GA build.
>>
>> If /dev/dri is a tmpfs file system, then it would indeed be affected by
>> b9b588f22a0c. No indication yet of how.
>
> Just to confirm, the commit did change the directory iteration order, right?
Yes, the order of entry iteration changed, but I thought it was going
back to the way tmpfs iterated directories before v6.6.
Also my impression is POSIX allows filesystems some leeway in that
order, and thus apps cannot depend on it. Makes me suspect there's some
other issue, like offset_readdir() is skipping an entry somehow.
> The theory at https://issuetracker.google.com/issues/396434686#comment4 seems
> promising. Just the exact code hasn't been identified yet.
Yes.
--
Chuck Lever
^ permalink raw reply [flat|nested] 31+ messages in thread
* Re: [REGRESSION] Chrome and VSCode breakage with the commit b9b588f22a0c
2025-02-23 8:53 [REGRESSION] Chrome and VSCode breakage with the commit b9b588f22a0c Takashi Iwai
2025-02-23 15:18 ` Chuck Lever
@ 2025-03-29 12:17 ` Takashi Iwai
2025-03-29 14:57 ` Chuck Lever
1 sibling, 1 reply; 31+ messages in thread
From: Takashi Iwai @ 2025-03-29 12:17 UTC (permalink / raw)
To: regressions; +Cc: Chuck Lever, linux-fsdevel, stable, linux-kernel
On Sun, 23 Feb 2025 09:53:10 +0100,
Takashi Iwai wrote:
>
> [ resent due to a wrong address for regression reporting, sorry! ]
>
> Hi,
>
> we received a bug report showing the regression on 6.13.1 kernel
> against 6.13.0. The symptom is that Chrome and VSCode stopped working
> with Gnome Scaling, as reported on openSUSE Tumbleweed bug tracker
> https://bugzilla.suse.com/show_bug.cgi?id=1236943
>
> Quoting from there:
> """
> I use the latest TW on Gnome with a 4K display and 150%
> scaling. Everything has been working fine, but recently both Chrome
> and VSCode (installed from official non-openSUSE channels) stopped
> working with Scaling.
> ....
> I am using VSCode with:
> `--enable-features=UseOzonePlatform --enable-features=WaylandWindowDecorations --ozone-platform-hint=auto` and for Chrome, I select `Preferred Ozone platform` == `Wayland`.
> """
>
> Surprisingly, the bisection pointed to the backport of the commit
> b9b588f22a0c049a14885399e27625635ae6ef91 ("libfs: Use d_children list
> to iterate simple_offset directories").
>
> Indeed, the revert of this patch on the latest 6.13.4 was confirmed to
> fix the issue. Also, the reporter verified that the latest 6.14-rc
> release is still affected, too.
>
> For now I have no concrete idea how the patch could break the behavior
> of a graphical application like the above. Let us know if you need
> something for debugging. (Or at easiest, join to the bugzilla entry
> and ask there; or open another bug report at whatever you like.)
>
> BTW, I'll be traveling tomorrow, so my reply will be delayed.
>
>
> thanks,
>
> Takashi
>
> #regzbot introduced: b9b588f22a0c049a14885399e27625635ae6ef91
> #regzbot monitor: https://bugzilla.suse.com/show_bug.cgi?id=1236943
After all, this seems to be a bug in Chrome and its variant, which was
surfaced by the kernel commit above: as the commit changes the
directory enumeration, it also changed the list order returned from
libdrm drmGetDevices2(), and it screwed up the application that worked
casually beforehand. That said, the bug itself has been already
present. The Chrome upstream tracker:
https://issuetracker.google.com/issues/396434686
#regzbot invalid: problem has always existed on Chrome and related code
Takashi
^ permalink raw reply [flat|nested] 31+ messages in thread
* Re: [REGRESSION] Chrome and VSCode breakage with the commit b9b588f22a0c
2025-03-29 12:17 ` Takashi Iwai
@ 2025-03-29 14:57 ` Chuck Lever
2025-04-05 6:32 ` Paul Menzel
0 siblings, 1 reply; 31+ messages in thread
From: Chuck Lever @ 2025-03-29 14:57 UTC (permalink / raw)
To: Takashi Iwai; +Cc: linux-fsdevel, stable, regressions, linux-kernel
On 3/29/25 8:17 AM, Takashi Iwai wrote:
> On Sun, 23 Feb 2025 09:53:10 +0100,
> Takashi Iwai wrote:
>>
>> [ resent due to a wrong address for regression reporting, sorry! ]
>>
>> Hi,
>>
>> we received a bug report showing the regression on 6.13.1 kernel
>> against 6.13.0. The symptom is that Chrome and VSCode stopped working
>> with Gnome Scaling, as reported on openSUSE Tumbleweed bug tracker
>> https://bugzilla.suse.com/show_bug.cgi?id=1236943
>>
>> Quoting from there:
>> """
>> I use the latest TW on Gnome with a 4K display and 150%
>> scaling. Everything has been working fine, but recently both Chrome
>> and VSCode (installed from official non-openSUSE channels) stopped
>> working with Scaling.
>> ....
>> I am using VSCode with:
>> `--enable-features=UseOzonePlatform --enable-features=WaylandWindowDecorations --ozone-platform-hint=auto` and for Chrome, I select `Preferred Ozone platform` == `Wayland`.
>> """
>>
>> Surprisingly, the bisection pointed to the backport of the commit
>> b9b588f22a0c049a14885399e27625635ae6ef91 ("libfs: Use d_children list
>> to iterate simple_offset directories").
>>
>> Indeed, the revert of this patch on the latest 6.13.4 was confirmed to
>> fix the issue. Also, the reporter verified that the latest 6.14-rc
>> release is still affected, too.
>>
>> For now I have no concrete idea how the patch could break the behavior
>> of a graphical application like the above. Let us know if you need
>> something for debugging. (Or at easiest, join to the bugzilla entry
>> and ask there; or open another bug report at whatever you like.)
>>
>> BTW, I'll be traveling tomorrow, so my reply will be delayed.
>>
>>
>> thanks,
>>
>> Takashi
>>
>> #regzbot introduced: b9b588f22a0c049a14885399e27625635ae6ef91
>> #regzbot monitor: https://bugzilla.suse.com/show_bug.cgi?id=1236943
>
> After all, this seems to be a bug in Chrome and its variant, which was
> surfaced by the kernel commit above: as the commit changes the
> directory enumeration, it also changed the list order returned from
> libdrm drmGetDevices2(), and it screwed up the application that worked
> casually beforehand. That said, the bug itself has been already
> present. The Chrome upstream tracker:
> https://issuetracker.google.com/issues/396434686
>
> #regzbot invalid: problem has always existed on Chrome and related code
>
>
> Takashi
Thank you very much for your report and for chasing this to conclusion.
--
Chuck Lever
^ permalink raw reply [flat|nested] 31+ messages in thread
* Re: [REGRESSION] Chrome and VSCode breakage with the commit b9b588f22a0c
2025-03-29 14:57 ` Chuck Lever
@ 2025-04-05 6:32 ` Paul Menzel
2025-04-05 7:29 ` Greg KH
0 siblings, 1 reply; 31+ messages in thread
From: Paul Menzel @ 2025-04-05 6:32 UTC (permalink / raw)
To: Chuck Lever, Takashi Iwai
Cc: linux-fsdevel, stable, regressions, linux-kernel,
Christian Brauner
Dear Chuck, dear Takashi, dear Christian,
I just came across this issue.
Am 29.03.25 um 15:57 schrieb Chuck Lever:
> On 3/29/25 8:17 AM, Takashi Iwai wrote:
>> On Sun, 23 Feb 2025 09:53:10 +0100, Takashi Iwai wrote:
>>> we received a bug report showing the regression on 6.13.1 kernel
>>> against 6.13.0. The symptom is that Chrome and VSCode stopped working
>>> with Gnome Scaling, as reported on openSUSE Tumbleweed bug tracker
>>> https://bugzilla.suse.com/show_bug.cgi?id=1236943
>>>
>>> Quoting from there:
>>> """
>>> I use the latest TW on Gnome with a 4K display and 150%
>>> scaling. Everything has been working fine, but recently both Chrome
>>> and VSCode (installed from official non-openSUSE channels) stopped
>>> working with Scaling.
>>> ....
>>> I am using VSCode with:
>>> `--enable-features=UseOzonePlatform --enable-features=WaylandWindowDecorations --ozone-platform-hint=auto` and for Chrome, I select `Preferred Ozone platform` == `Wayland`.
>>> """
>>>
>>> Surprisingly, the bisection pointed to the backport of the commit
>>> b9b588f22a0c049a14885399e27625635ae6ef91 ("libfs: Use d_children list
>>> to iterate simple_offset directories").
>>>
>>> Indeed, the revert of this patch on the latest 6.13.4 was confirmed to
>>> fix the issue. Also, the reporter verified that the latest 6.14-rc
>>> release is still affected, too.
>>>
>>> For now I have no concrete idea how the patch could break the behavior
>>> of a graphical application like the above. Let us know if you need
>>> something for debugging. (Or at easiest, join to the bugzilla entry
>>> and ask there; or open another bug report at whatever you like.)
>>>
>>> BTW, I'll be traveling tomorrow, so my reply will be delayed.
>>> #regzbot introduced: b9b588f22a0c049a14885399e27625635ae6ef91
>>> #regzbot monitor: https://bugzilla.suse.com/show_bug.cgi?id=1236943
>>
>> After all, this seems to be a bug in Chrome and its variant, which was
>> surfaced by the kernel commit above: as the commit changes the
>> directory enumeration, it also changed the list order returned from
>> libdrm drmGetDevices2(), and it screwed up the application that worked
>> casually beforehand. That said, the bug itself has been already
>> present. The Chrome upstream tracker:
>> https://issuetracker.google.com/issues/396434686
>>
>> #regzbot invalid: problem has always existed on Chrome and related code
> Thank you very much for your report and for chasing this to conclusion.
Doesn’t marking this an invalid contradict Linux’ no regression policy
to never break user space, so users can always update the Linux kernel?
Shouldn’t this commit still be reverted, and another way be found
keeping the old ordering?
Greg, Sasha, in stable/linux-6.13.y the two commits below would need to
be reverted:
180c7e44a18bbd7db89dfd7e7b58d920c44db0ca
d9da7a68a24518e93686d7ae48937187a80944ea
For stable/linux-6.12.y:
176d0333aae43bd0b6d116b1ff4b91e9a15f88ef
639b40424d17d9eb1d826d047ab871fe37897e76
Kind regards,
Paul
^ permalink raw reply [flat|nested] 31+ messages in thread
* Re: [REGRESSION] Chrome and VSCode breakage with the commit b9b588f22a0c
2025-04-05 6:32 ` Paul Menzel
@ 2025-04-05 7:29 ` Greg KH
2025-04-05 7:43 ` Paul Menzel
0 siblings, 1 reply; 31+ messages in thread
From: Greg KH @ 2025-04-05 7:29 UTC (permalink / raw)
To: Paul Menzel
Cc: Chuck Lever, Takashi Iwai, linux-fsdevel, stable, regressions,
linux-kernel, Christian Brauner
On Sat, Apr 05, 2025 at 08:32:13AM +0200, Paul Menzel wrote:
> Dear Chuck, dear Takashi, dear Christian,
>
>
> I just came across this issue.
>
> Am 29.03.25 um 15:57 schrieb Chuck Lever:
> > On 3/29/25 8:17 AM, Takashi Iwai wrote:
> > > On Sun, 23 Feb 2025 09:53:10 +0100, Takashi Iwai wrote:
>
> > > > we received a bug report showing the regression on 6.13.1 kernel
> > > > against 6.13.0. The symptom is that Chrome and VSCode stopped working
> > > > with Gnome Scaling, as reported on openSUSE Tumbleweed bug tracker
> > > > https://bugzilla.suse.com/show_bug.cgi?id=1236943
> > > >
> > > > Quoting from there:
> > > > """
> > > > I use the latest TW on Gnome with a 4K display and 150%
> > > > scaling. Everything has been working fine, but recently both Chrome
> > > > and VSCode (installed from official non-openSUSE channels) stopped
> > > > working with Scaling.
> > > > ....
> > > > I am using VSCode with:
> > > > `--enable-features=UseOzonePlatform --enable-features=WaylandWindowDecorations --ozone-platform-hint=auto` and for Chrome, I select `Preferred Ozone platform` == `Wayland`.
> > > > """
> > > >
> > > > Surprisingly, the bisection pointed to the backport of the commit
> > > > b9b588f22a0c049a14885399e27625635ae6ef91 ("libfs: Use d_children list
> > > > to iterate simple_offset directories").
> > > >
> > > > Indeed, the revert of this patch on the latest 6.13.4 was confirmed to
> > > > fix the issue. Also, the reporter verified that the latest 6.14-rc
> > > > release is still affected, too.
> > > >
> > > > For now I have no concrete idea how the patch could break the behavior
> > > > of a graphical application like the above. Let us know if you need
> > > > something for debugging. (Or at easiest, join to the bugzilla entry
> > > > and ask there; or open another bug report at whatever you like.)
> > > >
> > > > BTW, I'll be traveling tomorrow, so my reply will be delayed.
>
> > > > #regzbot introduced: b9b588f22a0c049a14885399e27625635ae6ef91
> > > > #regzbot monitor: https://bugzilla.suse.com/show_bug.cgi?id=1236943
> > >
> > > After all, this seems to be a bug in Chrome and its variant, which was
> > > surfaced by the kernel commit above: as the commit changes the
> > > directory enumeration, it also changed the list order returned from
> > > libdrm drmGetDevices2(), and it screwed up the application that worked
> > > casually beforehand. That said, the bug itself has been already
> > > present. The Chrome upstream tracker:
> > > https://issuetracker.google.com/issues/396434686
> > >
> > > #regzbot invalid: problem has always existed on Chrome and related code
>
> > Thank you very much for your report and for chasing this to conclusion.
> Doesn’t marking this an invalid contradict Linux’ no regression policy to
> never break user space, so users can always update the Linux kernel?
> Shouldn’t this commit still be reverted, and another way be found keeping
> the old ordering?
>
> Greg, Sasha, in stable/linux-6.13.y the two commits below would need to be
> reverted:
>
> 180c7e44a18bbd7db89dfd7e7b58d920c44db0ca
> d9da7a68a24518e93686d7ae48937187a80944ea
>
> For stable/linux-6.12.y:
>
> 176d0333aae43bd0b6d116b1ff4b91e9a15f88ef
> 639b40424d17d9eb1d826d047ab871fe37897e76
Unless the changes are also reverted in Linus's tree, we'll be keeping
these in. Please work with the maintainers to resolve this in mainline
and we will be glad to mirror that in the stable trees as well.
thanks,
greg k-h
^ permalink raw reply [flat|nested] 31+ messages in thread
* Re: [REGRESSION] Chrome and VSCode breakage with the commit b9b588f22a0c
2025-04-05 7:29 ` Greg KH
@ 2025-04-05 7:43 ` Paul Menzel
2025-04-05 8:19 ` Greg KH
2025-04-05 16:25 ` Chuck Lever
0 siblings, 2 replies; 31+ messages in thread
From: Paul Menzel @ 2025-04-05 7:43 UTC (permalink / raw)
To: Greg KH
Cc: Chuck Lever, Takashi Iwai, linux-fsdevel, stable, regressions,
linux-kernel, Christian Brauner
Dear Greg,
Thank you for replying on a Saturday.
Am 05.04.25 um 09:29 schrieb Greg KH:
> On Sat, Apr 05, 2025 at 08:32:13AM +0200, Paul Menzel wrote:
>> Am 29.03.25 um 15:57 schrieb Chuck Lever:
>>> On 3/29/25 8:17 AM, Takashi Iwai wrote:
>>>> On Sun, 23 Feb 2025 09:53:10 +0100, Takashi Iwai wrote:
>>
>>>>> we received a bug report showing the regression on 6.13.1 kernel
>>>>> against 6.13.0. The symptom is that Chrome and VSCode stopped working
>>>>> with Gnome Scaling, as reported on openSUSE Tumbleweed bug tracker
>>>>> https://bugzilla.suse.com/show_bug.cgi?id=1236943
>>>>>
>>>>> Quoting from there:
>>>>> """
>>>>> I use the latest TW on Gnome with a 4K display and 150%
>>>>> scaling. Everything has been working fine, but recently both Chrome
>>>>> and VSCode (installed from official non-openSUSE channels) stopped
>>>>> working with Scaling.
>>>>> ....
>>>>> I am using VSCode with:
>>>>> `--enable-features=UseOzonePlatform --enable-features=WaylandWindowDecorations --ozone-platform-hint=auto` and for Chrome, I select `Preferred Ozone platform` == `Wayland`.
>>>>> """
>>>>>
>>>>> Surprisingly, the bisection pointed to the backport of the commit
>>>>> b9b588f22a0c049a14885399e27625635ae6ef91 ("libfs: Use d_children list
>>>>> to iterate simple_offset directories").
>>>>>
>>>>> Indeed, the revert of this patch on the latest 6.13.4 was confirmed to
>>>>> fix the issue. Also, the reporter verified that the latest 6.14-rc
>>>>> release is still affected, too.
>>>>>
>>>>> For now I have no concrete idea how the patch could break the behavior
>>>>> of a graphical application like the above. Let us know if you need
>>>>> something for debugging. (Or at easiest, join to the bugzilla entry
>>>>> and ask there; or open another bug report at whatever you like.)
>>>>>
>>>>> BTW, I'll be traveling tomorrow, so my reply will be delayed.
>>
>>>>> #regzbot introduced: b9b588f22a0c049a14885399e27625635ae6ef91
>>>>> #regzbot monitor: https://bugzilla.suse.com/show_bug.cgi?id=1236943
>>>>
>>>> After all, this seems to be a bug in Chrome and its variant, which was
>>>> surfaced by the kernel commit above: as the commit changes the
>>>> directory enumeration, it also changed the list order returned from
>>>> libdrm drmGetDevices2(), and it screwed up the application that worked
>>>> casually beforehand. That said, the bug itself has been already
>>>> present. The Chrome upstream tracker:
>>>> https://issuetracker.google.com/issues/396434686
>>>>
>>>> #regzbot invalid: problem has always existed on Chrome and related code
>>
>>> Thank you very much for your report and for chasing this to conclusion.
>> Doesn’t marking this an invalid contradict Linux’ no regression policy to
>> never break user space, so users can always update the Linux kernel?
>> Shouldn’t this commit still be reverted, and another way be found keeping
>> the old ordering?
>>
>> Greg, Sasha, in stable/linux-6.13.y the two commits below would need to be
>> reverted:
>>
>> 180c7e44a18bbd7db89dfd7e7b58d920c44db0ca
>> d9da7a68a24518e93686d7ae48937187a80944ea
>>
>> For stable/linux-6.12.y:
>>
>> 176d0333aae43bd0b6d116b1ff4b91e9a15f88ef
>> 639b40424d17d9eb1d826d047ab871fe37897e76
>
> Unless the changes are also reverted in Linus's tree, we'll be keeping
> these in. Please work with the maintainers to resolve this in mainline
> and we will be glad to mirror that in the stable trees as well.
Commit b9b588f22a0c (libfs: Use d_children list to iterate simple_offset
directories) does not have a Fixes: tag or Cc: stable@vger.kernel.org. I
do not understand, why it was applied to the stable series at all [1],
and cannot be reverted when it breaks userspace?
Kind regards,
Paul
[1]: https://docs.kernel.org/process/stable-kernel-rules.html
^ permalink raw reply [flat|nested] 31+ messages in thread
* Re: [REGRESSION] Chrome and VSCode breakage with the commit b9b588f22a0c
2025-04-05 7:43 ` Paul Menzel
@ 2025-04-05 8:19 ` Greg KH
2025-04-07 14:10 ` Chuck Lever
2025-04-05 16:25 ` Chuck Lever
1 sibling, 1 reply; 31+ messages in thread
From: Greg KH @ 2025-04-05 8:19 UTC (permalink / raw)
To: Paul Menzel
Cc: Chuck Lever, Takashi Iwai, linux-fsdevel, stable, regressions,
linux-kernel, Christian Brauner
On Sat, Apr 05, 2025 at 09:43:29AM +0200, Paul Menzel wrote:
> Dear Greg,
>
>
> Thank you for replying on a Saturday.
>
> Am 05.04.25 um 09:29 schrieb Greg KH:
> > On Sat, Apr 05, 2025 at 08:32:13AM +0200, Paul Menzel wrote:
>
> > > Am 29.03.25 um 15:57 schrieb Chuck Lever:
> > > > On 3/29/25 8:17 AM, Takashi Iwai wrote:
> > > > > On Sun, 23 Feb 2025 09:53:10 +0100, Takashi Iwai wrote:
> > >
> > > > > > we received a bug report showing the regression on 6.13.1 kernel
> > > > > > against 6.13.0. The symptom is that Chrome and VSCode stopped working
> > > > > > with Gnome Scaling, as reported on openSUSE Tumbleweed bug tracker
> > > > > > https://bugzilla.suse.com/show_bug.cgi?id=1236943
> > > > > >
> > > > > > Quoting from there:
> > > > > > """
> > > > > > I use the latest TW on Gnome with a 4K display and 150%
> > > > > > scaling. Everything has been working fine, but recently both Chrome
> > > > > > and VSCode (installed from official non-openSUSE channels) stopped
> > > > > > working with Scaling.
> > > > > > ....
> > > > > > I am using VSCode with:
> > > > > > `--enable-features=UseOzonePlatform --enable-features=WaylandWindowDecorations --ozone-platform-hint=auto` and for Chrome, I select `Preferred Ozone platform` == `Wayland`.
> > > > > > """
> > > > > >
> > > > > > Surprisingly, the bisection pointed to the backport of the commit
> > > > > > b9b588f22a0c049a14885399e27625635ae6ef91 ("libfs: Use d_children list
> > > > > > to iterate simple_offset directories").
> > > > > >
> > > > > > Indeed, the revert of this patch on the latest 6.13.4 was confirmed to
> > > > > > fix the issue. Also, the reporter verified that the latest 6.14-rc
> > > > > > release is still affected, too.
> > > > > >
> > > > > > For now I have no concrete idea how the patch could break the behavior
> > > > > > of a graphical application like the above. Let us know if you need
> > > > > > something for debugging. (Or at easiest, join to the bugzilla entry
> > > > > > and ask there; or open another bug report at whatever you like.)
> > > > > >
> > > > > > BTW, I'll be traveling tomorrow, so my reply will be delayed.
> > >
> > > > > > #regzbot introduced: b9b588f22a0c049a14885399e27625635ae6ef91
> > > > > > #regzbot monitor: https://bugzilla.suse.com/show_bug.cgi?id=1236943
> > > > >
> > > > > After all, this seems to be a bug in Chrome and its variant, which was
> > > > > surfaced by the kernel commit above: as the commit changes the
> > > > > directory enumeration, it also changed the list order returned from
> > > > > libdrm drmGetDevices2(), and it screwed up the application that worked
> > > > > casually beforehand. That said, the bug itself has been already
> > > > > present. The Chrome upstream tracker:
> > > > > https://issuetracker.google.com/issues/396434686
> > > > >
> > > > > #regzbot invalid: problem has always existed on Chrome and related code
> > >
> > > > Thank you very much for your report and for chasing this to conclusion.
> > > Doesn’t marking this an invalid contradict Linux’ no regression policy to
> > > never break user space, so users can always update the Linux kernel?
> > > Shouldn’t this commit still be reverted, and another way be found keeping
> > > the old ordering?
> > >
> > > Greg, Sasha, in stable/linux-6.13.y the two commits below would need to be
> > > reverted:
> > >
> > > 180c7e44a18bbd7db89dfd7e7b58d920c44db0ca
> > > d9da7a68a24518e93686d7ae48937187a80944ea
> > >
> > > For stable/linux-6.12.y:
> > >
> > > 176d0333aae43bd0b6d116b1ff4b91e9a15f88ef
> > > 639b40424d17d9eb1d826d047ab871fe37897e76
> >
> > Unless the changes are also reverted in Linus's tree, we'll be keeping
> > these in. Please work with the maintainers to resolve this in mainline
> > and we will be glad to mirror that in the stable trees as well.
>
> Commit b9b588f22a0c (libfs: Use d_children list to iterate simple_offset
> directories) does not have a Fixes: tag or Cc: stable@vger.kernel.org. I do
> not understand, why it was applied to the stable series at all [1], and
> cannot be reverted when it breaks userspace?
The maintainers asked for it to be applied as it fixed reported
problems, please see the mailing list archives for details.
Note, I have submitted a revert for this already, see:
https://lore.kernel.org/r/2025022644-blinked-broadness-c810@gregkh
as I too think this should be fixed as it caused problems, but the
maintainers involved decided otherwise, please see that thread for
details.
thanks,
greg k-h
^ permalink raw reply [flat|nested] 31+ messages in thread
* Re: [REGRESSION] Chrome and VSCode breakage with the commit b9b588f22a0c
2025-04-05 7:43 ` Paul Menzel
2025-04-05 8:19 ` Greg KH
@ 2025-04-05 16:25 ` Chuck Lever
2025-04-07 11:01 ` Christian Brauner
1 sibling, 1 reply; 31+ messages in thread
From: Chuck Lever @ 2025-04-05 16:25 UTC (permalink / raw)
To: Paul Menzel
Cc: Takashi Iwai, linux-fsdevel, stable, regressions, linux-kernel,
Christian Brauner, Greg KH
On 4/5/25 3:43 AM, Paul Menzel wrote:
> Dear Greg,
>
>
> Thank you for replying on a Saturday.
>
> Am 05.04.25 um 09:29 schrieb Greg KH:
>> On Sat, Apr 05, 2025 at 08:32:13AM +0200, Paul Menzel wrote:
>
>>> Am 29.03.25 um 15:57 schrieb Chuck Lever:
>>>> On 3/29/25 8:17 AM, Takashi Iwai wrote:
>>>>> On Sun, 23 Feb 2025 09:53:10 +0100, Takashi Iwai wrote:
>>>
>>>>>> we received a bug report showing the regression on 6.13.1 kernel
>>>>>> against 6.13.0. The symptom is that Chrome and VSCode stopped
>>>>>> working
>>>>>> with Gnome Scaling, as reported on openSUSE Tumbleweed bug tracker
>>>>>> https://bugzilla.suse.com/show_bug.cgi?id=1236943
>>>>>>
>>>>>> Quoting from there:
>>>>>> """
>>>>>> I use the latest TW on Gnome with a 4K display and 150%
>>>>>> scaling. Everything has been working fine, but recently both Chrome
>>>>>> and VSCode (installed from official non-openSUSE channels) stopped
>>>>>> working with Scaling.
>>>>>> ....
>>>>>> I am using VSCode with:
>>>>>> `--enable-features=UseOzonePlatform --enable-
>>>>>> features=WaylandWindowDecorations --ozone-platform-hint=auto` and
>>>>>> for Chrome, I select `Preferred Ozone platform` == `Wayland`.
>>>>>> """
>>>>>>
>>>>>> Surprisingly, the bisection pointed to the backport of the commit
>>>>>> b9b588f22a0c049a14885399e27625635ae6ef91 ("libfs: Use d_children list
>>>>>> to iterate simple_offset directories").
>>>>>>
>>>>>> Indeed, the revert of this patch on the latest 6.13.4 was
>>>>>> confirmed to
>>>>>> fix the issue. Also, the reporter verified that the latest 6.14-rc
>>>>>> release is still affected, too.
>>>>>>
>>>>>> For now I have no concrete idea how the patch could break the
>>>>>> behavior
>>>>>> of a graphical application like the above. Let us know if you need
>>>>>> something for debugging. (Or at easiest, join to the bugzilla entry
>>>>>> and ask there; or open another bug report at whatever you like.)
>>>>>>
>>>>>> BTW, I'll be traveling tomorrow, so my reply will be delayed.
>>>
>>>>>> #regzbot introduced: b9b588f22a0c049a14885399e27625635ae6ef91
>>>>>> #regzbot monitor: https://bugzilla.suse.com/show_bug.cgi?id=1236943
>>>>>
>>>>> After all, this seems to be a bug in Chrome and its variant, which was
>>>>> surfaced by the kernel commit above: as the commit changes the
>>>>> directory enumeration, it also changed the list order returned from
>>>>> libdrm drmGetDevices2(), and it screwed up the application that worked
>>>>> casually beforehand. That said, the bug itself has been already
>>>>> present. The Chrome upstream tracker:
>>>>> https://issuetracker.google.com/issues/396434686
>>>>>
>>>>> #regzbot invalid: problem has always existed on Chrome and related
>>>>> code
>>>
>>>> Thank you very much for your report and for chasing this to conclusion.
>>> Doesn’t marking this an invalid contradict Linux’ no regression
>>> policy to
>>> never break user space, so users can always update the Linux kernel?
>>> Shouldn’t this commit still be reverted, and another way be found
>>> keeping
>>> the old ordering?
>>>
>>> Greg, Sasha, in stable/linux-6.13.y the two commits below would need
>>> to be
>>> reverted:
>>>
>>> 180c7e44a18bbd7db89dfd7e7b58d920c44db0ca
>>> d9da7a68a24518e93686d7ae48937187a80944ea
>>>
>>> For stable/linux-6.12.y:
>>>
>>> 176d0333aae43bd0b6d116b1ff4b91e9a15f88ef
>>> 639b40424d17d9eb1d826d047ab871fe37897e76
>>
>> Unless the changes are also reverted in Linus's tree, we'll be keeping
>> these in. Please work with the maintainers to resolve this in mainline
>> and we will be glad to mirror that in the stable trees as well.
>
> Commit b9b588f22a0c (libfs: Use d_children list to iterate simple_offset
> directories) does not have a Fixes: tag or Cc: stable@vger.kernel.org. I
> do not understand, why it was applied to the stable series at all [1],
> and cannot be reverted when it breaks userspace?
I NACK'd the upstream revert because I expected an RCA before 6.14
final (that didn't happen), and the Chrome issue was the only reported
problem and it was specific to a particular hardware configuration and
the /latest developer release/ of Chrome. Neither v6.14.0 nor a Chrome
developer release are going to be put in front of users who do not
expect to encounter issues.
Note that the libfs series addresses several issues. Commit b9b588f22a0c
itself addresses CVE-2024-46701 [1] (in v6.6). I did not add a "Cc:
stable" for commit b9b588f22a0c because it cannot be cherry picked to
apply to v6.6, it has to be manually adjusted to apply.
The final RCA reported in [2] shows that there is nothing incorrect
about b9b588f22a0c.
In addition, the next Chrome release will carry a fix for the clearly
incorrect library behavior -- applications cannot depend on the order
of directory entry iteration, because that can change arbitrarily, and
not just because of file system implementation quirks. You will note
that even after sorting the directory entries, the library still had
problems discovering the accelerated graphics device.
Reverting now might follow the letter of the rule about "no regressions"
but IMHO moving forward from here seems to me to be the more
constructive approach.
--
Chuck Lever
[1] https://nvd.nist.gov/vuln/detail/CVE-2024-46701
[2] https://issuetracker.google.com/issues/396434686?pli=1
^ permalink raw reply [flat|nested] 31+ messages in thread
* Re: [REGRESSION] Chrome and VSCode breakage with the commit b9b588f22a0c
2025-04-05 16:25 ` Chuck Lever
@ 2025-04-07 11:01 ` Christian Brauner
0 siblings, 0 replies; 31+ messages in thread
From: Christian Brauner @ 2025-04-07 11:01 UTC (permalink / raw)
To: Chuck Lever
Cc: Paul Menzel, Takashi Iwai, linux-fsdevel, stable, regressions,
linux-kernel, Greg KH
On Sat, Apr 05, 2025 at 12:25:00PM -0400, Chuck Lever wrote:
> On 4/5/25 3:43 AM, Paul Menzel wrote:
> > Dear Greg,
> >
> >
> > Thank you for replying on a Saturday.
> >
> > Am 05.04.25 um 09:29 schrieb Greg KH:
> >> On Sat, Apr 05, 2025 at 08:32:13AM +0200, Paul Menzel wrote:
> >
> >>> Am 29.03.25 um 15:57 schrieb Chuck Lever:
> >>>> On 3/29/25 8:17 AM, Takashi Iwai wrote:
> >>>>> On Sun, 23 Feb 2025 09:53:10 +0100, Takashi Iwai wrote:
> >>>
> >>>>>> we received a bug report showing the regression on 6.13.1 kernel
> >>>>>> against 6.13.0. The symptom is that Chrome and VSCode stopped
> >>>>>> working
> >>>>>> with Gnome Scaling, as reported on openSUSE Tumbleweed bug tracker
> >>>>>> https://bugzilla.suse.com/show_bug.cgi?id=1236943
> >>>>>>
> >>>>>> Quoting from there:
> >>>>>> """
> >>>>>> I use the latest TW on Gnome with a 4K display and 150%
> >>>>>> scaling. Everything has been working fine, but recently both Chrome
> >>>>>> and VSCode (installed from official non-openSUSE channels) stopped
> >>>>>> working with Scaling.
> >>>>>> ....
> >>>>>> I am using VSCode with:
> >>>>>> `--enable-features=UseOzonePlatform --enable-
> >>>>>> features=WaylandWindowDecorations --ozone-platform-hint=auto` and
> >>>>>> for Chrome, I select `Preferred Ozone platform` == `Wayland`.
> >>>>>> """
> >>>>>>
> >>>>>> Surprisingly, the bisection pointed to the backport of the commit
> >>>>>> b9b588f22a0c049a14885399e27625635ae6ef91 ("libfs: Use d_children list
> >>>>>> to iterate simple_offset directories").
> >>>>>>
> >>>>>> Indeed, the revert of this patch on the latest 6.13.4 was
> >>>>>> confirmed to
> >>>>>> fix the issue. Also, the reporter verified that the latest 6.14-rc
> >>>>>> release is still affected, too.
> >>>>>>
> >>>>>> For now I have no concrete idea how the patch could break the
> >>>>>> behavior
> >>>>>> of a graphical application like the above. Let us know if you need
> >>>>>> something for debugging. (Or at easiest, join to the bugzilla entry
> >>>>>> and ask there; or open another bug report at whatever you like.)
> >>>>>>
> >>>>>> BTW, I'll be traveling tomorrow, so my reply will be delayed.
> >>>
> >>>>>> #regzbot introduced: b9b588f22a0c049a14885399e27625635ae6ef91
> >>>>>> #regzbot monitor: https://bugzilla.suse.com/show_bug.cgi?id=1236943
> >>>>>
> >>>>> After all, this seems to be a bug in Chrome and its variant, which was
> >>>>> surfaced by the kernel commit above: as the commit changes the
> >>>>> directory enumeration, it also changed the list order returned from
> >>>>> libdrm drmGetDevices2(), and it screwed up the application that worked
> >>>>> casually beforehand. That said, the bug itself has been already
> >>>>> present. The Chrome upstream tracker:
> >>>>> https://issuetracker.google.com/issues/396434686
> >>>>>
> >>>>> #regzbot invalid: problem has always existed on Chrome and related
> >>>>> code
> >>>
> >>>> Thank you very much for your report and for chasing this to conclusion.
> >>> Doesn’t marking this an invalid contradict Linux’ no regression
> >>> policy to
> >>> never break user space, so users can always update the Linux kernel?
> >>> Shouldn’t this commit still be reverted, and another way be found
> >>> keeping
> >>> the old ordering?
> >>>
> >>> Greg, Sasha, in stable/linux-6.13.y the two commits below would need
> >>> to be
> >>> reverted:
> >>>
> >>> 180c7e44a18bbd7db89dfd7e7b58d920c44db0ca
> >>> d9da7a68a24518e93686d7ae48937187a80944ea
> >>>
> >>> For stable/linux-6.12.y:
> >>>
> >>> 176d0333aae43bd0b6d116b1ff4b91e9a15f88ef
> >>> 639b40424d17d9eb1d826d047ab871fe37897e76
> >>
> >> Unless the changes are also reverted in Linus's tree, we'll be keeping
> >> these in. Please work with the maintainers to resolve this in mainline
> >> and we will be glad to mirror that in the stable trees as well.
> >
> > Commit b9b588f22a0c (libfs: Use d_children list to iterate simple_offset
> > directories) does not have a Fixes: tag or Cc: stable@vger.kernel.org. I
> > do not understand, why it was applied to the stable series at all [1],
> > and cannot be reverted when it breaks userspace?
> I NACK'd the upstream revert because I expected an RCA before 6.14
> final (that didn't happen), and the Chrome issue was the only reported
> problem and it was specific to a particular hardware configuration and
> the /latest developer release/ of Chrome. Neither v6.14.0 nor a Chrome
> developer release are going to be put in front of users who do not
> expect to encounter issues.
Exactly.
>
> Note that the libfs series addresses several issues. Commit b9b588f22a0c
> itself addresses CVE-2024-46701 [1] (in v6.6). I did not add a "Cc:
> stable" for commit b9b588f22a0c because it cannot be cherry picked to
> apply to v6.6, it has to be manually adjusted to apply.
>
> The final RCA reported in [2] shows that there is nothing incorrect
> about b9b588f22a0c.
>
> In addition, the next Chrome release will carry a fix for the clearly
> incorrect library behavior -- applications cannot depend on the order
> of directory entry iteration, because that can change arbitrarily, and
> not just because of file system implementation quirks. You will note
> that even after sorting the directory entries, the library still had
> problems discovering the accelerated graphics device.
>
> Reverting now might follow the letter of the rule about "no regressions"
> but IMHO moving forward from here seems to me to be the more
> constructive approach.
I agree.
^ permalink raw reply [flat|nested] 31+ messages in thread
* Re: [REGRESSION] Chrome and VSCode breakage with the commit b9b588f22a0c
2025-04-05 8:19 ` Greg KH
@ 2025-04-07 14:10 ` Chuck Lever
0 siblings, 0 replies; 31+ messages in thread
From: Chuck Lever @ 2025-04-07 14:10 UTC (permalink / raw)
To: Greg KH
Cc: Takashi Iwai, linux-fsdevel, stable, regressions, linux-kernel,
Christian Brauner, Paul Menzel
On 4/5/25 4:19 AM, Greg KH wrote:
> On Sat, Apr 05, 2025 at 09:43:29AM +0200, Paul Menzel wrote:
>> Dear Greg,
>>
>>
>> Thank you for replying on a Saturday.
>>
>> Am 05.04.25 um 09:29 schrieb Greg KH:
>>> On Sat, Apr 05, 2025 at 08:32:13AM +0200, Paul Menzel wrote:
>>
>>>> Am 29.03.25 um 15:57 schrieb Chuck Lever:
>>>>> On 3/29/25 8:17 AM, Takashi Iwai wrote:
>>>>>> On Sun, 23 Feb 2025 09:53:10 +0100, Takashi Iwai wrote:
>>>>
>>>>>>> we received a bug report showing the regression on 6.13.1 kernel
>>>>>>> against 6.13.0. The symptom is that Chrome and VSCode stopped working
>>>>>>> with Gnome Scaling, as reported on openSUSE Tumbleweed bug tracker
>>>>>>> https://bugzilla.suse.com/show_bug.cgi?id=1236943
>>>>>>>
>>>>>>> Quoting from there:
>>>>>>> """
>>>>>>> I use the latest TW on Gnome with a 4K display and 150%
>>>>>>> scaling. Everything has been working fine, but recently both Chrome
>>>>>>> and VSCode (installed from official non-openSUSE channels) stopped
>>>>>>> working with Scaling.
>>>>>>> ....
>>>>>>> I am using VSCode with:
>>>>>>> `--enable-features=UseOzonePlatform --enable-features=WaylandWindowDecorations --ozone-platform-hint=auto` and for Chrome, I select `Preferred Ozone platform` == `Wayland`.
>>>>>>> """
>>>>>>>
>>>>>>> Surprisingly, the bisection pointed to the backport of the commit
>>>>>>> b9b588f22a0c049a14885399e27625635ae6ef91 ("libfs: Use d_children list
>>>>>>> to iterate simple_offset directories").
>>>>>>>
>>>>>>> Indeed, the revert of this patch on the latest 6.13.4 was confirmed to
>>>>>>> fix the issue. Also, the reporter verified that the latest 6.14-rc
>>>>>>> release is still affected, too.
>>>>>>>
>>>>>>> For now I have no concrete idea how the patch could break the behavior
>>>>>>> of a graphical application like the above. Let us know if you need
>>>>>>> something for debugging. (Or at easiest, join to the bugzilla entry
>>>>>>> and ask there; or open another bug report at whatever you like.)
>>>>>>>
>>>>>>> BTW, I'll be traveling tomorrow, so my reply will be delayed.
>>>>
>>>>>>> #regzbot introduced: b9b588f22a0c049a14885399e27625635ae6ef91
>>>>>>> #regzbot monitor: https://bugzilla.suse.com/show_bug.cgi?id=1236943
>>>>>>
>>>>>> After all, this seems to be a bug in Chrome and its variant, which was
>>>>>> surfaced by the kernel commit above: as the commit changes the
>>>>>> directory enumeration, it also changed the list order returned from
>>>>>> libdrm drmGetDevices2(), and it screwed up the application that worked
>>>>>> casually beforehand. That said, the bug itself has been already
>>>>>> present. The Chrome upstream tracker:
>>>>>> https://issuetracker.google.com/issues/396434686
>>>>>>
>>>>>> #regzbot invalid: problem has always existed on Chrome and related code
>>>>
>>>>> Thank you very much for your report and for chasing this to conclusion.
>>>> Doesn’t marking this an invalid contradict Linux’ no regression policy to
>>>> never break user space, so users can always update the Linux kernel?
>>>> Shouldn’t this commit still be reverted, and another way be found keeping
>>>> the old ordering?
>>>>
>>>> Greg, Sasha, in stable/linux-6.13.y the two commits below would need to be
>>>> reverted:
>>>>
>>>> 180c7e44a18bbd7db89dfd7e7b58d920c44db0ca
>>>> d9da7a68a24518e93686d7ae48937187a80944ea
>>>>
>>>> For stable/linux-6.12.y:
>>>>
>>>> 176d0333aae43bd0b6d116b1ff4b91e9a15f88ef
>>>> 639b40424d17d9eb1d826d047ab871fe37897e76
>>>
>>> Unless the changes are also reverted in Linus's tree, we'll be keeping
>>> these in. Please work with the maintainers to resolve this in mainline
>>> and we will be glad to mirror that in the stable trees as well.
>>
>> Commit b9b588f22a0c (libfs: Use d_children list to iterate simple_offset
>> directories) does not have a Fixes: tag or Cc: stable@vger.kernel.org. I do
>> not understand, why it was applied to the stable series at all [1], and
>> cannot be reverted when it breaks userspace?
>
> The maintainers asked for it to be applied as it fixed reported
> problems, please see the mailing list archives for details.
>
> Note, I have submitted a revert for this already, see:
> https://lore.kernel.org/r/2025022644-blinked-broadness-c810@gregkh
> as I too think this should be fixed as it caused problems, but the
> maintainers involved decided otherwise, please see that thread for
> details.
Greg, thank you for your patience on this issue.
My aim was to address the CVE specifically in v6.6, and I think I didn't
understand that the stable process requires that the upstream patch
needed to be applied to later LTS kernels as well.
Thus I labeled commit b9b588f22a0c inappropriately. It should have had a
Fixes: tag and "Cc: stable", even though LTS v6.12 and v6.13 were not my
immediate priority.
I will try to be better next time.
--
Chuck Lever
^ permalink raw reply [flat|nested] 31+ messages in thread
end of thread, other threads:[~2025-04-07 14:11 UTC | newest]
Thread overview: 31+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-23 8:53 [REGRESSION] Chrome and VSCode breakage with the commit b9b588f22a0c Takashi Iwai
2025-02-23 15:18 ` Chuck Lever
2025-02-26 8:38 ` Takashi Iwai
2025-02-26 14:11 ` Chuck Lever
2025-02-26 14:16 ` Takashi Iwai
2025-02-26 14:20 ` Chuck Lever
2025-02-26 14:26 ` Greg KH
2025-02-26 14:35 ` Greg KH
2025-02-26 14:40 ` Takashi Iwai
2025-02-26 15:02 ` Greg KH
2025-02-26 15:08 ` Takashi Iwai
2025-02-26 15:56 ` Chuck Lever
2025-02-26 16:18 ` Greg KH
2025-02-26 16:19 ` Greg KH
2025-02-26 14:35 ` Takashi Iwai
2025-02-26 16:00 ` Chuck Lever
2025-02-26 16:06 ` Takashi Iwai
2025-02-26 20:42 ` Eric Biggers
2025-02-26 21:01 ` Chuck Lever
2025-02-26 21:40 ` Eric Biggers
2025-02-27 14:16 ` Chuck Lever
2025-03-29 12:17 ` Takashi Iwai
2025-03-29 14:57 ` Chuck Lever
2025-04-05 6:32 ` Paul Menzel
2025-04-05 7:29 ` Greg KH
2025-04-05 7:43 ` Paul Menzel
2025-04-05 8:19 ` Greg KH
2025-04-07 14:10 ` Chuck Lever
2025-04-05 16:25 ` Chuck Lever
2025-04-07 11:01 ` Christian Brauner
-- strict thread matches above, loose matches on Subject: below --
2025-02-23 8:48 Takashi Iwai
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox