This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH 0/2] Remove signal blocking from dlopen


These patches are on top of the previously posted patch, “dlopen: Fix
issues related to NODELETE handling and relocations”.

Tested (with the glibc testsuite) on x86_64-linux-gnu, i686-linux-gnu,
powerpc64le-linux-gnu.

Florian Weimer (2):
  dlopen: Rework handling of pending NODELETE status
  dlopen: Do not block signals

 elf/dl-close.c         |  7 +++--
 elf/dl-lookup.c        | 58 ++++++++++++++++++++++++-----------------
 elf/dl-open.c          | 59 +++++++++++++++++-------------------------
 elf/get-dynamic-info.h |  2 +-
 include/link.h         | 31 ++++++++--------------
 5 files changed, 73 insertions(+), 84 deletions(-)

-- 
2.23.0


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]