Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch
Module Name: src
Committed By: maxv
Date: Sat May 2 16:28:37 UTC 2020
Modified Files:
src/sys/arch/amd64/amd64: locore.S machdep.c
src/sys/arch/amd64/include: asan.h
src/sys/arch/x86/x86: pmap.c
Log Message:
Call kasan_early_init earlier, to unbreak KASAN after the recent RNG
changes. Will also prevent further trouble.
To generate a diff of this commit:
cvs rdiff -u -r1.204 -r1.205 src/sys/arch/amd64/amd64/locore.S
cvs rdiff -u -r1.350 -r1.351 src/sys/arch/amd64/amd64/machdep.c
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/amd64/include/asan.h
cvs rdiff -u -r1.385 -r1.386 src/sys/arch/x86/x86/pmap.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index