]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitc3222be93336d5158a8083d4393d464c5a221070
tree7498ca1fe0c24a8300e8bad70642bbb9de8f5342
parentc4d7f1f610516e76c4bd2448964faab406ea33e0
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