Skip to content
Commit 03e12617 authored by Oleg Nesterov's avatar Oleg Nesterov Committed by Linus Torvalds
Browse files

tty: disassociate_ctty() sends the extra SIGCONT

Starting from v3.10 (probably commit f91e2590

: "tty: Signal
foreground group processes in hangup") disassociate_ctty() sends SIGCONT
if tty && on_exit.  This breaks LSB test-suite, in particular test8 in
_exit.c and test40 in sigcon5.c.

Put the "!on_exit" check back to restore the old behaviour.

Review by Peter Hurley:
 "Yes, this regression was introduced by me in that commit.  The effect
  of the regression is that ptys will receive a SIGCONT when, in similar
  circumstances, ttys would not.

  The fact that two test vectors accidentally tripped over this
  regression suggests that some other apps may as well.

  Thanks for catching this"

Cc: stable@vger.kernel.org # v3.10+
Signed-off-by: default avatarOleg Nesterov <oleg@redhat.com>
Reported-by: default avatarKarel Srot <ksrot@redhat.com>
Reviewed-by: default avatarPeter Hurley <peter@hurleysoftware.com>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent de0bc3df
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment