diff options
author | Peter Hurley <peter@hurleysoftware.com> | 2014-05-02 16:56:11 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-05-04 00:14:28 +0200 |
commit | 5fbf1a65dd53ef313783c34a0e93a6e29def6136 (patch) | |
tree | e4631779d08d03cd27d0b4a5546e4a5768a77ead /samples | |
parent | drivers/tty/hvc: don't free hvc_console_setup after init (diff) | |
download | linux-5fbf1a65dd53ef313783c34a0e93a6e29def6136.tar.xz linux-5fbf1a65dd53ef313783c34a0e93a6e29def6136.zip |
Revert "tty: Fix race condition between __tty_buffer_request_room and flush_to_ldisc"
This reverts commit 6a20dbd6caa2358716136144bf524331d70b1e03.
Although the commit correctly identifies an unsafe race condition
between __tty_buffer_request_room() and flush_to_ldisc(), the commit
fixes the race with an unnecessary spinlock in a lockless algorithm.
The follow-on commit, "tty: Fix lockless tty buffer race" fixes
the race locklessly.
Signed-off-by: Peter Hurley <peter@hurleysoftware.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'samples')
0 files changed, 0 insertions, 0 deletions