This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release/2.32/master in repository glibc.
from 4c619b3eed x86: Check IFUNC definition in unrelocated executable [BZ #20019] new 610e2c5150 aarch64: Fix missing BTI protection from dependencies [BZ #26926] new c6090dcebd aarch64: align address for BTI protection [BZ #26988] new b6eae83717 elf: Move note processing after l_phdr is updated new 46e1e64fe3 elf: Pass the fd to note processing new 33dc30bc83 aarch64: Use mmap to add PROT_BTI instead of mprotect [BZ #26831]
The 5 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/dl-load.c | 38 +++++++++++++------------ elf/rtld.c | 4 +-- sysdeps/aarch64/dl-bti.c | 71 +++++++++++++++++++++++++++++++++------------- sysdeps/aarch64/dl-prop.h | 14 ++++++--- sysdeps/aarch64/linkmap.h | 2 +- sysdeps/generic/dl-prop.h | 6 ++-- sysdeps/generic/ldsodefs.h | 5 ++-- sysdeps/x86/dl-prop.h | 6 ++-- 8 files changed, 94 insertions(+), 52 deletions(-)