Re: 2.4 vm, program load, page faulting, ...

wind-lkml@cocodriloo.com
Mon, 17 Mar 2003 20:06:36 +0100


On Mon, Mar 17, 2003 at 07:57:49PM +0100, Marc-Christian Petersen wrote:
> On Monday 17 March 2003 18:38, wind-lkml@cocodriloo.com wrote:
>
> Hi Wind,
>
> > > I wonder if this could be done by walking and faulting
> > > all pages at fs/binfmt_elf.c::elf_map just after do_mmap...
> > > will try it just now :)
> >
> > OK, this is not tested, since I'm compiling it now... feel free
> > to correct :)
>
> mm/mmap.c:
>
> unsigned long do_mmap_pgoff(struct file * file, unsigned long addr, unsigned
> long len,
> unsigned long prot, unsigned long flags, unsigned long pgoff)
> {
>
> your "do_mmap_pgoff" calls 7 arguments. Obviously it cannot compile 8-)
>

My first patch, I'm just becoming intimate with printk ;)

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/