Module Name: src Committed By: maxv Date: Sun Sep 3 09:01:03 UTC 2017
Modified Files: src/sys/arch/amd64/amd64: trap.c Log Message: Treat page faults from iretq/etc as fatal, otherwise we could hide kernel stack bugs. Note that it would be good to call check_swapgs from trap0e, but a few things need to be fixed before that. To generate a diff of this commit: cvs rdiff -u -r1.97 -r1.98 src/sys/arch/amd64/amd64/trap.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.