Searched hist:"4 a510969374ab8853451c337e43d28fb864e43fd" (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | tty.h | diff 4a510969374ab8853451c337e43d28fb864e43fd Sat Jan 09 23:35:23 CST 2016 Peter Hurley <peter@hurleysoftware.com> tty: Make tty_files_lock per-tty
Access to tty->tty_files list is always per-tty, never for all ttys simultaneously. Replace global tty_files_lock spinlock with per-tty ->files_lock. Initialize when the ->tty_files list is inited, in alloc_tty_struct().
Signed-off-by: Peter Hurley <peter@hurleysoftware.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
/openbmc/linux/drivers/tty/ |
H A D | tty_io.c | diff 4a510969374ab8853451c337e43d28fb864e43fd Sat Jan 09 23:35:23 CST 2016 Peter Hurley <peter@hurleysoftware.com> tty: Make tty_files_lock per-tty
Access to tty->tty_files list is always per-tty, never for all ttys simultaneously. Replace global tty_files_lock spinlock with per-tty ->files_lock. Initialize when the ->tty_files list is inited, in alloc_tty_struct().
Signed-off-by: Peter Hurley <peter@hurleysoftware.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
/openbmc/linux/security/selinux/ |
H A D | hooks.c | diff 4a510969374ab8853451c337e43d28fb864e43fd Sat Jan 09 23:35:23 CST 2016 Peter Hurley <peter@hurleysoftware.com> tty: Make tty_files_lock per-tty
Access to tty->tty_files list is always per-tty, never for all ttys simultaneously. Replace global tty_files_lock spinlock with per-tty ->files_lock. Initialize when the ->tty_files list is inited, in alloc_tty_struct().
Signed-off-by: Peter Hurley <peter@hurleysoftware.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|