diff options
| author | Peter Hurley <[email protected]> | 2016-01-10 05:13:45 +0000 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2016-01-27 07:17:54 +0000 |
| commit | 7f22f6c935cda600660e623a411fe380015d28d9 (patch) | |
| tree | 1083661f1cad2ddd47a7770b2d6f4470da37d157 /drivers/acpi/cppc_acpi.c | |
| parent | tty: Wait interruptibly for tty lock on reopen (diff) | |
| download | kernel-7f22f6c935cda600660e623a411fe380015d28d9.tar.gz kernel-7f22f6c935cda600660e623a411fe380015d28d9.zip | |
tty: Retry failed reopen if tty teardown in-progress
A small window exists where a tty reopen will observe the tty
just prior to imminent teardown (tty->count == 0); in this case, open()
returns EIO to userspace.
Instead, retry the open after checking for signals and yielding;
this interruptible retry loop allows teardown to commence and initialize
a new tty on retry. Never retry the BSD master pty reopen; there is no
guarantee the pty pair teardown is imminent since the slave file
descriptors may remain open indefinitely.
Signed-off-by: Peter Hurley <[email protected]>
Cc: stable <[email protected]> # 4.4
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'drivers/acpi/cppc_acpi.c')
0 files changed, 0 insertions, 0 deletions
