linux-s390.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] KVM: s390: Fixes for 4.15
@ 2017-12-05  8:33 Christian Borntraeger
  2017-12-05  8:33 ` [PATCH 1/4] KVM: s390: add SPDX identifiers to the remaining files Christian Borntraeger
                   ` (3 more replies)
  0 siblings, 4 replies; 15+ messages in thread
From: Christian Borntraeger @ 2017-12-05  8:33 UTC (permalink / raw)
  To: Cornelia Huck
  Cc: KVM, Christian Borntraeger, linux-s390, Thomas Huth, Halil Pasic

This is what I have as fixes for 4.15, please review the new
patch
"KVM: s390: Fix skey emulation permission check"

Pull request will follow if there are no concerns.

text for pull request:

- SPDX tags
- Fence storage key accesses from problem state
- Make sure that irq_state.flags is not used in the future

----------------------------------------------------------------
Christian Borntraeger (1):
      KVM: s390: mark irq_state.flags as non-usable

Greg Kroah-Hartman (2):
      KVM: s390: add SPDX identifiers to the remaining files
      KVM: s390: Remove redundant license text

Janosch Frank (1):
      KVM: s390: Fix skey emulation permission check

 Documentation/virtual/kvm/api.txt | 15 ++++++++++++---
 arch/s390/kvm/Makefile            |  5 +----
 arch/s390/kvm/diag.c              |  5 +----
 arch/s390/kvm/gaccess.h           |  5 +----
 arch/s390/kvm/guestdbg.c          |  5 +----
 arch/s390/kvm/intercept.c         |  5 +----
 arch/s390/kvm/interrupt.c         |  5 +----
 arch/s390/kvm/irq.h               |  5 +----
 arch/s390/kvm/kvm-s390.c          | 11 +++++------
 arch/s390/kvm/kvm-s390.h          |  5 +----
 arch/s390/kvm/priv.c              | 16 ++++++++++------
 arch/s390/kvm/sigp.c              |  5 +----
 arch/s390/kvm/vsie.c              |  5 +----
 include/uapi/linux/kvm.h          |  4 ++--
 14 files changed, 39 insertions(+), 57 deletions(-)

^ permalink raw reply	[flat|nested] 15+ messages in thread
* [PATCH 0/4] KVM: s390: Fixes for 4.15 (via kvm/master)
@ 2017-12-06  8:37 Christian Borntraeger
  2017-12-06  8:37 ` [PATCH 4/4] KVM: s390: Fix skey emulation permission check Christian Borntraeger
  0 siblings, 1 reply; 15+ messages in thread
From: Christian Borntraeger @ 2017-12-06  8:37 UTC (permalink / raw)
  To: Paolo Bonzini, Radim Krčmář
  Cc: KVM, Cornelia Huck, Christian Borntraeger, linux-s390

Paolo, Radim,

The following changes since commit 4fbd8d194f06c8a3fd2af1ce560ddb31f7ec8323:

  Linux 4.15-rc1 (2017-11-26 16:01:47 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git  tags/kvm-s390-master-4.15-1

for you to fetch changes up to ca76ec9ca871e67d8cd0b6caba24aca3d3ac4546:

  KVM: s390: Fix skey emulation permission check (2017-12-06 09:18:43 +0100)

----------------------------------------------------------------
KVM: s390: Fixes for 4.15

- SPDX tags
- Fence storage key accesses from problem state
- Make sure that irq_state.flags is not used in the future

----------------------------------------------------------------
Christian Borntraeger (1):
      KVM: s390: mark irq_state.flags as non-usable

Greg Kroah-Hartman (2):
      KVM: s390: add SPDX identifiers to the remaining files
      KVM: s390: Remove redundant license text

Janosch Frank (1):
      KVM: s390: Fix skey emulation permission check

 Documentation/virtual/kvm/api.txt | 15 ++++++++++++---
 arch/s390/kvm/Makefile            |  5 +----
 arch/s390/kvm/diag.c              |  5 +----
 arch/s390/kvm/gaccess.h           |  5 +----
 arch/s390/kvm/guestdbg.c          |  5 +----
 arch/s390/kvm/intercept.c         |  5 +----
 arch/s390/kvm/interrupt.c         |  5 +----
 arch/s390/kvm/irq.h               |  5 +----
 arch/s390/kvm/kvm-s390.c          | 11 +++++------
 arch/s390/kvm/kvm-s390.h          |  5 +----
 arch/s390/kvm/priv.c              | 16 ++++++++++------
 arch/s390/kvm/sigp.c              |  5 +----
 arch/s390/kvm/vsie.c              |  5 +----
 include/uapi/linux/kvm.h          |  4 ++--
 14 files changed, 39 insertions(+), 57 deletions(-)

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2017-12-06  8:37 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-05  8:33 [PATCH 0/4] KVM: s390: Fixes for 4.15 Christian Borntraeger
2017-12-05  8:33 ` [PATCH 1/4] KVM: s390: add SPDX identifiers to the remaining files Christian Borntraeger
2017-12-05  8:33 ` [PATCH 2/4] KVM: s390: Remove redundant license text Christian Borntraeger
2017-12-05 16:22   ` Paul E. McKenney
2017-12-05  8:33 ` [PATCH 3/4] KVM: s390: mark irq_state.flags as non-usable Christian Borntraeger
2017-12-05  8:33 ` [PATCH 4/4] KVM: s390: Fix skey emulation permission check Christian Borntraeger
2017-12-05  8:57   ` Thomas Huth
2017-12-05  9:13   ` Cornelia Huck
2017-12-05  9:32     ` Janosch Frank
2017-12-05  9:45       ` Cornelia Huck
2017-12-05  9:39     ` Christian Borntraeger
2017-12-05  9:51       ` Cornelia Huck
2017-12-05 16:53   ` David Hildenbrand
2017-12-05 18:19     ` Christian Borntraeger
  -- strict thread matches above, loose matches on Subject: below --
2017-12-06  8:37 [PATCH 0/4] KVM: s390: Fixes for 4.15 (via kvm/master) Christian Borntraeger
2017-12-06  8:37 ` [PATCH 4/4] KVM: s390: Fix skey emulation permission check Christian Borntraeger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).