From: Martin Schwidefsky Date: Mon, 1 Dec 2014 17:05:35 +0000 (+0100) Subject: s390/simd: clear vector register pointer on fork/clone X-Git-Tag: omap-for-v3.20/drop-legacy-3517~121^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b4ee3ee0beb4f39efe5eb9581f07bddc4201240;p=pandora-kernel.git s390/simd: clear vector register pointer on fork/clone 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 --- Reading git-diff-tree failed