]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: arm64: pkvm: Implement CONFIG_DEBUG_LIST at EL2
authorKeir Fraser <keirf@google.com>
Mon, 31 Jan 2022 12:40:53 +0000 (12:40 +0000)
committerMarc Zyngier <maz@kernel.org>
Tue, 8 Feb 2022 15:28:19 +0000 (15:28 +0000)
commit7bae54b65432a98265ea73058eb5e3bcb27d2f05
tree731c6c52f86f12169b70b079102c2044294b5ab0
parentc005ca0bd3cb801e701b71da41a2f553dc6a03d1
KVM: arm64: pkvm: Implement CONFIG_DEBUG_LIST at EL2

Currently the check functions are stubbed out at EL2. Implement
versions suitable for the constrained EL2 environment.

Signed-off-by: Keir Fraser <keirf@google.com>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20220131124114.3103337-1-keirf@google.com
arch/arm64/kvm/hyp/nvhe/Makefile
arch/arm64/kvm/hyp/nvhe/list_debug.c [new file with mode: 0644]
arch/arm64/kvm/hyp/nvhe/stub.c [deleted file]