From: Oleg Nesterov Date: Tue, 2 Sep 2014 17:57:33 +0000 (+0200) Subject: x86: copy_thread: Don't nullify ->ptrace_bps twice X-Git-Tag: fixes-against-v3.18-rc2~90^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f46b3aef0031c08a7b439d63013dad2aeb093b2;p=pandora-kernel.git x86: copy_thread: Don't nullify ->ptrace_bps twice Both 32bit and 64bit versions of copy_thread() do memset(ptrace_bps) twice for no reason, kill the 2nd memset(). Signed-off-by: Oleg Nesterov Link: http://lkml.kernel.org/r/20140902175733.GA21676@redhat.com Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed