On 24/03/20 13:50, Christian Borntraeger wrote: > Paolo, > > two more patches for 5.7. > > The following changes since commit cc674ef252f4750bdcea1560ff491081bb960954: > > KVM: s390: introduce module parameter kvm.use_gisa (2020-02-27 19:47:13 +0100) > > are available in the Git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git tags/kvm-s390-next-5.7-2 > > for you to fetch changes up to f3dd18d444c757840920434e62809b6104081b06: > > KVM: s390: mark sie block as 512 byte aligned (2020-03-23 18:30:33 +0100) > > ---------------------------------------------------------------- > KVM: s390: cleanups for 5.7 > > - mark sie control block as 512 byte aligned > - use fallthrough; > > ---------------------------------------------------------------- > Christian Borntraeger (1): > KVM: s390: mark sie block as 512 byte aligned > > Joe Perches (1): > KVM: s390: Use fallthrough; > > arch/s390/include/asm/kvm_host.h | 2 +- > arch/s390/kvm/gaccess.c | 23 +++++++++++++---------- > arch/s390/kvm/interrupt.c | 2 +- > arch/s390/kvm/kvm-s390.c | 4 ++-- > arch/s390/mm/gmap.c | 6 +++--- > 5 files changed, 20 insertions(+), 17 deletions(-) > Pulled, thanks. Paolo