]> git.itanic.dy.fi Git - linux-stable/commit
KVM: arm64: Do not source virt/lib/Kconfig twice
authorMasahiro Yamada <masahiroy@kernel.org>
Sun, 4 Feb 2024 07:43:05 +0000 (16:43 +0900)
committerMarc Zyngier <maz@kernel.org>
Sun, 4 Feb 2024 13:08:28 +0000 (13:08 +0000)
commit42dfa94d802a48c871e2017cbf86153270c86632
tree2d9e9326a68f5789e2f92b9bc11dd61a43684d41
parent10c02aad111df02088d1a81792a709f6a7eca6cc
KVM: arm64: Do not source virt/lib/Kconfig twice

For ARCH=arm64, virt/lib/Kconfig is sourced twice,
from arch/arm64/kvm/Kconfig and from drivers/vfio/Kconfig.
There is no good reason to parse virt/lib/Kconfig twice.

Commit 2412405b3141 ("KVM: arm/arm64: register irq bypass consumer
on ARM/ARM64") should not have added this 'source' directive.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20240204074305.31492-1-masahiroy@kernel.org
arch/arm64/kvm/Kconfig