Re: [PATCH] KVM: s390: pci: Fix handling of AIF enable without AISB
From: Christian Borntraeger
Date: Thu Jul 09 2026 - 10:30:23 EST
Am 09.07.26 um 15:54 schrieb Matthew Rosato:
When a guest seeks to register IRQs without a summary bit specified,
ensure that the associated GAITE then stores 0 for the guest AISB
location instead of virt_to_phys(page_address(NULL)).
Fixes: 3c5a1b6f0a18 ("KVM: s390: pci: provide routines for enabling/disabling interrupt forwarding")
Cc: stable@xxxxxxxxxxxxxxx
Reviewed-by: Farhan Ali <alifm@xxxxxxxxxxxxx>
Signed-off-by: Matthew Rosato <mjrosato@xxxxxxxxxxxxx>
applied and queued for master.
Thank you