This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check/master-arm
in repository toolchain/ci/binutils-gdb.
from af4004d1da Fix a stack exhaustion bug parsing malicious STABS format de [...]
new ea93a607c6 ldelfgen.c: Add missing newlines when calling einfo
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:
ld/ldelfgen.c | 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check/master-arm
in repository toolchain/ci/base-artifacts.
discards b614c199a 0: update: binutils-gcc: 1
new ae6a1f94e 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 (b614c199a)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_check/master-arm (ae [...]
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 1524 -> 1516 bytes
02-prepare_abe/console.log.xz | Bin 2756 -> 2764 bytes
03-build_abe-binutils/console.log.xz | Bin 52572 -> 51276 bytes
04-build_abe-gcc/console.log.xz | Bin 225904 -> 225964 bytes
05-build_abe-dejagnu/console.log.xz | Bin 3804 -> 3824 bytes
06-build_abe-check_gcc/console.log.xz | Bin 2428 -> 2864 bytes
07-check_regression/console.log.xz | Bin 2612 -> 2620 bytes
07-check_regression/results.compare | 16 +-
07-check_regression/results.compare2 | 48 +-
08-update_baseline/console.log | 262 +--
08-update_baseline/results.compare | 16 +-
08-update_baseline/results.compare2 | 48 +-
jenkins/manifest.sh | 12 +-
sumfiles/g++.log.xz | Bin 2715140 -> 2736496 bytes
sumfiles/g++.sum | 134 +-
sumfiles/gcc.log.xz | Bin 2297456 -> 2326932 bytes
sumfiles/gcc.sum | 4062 +++++++++++++++++----------------
sumfiles/gfortran.log.xz | Bin 893348 -> 892652 bytes
sumfiles/gfortran.sum | 54 +-
sumfiles/libatomic.log.xz | Bin 2168 -> 2168 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 173968 -> 174084 bytes
sumfiles/libgomp.sum | 16 +-
sumfiles/libitm.log.xz | Bin 2548 -> 2544 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 452660 -> 446300 bytes
sumfiles/libstdc++.sum | 10 +-
27 files changed, 2354 insertions(+), 2334 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 linux.
from 75acfdb6fd92 Merge tag 'net-5.16-final' of git://git.kernel.org/pub/scm [...]
new 0daf5cb217a9 ftrace/samples: Add missing prototypes direct functions
new 823e670f7ed6 tracing: Fix check for trace_percpu_buffer validity in get [...]
new f28439db470c tracing: Tag trace_percpu_buffer as a percpu pointer
new b2b436ec0205 Merge tag 'trace-v5.16-rc8' of git://git.kernel.org/pub/sc [...]
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:
kernel/trace/trace.c | 6 +++---
samples/ftrace/ftrace-direct-modify.c | 3 +++
samples/ftrace/ftrace-direct-multi-modify.c | 3 +++
samples/ftrace/ftrace-direct-too.c | 3 +++
samples/ftrace/ftrace-direct.c | 2 ++
5 files changed, 14 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_check_gcc/master-aarch64
in repository toolchain/ci/gdb.
from 5220f61a22 Avoid crash in language_info
adds 5bd1d4c158 Clean up some dead code in windows-tdep.c
adds 390abcd903 Use warning in windows-nat error messages
adds 10a85f29c7 gdb: make use add_setshow_prefix_cmd in gnu-nat.c
adds bc521517b7 Introduce target_announce_attach
adds 41e321a897 Use target_announce_detach in more targets
adds 27297937e0 aarch64: Add support for new SME instructions
adds af4004d1da Fix a stack exhaustion bug parsing malicious STABS format de [...]
No new revisions were added by this update.
Summary of changes:
binutils/ChangeLog | 6 +
binutils/debug.c | 18 +-
gas/testsuite/gas/aarch64/sme.d | 25 ++
gas/testsuite/gas/aarch64/sme.s | 31 ++
gdb/darwin-nat.c | 12 +-
gdb/gnu-nat.c | 81 +----
gdb/inf-ptrace.c | 12 +-
gdb/nto-procfs.c | 11 +-
gdb/procfs.c | 28 +-
gdb/remote.c | 12 +-
gdb/target.c | 29 +-
gdb/target.h | 5 +
gdb/windows-nat.c | 29 +-
gdb/windows-tdep.c | 44 ++-
opcodes/aarch64-dis-2.c | 637 +++++++++++++++++++++-------------------
opcodes/aarch64-tbl.h | 3 +
16 files changed, 491 insertions(+), 492 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_cross_check_gcc/master-aarch64
in repository toolchain/ci/binutils-gdb.
from 5220f61a22 Avoid crash in language_info
adds 5bd1d4c158 Clean up some dead code in windows-tdep.c
adds 390abcd903 Use warning in windows-nat error messages
adds 10a85f29c7 gdb: make use add_setshow_prefix_cmd in gnu-nat.c
adds bc521517b7 Introduce target_announce_attach
adds 41e321a897 Use target_announce_detach in more targets
adds 27297937e0 aarch64: Add support for new SME instructions
adds af4004d1da Fix a stack exhaustion bug parsing malicious STABS format de [...]
No new revisions were added by this update.
Summary of changes:
binutils/ChangeLog | 6 +
binutils/debug.c | 18 +-
gas/testsuite/gas/aarch64/sme.d | 25 ++
gas/testsuite/gas/aarch64/sme.s | 31 ++
gdb/darwin-nat.c | 12 +-
gdb/gnu-nat.c | 81 +----
gdb/inf-ptrace.c | 12 +-
gdb/nto-procfs.c | 11 +-
gdb/procfs.c | 28 +-
gdb/remote.c | 12 +-
gdb/target.c | 29 +-
gdb/target.h | 5 +
gdb/windows-nat.c | 29 +-
gdb/windows-tdep.c | 44 ++-
opcodes/aarch64-dis-2.c | 637 +++++++++++++++++++++-------------------
opcodes/aarch64-tbl.h | 3 +
16 files changed, 491 insertions(+), 492 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_cross_check_gcc/master-aarch64
in repository toolchain/ci/base-artifacts.
discards 7a94a3c89 0: update: binutils-gcc-linux-glibc-gdb-qemu: 1
new 3fa28a2a1 0: update: binutils-gcc-linux-glibc-gdb-qemu: 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 (7a94a3c89)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_cross_check_gcc/mast [...]
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 1564 -> 1564 bytes
02-prepare_abe/console.log.xz | Bin 2760 -> 2764 bytes
03-build_abe-binutils/console.log.xz | Bin 30592 -> 30456 bytes
04-build_abe-stage1/console.log.xz | Bin 71756 -> 71228 bytes
06-build_abe-linux/console.log.xz | Bin 10004 -> 9760 bytes
07-build_abe-glibc/console.log.xz | Bin 236088 -> 236616 bytes
08-build_abe-stage2/console.log.xz | Bin 194348 -> 194432 bytes
09-build_abe-gdb/console.log.xz | Bin 38184 -> 37972 bytes
10-build_abe-qemu/console.log.xz | Bin 30692 -> 31100 bytes
11-build_abe-dejagnu/console.log.xz | Bin 3888 -> 3928 bytes
12-build_abe-check_gcc/console.log.xz | Bin 3152 -> 2704 bytes
13-check_regression/console.log.xz | Bin 2836 -> 8616 bytes
13-check_regression/extra-bisect-params | 2 +-
13-check_regression/fails.sum | 144 +-
13-check_regression/results.compare | 168 +-
13-check_regression/results.compare2 | 1228 ++++++-
13-check_regression/results.regressions | 99 +-
14-update_baseline/console.log | 1561 ++++++++-
14-update_baseline/extra-bisect-params | 2 +-
14-update_baseline/fails.sum | 144 +-
14-update_baseline/results.compare | 168 +-
14-update_baseline/results.compare2 | 1228 ++++++-
14-update_baseline/results.regressions | 99 +-
jenkins/manifest.sh | 22 +-
sumfiles/g++.log.xz | Bin 3319264 -> 3289456 bytes
sumfiles/g++.sum | 101 +-
sumfiles/gcc.log.xz | Bin 2869040 -> 2870344 bytes
sumfiles/gcc.sum | 5820 ++++++++++++++-----------------
sumfiles/gfortran.log.xz | Bin 1016120 -> 1009440 bytes
sumfiles/gfortran.sum | 14 +-
sumfiles/libatomic.log.xz | Bin 2296 -> 2292 bytes
sumfiles/libatomic.sum | 2 +-
sumfiles/libgomp.log.xz | Bin 170772 -> 170760 bytes
sumfiles/libgomp.sum | 2 +-
sumfiles/libitm.log.xz | Bin 2656 -> 2660 bytes
sumfiles/libitm.sum | 2 +-
sumfiles/libstdc++.log.xz | Bin 405644 -> 411076 bytes
sumfiles/libstdc++.sum | 14 +-
38 files changed, 7417 insertions(+), 3403 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.