mbox

[GIT,PULL,0/1] KVM: s390: Fix crypto handling for nested KVM (for 5.0)

Message ID 20190218113046.226380-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-master-5.0

Message

Christian Borntraeger Feb. 18, 2019, 11:30 a.m. UTC
Paolo, Radim,

a last fix for 5.0.

The following changes since commit bfeffd155283772bbe78c6a05dec7c0128ee500c:

  Linux 5.0-rc1 (2019-01-06 17:08:20 -0800)

are available in the Git repository at:

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

for you to fetch changes up to b10bd9a256aec504c14a7c9b6fccb6301ecf290a:

  s390: vsie: Use effective CRYCBD.31 to check CRYCBD validity (2019-02-11 13:19:20 +0100)

----------------------------------------------------------------
KVM: s390: Fix crypto handling for nested KVM

----------------------------------------------------------------
Pierre Morel (1):
      s390: vsie: Use effective CRYCBD.31 to check CRYCBD validity

 arch/s390/kvm/vsie.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Paolo Bonzini Feb. 20, 2019, 10:49 p.m. UTC | #1
On 18/02/19 12:30, Christian Borntraeger wrote:
>   git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git  tags/kvm-s390-master-5.0

Pulled, thanks.

Paolo