https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=287165
Steve Kargl <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #20 from Steve Kargl <[email protected]> --- 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.
