]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'kvm-s390-master-4.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 27 Oct 2016 11:22:54 +0000 (13:22 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 27 Oct 2016 11:22:54 +0000 (13:22 +0200)
commit90a7f626c23658ffb6a3d4096cd1e855bf985547
tree38dc13e36e62faa8aad97c5b2f6c90299301b9de
parent7b8641f56012acf3b26b927c2ee68df116905c08
parent4827b5bb5a0c18d6e11ceefe122892ccf60ee3c4
Merge tag 'kvm-s390-master-4.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEAD

KVM: s390: Fix wrong memory allocation

With commit 7620af0a712f ("mm/slub: support left redzone") or
with slab debugging the allocation of our diag224 buffer is not
aligned properly. Let's fix this.