git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dc56c0f
)
x86: copy_thread: Don't nullify ->ptrace_bps twice
author
Oleg Nesterov
<oleg@redhat.com>
Tue, 2 Sep 2014 17:57:33 +0000
(19:57 +0200)
committer
H. Peter Anvin
<hpa@linux.intel.com>
Tue, 2 Sep 2014 21:51:17 +0000
(14:51 -0700)
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 <oleg@redhat.com>
Link:
http://lkml.kernel.org/r/20140902175733.GA21676@redhat.com
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
No differences found