Re: [PATCH v2] mmap.2: MAP_FIXED updated documentation

From: John Hubbard
Date: Wed Dec 06 2017 - 16:21:32 EST


On 12/06/2017 02:01 AM, Cyril Hrubis wrote:
> Hi!
>> (It does seem unfortunate that the man page cannot help the programmer
>> actually write correct code here. He or she is forced to read the kernel
>> implementation, in order to figure out the true alignment rules. I was
>> hoping we could avoid that.)
>
> It would be nice if we had this information exported somehere so that we
> do not have to rely on per-architecture ifdefs.
>
> What about adding MapAligment or something similar to the /proc/meminfo?
>

What's the use case you envision for that? I don't see how that would be
better than using SHMLBA, which is available at compiler time. Because
unless someone expects to be able to run an app that was compiled for
Arch X, on Arch Y (surely that's not requirement here?), I don't see how
the run-time check is any better.

Or maybe you're thinking that since the SHMLBA cannot be put in the man
pages, we could instead provide MapAlignment as sort of a different
way to document the requirement?

--
thanks,
John Hubbard
NVIDIA