summaryrefslogtreecommitdiff
path: root/include/linux/stacktrace.h
diff options
context:
space:
mode:
authorFuad Tabba <tabba@google.com>2026-04-24 11:49:06 +0300
committerMarc Zyngier <maz@kernel.org>2026-04-24 14:03:57 +0300
commitd89fdda7dd8a488f922e1175e6782f781ba8a23b (patch)
treef878aad08f5a9a498349f6954c61f0ffa6213e20 /include/linux/stacktrace.h
parent08d715338287a1affb4c7ad5733decef4558a5c8 (diff)
downloadlinux-d89fdda7dd8a488f922e1175e6782f781ba8a23b.tar.xz
KVM: arm64: Fix kvm_vcpu_initialized() macro parameter
The macro is defined with parameter 'v' but the body references the literal token 'vcpu' instead, causing it to silently operate on whatever 'vcpu' resolves to in the caller's scope rather than the value passed by the caller. All current call sites happen to use a variable named 'vcpu', so the bug is latent. Fixes: e016333745c7 ("KVM: arm64: Only reset vCPU-scoped feature ID regs once") Signed-off-by: Fuad Tabba <tabba@google.com> Link: https://patch.msgid.link/20260424084908.370776-5-tabba@google.com Signed-off-by: Marc Zyngier <maz@kernel.org> Cc: stable@vger.kernel.org
Diffstat (limited to 'include/linux/stacktrace.h')
0 files changed, 0 insertions, 0 deletions