commit | f229c2c161de94a404fa16a17cb93c4a06938af5 | [log] [tgz] |
---|---|---|
author | Peter Hurley <peter@hurleysoftware.com> | Sat Jan 09 22:55:29 2016 -0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Jan 27 16:41:04 2016 -0800 |
tree | d99d57f3008d56c391bd85691850d2087d270ec8 | |
parent | a75c9b091226c0062a498d1cb65f9f6b858ebe55 [diff] |
tty: audit: Take siglock directly lock_task_sighand() is for situations where the struct task_struct* may disappear while trying to deref the sighand; this never applies to 'current'. Signed-off-by: Peter Hurley <peter@hurleysoftware.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>