summaryrefslogtreecommitdiffstats
path: root/contrib/llvm/lib/Target/ARM/ARMHazardRecognizer.cpp
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2015-05-29 16:26:08 +0000
committerkib <kib@FreeBSD.org>2015-05-29 16:26:08 +0000
commit34f7242bc8ae873d6bd3289d141bbd64b96318a3 (patch)
tree2a5540c91543a25181114d2527c72f5352d1a91d /contrib/llvm/lib/Target/ARM/ARMHazardRecognizer.cpp
parent3204066bc60e76bd37da67813fe7ef4d7a76d424 (diff)
downloadFreeBSD-src-34f7242bc8ae873d6bd3289d141bbd64b96318a3.zip
FreeBSD-src-34f7242bc8ae873d6bd3289d141bbd64b96318a3.tar.gz
When delivering a signal with default disposition to the thread,
tdsigwakeup() increases the priority of the low-priority threads, to give them a chance to be terminated timely. Also, kernel allows user to signal kernel processes. The combined effect is that signalling idle process bump a priority of the selected delivery thread, which starts eating CPU. Check for the delivery thread be an idle thread and do not raise its priority then. The signal delivery to the kernel threads must be opt-in feature. Kernel thread should explicitely declare the ability to handle signals directed to it. E.g., nfsd threads check for signal as an indication of exit request. Most threads do not handle signals at all, and queuing the signal to them causes odd side-effects. Most innocent consequence is the memory leak due to queued ksiginfo, which is never deleted from the sigqueue. Code to prevent even queuing signals to the kernel threads is trivial, but it requires careful examination of each call to kproc/kthread creation to decide should the signalling be allowed. The commit is a stop-gap measure which fixes the immediate case for now. PR: 200493 Reported and tested by: trasz Discussed with: trasz, emaste Sponsored by: The FreeBSD Foundation MFC after: 1 week
Diffstat (limited to 'contrib/llvm/lib/Target/ARM/ARMHazardRecognizer.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud