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 build/18870] sem_open.c fails to compile with missing symbol FUTEX_SHARED


https://sourceware.org/bugzilla/show_bug.cgi?id=18870

--- Comment #7 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, gentoo/2.22 has been updated
       via  bf6a73fb389728f297d942f403bfeac150249a66 (commit)
       via  5c4ac5014823e2bc93f74d4a8ac5502f01a9753f (commit)
       via  cdb1aad567b85b880a1325eb88555b8c8da9159b (commit)
       via  6ff3aac23c2caa5c669e74da5f6c5a7264f51e39 (commit)
      from  adf228f91c11a1bcdf7563d104a2a370d054e482 (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=bf6a73fb389728f297d942f403bfeac150249a66

commit bf6a73fb389728f297d942f403bfeac150249a66
Author: Florian Weimer <fweimer@redhat.com>
Date:   Thu Oct 15 09:23:07 2015 +0200

    Always enable pointer guard [BZ #18928]

    Honoring the LD_POINTER_GUARD environment variable in AT_SECURE mode
    has security implications.  This commit enables pointer guard
    unconditionally, and the environment variable is now ignored.

            [BZ #18928]
            * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Remove
            _dl_pointer_guard member.
            * elf/rtld.c (_rtld_global_ro): Remove _dl_pointer_guard
            initializer.
            (security_init): Always set up pointer guard.
            (process_envvars): Do not process LD_POINTER_GUARD.

    (cherry picked from commit a014cecd82b71b70a6a843e250e06b541ad524f7)
    (cherry picked from commit dc22a1ec157d02529a0b17986679d3f1c122985e)

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

commit 5c4ac5014823e2bc93f74d4a8ac5502f01a9753f
Author: Roland McGrath <roland@hack.frob.com>
Date:   Tue Sep 15 15:27:58 2015 -0700

    Use HOST_NAME_MAX for MAXHOSTNAMELEN in <sys/param.h>.

    (cherry picked from commit 51f24be7ba5d15313ae94f8fb4500ce07cb98c84)
    (cherry picked from commit 666bb4dc55f5a93538d020024c34abad641f50ae)

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

commit cdb1aad567b85b880a1325eb88555b8c8da9159b
Author: Roland McGrath <roland@hack.frob.com>
Date:   Fri Sep 4 14:37:56 2015 -0700

    BZ#18921: Fix opendir inverted o_directory_works test.

    (cherry picked from commit bd9e69abb887d78d0d6708fc089cc9f3eabf106d)
    (cherry picked from commit 5c8c3123652045191474a4ca85fbb6e8d9e7d2bc)

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

commit 6ff3aac23c2caa5c669e74da5f6c5a7264f51e39
Author: Brett Neumeier <brett@neumeier.us>
Date:   Mon Aug 31 15:27:21 2015 -0700

    Fix non-v9 32-bit sparc build.

        [BZ #18870]
        * sysdeps/sparc/sparc32/sem_open.c: Add missing #include

    (cherry picked from commit 36c6e27a26b0afe0187f8790990cf880abdbf244)

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

Summary of changes:
 elf/rtld.c                       |   15 ++++-----------
 misc/sys/param.h                 |    3 +++
 sysdeps/generic/ldsodefs.h       |    3 ---
 sysdeps/posix/opendir.c          |    2 +-
 sysdeps/sparc/sparc32/sem_open.c |    1 +
 5 files changed, 9 insertions(+), 15 deletions(-)

-- 
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]