mbox

[GIT,PULL,0/2] KVM: s390: changes for 5.7 part 2

Message ID 20200324125030.323689-1-borntraeger@de.ibm.com (mailing list archive)
State New, archived
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git tags/kvm-s390-next-5.7-2

Message

Christian Borntraeger March 24, 2020, 12:50 p.m. UTC
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(-)

Comments

Paolo Bonzini March 26, 2020, 9:58 a.m. UTC | #1
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