[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4612C6A6.9020003@redhat.com>
Date: Tue, 03 Apr 2007 17:27:02 -0400
From: Chuck Ebbert <cebbert@...hat.com>
To: Samuel Thibault <samuel.thibault@...-lyon.org>,
linux-kernel@...r.kernel.org, linux-mm@...ck.org
Subject: Re: mbind and alignment
Samuel Thibault wrote:
> Hi,
>
> mbind(start, len, ...) currently requires that "start" be page-aligned,
> but not "len" (which automatically gets page-rounded up). This is a bit
> odd:
>
> - the userland type of start is void*, which people would expect to be a
> pointer to some variable.
> - start needing to be page-aligned but len not needing to is not very
> consistent.
> - none of this is documented in the manual page dated 2006-02-07
>
> So one of those should probably be done to free people from headaches:
>
> - document "start" requirement in the manual page
> - require len to be aligned too, and document the requirements in the
> manual page
> - drop the "start" requirement and just round down the page + adjust
> size automatically.
>
Want to help with man page maintenance? Grab the latest tarball at
ftp://ftp.win.tue.nl/pub/linux-local/manpages/,
read the HOWTOHELP file and grep the source files for 'FIXME'.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists