Re: [PATCH v3 04/15] arm64: kvm: Handle calls to prefixed hyp functions

2020-06-18 Thread kernel test robot
Hi David, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on linus/master] [also build test WARNING on v5.8-rc1 next-20200618] [cannot apply to kvmarm/next arm64/for-next/core arm-perf/for-next/perf] [If your patch is applied to the wrong git tree, kindly drop us

Re: [PATCH v3 04/15] arm64: kvm: Handle calls to prefixed hyp functions

2020-06-18 Thread Marc Zyngier
Hi David, On 2020-06-18 13:25, David Brazdil wrote: From: Andrew Scull This patch is part of a series which builds KVM's non-VHE hyp code separately from VHE and the rest of the kernel. Once hyp functions are moved to a hyp object, they will have prefixed symbols. This change declares and

[PATCH v3 04/15] arm64: kvm: Handle calls to prefixed hyp functions

2020-06-18 Thread David Brazdil
From: Andrew Scull This patch is part of a series which builds KVM's non-VHE hyp code separately from VHE and the rest of the kernel. Once hyp functions are moved to a hyp object, they will have prefixed symbols. This change declares and gets the address of the prefixed version for calls to the