mbox series

[v1,0/6] selftests: kvm: s390: Reject invalid ioctls on ucontrol VMs

Message ID 20241209110717.77279-1-schlameuss@linux.ibm.com (mailing list archive)
Headers show
Series selftests: kvm: s390: Reject invalid ioctls on ucontrol VMs | expand

Message

Christoph Schlameuss Dec. 9, 2024, 11:07 a.m. UTC
This patch series adds more test case issuing ioctls to ucontrol VMs and
its floating interrupt controller.
The test cases trigger three possible null pointer dereferences within
the handling of the KVM_DEV_FLIC_APF_ENABLE,
KVM_DEV_FLIC_APF_DISABLE_WAIT and KVM_SET_GSI_ROUTING ioctl.

All of these issues do only exist on ucontrol VMs. Fixes for the issues
are included within the patch series.

Christoph Schlameuss (6):
  kvm: s390: Reject setting flic pfault attributes on ucontrol VMs
  selftests: kvm: s390: Add ucontrol flic attr selftests
  kvm: s390: Reject KVM_SET_GSI_ROUTING on ucontrol VMs
  selftests: kvm: s390: Add ucontrol gis routing test
  selftests: kvm: s390: Streamline uc_skey test to issue iske after sske
  selftests: kvm: s390: Add has device attr check to uc_attr_mem_limit
    selftest

 arch/s390/kvm/interrupt.c                     |   6 +
 .../selftests/kvm/s390x/ucontrol_test.c       | 196 ++++++++++++++++--
 2 files changed, 184 insertions(+), 18 deletions(-)