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 3b8c02ca8b elf: Enable RTLD_NODELETE on __libc_unwind_link_get discards d32da24141 elf: Add support to memory sealing discards 22dc9a470b linux: Add mseal syscall support discards 6720eff9a3 linux: Remove __stack_prot discards d16a200da4 Linux: Add epoll ioctls adds afe42e935b elf: Avoid some free (NULL) calls in _dl_update_slotinfo adds 992daa0b4b stdlib: Describe __cxa_finalize usage in function comment adds 9063b32b3c Add more NT_ARM_* constants from Linux kernel to elf.h adds 1d441791cb Add new AArch64 HWCAP2 definitions from Linux 6.9 to bits/hwcap.h adds b2c3ee3724 Remove memory leak in fdopen (bug 31840) adds d0106b6ae2 libio: Test for fdopen memory leak without SEEK_END support [...] adds 2a9943b4a0 math: Fix exp10 undefined left shift new 48279d402c Linux: Add epoll ioctls new cfeb34cb2e linux: Remove __stack_prot new a88b555054 linux: Add mseal syscall support new 8bcdfd9bc3 elf: Add support to memory sealing new 1dfe4b60ee elf: Enable RTLD_NODELETE on __libc_unwind_link_get new 0f31bbfcd4 elf: Add support to memory sealing for audit modules
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 (3b8c02ca8b) \ N -- N -- N refs/heads/azanella/mseal (0f31bbfcd4)
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 6 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-cache.c | 6 ++-- elf/dl-tls.c | 9 +++++- elf/elf.h | 4 +++ elf/rtld.c | 12 +++++++ libio/Makefile | 18 +++++++++-- libio/iofdopen.c | 6 +++- .../tst-fdopen-seek-failure.c | 37 +++++++++++----------- stdlib/cxa_finalize.c | 17 +++++++++- sysdeps/ieee754/dbl-64/e_exp10.c | 6 ++-- sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h | 15 +++++++++ 10 files changed, 100 insertions(+), 30 deletions(-) copy stdio-common/tst-bz11319.c => libio/tst-fdopen-seek-failure.c (60%)