]> git.neil.brown.name Git - history.git/commit
More signal handling fixups for the threaded signal fix upheavals.
authorLinus Torvalds <torvalds@home.transmeta.com>
Sat, 8 Feb 2003 14:02:27 +0000 (06:02 -0800)
committerLinus Torvalds <torvalds@home.transmeta.com>
Sat, 8 Feb 2003 14:02:27 +0000 (06:02 -0800)
commit5654988e61414150976b4535e0d823a3e30ecc0c
tree0a06da070d518981c8bdb6c8343a65e2d130f608
parentb07f7f53ecfbd956a64fd21341170bfa4954d9ba
More signal handling fixups for the threaded signal fix upheavals.

This fixes the signal code to not wake up threads with blocked signals,
especially noticeable with kernel threads that may not be able to handle
signals at all.

We also don't unnecessarily wake processes in TASK_UNINTERRUPTIBLE.
kernel/signal.c