Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/amd64/conf Mmh, we don't map the CTF section on kas...



details:   https://anonhg.NetBSD.org/src/rev/2a3d2ff3ac54
branches:  trunk
changeset: 827474:2a3d2ff3ac54
user:      maxv <maxv%NetBSD.org@localhost>
date:      Sun Oct 29 17:19:14 2017 +0000

description:
Mmh, we don't map the CTF section on kaslr kernels, so disable
KDTRACE_HOOKS for now.

diffstat:

 sys/arch/amd64/conf/GENERIC_KASLR |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (13 lines):

diff -r f1a118fc812f -r 2a3d2ff3ac54 sys/arch/amd64/conf/GENERIC_KASLR
--- a/sys/arch/amd64/conf/GENERIC_KASLR Sun Oct 29 16:02:46 2017 +0000
+++ b/sys/arch/amd64/conf/GENERIC_KASLR Sun Oct 29 17:19:14 2017 +0000
@@ -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



Home | Main Index | Thread Index | Old Index