Re: [PATCH 0/4] add task handling notifier

Andrew Morton <[email protected]> Tue, 8 Jan 2008 16:31:20 -0800
Newsgroups gmane.linux.process-aggregates,gmane.linux.kernel
Message-ID <[email protected]>
On Tue, 8 Jan 2008 18:03:09 -0600
Paul Jackson <[email protected]> wrote:

> Andrew wrote:
> > What are those (unidentified) add-on features doing at present?
> > Patching calls into fork.c/exec.c/exit.c?
> 
> Most likely.  I suspect we have general agreement and awareness
> that such patching is not something that sells well in Linux-land.
> And for good reason in my personal view ... such patching by loadable
> modules could open the door to compromising the integrity of Linux in
> ways that could be dangerous.
> 

err, no.

What I meant was that the providers of these mystery features are
presumably also patching into fork.c/exec.c/exit.c at the source code level
so as to enable the mystery features within their overall kernel package.

If so, this doesn't sounds terribly onerous.