This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from b583b1080b io: Add setuid tests for faccessat new 461cab1de7 linux: Add support for getrandom vDSO
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: NEWS | 4 +- elf/libc_early_init.c | 3 + malloc/malloc.c | 4 +- nptl/allocatestack.c | 2 + nptl/descr.h | 3 + nptl/pthread_create.c | 5 + stdlib/Makefile | 2 + .../tst-getrandom2.c | 30 +- .../generic/getrandom-internal.h | 11 +- sysdeps/generic/not-cancel.h | 4 +- sysdeps/mach/hurd/not-cancel.h | 4 +- sysdeps/nptl/_Fork.c | 2 + sysdeps/nptl/fork.h | 12 + sysdeps/unix/sysv/linux/aarch64/sysdep.h | 1 + sysdeps/unix/sysv/linux/dl-vdso-setup.c | 5 + sysdeps/unix/sysv/linux/dl-vdso-setup.h | 3 + .../sysv/linux/getrandom-internal.h} | 23 +- sysdeps/unix/sysv/linux/getrandom.c | 304 ++++++++++++++++++++- sysdeps/unix/sysv/linux/loongarch/sysdep.h | 1 + sysdeps/unix/sysv/linux/not-cancel.h | 7 +- sysdeps/unix/sysv/linux/powerpc/sysdep.h | 1 + sysdeps/unix/sysv/linux/s390/sysdep.h | 1 + sysdeps/unix/sysv/linux/x86_64/sysdep.h | 1 + 23 files changed, 396 insertions(+), 37 deletions(-) copy elf/tst-dlopen-tlsreinit2.c => stdlib/tst-getrandom2.c (60%) copy stdlib/stdc_bit_ceil_uc.c => sysdeps/generic/getrandom-internal.h (82%) copy sysdeps/{s390/strcat-c.c => unix/sysv/linux/getrandom-internal.h} (65%)