This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-master-aarch64-bootstrap_ubsan
in repository toolchain/ci/binutils-gdb.
from 972a7621fc Automatic date update in version.in
adds ecd799b189 gdb: set current thread in btrace_compute_ftrace_{bts,pt}
adds c2a7621771 Automatic date update in version.in
adds cb959bd895 RISC-V: Minor updates for architecture parser.
adds 05558223b5 Fix printing of non-address types when memory tagging is enabled
adds b97bd97623 PR28106, build of 2.37 fails on FreeBSD and Clang
No new revisions were added by this update.
Summary of changes:
bfd/elfxx-riscv.c | 176 +++++++++++------------
bfd/version.h | 2 +-
gas/testsuite/gas/riscv/march-fail-base-02.l | 2 +-
gas/testsuite/gas/riscv/march-fail-unknown-std.l | 2 +-
gdb/btrace.c | 12 ++
gdb/gdbarch.h | 3 +-
gdb/gdbarch.sh | 3 +-
gdb/printcmd.c | 81 +++++++----
gold/ChangeLog | 6 +
gold/gc.h | 4 +-
10 files changed, 161 insertions(+), 130 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_gnu/gnu-master-aarch64-bootstrap_ubsan
in repository toolchain/ci/base-artifacts.
discards 697589d2 0: update: binutils-gcc: 1
new 92e49d38 0: update: binutils-gcc: 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 (697589d2)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-master-aarch64-b [...]
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 | 118 +-
02-prepare_abe/console.log | 236 +-
04-build_abe-bootstrap_ubsan/console.log | 65406 ++++++++++++++--------------
05-check_regression/console.log | 16 +-
06-update_baseline/console.log | 16 +-
console.log | 65776 +++++++++++++++--------------
jenkins/manifest.sh | 12 +-
7 files changed, 65888 insertions(+), 65692 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 e07d30fdcae Handle all UBSAN built-ins in -Wuninitialized [PR101300].
new 124eaa50e0a libstdc++: Fix create_directories to resolve symlinks [PR101510]
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:
libstdc++-v3/src/c++17/fs_ops.cc | 2 +-
libstdc++-v3/src/filesystem/ops.cc | 2 +-
.../filesystem/operations/create_directories.cc | 23 ++++++++++++++++++++++
.../filesystem/operations/create_directory.cc | 4 ++++
.../filesystem/operations/create_directories.cc | 23 ++++++++++++++++++++++
.../filesystem/operations/create_directory.cc | 4 ++++
6 files changed, 56 insertions(+), 2 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_cross/gnu-master-aarch64-build_cross
in repository toolchain/ci/qemu.
from 7457b407ed Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull [...]
adds 69d0690c10 blkdebug: refactor removal of a suspended request
adds f48ff5af13 blkdebug: move post-resume handling to resume_req_by_tag
adds 51a463680d blkdebug: track all actions
adds 2196c341f7 blkdebug: do not suspend in the middle of QLIST_FOREACH_SAFE
adds 4153b553bd block/blkdebug: remove new_state field and instead use a loc [...]
adds 36109bff17 blkdebug: protect rules and suspended_reqs with a lock
adds 143c2e0432 Merge remote-tracking branch 'remotes/maxreitz/tags/pull-blo [...]
new ead3f1bff9 block/mirror: set .co for active-write MirrorOp objects
new e0f69d83d5 iotest 151: add test-case that shows active mirror dead-lock
new d44dae1a7c block/mirror: fix active mirror dead-lock in mirror_wait_on_ [...]
new e5f05f8c37 block: Add option to use driver whitelist even in tools
new 1e12ecfd2c replication: Remove s->active_disk
new a990a42b39 replication: Reduce usage of s->hidden_disk and s->secondary_disk
new 3b78420bb1 replication: Properly attach children
new c2cf0ecab5 replication: Remove workaround
new 6af72274ef block/vvfat: fix: drop backing
new 8573823f3b block/export: Conditionally ignore set-context error
new d21471696b iotests/307: Test iothread conflict for exports
new c04b4d9e6b Merge remote-tracking branch 'remotes/kevin/tags/for-upstrea [...]
The 12 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:
block.c | 3 +
block/blkdebug.c | 136 ++++++++++++++++++++++++++++++---------------
block/export/export.c | 5 +-
block/mirror.c | 13 +++++
block/replication.c | 111 ++++++++++++++++++++++--------------
block/vvfat.c | 43 ++------------
configure | 14 ++++-
meson.build | 1 +
tests/qemu-iotests/151 | 54 +++++++++++++++++-
tests/qemu-iotests/151.out | 4 +-
tests/qemu-iotests/307 | 15 +++++
tests/qemu-iotests/307.out | 8 +++
12 files changed, 274 insertions(+), 133 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_cross/gnu-master-aarch64-build_cross
in repository toolchain/ci/glibc.
from ff417d4017 hurd: Add support for spawn_do_closefrom
new 20be978f05 resolv: Do not install libnss_dns.a, libnss_dns.so
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:
resolv/Makefile | 8 ++++++++
1 file changed, 8 insertions(+)
--
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_cross/gnu-master-aarch64-build_cross
in repository toolchain/ci/binutils-gdb.
from c2a7621771 Automatic date update in version.in
adds cb959bd895 RISC-V: Minor updates for architecture parser.
adds 05558223b5 Fix printing of non-address types when memory tagging is enabled
adds b97bd97623 PR28106, build of 2.37 fails on FreeBSD and Clang
No new revisions were added by this update.
Summary of changes:
bfd/elfxx-riscv.c | 176 +++++++++++------------
gas/testsuite/gas/riscv/march-fail-base-02.l | 2 +-
gas/testsuite/gas/riscv/march-fail-unknown-std.l | 2 +-
gdb/gdbarch.h | 3 +-
gdb/gdbarch.sh | 3 +-
gdb/printcmd.c | 81 +++++++----
gold/ChangeLog | 6 +
gold/gc.h | 4 +-
8 files changed, 148 insertions(+), 129 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_cross/gnu-master-aarch64-build_cross
in repository toolchain/ci/base-artifacts.
discards 969f36c1 0: update: binutils-gcc-glibc-qemu: 6
new 0aa3832b 0: update: binutils-gcc-glibc-qemu: 6
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 (969f36c1)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_cross/gnu-master-aarch64 [...]
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 | 164 +-
02-prepare_abe/console.log | 456 +-
04-build_abe-binutils/console.log | 11189 ++--
05-build_abe-stage1/console.log | 14187 ++---
06-build_abe-linux/console.log | 1860 +-
07-build_abe-glibc/console.log | 26132 +++++----
08-build_abe-stage2/console.log | 33560 +++++------
09-build_abe-qemu/console.log | 6567 ++-
10-check_regression/console.log | 2 +-
11-update_baseline/console.log | 2 +-
console.log | 108461 +++++++++++++++++------------------
jenkins/manifest.sh | 24 +-
12 files changed, 101235 insertions(+), 101369 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_gnu/gnu-release-aarch64-bootstrap_O3
in repository toolchain/ci/base-artifacts.
discards dba4793d 0: update: binutils-gcc: 1
new d680b72a 0: update: binutils-gcc: 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 (dba4793d)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-release-aarch64- [...]
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 | 138 +-
02-prepare_abe/console.log | 216 +-
04-build_abe-bootstrap_O3/console.log | 56461 ++++++++++++++++---------------
05-check_regression/console.log | 16 +-
06-update_baseline/console.log | 18 +-
console.log | 56849 ++++++++++++++++----------------
jenkins/manifest.sh | 10 +-
7 files changed, 56833 insertions(+), 56875 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.