[PATCH v6 00/23] Handle ld.so with LOAD segment gaps in _dl_find_object (bug 31943)
Florian Weimer
fweimer@redhat.com
Sat Jul 19 13:52:26 GMT 2025
* Florian Weimer:
> This repost fixes a loongarch issue due overly large page sizes in the
> default toolchain (by overrding that for ld.so), and resolves the sparc
> multlib header issue.
I'm withdrawing this patch series. There's a widespread issue with
emulation, which makes fixing page sizes undesirable. Furthermore, on
some architectures/implementations (notably AMD Zen), page size as an
allocation optimization does not quite work because there is page
coalescing. With coalescing, in many cases, the large allocation
granule should not be the page size, but the size used for coalescing.
But that is not constant and can change from implementation to
implementation.
Thanks,
Florian
More information about the Libc-alpha
mailing list