Skip to content

Commit 9b4eb77

Browse files
bulwahnbonzini
authored andcommitted
riscv: do not select non-existing config ANON_INODES
Commit 99cdc6c ("RISC-V: Add initial skeletal KVM support") selects the config ANON_INODES in config KVM, but the config ANON_INODES is removed since commit 5dd50aa ("Make anon_inodes unconditional") in 2018. Hence, ./scripts/checkkconfigsymbols.py warns on non-existing symbols: ANON_INODES Referencing files: arch/riscv/kvm/Kconfig Remove selecting the non-existing config ANON_INODES. Signed-off-by: Lukas Bulwahn <[email protected]> Message-Id: <[email protected]> Signed-off-by: Paolo Bonzini <[email protected]>
1 parent 21fa324 commit 9b4eb77

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

arch/riscv/kvm/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ config KVM
2222
depends on RISCV_SBI && MMU
2323
select MMU_NOTIFIER
2424
select PREEMPT_NOTIFIERS
25-
select ANON_INODES
2625
select KVM_MMIO
2726
select KVM_GENERIC_DIRTYLOG_READ_PROTECT
2827
select HAVE_KVM_VCPU_ASYNC_IOCTL

0 commit comments

Comments
 (0)