CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/01/09 08:18:58
Modified files:
sys/arch/amd64/amd64: db_trace.c trap.c
sys/ddb : db_examine.c
Log message:
If the kernel panics due to SMEP or SMAP, print correct stack trace
and pass information to ddb. This helps to debug kernel NULL pointer
function calls.
input guenther@; OK kettenis@
