Re: alpha 2.4.13: fix taso osf emulation

From: Richard Henderson (rth@redhat.com)
Date: Fri Oct 26 2001 - 12:03:46 EST


On Fri, Oct 26, 2001 at 12:01:10PM +0200, Maciej W. Rozycki wrote:
> The following trivial patch reportedly fixes OSF/1 programs using 31-bit
> addressing. It's already present in the -ac tree; I guess it just got
> lost during a merge. It applies fine to 2.4.13.

This is the patch that Jay Estabrook forwarded me that I rejected
in favour of writing a special arch_get_unmapped_area.

> It used to do so. It breaks things such as dynamic linking of shared
> objects linked at high load address.

Err, how?

> It breaks mmap() in principle, as it shouldn't fail when invoked with
> a non-zero, non-MAP_FIXED, invalid address if there is still address
> space available elsewhere.

No, it doesn't. Or rather, it only does if you only bothered
to search once. IMO one should search thrice: once at addr,
once at TASK_UNMAPPED_BASE, and once at PAGE_SIZE.

r~
-
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/



This archive was generated by hypermail 2b29 : Wed Oct 31 2001 - 21:00:31 EST