public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Fix elf/tst-dl_find_objects with --enable-hardcoded-path-in-tests
@ 2022-01-03 17:11 Florian Weimer
  2022-01-03 17:11 ` [PATCH 1/3] elf: Introduce rtld_setup_main_map Florian Weimer
                   ` (2 more replies)
  0 siblings, 3 replies; 18+ messages in thread
From: Florian Weimer @ 2022-01-03 17:11 UTC (permalink / raw)
  To: libc-alpha

This mini-series reworks the way we we set up l_contiguous for the main
mapping.  This uncovered an oddity in some binaries, tracked as bug
28743.  Due to the oddity, I do not want to assert that the main mapping
is contiguous (on most targets).

Thanks,
Florian

Florian Weimer (3):
  elf: Introduce rtld_setup_main_map
  elf: Set l_contiguous to 1 for the main map in more cases
  elf/tst-dl_find_object: Disable subtests for non-contiguous maps (bug
    28732)

 elf/rtld.c               | 328 ++++++++++++++++++++++-----------------
 elf/tst-dl_find_object.c |  29 ++--
 2 files changed, 201 insertions(+), 156 deletions(-)


base-commit: a51faeee6ae68da63e65eb0a1eb6c9ec2ce2148b
-- 
2.33.1


^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2022-01-16 14:06 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-03 17:11 [PATCH 0/3] Fix elf/tst-dl_find_objects with --enable-hardcoded-path-in-tests Florian Weimer
2022-01-03 17:11 ` [PATCH 1/3] elf: Introduce rtld_setup_main_map Florian Weimer
2022-01-16  0:11   ` H.J. Lu
2022-01-03 17:11 ` [PATCH 2/3] elf: Set l_contiguous to 1 for the main map in more cases Florian Weimer
2022-01-16  0:10   ` H.J. Lu
2022-01-03 17:11 ` [PATCH 3/3] elf/tst-dl_find_object: Disable subtests for non-contiguous maps (bug 28732) Florian Weimer
2022-01-14 15:06   ` H.J. Lu
2022-01-14 15:09     ` H.J. Lu
2022-01-14 15:10     ` Florian Weimer
2022-01-14 15:19       ` H.J. Lu
2022-01-14 15:39         ` Florian Weimer
2022-01-14 15:47           ` H.J. Lu
2022-01-14 15:51             ` Florian Weimer
2022-01-14 15:54               ` H.J. Lu
2022-01-14 15:56                 ` Florian Weimer
2022-01-14 16:06                   ` H.J. Lu
2022-01-14 16:12                     ` Florian Weimer
2022-01-16 14:05   ` H.J. Lu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).