This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch ibm/2.28/master in repository glibc.
from 0d1d7fb843 Merge branch release/2.28/master into ibm/2.28/master adds 4bf5ab3196 RISC-V: don't assume PI mutexes and robust futexes before 4. [...] adds 2aee101ff6 regex: fix read overrun [BZ #24114] adds 54e725e39d Record CVE-2019-9169 in NEWS and ChangeLog [BZ #24114] adds 4aeff335ca S390: Mark vx and vxe as important hwcap. adds 7423da211d ja_JP locale: Add entry for the new Japanese era [BZ #22964] adds 630d7201ce memusagestat: use local glibc when linking [BZ #18465] adds 9b3aac5869 Revert "memusagestat: use local glibc when linking [BZ #18465]" adds 5cbb73004b elf: Fix pldd (BZ#18035) adds 4d24775292 malloc: Add ChangeLog for accidentally committed change adds b9054d6602 malloc: Add more integrity checks to mremap_chunk. adds 38e8981833 malloc: Check the alignment of mmapped chunks before unmapping. adds 4a5e58827f malloc: Check for large bin list corruption when inserting u [...] adds d948478bc5 Fix crash in _IO_wfile_sync (bug 20568) adds 059d6750f9 dlfcn: Guard __dlerror_main_freeres with __libc_once_get (on [...] adds 58d2672f64 Fix tcache count maximum (BZ #24531) adds 91b02c5b4d libio: do not attempt to free wide buffers of legacy streams [...] new 22f3c11df1 Merge branch release/2.28/master into ibm/2.28/master
The 1 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 | 92 +++++++++++++++++ NEWS | 13 +++ dlfcn/dlerror.c | 29 ++++-- elf/pldd-xx.c | 114 ++++++++------------- elf/pldd.c | 64 ++++++------ libio/Makefile | 18 +++- libio/genops.c | 16 ++- elf/tst-main1mod.c => libio/tst-bz24228.c | 10 +- libio/tst-bz24228.map | 5 + nptl/tst-mtx-recursive.c => libio/tst-wfile-sync.c | 30 +++--- libio/tst-wfile-sync.input | 1 + libio/wfileops.c | 5 +- localedata/locales/ja_JP | 4 +- malloc/malloc.c | 32 ++++-- manual/tunables.texi | 4 +- posix/regexec.c | 6 +- sysdeps/s390/dl-procinfo.h | 3 +- sysdeps/unix/sysv/linux/riscv/kernel-features.h | 5 + 18 files changed, 293 insertions(+), 158 deletions(-) copy elf/tst-main1mod.c => libio/tst-bz24228.c (77%) create mode 100644 libio/tst-bz24228.map copy nptl/tst-mtx-recursive.c => libio/tst-wfile-sync.c (59%) create mode 100644 libio/tst-wfile-sync.input