Re: [git pull] drm urgent for 6.10-rc1

From: Linus Torvalds
Date: Fri May 17 2024 - 15:22:51 EST


On Thu, 16 May 2024 at 18:08, Dave Airlie <airlied@xxxxxxxxx> wrote:
>
> Linus, do you see it a boot straight away?

Ok, back at that computer now, and yes, I see those messages right
away. In fact, they seem to happen before gnome even starts up, ie I
see those messages long before the first messages from gnome-session:

May 17 12:07:17 tr3970x kernel: WARNING: CPU: 4 PID: 1067 at
drivers/gpu/drm/drm_buddy.c:198 __force_merge+0x184/0x1b0 [drm_buddy]
.. lots and lots and lots of them ..
...
May 17 12:07:23 tr3970x systemd-cryptsetup[982]: ...
...
May 17 12:07:25 tr3970x systemd[1]: Reached target basic.target
...
May 17 12:07:25 tr3970x systemd[1]: Mounted sysroot.mount - /sysroot.
...
May 17 12:07:25 tr3970x systemd[1]: Switching root.
...
May 17 12:07:36 tr3970x gnome-session[2824]: ..
...
May 17 12:07:36 tr3970x gnome-shell[2836]: Obtained a high
priority EGL context
May 17 12:07:36 tr3970x kernel: WARNING: CPU: 31 PID: 2836 at
drivers/gpu/drm/drm_buddy.c:198 __force_merge+0x184/0x1b0 [drm_buddy]
.. lots of warnings resume ...

IOW, it happens already during the graphical boot before I have even
typed in my disk encryption password.

Then it starts again when gnome starts.

I just checked: I have exactly 8192 warnings from the early boot
before the first gnome warning. Which sounds like too round a number
to be an accident.

I will try the patch Alex pointed at next:

https://patchwork.freedesktop.org/patch/594539/

and see if that fixes it for me.

Linus