Feb. 4, 2013
4:17 p.m.
On Fri, 01 Feb 2013 14:17:18 +0100, Grzegorz Dwornicki said:
I want to do something like kill -9 on specyfic process using kernel module
Let's take a step back - can you explain *why* you're trying to do a kill -9 from a kernel module? There's a really good chance that there's already a better API for what you're trying to do, depending on what and why your actual goal is...