Module Name: src Committed By: maxv Date: Fri Sep 16 11:48:10 UTC 2016
Modified Files: src/sys/arch/amd64/amd64: trap.c src/sys/arch/i386/i386: trap.c Log Message: Put two KASSERTs, to make sure the fault is happening in the correct half of the vm space when using special copy functions. It can detect bugs where the kernel would fault when copying a kernel buffer which it wrongly believes comes from userland. To generate a diff of this commit: cvs rdiff -u -r1.84 -r1.85 src/sys/arch/amd64/amd64/trap.c cvs rdiff -u -r1.278 -r1.279 src/sys/arch/i386/i386/trap.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.