NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: kern/57059 (amdgpu graphics ring test failing)



The following reply was made to PR kern/57059; it has been noted by GNATS.

From: Taylor R Campbell <riastradh%NetBSD.org@localhost>
To: Bruno Melo <bmelo%protonmail.com@localhost>
Cc: gnats-bugs%netbsd.org@localhost, kern-bug-people%netbsd.org@localhost,
	netbsd-bugs%netbsd.org@localhost, gnats-admin%netbsd.org@localhost
Subject: Re: kern/57059 (amdgpu graphics ring test failing)
Date: Tue, 11 Jul 2023 00:13:20 +0000

 > Date: Tue, 11 Jul 2023 00:09:10 +0000
 > From: Bruno Melo <bmelo%protonmail.com@localhost>
 >=20
 > I tried the userconf.
 >=20
 > > Can you build a kernel with DDB_ONPANIC=3D0 or
 > > DDB_COMMANDONENTER=3D"reboot" and try booting that, so that the system
 >=20
 > I will build it now. Please clarify, I need to set these in my custom ker=
 nel conf (GENERIC in this case)?
 
 Yes -- usually what I do is create a file
 src/sys/arch/amd64/conf/GENERIC.local and put it there to avoid having
 local changes in my tree; GENERIC will include GENERIC.local if it's
 there, but won't complain if it's not there.
 
 options 	DDB_ONPANIC=3D0
 
 or
 
 options 	DDB_COMMANDONENTER=3D"reboot"
 


Home | Main Index | Thread Index | Old Index