Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf9a026e

Browse files
David BrazdilMarc Zyngier
David Brazdil
authored and
Marc Zyngier
committed
KVM: arm64: Lift instrumentation restrictions on VHE
With VHE and nVHE executable code completely separated, remove build configthat disabled GCOV/KASAN/UBSAN/KCOV instrumentation for VHE as these nowexecute under the same memory mappings as the rest of the kernel.No violations are currently being reported by either KASAN or UBSAN.Signed-off-by: David Brazdil <dbrazdil@google.com>Signed-off-by: Marc Zyngier <maz@kernel.org>Link:https://lore.kernel.org/r/20200625131420.71444-16-dbrazdil@google.com
1 parentc50cb04 commitf9a026e

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

‎arch/arm64/kvm/hyp/vhe/Makefile‎

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,3 @@ ccflags-y := -D__KVM_VHE_HYPERVISOR__
99
obj-y := timer-sr.o sysreg-sr.o debug-sr.o switch.o tlb.o
1010
obj-y += ../vgic-v3-sr.o ../aarch32.o ../vgic-v2-cpuif-proxy.o ../entry.o\
1111
../fpsimd.o ../hyp-entry.o
12-
13-
# KVM code is run at a different exception code with a different map, so
14-
# compiler instrumentation that inserts callbacks or checks into the code may
15-
# cause crashes. Just disable it.
16-
GCOV_PROFILE:= n
17-
KASAN_SANITIZE:= n
18-
UBSAN_SANITIZE:= n
19-
KCOV_INSTRUMENT:= n

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp