[Bug 287165] drm/pseudofs panic in radeonkms.ko
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 287165] drm/pseudofs panic in radeonkms.ko"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 09 Jun 2025 21:19:35 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=287165
Steve Kargl <kargl@FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |markj@FreeBSD.org
--- Comment #20 from Steve Kargl <kargl@FreeBSD.org> ---
I found it. It's markj's commit about jiffies. The four consecutive commits
are
4fa275a5f357 - main - queue(3): Add simple tests for some macros... Olivier
Certner
325aa4dbd10d - main - linuxkpi: Introduce a properly typed jiffies Mark
Johnston
901256f6ea3c - main - mlx5: jiffies is unsigned long Mark Johnston
87e57632bf88 - main - ofed: jiffies is unsigned long Mark Johnston
4fa275a boots, I can kldload radeonkms.ko, and startx brings up my desktop.
In fact, I'm typing this in firefox at the moment. There is only dump_stack()
message from evergreen.c
87e5763 boots, I can kldload radeonkmd.ko, and startx causes a panic.
My custom kernel uses neither mlx5 nor ofed. That leaves 325aa4d as
the commit causing an issue. There are two dump_stack() message from
evergreen.c in /var/crash/core.txt.3
--
You are receiving this mail because:
You are the assignee for the bug.