2/4

KVM: s390: Replace get_zeroed_page() with kzalloc() for the STSI buffer

handle_stsi() allocates the buffer that receives the STSI 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 direct