aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorDavid Brazdil <dbrazdil@google.com>2020-06-25 14:14:06 +0100
committerMarc Zyngier <maz@kernel.org>2020-07-05 18:37:17 +0100
commitb38b298aa4397e2dc74a89b4dd3eac9e59b64c96 (patch)
tree62a3291fa9dbfe0eb7aeb5a72add5c8579243110 /scripts
parentLinux 5.8-rc3 (diff)
downloadlinux-dev-b38b298aa4397e2dc74a89b4dd3eac9e59b64c96.tar.xz
linux-dev-b38b298aa4397e2dc74a89b4dd3eac9e59b64c96.zip
KVM: arm64: Fix symbol dependency in __hyp_call_panic_nvhe
__hyp_call_panic_nvhe contains inline assembly which did not declare its dependency on the __hyp_panic_string symbol. The static-declared string has previously been kept alive because of a use in __hyp_call_panic_vhe. Fix this in preparation for separating the source files between VHE and nVHE when the two users land in two different compilation units. The static variable otherwise gets dropped when compiling the nVHE source file, causing an undefined symbol linker error later. Signed-off-by: David Brazdil <dbrazdil@google.com> Signed-off-by: Marc Zyngier <maz@kernel.org> Link: https://lore.kernel.org/r/20200625131420.71444-2-dbrazdil@google.com
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions