This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release/2.22/master in repository glibc.
from b2c32b0 malloc: Preserve arena free list/thread count invariant [BZ #20370] new 21ed680 Do not override objects in libc.a in other static libraries [ [...] new 60022fb malloc: Avoid premature fallback to mmap [BZ #20284] new a85abfa arm: mark __startcontext as .cantunwind (bug 20435) new a8c871a Return proper status from _nss_nis_initgroups_dyn (bug 20262) new 809cde4 nss_db: Fix initialization of iteration position [BZ #20237] new 240ceaf nss_db: Propagate ERANGE error if parse_line fails [BZ #19837] new 0d68957 fopencookie: Mangle function pointers stored on the heap [BZ #20222] new 718da07 argp: Do not override GCC keywords with macros [BZ #16907] new e07eca6 nptl/tst-once5: Reduce time to expected failure
The 9 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: ChangeLog | 90 +++++++++++++++++++++++++++++ NEWS | 6 ++ argp/argp-fmtstream.h | 19 ++---- argp/argp.h | 42 +------------- libio/iofopncook.c | 49 +++++++++++----- malloc/arena.c | 10 ++-- nis/nss_nis/nis-initgroups.c | 16 +++-- nptl/tst-once5.cc | 2 + nss/nss_db/db-XXX.c | 12 +++- sysdeps/ia64/nptl/Makefile | 1 + sysdeps/mips/Makefile | 1 + sysdeps/mips/nptl/Makefile | 1 + sysdeps/s390/nptl/Makefile | 1 + sysdeps/unix/alpha/Makefile | 1 + sysdeps/unix/sysv/linux/alpha/Makefile | 1 + sysdeps/unix/sysv/linux/arm/setcontext.S | 7 +++ sysdeps/unix/sysv/linux/i386/Makefile | 1 + sysdeps/unix/sysv/linux/ia64/Makefile | 1 + sysdeps/unix/sysv/linux/microblaze/Makefile | 3 +- sysdeps/unix/sysv/linux/powerpc/Makefile | 2 + sysdeps/unix/sysv/linux/s390/Makefile | 1 + sysdeps/unix/sysv/linux/sparc/Makefile | 2 + sysdeps/unix/sysv/linux/tile/Makefile | 1 + 23 files changed, 186 insertions(+), 84 deletions(-)