kill a kernel thread
kill a kernel thread
Posted May 28, 2018 23:33 UTC (Mon) by liam (guest, #84133)In reply to: kill a kernel thread by sytoka
Parent article: Killing processes that don't want to die
I believe that's one of the reasons why there have been numerous attempts to implement a revoke() syscall.
Posted May 28, 2018 23:51 UTC (Mon)
by smurf (subscriber, #17840)
[Link] (1 responses)
kill a kernel thread
Umm, no. revoke() is wanted for taking *devices* away from strange processes which might still be using them (like your tty or your microphone). Never intended for file systems.