This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 1f94147a79 timezone: sync to TZDB 2024a new 5653ccd847 elf: Add CPU iteration support for future use in ld.so diagnostics new 7a430f40c4 x86: Add generic CPUID data dumper to ld.so --list-diagnostics new f8d8b1b1e6 aarch64: Enhanced CPU diagnostics for ld.so
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: elf/dl-iterate_cpu.h | 136 ++++++++ manual/dynlink.texi | 119 ++++++- sysdeps/aarch64/dl-diagnostics-cpu.c | 84 +++++ sysdeps/generic/dl-affinity.h | 54 +++ .../sysv/linux/dl-affinity.h} | 34 +- sysdeps/x86/dl-diagnostics-cpu.c | 384 +++++++++++++++++++++ 6 files changed, 793 insertions(+), 18 deletions(-) create mode 100644 elf/dl-iterate_cpu.h create mode 100644 sysdeps/aarch64/dl-diagnostics-cpu.c create mode 100644 sysdeps/generic/dl-affinity.h copy sysdeps/{x86_64/tst-plt-rewrite2.c => unix/sysv/linux/dl-affinity.h} (54%)