diff options
author | 2023-04-12 10:24:06 -0700 | |
---|---|---|
committer | 2023-04-14 16:08:27 +0200 | |
commit | e8deb00c0c4808654d1bf96a8f79cf1deb59b631 (patch) | |
tree | ef8697d51c64241271d2dbc1555fef37013469b0 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | objtool: Add stackleak instrumentation to uaccess safe list (diff) | |
download | wireguard-linux-e8deb00c0c4808654d1bf96a8f79cf1deb59b631.tar.xz wireguard-linux-e8deb00c0c4808654d1bf96a8f79cf1deb59b631.zip |
context_tracking: Fix KCSAN noinstr violation
With KCSAN enabled, even empty inline stubs can be out-of-lined.
Force the context_tracking_guest_exit() stub inline.
Fixes the following warnings:
vmlinux.o: warning: objtool: vmx_vcpu_enter_exit+0x1be: call to context_tracking_guest_exit() leaves .noinstr.text section
vmlinux.o: warning: objtool: svm_vcpu_enter_exit+0x85: call to context_tracking_guest_exit() leaves .noinstr.text section
Signed-off-by: Josh Poimboeuf <jpoimboe@kernel.org>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://lore.kernel.org/r/dc93f45abdec90c171108b4b590b7fff5790963c.1681320026.git.jpoimboe@kernel.org
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions