mbox series

[0/2] Remove signal blocking from dlopen

Message ID cover.1575558989.git.fweimer@redhat.com
Headers show
Series Remove signal blocking from dlopen | expand

Message

Florian Weimer Dec. 5, 2019, 3:19 p.m. UTC
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(-)

Comments

Florian Weimer Dec. 12, 2019, 12:15 p.m. UTC | #1
* Florian Weimer:

> 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(-)

Ping.  These patches need review.

  <https://sourceware.org/ml/libc-alpha/2019-12/msg00176.html>
  <https://sourceware.org/ml/libc-alpha/2019-12/msg00177.html>

Thanks,
Florian