Skip to content

Commit 316a94c

Browse files
committed
Merge tag 'x86-urgent-2026-01-11' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull x86 fix from Ingo Molnar: "Disable GCOV instrumentation in the SEV noinstr.c collection of SEV noinstr methods, to further robustify the code" * tag 'x86-urgent-2026-01-11' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: x86/sev: Disable GCOV on noinstr object
2 parents fac4bdb + 9efb74f commit 316a94c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

arch/x86/coco/sev/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@ UBSAN_SANITIZE_noinstr.o := n
88
# GCC may fail to respect __no_sanitize_address or __no_kcsan when inlining
99
KASAN_SANITIZE_noinstr.o := n
1010
KCSAN_SANITIZE_noinstr.o := n
11+
12+
GCOV_PROFILE_noinstr.o := n

0 commit comments

Comments
 (0)