Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 09 Feb 2022 15:15:51 +0000
From:      bugzilla-noreply@freebsd.org
To:        x11@FreeBSD.org
Subject:   [Bug 261773] graphics/drm-fbsd13-kmod: Instability and artifacts after 5.4.144.g20220128 update (Intel GM45)
Message-ID:  <bug-261773-7141-NFfqAmJhSx@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-261773-7141@https.bugs.freebsd.org/bugzilla/>
References:  <bug-261773-7141@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D261773

--- Comment #12 from Tijl Coosemans <tijl@FreeBSD.org> ---
(In reply to jakub_lach from comment #11)
That patch only addresses the corrupted firefox icons.  I'm not seeing the
panic you are seeing.  I do see a different panic when I start X.  It is ca=
used
by symbol name collisions between linuxkpi.ko in base and linuxkpi_gplv2.ko=
 in
drm-kmod.  Can you post the output of these commands:

nm --defined-only /boot/kernel/linuxkpi.ko | awk '{print $3}' | sort -u >
/tmp/file1
nm --defined-only /boot/modules/linuxkpi_gplv2.ko | awk '{print $3}' | sort=
 -u
> /tmp/file2
comm -12 /tmp/file1 /tmp/file2

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-261773-7141-NFfqAmJhSx>