linux-stable/arch/x86
Qian Cai 03f235a5bd x86/kvm: fix a missing-prototypes "vmread_error"
commit 514ccc1949 upstream.

The commit 842f4be958 ("KVM: VMX: Add a trampoline to fix VMREAD error
handling") removed the declaration of vmread_error() causes a W=1 build
failure with KVM_WERROR=y. Fix it by adding it back.

arch/x86/kvm/vmx/vmx.c:359:17: error: no previous prototype for 'vmread_error' [-Werror=missing-prototypes]
 asmlinkage void vmread_error(unsigned long field, bool fault)
                 ^~~~~~~~~~~~

Signed-off-by: Qian Cai <cai@lca.pw>
Message-Id: <20200402153955.1695-1-cai@lca.pw>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2020-05-10 10:31:31 +02:00
..
boot x86/boot: Use unsigned comparison for addresses 2020-04-17 10:50:03 +02:00
configs
crypto
entry x86/entry/32: Add missing ASM_CLAC to general_protection entry 2020-04-17 10:50:13 +02:00
events perf/amd/uncore: Replace manual sampling check with CAP_NO_INTERRUPT flag 2020-03-18 07:17:53 +01:00
hyperv x86/Hyper-V: Report crash data in die() when panic_on_oops is set 2020-04-23 10:36:24 +02:00
ia32 syscalls/x86: Use COMPAT_SYSCALL_DEFINE0 for IA32 (rt_)sigreturn 2020-01-17 19:48:30 +01:00
include x86/microcode/AMD: Increase microcode PATCH_MAX_SIZE 2020-04-21 09:05:05 +02:00
kernel x86: hyperv: report value of misc_features 2020-05-02 08:48:55 +02:00
kvm x86/kvm: fix a missing-prototypes "vmread_error" 2020-05-10 10:31:31 +02:00
lib x86/decoder: Add TEST opcode to Group3-2 2020-02-24 08:36:55 +01:00
math-emu
mm x86/ioremap: Fix CONFIG_EFI=n build 2020-04-01 11:01:59 +02:00
net bpf, x86: Fix encoding for lower 8-bit registers in BPF_STX BPF_B 2020-05-02 08:48:55 +02:00
oprofile
pci
platform efi/x86: Fix the deletion of variables in mixed mode 2020-04-17 10:50:25 +02:00
power
purgatory
ras
realmode
tools
um um: Implement copy_thread_tls 2020-01-14 20:08:35 +01:00
video
xen x86/xen: Distribute switch variables for initialization 2020-03-12 13:00:15 +01:00
.gitignore
Kbuild
Kconfig
Kconfig.cpu
Kconfig.debug
Makefile
Makefile.um
Makefile_32.cpu