diff options
author | Patrick Donnelly <batrick@batbytes.com> | 2015-07-12 18:51:52 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-07-23 17:56:38 -0700 |
commit | 6719693ca2efb0f04654d05768ee299e87e1694b (patch) | |
tree | 08cc78496b9c1251dc21d2f52a8f995b955f8b81 /drivers/clk | |
parent | da891641b6c92e260966dfce3dd93111d08656c8 (diff) | |
download | linux-rt-6719693ca2efb0f04654d05768ee299e87e1694b.tar.gz |
tty: add missing rcu_read_lock for task_pgrp
task_pgrp requires an rcu or tasklist lock to be obtained if the returned pid
is to be dereferenced, which kill_pgrp does. Obtain an RCU lock for the
duration of use.
Signed-off-by: Patrick Donnelly <batrick@batbytes.com>
Reviewed-by: Peter Hurley <peter@hurleysoftware.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/clk')
0 files changed, 0 insertions, 0 deletions