6
votes
2
votes
How to join a thread that is hanging on blocking IO?
I think, as you said, the only way would be to send a signal then catch and deal with it appropriately. Alternatives might be SIGTERM, SIGUSR1, SIGQUIT, SIGHUP, SIGINT, etc.
You could also …
9
votes
How does one submit a potential patch to the Linux kernel?
Well, you could try reading Documentation/SubmittingPatches in the linux kernel source tree.
…
