Re: [PATCH v3 03/11] kvm: arm64: Only define __kvm_ex_table for CONFIG_KVM

2020-09-18 Thread Will Deacon
On Wed, Sep 16, 2020 at 06:34:31PM +0100, David Brazdil wrote: > Minor cleanup that only creates __kvm_ex_table ELF section and > related symbols if CONFIG_KVM is enabled. > > Signed-off-by: David Brazdil > --- > arch/arm64/kernel/vmlinux.lds.S | 4 > 1 file changed, 4 insertions(+) It's a

[PATCH v3 03/11] kvm: arm64: Only define __kvm_ex_table for CONFIG_KVM

2020-09-16 Thread David Brazdil
Minor cleanup that only creates __kvm_ex_table ELF section and related symbols if CONFIG_KVM is enabled. Signed-off-by: David Brazdil --- arch/arm64/kernel/vmlinux.lds.S | 4 1 file changed, 4 insertions(+) diff --git a/arch/arm64/kernel/vmlinux.lds.S b/arch/arm64/kernel/vmlinux.lds.S inde