]> git.ipfire.org Git - people/arne_f/kernel.git/commit
s390/kdump: fix REGSET_VX_LOW vector register ELF notes
authorMichael Holzheu <holzheu@linux.vnet.ibm.com>
Thu, 11 Jun 2015 17:59:04 +0000 (19:59 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 10 Jul 2015 16:49:37 +0000 (09:49 -0700)
commit2c7a81c60df147a14735ca3c0f039cf4507b65fc
tree7f42062e21b5e7b94308a795d0ec97702774e330
parent17de07163877d0f1fdd9185130ac4111f5f340f7
s390/kdump: fix REGSET_VX_LOW vector register ELF notes

commit 3c8e5105e759e7b2d88ea8a85b1285e535bc7500 upstream.

The REGSET_VX_LOW ELF notes should contain the lower 64 bit halfes of the
first sixteen 128 bit vector registers. Unfortunately currently we copy
the upper halfes.

Fix this and correctly copy the lower halfes.

Fixes: a62bc0739253 ("s390/kdump: add support for vector extension")
Signed-off-by: Michael Holzheu <holzheu@linux.vnet.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/s390/kernel/crash_dump.c