kernel - Fix MP race in signotify_remote()
authorMatthew Dillon <dillon@apollo.backplane.com>
Sun, 28 Nov 2010 06:27:10 +0000 (22:27 -0800)
committerMatthew Dillon <dillon@apollo.backplane.com>
Sun, 28 Nov 2010 06:27:10 +0000 (22:27 -0800)
commitd041353dbb3ca6a5435ce91f0d7a42c37889d0b7
tree2452aea3e88eb5b3e80b9425628faa1910f67cfc
parent4b16aa8469a814628eea6f791dad4a9f50ae6413
kernel - Fix MP race in signotify_remote()

* In rare cases it is possible for a process to hop multiple cpus while
  a signal is trying to chase the process.  Adjust signotify_remote() to
  deal with the case.
sys/kern/kern_sig.c