This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release/2.39/master in repository glibc.
from 127ef30c46 Enhanced test coverage for strncmp, wcsncmp new 9f349d02c6 linux: Update the mremap C implementation [BZ #31968] new a8c230c881 mremap: Update manual entry new 7f5ccdd8af Add mremap tests
The 3 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 + manual/llio.texi | 42 ++++++++++++--- misc/Makefile | 2 + .../tst-plt-rewrite2.c => misc/tst-mremap1.c | 40 +++++++------- .../tst-cet-legacy-8.c => misc/tst-mremap2.c | 53 +++++++++--------- .../generic/mremap-failure.h | 10 ++-- sysdeps/unix/sysv/linux/Makefile | 1 + .../sysv/linux/mremap-failure.h} | 15 +++--- sysdeps/unix/sysv/linux/mremap.c | 14 ++++- sysdeps/unix/sysv/linux/tst-linux-mremap1.c | 63 ++++++++++++++++++++++ 10 files changed, 176 insertions(+), 65 deletions(-) copy sysdeps/x86_64/tst-plt-rewrite2.c => misc/tst-mremap1.c (58%) copy sysdeps/x86_64/tst-cet-legacy-8.c => misc/tst-mremap2.c (50%) copy stdlib/stdc_bit_ceil_ull.c => sysdeps/generic/mremap-failure.h (82%) copy sysdeps/{x86_64/tst-plt-rewrite1.c => unix/sysv/linux/mremap-failure.h} (80%) create mode 100644 sysdeps/unix/sysv/linux/tst-linux-mremap1.c