This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch maskray/unnest in repository glibc.
discards ee033f826a elf: Avoid nested functions in the loader (all ports) [BZ #27220] adds 2849e2f533 nptl: Avoid setxid deadlock with blocked signals in thread e [...] adds 0a5e270bd1 vfprintf: Handle floating-point cases outside of process_arg macro adds 475b0b92e0 vfprintf: Unify argument handling in process_arg adds 4ed7a383f9 Fix ffma use of round-to-odd on x86 adds 54ff4f1e39 powerpc64le: Avoid conflicting types for f64xfmaf128 when IF [...] new 693060addb elf: Avoid nested functions in the loader (all ports) [BZ #27220] new f3f07e4faf Fix mips
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 (ee033f826a) \ N -- N -- N refs/heads/maskray/unnest (f3f07e4faf)
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 2 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-reloc-static-pie.c | 2 +- elf/dynamic-link.h | 6 +- elf/rtld.c | 5 +- nptl/pthread_create.c | 12 +- stdio-common/vfprintf-internal.c | 392 +++++++++------------ sysdeps/aarch64/dl-machine.h | 3 +- sysdeps/arc/dl-machine.h | 3 +- sysdeps/arm/dl-machine.h | 3 +- sysdeps/csky/dl-machine.h | 3 +- sysdeps/hppa/dl-machine.h | 7 +- sysdeps/i386/dl-machine.h | 3 +- sysdeps/ia64/dl-machine.h | 7 +- sysdeps/ieee754/float128/s_fmaf128.c | 2 + sysdeps/m68k/dl-machine.h | 3 +- sysdeps/microblaze/dl-machine.h | 3 +- sysdeps/mips/dl-machine.h | 17 +- sysdeps/nios2/dl-machine.h | 3 +- sysdeps/pthread/Makefile | 1 + .../pthread/tst-pthread-setuid-loop.c | 54 +-- sysdeps/riscv/dl-machine.h | 3 +- sysdeps/s390/s390-32/dl-machine.h | 3 +- sysdeps/s390/s390-64/dl-machine.h | 3 +- sysdeps/sh/dl-machine.h | 3 +- sysdeps/sparc/sparc32/dl-machine.h | 3 +- sysdeps/sparc/sparc64/dl-machine.h | 3 +- sysdeps/{ieee754/dbl-64 => x86/fpu}/s_ffma.c | 11 + sysdeps/x86_64/dl-machine.h | 3 +- 27 files changed, 267 insertions(+), 294 deletions(-) copy nptl/tst-pthread-attr-affinity-fail.c => sysdeps/pthread/tst-pthread-setuid-l [...] copy sysdeps/{ieee754/dbl-64 => x86/fpu}/s_ffma.c (72%)