signal: Remove the code to clear siginfo before calling copy_siginfo_from_user32
authorEric W. Biederman <ebiederm@xmission.com>
Mon, 31 Jul 2017 22:18:40 +0000 (17:18 -0500)
committerEric W. Biederman <ebiederm@xmission.com>
Tue, 16 Jan 2018 00:01:19 +0000 (18:01 -0600)
commiteb5346c379cb272eca77f63473de09103a22ebee
tree7498ca1fe0c24a8300e8bad70642bbb9de8f5342
parent212a36a17efe4d696d1e3c31ebd79a9fb0cbb14b
signal: Remove the code to clear siginfo before calling copy_siginfo_from_user32

The new unified copy_siginfo_from_user32 takes care of this.

Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
kernel/ptrace.c
kernel/signal.c