]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: arm64: Stub CONFIG_DEBUG_LIST at Hyp
authorQuentin Perret <qperret@google.com>
Fri, 19 Mar 2021 10:01:19 +0000 (10:01 +0000)
committerMarc Zyngier <maz@kernel.org>
Fri, 19 Mar 2021 12:01:20 +0000 (12:01 +0000)
commitc83db294e7271ff5b622df2bd66fb1b3fd1f804d
tree7b2d69f0bb7c9c944c719fc6b5474ba30bdebbbb
parenta1a0338bcf191e41b9200f9b58f68ec615b5df4d
KVM: arm64: Stub CONFIG_DEBUG_LIST at Hyp

In order to use the kernel list library at EL2, introduce stubs for the
CONFIG_DEBUG_LIST out-of-lines calls.

Acked-by: Will Deacon <will@kernel.org>
Signed-off-by: Quentin Perret <qperret@google.com>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20210319100146.1149909-12-qperret@google.com
arch/arm64/kvm/hyp/nvhe/Makefile
arch/arm64/kvm/hyp/nvhe/stub.c [new file with mode: 0644]