This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gentoo/2.25
in repository glibc.
from 09385d5 sys/types.h: drop sys/sysmacros.h include
new 0232af1 Fix getting tunable values on big-endian (BZ #21109)
new 55df100 sunrpc: Avoid use-after-free read access in clntudp_call [BZ #21115]
new 23b0289 sunrpc: Improvements for UDP client timeout handling [BZ #20257]
new 32b4c41 Document and fix --enable-bind-now [BZ #21015]
new 883dae8 hppa: Fix setting of __libc_stack_end
new 92bec3d x86_64: fix static build of __mempcpy_chk for compilers defau [...]
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:
INSTALL | 6 +
Makeconfig | 7 +
Makerules | 9 +-
elf/dl-tunable-types.h | 4 +-
elf/dl-tunables.c | 2 +
iconvdata/Makefile | 5 +
inet/Makefile | 8 +-
inet/deadline.c | 122 +++++++++
inet/net-internal.h | 89 ++++++
inet/tst-deadline.c | 188 +++++++++++++
malloc/arena.c | 8 +-
manual/install.texi | 6 +
sunrpc/Makefile | 11 +-
sunrpc/clnt_udp.c | 129 +++++----
sunrpc/tst-udp-error.c | 62 +++++
sunrpc/tst-udp-garbage.c | 104 +++++++
sunrpc/tst-udp-nonblocking.c | 333 +++++++++++++++++++++++
sunrpc/tst-udp-timeout.c | 402 ++++++++++++++++++++++++++++
sysdeps/hppa/dl-machine.h | 9 +-
sysdeps/unix/sysv/linux/alpha/localplt.data | 2 +-
sysdeps/unix/sysv/linux/i386/localplt.data | 2 +-
sysdeps/x86_64/localplt.data | 2 +-
sysdeps/x86_64/mempcpy_chk.S | 2 +-
23 files changed, 1431 insertions(+), 81 deletions(-)
create mode 100644 inet/deadline.c
create mode 100644 inet/tst-deadline.c
create mode 100644 sunrpc/tst-udp-error.c
create mode 100644 sunrpc/tst-udp-garbage.c
create mode 100644 sunrpc/tst-udp-nonblocking.c
create mode 100644 sunrpc/tst-udp-timeout.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository binutils-gdb.
from b416fe8 RISC-V: Fix assembler for c.li, c.andi and c.addiw
new 453018b Correct the definition of _gp and _GLOBAL_OFFSET_TABLE_ symbo [...]
new c384746 Improve relocation overflow errors on MIPS.
new 1728969 Add support for .MIPS.options section.
new 1e1247c Remove redundant checks for relocatable link (MIPS).
new 152c92b Mips: Add support for resolving multiple consecutive relocations.
new 4d78db4 Mips: Omit empty objects for merging processor-specific data.
new aab2c17 Mips: Fix TLS LDM GOT entry.
The 7 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:
gold/ChangeLog | 57 ++++++
gold/mips.cc | 579 +++++++++++++++++++++++++++++++++++----------------------
2 files changed, 413 insertions(+), 223 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from fbe355f x86_64: fix static build of __mempcpy_chk for compilers defau [...]
new d2e4346 Add ifunc support for aarch64.
new d6fc3f6 Add ChangeLog entry for aarch64 ifunc support patch.
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:
ChangeLog | 12 ++++++
sysdeps/aarch64/dl-machine.h | 18 ++++++++
sysdeps/aarch64/ldsodefs.h | 1 +
sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h | 1 +
.../unix/sysv/linux/aarch64/cpu-features.c | 22 +++++++---
sysdeps/unix/sysv/linux/aarch64/cpu-features.h | 49 ++++++++++++++++++++++
.../sysv/linux/aarch64}/dl-procinfo.c | 25 ++++++-----
.../{x86 => unix/sysv/linux/aarch64}/libc-start.c | 8 ++--
8 files changed, 115 insertions(+), 21 deletions(-)
copy support/xpthread_attr_init.c => sysdeps/unix/sysv/linux/aarch64/cpu-features.c (66%)
create mode 100644 sysdeps/unix/sysv/linux/aarch64/cpu-features.h
copy sysdeps/{x86_64 => unix/sysv/linux/aarch64}/dl-procinfo.c (78%)
copy sysdeps/{x86 => unix/sysv/linux/aarch64}/libc-start.c (86%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from d0064ed AMDGPU: Allow sinking of addressing modes for atomic_inc/dec
new a7364cf Remove redundant condition (PR32263). NFCI.
new e6224ab [libFuzzer] call __sanitizer_print_memory_profile with two params
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:
lib/Fuzzer/FuzzerExtFunctions.def | 2 +-
lib/Fuzzer/FuzzerLoop.cpp | 2 +-
lib/Target/Mips/MipsSEISelDAGToDAG.cpp | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository compiler-rt.
from 17eb0ac [PGO] Value profile support for value ranges
new ae48dbe [asan] add one more argument to __sanitizer_print_memory_prof [...]
The 1 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:
include/sanitizer/common_interface_defs.h | 4 +++-
lib/asan/asan_memory_profile.cc | 21 +++++++++++------
.../sanitizer_allocator_interface.h | 5 ++---
lib/sanitizer_common/sanitizer_common.cc | 7 ------
.../sanitizer_common_interface.inc | 2 +-
lib/sanitizer_common/sanitizer_common_libcdep.cc | 2 +-
.../TestCases/Linux/print_memory_profile_test.cc | 26 +++++++++++++---------
7 files changed, 37 insertions(+), 30 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 6868195 Revert "Revert "[PGO] Minor cleanup for count instruction in [...]
new 83daa29 Revert "[libFuzzer] Use ChooseUnitIdxToMutate to pick item fo [...]
new d0064ed AMDGPU: Allow sinking of addressing modes for atomic_inc/dec
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:
lib/Fuzzer/FuzzerMutate.cpp | 2 +-
lib/Fuzzer/FuzzerMutate.h | 4 +--
lib/Target/AMDGPU/SIISelLowering.cpp | 27 +++++++++++---
lib/Target/AMDGPU/SIISelLowering.h | 8 +++--
test/CodeGen/AMDGPU/cgp-addressing-modes.ll | 55 +++++++++++++++++++++++++++++
5 files changed, 86 insertions(+), 10 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 2edabde Support: Simplify the CachePruning API. NFCI.
new 167e4b5 Fix build failure from r297897.
new 0356a14 Revert "[PGO] Minor cleanup for count instruction in SelectIn [...]
new 6868195 Revert "Revert "[PGO] Minor cleanup for count instruction in [...]
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:
lib/Transforms/Instrumentation/InstrProfiling.cpp | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 56bfda6 [pdb] Write the module info and symbol record streams.
new 0bc93a7 Fix lld pdb test.
The 1 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:
test/COFF/pdb.test | 27 +++++++++------------------
1 file changed, 9 insertions(+), 18 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from e4e52ff Improve float range reduction accuracy near pi/2 (bug 21094).
new fbe355f x86_64: fix static build of __mempcpy_chk for compilers defau [...]
The 1 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:
ChangeLog | 5 +++++
sysdeps/x86_64/mempcpy_chk.S | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release/2.25/master
in repository glibc.
from 8b3caa4 hppa: Fix setting of __libc_stack_end
new 0889003 x86_64: fix static build of __mempcpy_chk for compilers defau [...]
The 1 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:
ChangeLog | 5 +++++
sysdeps/x86_64/mempcpy_chk.S | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.