1/4
KVM: s390: Replace get_zeroed_page() with kzalloc() for the STHYI buffer
handle_sthyi() allocates the buffer that receives the STHYI response block before it is copied to the guest. This buffer can be allocated with kmalloc() as there’s nothing special about it to go dire