Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys



In article <20030124160704.GA9348%yeah-baby.shagadelic.org@localhost>,
Jason R Thorpe <thorpej%wasabisystems.com@localhost> wrote:
>On Fri, Jan 24, 2003 at 06:30:02PM +1100, matthew green wrote:
>
> > will this let, eg, the sysvipc calls (shm?) in uvm become hooks
> > instead?  that means sysvipc can become an LKM far more easily!
>
>Possibly, yes.

Not that easy... Because the exechook() is called too late [after
the uvm space is switched to the one of the new image and we need
to destroy the shm space before that is gone].

Also there is the issue of when to destroy the shm space... I don't
think that the rest of the kernel has enough knowledge to do this.

christos



Home | Main Index | Thread Index | Old Index