diff options
author | Ricardo Koller <[email protected]> | 2022-01-26 19:08:56 -0800 |
---|---|---|
committer | Marc Zyngier <[email protected]> | 2022-02-08 15:18:58 +0000 |
commit | 5b7898648f02083012900e48d063e51ccbdad165 (patch) | |
tree | 9584eb702f590825292f2a7e453c937944a25d47 /net/lapb/lapb_timer.c | |
parent | 11024a7a0ac26dd31ddfa0f6590e158bdf9ab858 (diff) |
kvm: selftests: aarch64: fix the failure check in kvm_set_gsi_routing_irqchip_check
kvm_set_gsi_routing_irqchip_check(expect_failure=true) is used to check
the error code returned by the kernel when trying to setup an invalid
gsi routing table. The ioctl fails if "pin >= KVM_IRQCHIP_NUM_PINS", so
kvm_set_gsi_routing_irqchip_check() should test the error only when
"intid >= KVM_IRQCHIP_NUM_PINS+32". The issue is that the test check is
"intid >= KVM_IRQCHIP_NUM_PINS", so for a case like "intid =
KVM_IRQCHIP_NUM_PINS" the test wrongly assumes that the kernel will
return an error. Fix this by using the right check.
Signed-off-by: Ricardo Koller <[email protected]>
Reported-by: Reiji Watanabe <[email protected]>
Cc: Andrew Jones <[email protected]>
Signed-off-by: Marc Zyngier <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'net/lapb/lapb_timer.c')
0 files changed, 0 insertions, 0 deletions