Module Name: src Committed By: maxv Date: Sun Oct 29 17:19:14 UTC 2017
Modified Files: src/sys/arch/amd64/conf: GENERIC_KASLR Log Message: Mmh, we don't map the CTF section on kaslr kernels, so disable KDTRACE_HOOKS for now. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/amd64/conf/GENERIC_KASLR Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/arch/amd64/conf/GENERIC_KASLR diff -u src/sys/arch/amd64/conf/GENERIC_KASLR:1.2 src/sys/arch/amd64/conf/GENERIC_KASLR:1.3 --- src/sys/arch/amd64/conf/GENERIC_KASLR:1.2 Sun Oct 8 09:06:50 2017 +++ src/sys/arch/amd64/conf/GENERIC_KASLR Sun Oct 29 17:19:14 2017 @@ -1,6 +1,8 @@ -# $NetBSD: GENERIC_KASLR,v 1.2 2017/10/08 09:06:50 maxv Exp $ +# $NetBSD: GENERIC_KASLR,v 1.3 2017/10/29 17:19:14 maxv Exp $ include "arch/amd64/conf/GENERIC" +no options KDTRACE_HOOKS + makeoptions KASLR=1 # Kernel ASLR options KASLR