]> 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)
commit8c2692cacf521cd265e1e59e9c3e0e30f3ab765b
tree38dc13e36e62faa8aad97c5b2f6c90299301b9de
parent2ef2bf53c7485f8c11c02f2ba791accd228588e9
parent868c47cf6666975b0a4d448a606e81d3ecc80a50
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 763eb7104604 ("mm/slub: support left redzone") or
with slab debugging the allocation of our diag224 buffer is not
aligned properly. Let's fix this.