This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release/2.35/master in repository glibc.
from 041ac9dffe resolv: Track single-request fallback via _res._flags (bug 31476) new 461d0cac38 tests: replace system by xsystem new 7459b6fe47 linux: Update the mremap C implementation [BZ #31968] new 0ff91d3961 mremap: Update manual entry new 5a1d0633be Add mremap tests
The 4 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: NEWS | 1 + elf/tst-stackguard1.c | 5 +- libio/bug-mmap-fflush.c | 7 ++- manual/llio.texi | 42 ++++++++++++--- misc/Makefile | 2 +- .../x86/tst-cet-legacy-9.c => misc/tst-mremap1.c | 37 +++++++------ .../x86/tst-cet-legacy-8.c => misc/tst-mremap2.c | 52 ++++++++++-------- nptl/tst-cancel7.c | 3 +- nptl/tst-stackguard1.c | 5 +- nss/tst-nss-db-endpwent.c | 3 +- support/Makefile | 1 + login/ptsname_r_chk.c => support/xstdlib.h | 19 ++++--- support/{xsymlink.c => xsystem.c} | 20 ++++--- .../mremap-failure.h} | 13 +++-- sysdeps/unix/sysv/linux/Makefile | 1 + .../sysv/linux/mremap-failure.h} | 17 ++++-- sysdeps/unix/sysv/linux/mremap.c | 14 ++++- sysdeps/unix/sysv/linux/tst-linux-mremap1.c | 63 ++++++++++++++++++++++ 18 files changed, 228 insertions(+), 77 deletions(-) copy sysdeps/x86/tst-cet-legacy-9.c => misc/tst-mremap1.c (58%) copy sysdeps/x86/tst-cet-legacy-8.c => misc/tst-mremap2.c (50%) copy login/ptsname_r_chk.c => support/xstdlib.h (73%) copy support/{xsymlink.c => xsystem.c} (66%) copy sysdeps/{unix/sysv/linux/ia64/bits/pthread_stack_min.h => generic/mremap-fail [...] copy sysdeps/{generic/utmp-size.h => unix/sysv/linux/mremap-failure.h} (75%) create mode 100644 sysdeps/unix/sysv/linux/tst-linux-mremap1.c