This is the mail archive of the glibc-bugs@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]

[Bug dynamic-link/16133] Access to __thread variable may call malloc


http://sourceware.org/bugzilla/show_bug.cgi?id=16133

--- Comment #8 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  f482dbbec775bf72eb6510b6091fca141893c466 (commit)
       via  bf06bcee84d4c19a99925c0f58026a8cbd87a688 (commit)
       via  8b6785f0836011cace9a77f3c24e51a7379238a0 (commit)
       via  dd654bf9ba1848bf9ed250f8ebaa5097c383dcf8 (commit)
       via  73d61e4f6c65da714c0f8a3a233725322553ceba (commit)
      from  27e839f6f068b6109c6bf2f634f4426b48723218 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=f482dbbec775bf72eb6510b6091fca141893c466

commit f482dbbec775bf72eb6510b6091fca141893c466
Author: Allan McRae <allan@archlinux.org>
Date:   Wed Feb 5 21:22:19 2014 +1000

    Revert "BZ 16133 has been fixed (async signal safe TLS)."

    This reverts commit a494421f5268df333c589d71104a39bb6a9cff19.

    Conflicts:
        NEWS

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=bf06bcee84d4c19a99925c0f58026a8cbd87a688

commit bf06bcee84d4c19a99925c0f58026a8cbd87a688
Author: Allan McRae <allan@archlinux.org>
Date:   Wed Feb 5 21:21:09 2014 +1000

    Revert "Patch [1/4] async-signal safe TLS."

    This reverts commit 69a17d9d245dc3551792e95e1823cc2d877592f3.

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=8b6785f0836011cace9a77f3c24e51a7379238a0

commit 8b6785f0836011cace9a77f3c24e51a7379238a0
Author: Allan McRae <allan@archlinux.org>
Date:   Wed Feb 5 21:21:00 2014 +1000

    Revert "Patch 3/4 of the effort to make TLS access async-signal-safe."

    This reverts commit 35e8f7ab94c910659de9d507aa0f3e1f8973d914.

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=dd654bf9ba1848bf9ed250f8ebaa5097c383dcf8

commit dd654bf9ba1848bf9ed250f8ebaa5097c383dcf8
Author: Allan McRae <allan@archlinux.org>
Date:   Wed Feb 5 21:19:51 2014 +1000

    Revert "Patch 2/4 of the effort to make TLS access async-signal-safe."

    This reverts commit 1f33d36a8a9e78c81bed59b47f260723f56bb7e6.

    Conflicts:
        elf/dl-misc.c

    Also reverts the follow commits that were bug fixes to new code introduced
    in the above commit:
    063b2acbce83549df82ab30f5af573f1b9c4bd19
    b627fdd58554bc36bd344dc40a8787c4b7a9cc46
    e81c64bba13d2d8b2a4e53254a82cc80f27c8497

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=73d61e4f6c65da714c0f8a3a233725322553ceba

commit 73d61e4f6c65da714c0f8a3a233725322553ceba
Author: Allan McRae <allan@archlinux.org>
Date:   Wed Feb 5 21:14:59 2014 +1000

    Revert "Async-signal safe TLS."

    This reverts commit 7f507ee17aee720fa423fa38502bc3caa0dd03d7.

    Conflicts:
        ChangeLog
        nptl/tst-tls7.c
        nptl/tst-tls7mod.c

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                           |   46 -----------
 NEWS                                |   12 ++--
 elf/Versions                        |    1 -
 elf/dl-misc.c                       |  142 ----------------------------------
 elf/dl-open.c                       |    5 +-
 elf/dl-reloc.c                      |   48 +----------
 elf/dl-tls.c                        |  144 ++++++++++++-----------------------
 nptl/ChangeLog                      |    9 +--
 nptl/Makefile                       |   12 +---
 nptl/allocatestack.c                |   19 ++---
 nptl/tst-tls7.c                     |  143 ----------------------------------
 nptl/tst-tls7mod.c                  |   40 ----------
 sysdeps/generic/ldsodefs.h          |   16 ----
 sysdeps/mach/hurd/dl-sysdep.h       |    7 --
 sysdeps/unix/sysv/linux/dl-sysdep.c |   46 -----------
 sysdeps/unix/sysv/linux/dl-sysdep.h |    4 -
 16 files changed, 72 insertions(+), 622 deletions(-)
 delete mode 100644 nptl/tst-tls7.c
 delete mode 100644 nptl/tst-tls7mod.c

-- 
You are receiving this mail because:
You are on the CC list for the bug.


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