This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch azanella/mseal in repository glibc.
discards 268e937c36 elf: Add support for GNU_PROPERTY_NO_MEMORY_SEAL discards 98259a49ba elf: Also parse gnu properties for static linked binaries discards 448e834a92 elf: Add support to memory sealing discards cd872a7584 linux: Add mseal syscall support discards a7612de0a2 elf: Use RTLD_NODELETE is more places adds 2dcc908538 Add pthread_getname_np and pthread_setname_np for Hurd adds 5bcf6265f2 x86: Disable non-temporal memset on Skylake Server new 0418565c95 Use Linux 6.10 in build-many-glibcs.py new 2f327102ac Update syscall lists for Linux 6.10 new 16859ae3b3 Update kernel version to 6.10 in header constant tests new 5ed2ebabd3 Add STATX_SUBVOL from Linux 6.10 to bits/statx-generic.h new 64c78abc45 Add F_DUPFD_QUERY from Linux 6.10 to bits/fcntl-linux.h new 59d974fe8d elf: Use RTLD_NODELETE is more places new 67838af7ef linux: Add mseal syscall support new e63381c267 elf: Add support to memory sealing new 2f2a4d5283 elf: Also parse gnu properties for static linked binaries new 715e1c7f3c elf: Add support for GNU_PROPERTY_NO_MEMORY_SEAL
This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this:
* -- * -- B -- O -- O -- O (268e937c36) \ N -- N -- N refs/heads/azanella/mseal (715e1c7f3c)
You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B.
Any revisions marked "omits" are not gone; other references still refer to them. Any revisions marked "discards" are gone forever.
The 10 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: config.h.in | 6 ++ htl/Makefile | 2 + htl/Versions | 5 ++ io/bits/statx-generic.h | 1 + scripts/build-many-glibcs.py | 2 +- sysdeps/htl/pthread.h | 11 ++++ sysdeps/mach/configure | 76 ++++++++++++++++++++-- sysdeps/mach/configure.ac | 29 +++++++-- sysdeps/mach/htl/pt-getname-np.c | 67 +++++++++++++++++++ .../htl/pt-kill.c => mach/htl/pt-setname-np.c} | 45 ++++++------- sysdeps/mach/hurd/i386/libpthread.abilist | 2 + sysdeps/mach/hurd/x86_64/libpthread.abilist | 2 + sysdeps/unix/sysv/linux/Makefile | 6 +- sysdeps/unix/sysv/linux/alpha/arch-syscall.h | 3 +- sysdeps/unix/sysv/linux/bits/fcntl-linux.h | 1 + sysdeps/unix/sysv/linux/csky/arch-syscall.h | 2 +- sysdeps/unix/sysv/linux/sh/arch-syscall.h | 1 + sysdeps/unix/sysv/linux/syscall-names.list | 4 +- sysdeps/unix/sysv/linux/tst-mman-consts.py | 2 +- sysdeps/unix/sysv/linux/tst-mount-consts.py | 4 +- sysdeps/unix/sysv/linux/tst-pidfd-consts.py | 2 +- sysdeps/unix/sysv/linux/x86_64/x32/arch-syscall.h | 1 + sysdeps/x86/cpu-features.c | 13 +++- sysdeps/x86/cpu-tunables.c | 5 ++ sysdeps/x86/dl-cacheinfo.h | 15 +++-- .../cpu-features-preferred_feature_index_1.def | 1 + sysdeps/x86/tst-hwcap-tunables.c | 4 +- 27 files changed, 251 insertions(+), 61 deletions(-) create mode 100644 sysdeps/mach/htl/pt-getname-np.c copy sysdeps/{hurd/htl/pt-kill.c => mach/htl/pt-setname-np.c} (58%)