This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 274441f62a tst-if_nameindex.c: Fix minimum buffer size new 99b8ec8fd4 aarch64: Add LD_DEBUG=security to log BTI and GCS warnings
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: elf/rtld.c | 4 +- elf/tst-dl-debug-protect.sh | 55 ++++++++++++++++++++++ manual/dynlink.texi | 5 ++ sysdeps/aarch64/Makefile | 14 ++++++ sysdeps/aarch64/dl-bti.c | 19 +++++++- sysdeps/aarch64/dl-gcs.c | 16 ++++++- sysdeps/aarch64/tst-bti-ld-debug-both.c | 3 ++ sysdeps/aarch64/tst-bti-ld-debug-dlopen.c | 5 ++ ...t-bti-abort-static.c => tst-bti-ld-debug-exe.c} | 11 ++--- sysdeps/aarch64/tst-bti-ld-debug-shared.c | 3 ++ sysdeps/generic/ldsodefs.h | 1 + sysdeps/unix/sysv/linux/aarch64/Makefile | 23 +++++++-- ...{tst-gcs-skeleton.c => tst-gcs-ld-debug-both.c} | 25 ++++------ .../sysv/linux/aarch64/tst-gcs-ld-debug-dlopen.c | 5 ++ .../unix/sysv/linux/aarch64/tst-gcs-ld-debug-exe.c | 4 ++ .../sysv/linux/aarch64/tst-gcs-ld-debug-shared.c | 4 ++ 16 files changed, 167 insertions(+), 30 deletions(-) create mode 100644 elf/tst-dl-debug-protect.sh create mode 100644 sysdeps/aarch64/tst-bti-ld-debug-both.c create mode 100644 sysdeps/aarch64/tst-bti-ld-debug-dlopen.c copy sysdeps/aarch64/{tst-bti-abort-static.c => tst-bti-ld-debug-exe.c} (78%) create mode 100644 sysdeps/aarch64/tst-bti-ld-debug-shared.c copy sysdeps/unix/sysv/linux/aarch64/{tst-gcs-skeleton.c => tst-gcs-ld-debug-both. [...] create mode 100644 sysdeps/unix/sysv/linux/aarch64/tst-gcs-ld-debug-dlopen.c create mode 100644 sysdeps/unix/sysv/linux/aarch64/tst-gcs-ld-debug-exe.c create mode 100644 sysdeps/unix/sysv/linux/aarch64/tst-gcs-ld-debug-shared.c