Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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
+2
arch/x86/coco/sev/Makefile
··· 8 8 # GCC may fail to respect __no_sanitize_address or __no_kcsan when inlining 9 9 KASAN_SANITIZE_noinstr.o := n 10 10 KCSAN_SANITIZE_noinstr.o := n 11 + 12 + GCOV_PROFILE_noinstr.o := n