Will that be corrected to use the full 4GB space? 2GB is too small.
> > Sounds like your MAP_32BIT really is MAP_31BIT :-( which is too limiting.
> > What about a more generic way of indicating which parts of the address
> > space one wants? The simplest that would work for me is a single byte
> > 'nrbits' specifying the target address space as [0 .. 2^nrbits-1].
> > This could be specified on a per-mmap() basis or as a settable process attribute.
>
> On x86-64 an mmap extension for that would be fine, but on i386 you get
> problems because mmap64() already maxes out the argument limit and you
> cannot add more.
This would only be used on x86_64. i386 compat is a non-issue.
(This is for runtime systems stuff, not applictions.)
> prctl is probably better. You really want [start; end] right ?
I just want mmap() to return addresses that fit in 32 bits.
MAP_32BIT would do nicely, if it wasn't limited to 2GB.
/Mikael
-
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/