]> git.karo-electronics.de Git - karo-tx-linux.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)
commitb5149a5fd15225c48b45e3f18bb6468fbae9bbd1
tree38dc13e36e62faa8aad97c5b2f6c90299301b9de
parent85c856b39b479dde410ddd09df1da745343010c9
parent45c7ee43a5184ddbff652ee0d2e826f86f1b616b
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 d86bd1bece6f ("mm/slub: support left redzone") or
with slab debugging the allocation of our diag224 buffer is not
aligned properly. Let's fix this.