]> git.neil.brown.name Git - history.git/commit
If we set TIF_SIGPENDING for SIGCONT, we have to wake up any sleeping
authorLinus Torvalds <torvalds@home.transmeta.com>
Tue, 11 Feb 2003 03:05:34 +0000 (19:05 -0800)
committerLinus Torvalds <torvalds@home.transmeta.com>
Tue, 11 Feb 2003 03:05:34 +0000 (19:05 -0800)
commit83586a3d2e6b9eb24cce5b9ac20d81e1aff17370
tree1844e5e06aaff39fd81616b48cf10ee5cd36f3cf
parent7b8886d32fda0f949e623ec58b79dd5bf43bda85
If we set TIF_SIGPENDING for SIGCONT, we have to wake up any sleeping
tasks (even if we don't otherwise need to wake anything up), since
otherwise later signals would see that signals are already pending and
wouldn't cause wakeups.
kernel/signal.c