From 7490daf01f11b5b692f69963eaee9be4adc135c3 Mon Sep 17 00:00:00 2001 From: Martin Schwidefsky Date: Tue, 2 Dec 2014 16:07:12 +0100 Subject: [PATCH] s390/ptrace: always include vector registers in core files On machines with support for vector registers the signal frame includes an area for the vector registers and the ptrace regset interface allow read and write. This is true even if the task never used any vector instruction. Only elf core dumps do not include the vector registers, to make things consistent always include the vector register note in core dumps create on a machine with vector register support. Signed-off-by: Martin Schwidefsky --- Reading git-format-patch failed