s390/simd: clear vector register pointer on fork/clone
authorMartin Schwidefsky <schwidefsky@de.ibm.com>
Mon, 1 Dec 2014 17:05:35 +0000 (18:05 +0100)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Mon, 8 Dec 2014 08:42:35 +0000 (09:42 +0100)
The copy_thread function fails to reset the p->thread.vxrs pointer.
This causes the child to use the same vector register save area,
causing both data corruptions and multiple frees of the memory for
the save area after the tasks sharing the save area terminate.

Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>

No differences found