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.

KVM: arm64: Fix out-of-tree build for nVHE/pKVM tracing

simple_ring_buffer.c is located in the source tree and isn't duplicated
to objtree. Fix its include path.

Signed-off-by: Vincent Donnefort <vdonnefort@google.com>
Link: https://patch.msgid.link/20260311164956.1424119-1-vdonnefort@google.com
Signed-off-by: Marc Zyngier <maz@kernel.org>

authored by

Vincent Donnefort and committed by
Marc Zyngier
ce6a2bad 39d5ca62

+1 -1
+1 -1
arch/arm64/kvm/hyp/nvhe/Makefile
··· 33 33 hyp-obj-y += $(lib-objs) 34 34 35 35 # Path to simple_ring_buffer.c 36 - CFLAGS_trace.nvhe.o += -I$(objtree)/kernel/trace/ 36 + CFLAGS_trace.nvhe.o += -I$(srctree)/kernel/trace/ 37 37 38 38 ## 39 39 ## Build rules for compiling nVHE hyp code