This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release/2.37/master
in repository glibc.
from 78ab913eab posix: Fix system blocks SIGCHLD erroneously [BZ #30163]
new 5d750495db gmon: Fix allocated buffer overflow (bug 29444)
new d230623264 gmon: improve mcount overflow handling [BZ# 27576]
new ff3a71ec1f gmon: fix memory corruption issues [BZ# 30101]
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:
NEWS | 3 +
elf/dl-tunables.list | 13 ++++
gmon/Makefile | 35 ++++++++++-
gmon/gmon.c | 59 ++++++++++++++----
gmon/mcount.c | 5 ++
gmon/sys/gmon.h | 6 +-
debug/tst-realpath-chk.c => gmon/tst-mcleanup.c | 24 +++-----
.../tst-mcount-overflow-check.sh | 34 +++++++---
gmon/tst-mcount-overflow.c | 72 ++++++++++++++++++++++
manual/tunables.texi | 59 ++++++++++++++++++
10 files changed, 273 insertions(+), 37 deletions(-)
copy debug/tst-realpath-chk.c => gmon/tst-mcleanup.c (69%)
copy sysdeps/aarch64/dl-tunables.list => gmon/tst-mcount-overflow-check.sh (55%)
create mode 100644 gmon/tst-mcount-overflow.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_fast_check_gcc/master-aarch64
in repository toolchain/ci/base-artifacts.
from f284126cc8 97: onsuccess: #143: 1: [TCWG CI] https://ci.linaro.org/job/ [...]
new b238d34a7b 98: onsuccess: #144: 1: [TCWG CI] https://ci.linaro.org/job/ [...]
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:
00-sumfiles/g++.log.xz | Bin 1408 -> 1408 bytes
00-sumfiles/gcc.log.xz | Bin 371032 -> 371404 bytes
00-sumfiles/gfortran.log.xz | Bin 55808 -> 55384 bytes
00-sumfiles/libatomic.log.xz | Bin 436 -> 436 bytes
00-sumfiles/libgomp.log.xz | Bin 432 -> 432 bytes
00-sumfiles/libitm.log.xz | Bin 432 -> 432 bytes
00-sumfiles/libstdc++.log.xz | Bin 424 -> 424 bytes
01-reset_artifacts/console.log.xz | Bin 2228 -> 2220 bytes
02-prepare_abe/console.log.xz | Bin 2440 -> 2452 bytes
03-build_abe-binutils/console.log.xz | Bin 34952 -> 35288 bytes
04-build_abe-gcc/console.log.xz | Bin 205696 -> 205392 bytes
05-clean_sysroot/console.log.xz | Bin 312 -> 312 bytes
06-build_abe-linux/console.log.xz | Bin 8980 -> 8988 bytes
07-build_abe-glibc/console.log.xz | Bin 241144 -> 240572 bytes
08-build_abe-gdb/console.log.xz | Bin 34796 -> 34776 bytes
09-build_abe-dejagnu/console.log.xz | Bin 3848 -> 3812 bytes
10-build_abe-check_gcc/console.log.xz | Bin 3748 -> 3836 bytes
10-build_abe-check_gcc/flaky.xfail | 2 +-
11-check_regression/console.log.xz | Bin 1332 -> 1332 bytes
11-check_regression/results.compare | 18 +++++++++---------
11-check_regression/results.compare2 | 6 +++---
git/binutils_rev | 2 +-
git/gcc_rev | 2 +-
git/gdb_rev | 2 +-
git/glibc_rev | 2 +-
jenkins/notify.sh | 2 +-
mail/results.compare | 18 +++++++++---------
manifest.sh | 28 ++++++++++++++--------------
sumfiles/g++.sum | 2 +-
sumfiles/gcc.sum | 2 +-
sumfiles/gfortran.sum | 2 +-
sumfiles/libatomic.sum | 2 +-
sumfiles/libgomp.sum | 2 +-
sumfiles/libitm.sum | 2 +-
34 files changed, 47 insertions(+), 47 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 gcc.
from a94dcac59ee ipa/109652 - ICE in modification phase of IPA SRA
new 5c8b154c56a libstdc++: Simplify preprocessor/namespace nesting in <bits [...]
new 975e8e836ea libstdc++: Strip absolute paths from files shown in Doxygen docs
new 30f6aace7fe libstdc++: Minor fixes to doxygen comments
new d711f8f81fc libstdc++: Improve doxygen docs for <random>
The 4 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:
libstdc++-v3/doc/doxygen/user.cfg.in | 3 +-
libstdc++-v3/include/bits/move.h | 11 +-
libstdc++-v3/include/bits/random.h | 127 +++++++++++++++++++++-
libstdc++-v3/include/bits/regex.tcc | 4 -
libstdc++-v3/include/bits/uniform_int_dist.h | 11 ++
libstdc++-v3/include/bits/uses_allocator.h | 5 +
libstdc++-v3/include/experimental/memory_resource | 2 -
libstdc++-v3/include/std/bit | 4 +-
libstdc++-v3/include/std/expected | 4 +-
libstdc++-v3/include/std/numbers | 2 +-
10 files changed, 146 insertions(+), 27 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.