diff options
| author | Linus Torvalds <torvalds@linux-foundation.org> | 2026-01-11 07:19:43 -1000 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2026-01-11 07:19:43 -1000 |
| commit | 316a94cb6398ea073790462ddd337da06ad8e1de (patch) | |
| tree | f74bc928199f22e143e5680f19df92da8dcb7b26 | |
| parent | fac4bdbacab5a9abe7e017069c640273c2a704e2 (diff) | |
| parent | 9efb74f84ba82a9de81fc921baf3c5e2decf8256 (diff) | |
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
| -rw-r--r-- | arch/x86/coco/sev/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/coco/sev/Makefile b/arch/x86/coco/sev/Makefile index 3b8ae214a6a6..b2e9ec2f6901 100644 --- a/arch/x86/coco/sev/Makefile +++ b/arch/x86/coco/sev/Makefile @@ -8,3 +8,5 @@ UBSAN_SANITIZE_noinstr.o := n # GCC may fail to respect __no_sanitize_address or __no_kcsan when inlining KASAN_SANITIZE_noinstr.o := n KCSAN_SANITIZE_noinstr.o := n + +GCOV_PROFILE_noinstr.o := n |
