]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
KVM: selftests: Add CONFIG_EVENTFD for irqfd selftest
authorMark Brown <broonie@kernel.org>
Thu, 10 Jul 2025 11:12:20 +0000 (12:12 +0100)
committerSean Christopherson <seanjc@google.com>
Thu, 10 Jul 2025 13:20:20 +0000 (06:20 -0700)
commit81bf24f1ac77029bf858c0da081088eb62b1b230
tree1ae5cebef34c3be29d515255ba7dce5f778f63b8
parent7e9b231c402a297251b3e6e0f5cc16cef7dd3ce5
KVM: selftests: Add CONFIG_EVENTFD for irqfd selftest

In 7e9b231c402a ("KVM: selftests: Add a KVM_IRQFD test to verify
uniqueness requirements") we added a test for the newly added irqfd
support but since this feature works with eventfds it won't work unless
the kernel has been built wth eventfd support.  Add CONFIG_EVENTFD to
the list of required options for the KVM selftests.

Signed-off-by: Mark Brown <broonie@kernel.org>
Link: https://lore.kernel.org/r/20250710-kvm-selftests-eventfd-config-v1-1-78c276e4b80f@kernel.org
Signed-off-by: Sean Christopherson <seanjc@google.com>
tools/testing/selftests/kvm/config