This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-aarch64-bootstrap_O3
in repository toolchain/ci/base-artifacts.
discards 76bb552cd 0: update: binutils-gcc: 2
new 1dfeb2a12 0: update: binutils-gcc: 2
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 (76bb552cd)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_bootstrap/master-aar [...]
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 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:
01-reset_artifacts/console.log.xz | Bin 1500 -> 1496 bytes
02-prepare_abe/console.log.xz | Bin 2752 -> 2740 bytes
04-build_abe-binutils/console.log.xz | Bin 37360 -> 37572 bytes
05-build_abe-bootstrap_O3/console.log.xz | Bin 264840 -> 264528 bytes
06-check_regression/console.log.xz | Bin 416 -> 416 bytes
07-update_baseline/console.log | 16 ++++++++--------
jenkins/manifest.sh | 12 ++++++------
7 files changed, 14 insertions(+), 14 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_gnu_eabi_stm32/gnu_eabi-release-arm_eabi-coremark-Os
in repository toolchain/ci/base-artifacts.
discards f35c01ac0 0: update: binutils-gcc-newlib: 1
new 8efcff76a 0: update: gcc-9f2201bf48e828a7072616fff9dbd64367dcea30: 1
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 (f35c01ac0)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk_gnu_eabi_stm32/gnu_e [...]
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 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:
01-reset_artifacts/console.log.xz | Bin 1684 -> 1704 bytes
02-prepare_abe/console.log.xz | Bin 2780 -> 2760 bytes
03-build_abe-binutils/console.log.xz | Bin 41800 -> 40932 bytes
04-build_abe-stage1/console.log.xz | Bin 83892 -> 84316 bytes
05-clean_sysroot/console.log.xz | Bin 336 -> 336 bytes
06-build_abe-newlib/console.log.xz | Bin 19304 -> 17396 bytes
07-build_abe-stage2/console.log.xz | Bin 159536 -> 159340 bytes
08-benchmark/benchmark-build.log | 32 ++---
08-benchmark/benchmark.log | 30 ++---
08-benchmark/console.log.xz | Bin 3068 -> 3080 bytes
09-check_regression/console.log.xz | Bin 1640 -> 1636 bytes
09-check_regression/results.log | 36 ++---
10-update_baseline/console.log | 246 +++++++++++++++++------------------
10-update_baseline/results.log | 36 ++---
jenkins/manifest.sh | 14 +-
results | 2 +-
results_id | 2 +-
17 files changed, 198 insertions(+), 200 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 release/2.33/master
in repository glibc.
from ac148bdd88 elf: Fix glibc-hwcaps priorities with cache flags mismatches [...]
new e081bafcb1 support: Add helpers to create paths longer than PATH_MAX
new e41e5b97e3 realpath: Set errno to ENAMETOOLONG for result larger than P [...]
new f63cb3cf72 tst-realpath-toolong: Fix hurd build
new 46a70c49ba support: Add xclone
new bcdde07537 getcwd: Set errno to ERANGE for size == 1 (CVE-2021-3999)
new 41980af2d7 realpath: Avoid overwriting preexisting error (CVE-2021-3998)
new 48d9161e02 Linux: Detect user namespace support in io/tst-getcwd-smallbuff
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:
NEWS | 12 +
stdlib/Makefile | 3 +-
stdlib/canonicalize.c | 12 +-
.../tst-realpath-toolong.c | 45 ++--
support/Makefile | 1 +
support/temp_file.c | 161 ++++++++++++-
support/temp_file.h | 9 +
support/xclone.c | 50 ++++
...{support_select_modifies_timeout.c => xsched.h} | 23 +-
sysdeps/posix/getcwd.c | 7 +
sysdeps/unix/sysv/linux/Makefile | 7 +-
sysdeps/unix/sysv/linux/tst-getcwd-smallbuff.c | 259 +++++++++++++++++++++
12 files changed, 542 insertions(+), 47 deletions(-)
copy grp/tst-initgroups1.c => stdlib/tst-realpath-toolong.c (59%)
create mode 100644 support/xclone.c
copy support/{support_select_modifies_timeout.c => xsched.h} (75%)
create mode 100644 sysdeps/unix/sysv/linux/tst-getcwd-smallbuff.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 gcc.
from e89d0befe3e Fortran: provide a fallback implementation of issignaling
new ae36f839632 preprocessor: -Wbidi-chars and UCNs [PR104030]
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:
gcc/c-family/c.opt | 13 ++++++++-----
gcc/doc/invoke.texi | 8 ++++++--
gcc/testsuite/c-c++-common/Wbidi-chars-10.c | 2 +-
gcc/testsuite/c-c++-common/Wbidi-chars-11.c | 2 +-
gcc/testsuite/c-c++-common/Wbidi-chars-14.c | 2 +-
gcc/testsuite/c-c++-common/Wbidi-chars-16.c | 2 +-
gcc/testsuite/c-c++-common/Wbidi-chars-17.c | 2 +-
gcc/testsuite/c-c++-common/Wbidi-chars-18.c | 11 +++++++++++
gcc/testsuite/c-c++-common/Wbidi-chars-19.c | 11 +++++++++++
gcc/testsuite/c-c++-common/Wbidi-chars-20.c | 11 +++++++++++
gcc/testsuite/c-c++-common/Wbidi-chars-21.c | 11 +++++++++++
gcc/testsuite/c-c++-common/Wbidi-chars-22.c | 11 +++++++++++
gcc/testsuite/c-c++-common/Wbidi-chars-23.c | 11 +++++++++++
gcc/testsuite/c-c++-common/Wbidi-chars-4.c | 2 +-
gcc/testsuite/c-c++-common/Wbidi-chars-5.c | 2 +-
gcc/testsuite/c-c++-common/Wbidi-chars-6.c | 2 +-
gcc/testsuite/c-c++-common/Wbidi-chars-7.c | 2 +-
gcc/testsuite/c-c++-common/Wbidi-chars-8.c | 2 +-
gcc/testsuite/c-c++-common/Wbidi-chars-9.c | 2 +-
gcc/testsuite/c-c++-common/Wbidi-chars-ranges.c | 2 +-
libcpp/include/cpplib.h | 11 ++++++-----
libcpp/internal.h | 3 ++-
libcpp/lex.cc | 16 ++++++++++------
23 files changed, 110 insertions(+), 31 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/Wbidi-chars-18.c
create mode 100644 gcc/testsuite/c-c++-common/Wbidi-chars-19.c
create mode 100644 gcc/testsuite/c-c++-common/Wbidi-chars-20.c
create mode 100644 gcc/testsuite/c-c++-common/Wbidi-chars-21.c
create mode 100644 gcc/testsuite/c-c++-common/Wbidi-chars-22.c
create mode 100644 gcc/testsuite/c-c++-common/Wbidi-chars-23.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_gcc_bootstrap/release-aarch64-bootstrap
in repository toolchain/ci/binutils-gdb.
from 544818c087 Automatic date update in version.in
adds 5f62caec81 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/release-aarch64-bootstrap
in repository toolchain/ci/base-artifacts.
discards d4e333b46 0: update: binutils-gcc: 2
new 431b65d27 0: update: binutils-gcc: 2
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 (d4e333b46)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_bootstrap/release-aa [...]
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 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:
01-reset_artifacts/console.log.xz | Bin 1528 -> 1536 bytes
02-prepare_abe/console.log.xz | Bin 2744 -> 2756 bytes
04-build_abe-binutils/console.log.xz | Bin 50508 -> 50660 bytes
05-build_abe-bootstrap/console.log.xz | Bin 245276 -> 246744 bytes
06-check_regression/console.log.xz | Bin 416 -> 416 bytes
07-update_baseline/console.log | 16 ++++++++--------
jenkins/manifest.sh | 12 ++++++------
7 files changed, 14 insertions(+), 14 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.