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_check_gcc/master-arm
in repository toolchain/ci/base-artifacts.
discards 5c6a5ed69 0: update: binutils-gcc-linux-glibc-gdb: 1
new bebd770db 0: update: binutils-gcc-linux-glibc-gdb: 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 (5c6a5ed69)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_native_check_gcc/mas [...]
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 1544 -> 1544 bytes
02-prepare_abe/console.log.xz | Bin 2732 -> 2748 bytes
03-build_abe-binutils/console.log.xz | Bin 52140 -> 51936 bytes
04-build_abe-gcc/console.log.xz | Bin 229976 -> 229036 bytes
05-clean_sysroot/console.log.xz | Bin 316 -> 316 bytes
06-build_abe-linux/console.log.xz | Bin 8904 -> 8980 bytes
07-build_abe-glibc/console.log.xz | Bin 229784 -> 230232 bytes
08-build_abe-gdb/console.log.xz | Bin 49632 -> 49372 bytes
09-build_abe-dejagnu/console.log.xz | Bin 3800 -> 3800 bytes
10-build_abe-check_gcc/console.log.xz | Bin 2596 -> 2884 bytes
11-check_regression/console.log.xz | Bin 2956 -> 3288 bytes
11-check_regression/extra-bisect-params | 1 +
11-check_regression/fails.sum | 6 +
11-check_regression/results.compare | 25 +-
11-check_regression/results.compare2 | 156 +-
11-check_regression/results.regressions | 26 +
12-update_baseline/console.log | 492 ++--
12-update_baseline/extra-bisect-params | 1 +
12-update_baseline/fails.sum | 6 +
12-update_baseline/results.compare | 25 +-
12-update_baseline/results.compare2 | 156 +-
12-update_baseline/results.regressions | 26 +
jenkins/manifest.sh | 20 +-
sumfiles/g++.log.xz | Bin 2851012 -> 2872368 bytes
sumfiles/g++.sum | 128 +-
sumfiles/gcc.log.xz | Bin 2466532 -> 2460496 bytes
sumfiles/gcc.sum | 4362 ++++++++++++++++---------------
sumfiles/gfortran.log.xz | Bin 941332 -> 932028 bytes
sumfiles/gfortran.sum | 42 +-
sumfiles/libatomic.log.xz | Bin 2268 -> 2256 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 210720 -> 212616 bytes
sumfiles/libgomp.sum | 42 +-
sumfiles/libitm.log.xz | Bin 2672 -> 2668 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 454560 -> 457960 bytes
sumfiles/libstdc++.sum | 10 +-
37 files changed, 2845 insertions(+), 2689 deletions(-)
create mode 100644 11-check_regression/extra-bisect-params
create mode 100644 11-check_regression/fails.sum
create mode 100644 11-check_regression/results.regressions
create mode 100644 12-update_baseline/extra-bisect-params
create mode 100644 12-update_baseline/fails.sum
create mode 100644 12-update_baseline/results.regressions
--
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 3c688b9e388 ld: Regenerate aclocal.m4 with automake 1.15.1
new 40c23d88038 fbsd-nat: Add helper routines for register sets using PT_[G [...]
new 92d48a1e4ea Add an arm-tls feature which includes the tpidruro register [...]
new 099fbce0acc Read the tpidruro register from NT_ARM_TLS core dump notes [...]
new 2e686a74dc4 Support TLS variables on FreeBSD/arm.
new 684943d213b Fetch the NT_ARM_TLS register set for native FreeBSD/arm pr [...]
new 414d5848bb2 Add an aarch64-tls feature which includes the tpidr register.
new 0a765c1a8e9 Read the tpidr register from NT_ARM_TLS core dump notes on [...]
new f9fbb7636a5 Support TLS variables on FreeBSD/Aarch64.
new b7fe5463cf0 Fetch the NT_ARM_TLS register set for native FreeBSD/Aarch6 [...]
new 224151d7748 Read the tpidr register from NT_ARM_TLS core dump notes on [...]
new 9c27bc99e4e gdbserver: Read the tpidr register from NT_ARM_TLS on Linux.
new 3b4b3e438d2 Read the tpidr register from NT_ARM_TLS on Linux.
new ed8f05baba3 NEWS: Add a note for TLS support on FreeBSD/arm and FreeBSD [...]
The 13 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:
gdb/NEWS | 3 +
gdb/aarch64-fbsd-nat.c | 54 ++++++++++++++++
gdb/aarch64-fbsd-tdep.c | 67 +++++++++++++++++++
gdb/aarch64-fbsd-tdep.h | 3 +
gdb/aarch64-linux-nat.c | 69 +++++++++++++++++++-
gdb/aarch64-linux-tdep.c | 21 +++++-
gdb/aarch64-linux-tdep.h | 3 +
gdb/aarch64-tdep.c | 33 +++++++---
gdb/aarch64-tdep.h | 10 ++-
gdb/arch/aarch32.c | 2 +
gdb/arch/aarch64.c | 7 +-
gdb/arch/aarch64.h | 8 ++-
gdb/arch/arm.c | 6 +-
gdb/arch/arm.h | 2 +-
gdb/arm-fbsd-nat.c | 52 ++++++++++++++-
gdb/arm-fbsd-tdep.c | 65 +++++++++++++++++--
gdb/arm-fbsd-tdep.h | 5 +-
gdb/arm-linux-nat.c | 6 +-
gdb/arm-linux-tdep.c | 4 +-
gdb/arm-netbsd-nat.c | 4 +-
gdb/arm-tdep.c | 25 ++++++--
gdb/arm-tdep.h | 4 +-
gdb/fbsd-nat.c | 75 ++++++++++++++++++++++
gdb/fbsd-nat.h | 38 +++++++++++
gdb/features/Makefile | 2 +
gdb/features/aarch64-tls.c | 14 ++++
.../{arm/arm-m-system.xml => aarch64-tls.xml} | 5 +-
gdb/features/arm/arm-tls.c | 14 ++++
gdb/features/arm/{arm-m-system.xml => arm-tls.xml} | 5 +-
gdbserver/linux-aarch64-ipa.cc | 8 +--
gdbserver/linux-aarch64-low.cc | 32 ++++++++-
gdbserver/linux-aarch64-tdesc.cc | 11 ++--
gdbserver/linux-aarch64-tdesc.h | 2 +-
gdbserver/netbsd-aarch64-low.cc | 2 +-
34 files changed, 606 insertions(+), 55 deletions(-)
create mode 100644 gdb/features/aarch64-tls.c
copy gdb/features/{arm/arm-m-system.xml => aarch64-tls.xml} (70%)
create mode 100644 gdb/features/arm/arm-tls.c
copy gdb/features/arm/{arm-m-system.xml => arm-tls.xml} (70%)
--
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 linux.
from ef8e4d3c2ab1 Merge tag 'hwmon-for-v5.18-rc6' of git://git.kernel.org/pu [...]
new 2bfed7d2ffa5 selftests/seccomp: Don't call read() on TTY from background pgrp
new 107c948d1d3e Merge tag 'seccomp-v5.18-rc6' of git://git.kernel.org/pub/ [...]
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:
tools/testing/selftests/seccomp/seccomp_bpf.c | 10 +++++-----
1 file changed, 5 insertions(+), 5 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_llvm_tk1/llvm-master-arm-spec2k6-O3
in repository toolchain/ci/base-artifacts.
discards 01e325fda 0: update: binutils-gcc-linux-glibc-llvm: 1
new f6c1ef3d9 0: update: binutils-gcc-linux-glibc-llvm: 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 (01e325fda)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk_llvm_tk1/llvm-master [...]
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 1788 -> 1568 bytes
02-prepare_abe/console.log.xz | Bin 2800 -> 2772 bytes
03-build_abe-binutils/console.log.xz | Bin 31364 -> 31256 bytes
04-build_abe-stage1/console.log.xz | Bin 93376 -> 91464 bytes
06-build_abe-linux/console.log.xz | Bin 9264 -> 9176 bytes
07-build_abe-glibc/console.log.xz | Bin 235480 -> 233696 bytes
08-build_abe-stage2/console.log.xz | Bin 220900 -> 216144 bytes
09-build_llvm-true/console.log.xz | Bin 61752 -> 61888 bytes
10-benchmark/benchmark-build.log | 84 +-
10-benchmark/benchmark.log | 82 +-
10-benchmark/console.log.xz | Bin 3244 -> 3252 bytes
11-check_regression/console.log.xz | Bin 5488 -> 5464 bytes
11-check_regression/results-0.csv | 189891 ++++++------
11-check_regression/results-1.csv | 186777 ++++++------
11-check_regression/results-brief.csv | 36 +-
11-check_regression/results-full.csv | 2262 +-
11-check_regression/results-internal.csv | 155 +-
11-check_regression/results-md5sum-0.csv | 53614 ++--
11-check_regression/results-md5sum-1.csv | 38141 +--
11-check_regression/results-perf-0.csv | 2224 +-
11-check_regression/results-perf-1.csv | 2175 +-
11-check_regression/results-size-0.csv | 281918 +++++++++---------
11-check_regression/results-size-1.csv | 229611 +++++++-------
11-check_regression/results-vect-0.csv | 24 +-
11-check_regression/results-vect-1.csv | 22 +-
11-check_regression/results.log | 3376 +-
12-update_baseline/console.log | 3982 +-
12-update_baseline/results-0.csv | 189891 ++++++------
12-update_baseline/results-1.csv | 186777 ++++++------
12-update_baseline/results-brief.csv | 36 +-
12-update_baseline/results-full.csv | 2262 +-
12-update_baseline/results-internal.csv | 155 +-
12-update_baseline/results-md5sum-0.csv | 53614 ++--
12-update_baseline/results-md5sum-1.csv | 38141 +--
12-update_baseline/results-perf-0.csv | 2224 +-
12-update_baseline/results-perf-1.csv | 2175 +-
12-update_baseline/results-size-0.csv | 281918 +++++++++---------
12-update_baseline/results-size-1.csv | 229611 +++++++-------
12-update_baseline/results-vect-0.csv | 24 +-
12-update_baseline/results-vect-1.csv | 22 +-
12-update_baseline/results.log | 3244 +-
.../top-artifacts/save-temps/400.perlbench.tar.xz | Bin 1362252 -> 1363552 bytes
.../top-artifacts/save-temps/401.bzip2.tar.xz | Bin 104772 -> 104448 bytes
.../top-artifacts/save-temps/403.gcc.tar.xz | Bin 3753256 -> 3756176 bytes
.../top-artifacts/save-temps/429.mcf.tar.xz | Bin 34876 -> 34592 bytes
.../top-artifacts/save-temps/433.milc.tar.xz | Bin 161152 -> 160848 bytes
.../top-artifacts/save-temps/444.namd.tar.xz | Bin 206520 -> 206544 bytes
.../top-artifacts/save-temps/445.gobmk.tar.xz | Bin 2120284 -> 2119452 bytes
.../top-artifacts/save-temps/447.dealII.tar.xz | Bin 3393980 -> 3411124 bytes
.../top-artifacts/save-temps/450.soplex.tar.xz | Bin 538832 -> 536332 bytes
.../top-artifacts/save-temps/453.povray.tar.xz | Bin 1260228 -> 1247428 bytes
.../top-artifacts/save-temps/458.sjeng.tar.xz | Bin 168964 -> 169640 bytes
.../top-artifacts/save-temps/462.libquantum.tar.xz | Bin 52628 -> 53068 bytes
.../top-artifacts/save-temps/464.h264ref.tar.xz | Bin 706812 -> 707608 bytes
.../top-artifacts/save-temps/470.lbm.tar.xz | Bin 25548 -> 25460 bytes
.../top-artifacts/save-temps/471.omnetpp.tar.xz | Bin 845120 -> 864096 bytes
.../top-artifacts/save-temps/473.astar.tar.xz | Bin 75732 -> 75572 bytes
.../top-artifacts/save-temps/482.sphinx3.tar.xz | Bin 237888 -> 237120 bytes
.../top-artifacts/save-temps/483.xalancbmk.tar.xz | Bin 7171880 -> 7254080 bytes
jenkins/manifest.sh | 28 +-
results_id | 2 +-
save-temps/400.perlbench.tar.xz | Bin 1362252 -> 1363552 bytes
save-temps/401.bzip2.tar.xz | Bin 104772 -> 104448 bytes
save-temps/403.gcc.tar.xz | Bin 3753256 -> 3756176 bytes
save-temps/429.mcf.tar.xz | Bin 34876 -> 34592 bytes
save-temps/433.milc.tar.xz | Bin 161152 -> 160848 bytes
save-temps/444.namd.tar.xz | Bin 206520 -> 206544 bytes
save-temps/445.gobmk.tar.xz | Bin 2120284 -> 2119452 bytes
save-temps/447.dealII.tar.xz | Bin 3393980 -> 3411124 bytes
save-temps/450.soplex.tar.xz | Bin 538832 -> 536332 bytes
save-temps/453.povray.tar.xz | Bin 1260228 -> 1247428 bytes
save-temps/458.sjeng.tar.xz | Bin 168964 -> 169640 bytes
save-temps/462.libquantum.tar.xz | Bin 52628 -> 53068 bytes
save-temps/464.h264ref.tar.xz | Bin 706812 -> 707608 bytes
save-temps/470.lbm.tar.xz | Bin 25548 -> 25460 bytes
save-temps/471.omnetpp.tar.xz | Bin 845120 -> 864096 bytes
save-temps/473.astar.tar.xz | Bin 75732 -> 75572 bytes
save-temps/482.sphinx3.tar.xz | Bin 237888 -> 237120 bytes
save-temps/483.xalancbmk.tar.xz | Bin 7171880 -> 7254080 bytes
79 files changed, 988515 insertions(+), 995983 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.