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-arm-bootstrap_ubsan
in repository toolchain/ci/binutils-gdb.
from 16089f320a opcodes: don't assume ELF in riscv, csky, rl78, mep disassemblers
adds e9c5fe2f40 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/master-arm-bootstrap_ubsan
in repository toolchain/ci/base-artifacts.
discards 6a8486607 0: update: binutils-gcc: 2
new 29c27c1c1 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 (6a8486607)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_bootstrap/master-arm [...]
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 1540 -> 1496 bytes
02-prepare_abe/console.log.xz | Bin 2760 -> 2756 bytes
04-build_abe-binutils/console.log.xz | Bin 51500 -> 51772 bytes
05-build_abe-bootstrap_ubsan/console.log.xz | Bin 528800 -> 529424 bytes
06-check_regression/console.log.xz | Bin 420 -> 416 bytes
07-update_baseline/console.log | 4 ++--
jenkins/manifest.sh | 12 ++++++------
7 files changed, 8 insertions(+), 8 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 57ae8a492116 Merge tag 'driver-core-5.18-rc5' of git://git.kernel.org/p [...]
new c7d2f89fea26 bus: fsl-mc-msi: Fix MSI descriptor mutex lock for msi_fir [...]
new d4af0c17235f Merge tag 'irq_urgent_for_v5.18_rc5' of git://git.kernel.o [...]
new 02041b322566 x86/uaccess: Don't jump between functions
new 26ff604102c9 objtool: Don't set 'jump_dest' for sibling calls
new 34c861e80647 objtool: Fix sibling call detection in alternatives
new 08feafe8d195 objtool: Fix function fallthrough detection for vmlinux
new c087c6e7b551 objtool: Fix type of reloc::addend
new 4abff6d48dbc objtool: Fix code relocs vs weak symbols
new b70ed23c238a Merge tag 'objtool_urgent_for_v5.18_rc5' of git://git.kern [...]
new 3ccce9340326 x86/cpu: Add new Alderlake and Raptorlake CPU model numbers
new f9e14dbbd454 x86/cpu: Load microcode during restore_processor_state()
new 6c8ef58a50b5 x86/unwind/orc: Recheck address range after stack info was [...]
new 610abf3dea10 MAINTAINERS: Add x86 unwinding entry
new 226d44acf6df lib/strn*,objtool: Enforce user_access_begin() rules
new 2730d3c14a85 x86,xen,objtool: Add UNWIND hint
new d4e5268a08b2 x86,objtool: Mark cpu_startup_entry() __noreturn
new d66e9d50ea5c x86,objtool: Explicitly mark idtentry_body()s tail REACHABLE
new 4a5de9b76fcb objtool: Enable unreachable warnings for CLANG LTO
new 613871cd665a x86/static_call: Add ANNOTATE_NOENDBR to static call trampoline
new 1c0513dec41e x86/retpoline: Add ANNOTATE_NOENDBR for retpolines
new 7a00829f8ac3 x86/uaccess: Add ENDBR to __put_user_nocheck*()
new 1ab80a0da4c4 x86/xen: Add ANNOTATE_NOENDBR to startup_xen()
new 4baae989e638 objtool: Print data address for "!ENDBR" data warnings
new 1d08b92fa2c4 objtool: Use offstr() to print address of missing ENDBR
new 4cdfc11b2836 x86/Kconfig: fix the spelling of 'becoming' in X86_KERNEL_ [...]
new 1fa568e26f00 bug: Have __warn() prototype defined unconditionally
new 7e0815b3e099 x86/pci/xen: Disable PCI/MSI[-X] masking for XEN_HVM guests
new b2da7df52e16 Merge tag 'x86_urgent_for_v5.18_rc5' of git://git.kernel.o [...]
The 28 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:
MAINTAINERS | 9 ++
arch/x86/Kconfig | 2 +-
arch/x86/entry/entry_64.S | 3 +
arch/x86/include/asm/intel-family.h | 3 +
arch/x86/include/asm/microcode.h | 2 +
arch/x86/include/asm/static_call.h | 1 +
arch/x86/kernel/cpu/microcode/core.c | 6 +-
arch/x86/kernel/unwind_orc.c | 8 +-
arch/x86/lib/copy_user_64.S | 87 +++++++++------
arch/x86/lib/putuser.S | 4 +
arch/x86/lib/retpoline.S | 2 +-
arch/x86/pci/xen.c | 6 +-
arch/x86/platform/pvh/head.S | 1 +
arch/x86/power/cpu.c | 10 +-
arch/x86/xen/xen-head.S | 1 +
drivers/bus/fsl-mc/fsl-mc-msi.c | 6 +-
include/asm-generic/bug.h | 11 +-
include/linux/cpu.h | 2 +-
lib/strncpy_from_user.c | 2 +-
lib/strnlen_user.c | 2 +-
scripts/Makefile.build | 2 +-
scripts/link-vmlinux.sh | 2 +-
tools/objtool/check.c | 94 ++++++++--------
tools/objtool/elf.c | 189 ++++++++++++++++++++++++++++----
tools/objtool/include/objtool/elf.h | 4 +-
tools/objtool/include/objtool/objtool.h | 2 +-
tools/objtool/objtool.c | 1 -
27 files changed, 333 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_gcc_bootstrap/master-aarch64-bootstrap_profiled
in repository toolchain/ci/gcc.
from 559bba46cdd gengtype: remove "tree_exp" special attribute
adds 95874f95095 Daily bump.
adds 75bbc3da3e5 Denormalize VR_VARYING to VR_RANGE before passing it to set [...]
No new revisions were added by this update.
Summary of changes:
gcc/ChangeLog | 7 +++++++
gcc/DATESTAMP | 2 +-
gcc/c-family/ChangeLog | 7 +++++++
gcc/testsuite/ChangeLog | 6 ++++++
gcc/tree-ssanames.cc | 11 ++++++++++-
5 files changed, 31 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_gcc_bootstrap/master-aarch64-bootstrap_profiled
in repository toolchain/ci/binutils-gdb.
from 16089f320a opcodes: don't assume ELF in riscv, csky, rl78, mep disassemblers
adds e9c5fe2f40 Automatic date update in version.in
adds 94afbc7b1b [gdb/testsuite] Fix gdb.multi/attach-no-multi-process.exp wi [...]
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gdb/testsuite/gdb.multi/attach-no-multi-process.exp | 9 ++++++---
2 files changed, 7 insertions(+), 4 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_bootstrap/master-aarch64-bootstrap_profiled
in repository toolchain/ci/base-artifacts.
discards 0113dea2f 2: update: binutils-gcc: 0
new 45951aa61 2: update: binutils-gcc: 0
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 (0113dea2f)
\
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 1552 -> 1596 bytes
02-prepare_abe/console.log.xz | Bin 2760 -> 2752 bytes
04-build_abe-binutils/console.log.xz | Bin 24712 -> 24672 bytes
06-check_regression/console.log.xz | Bin 412 -> 412 bytes
07-update_baseline/console.log | 46 +++++++++++++++++------------------
jenkins/manifest.sh | 10 ++++----
6 files changed, 28 insertions(+), 28 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_bootstrap/master-aarch64-check_bootstrap_lto
in repository toolchain/ci/gcc.
from 559bba46cdd gengtype: remove "tree_exp" special attribute
adds 95874f95095 Daily bump.
adds 75bbc3da3e5 Denormalize VR_VARYING to VR_RANGE before passing it to set [...]
No new revisions were added by this update.
Summary of changes:
gcc/ChangeLog | 7 +++++++
gcc/DATESTAMP | 2 +-
gcc/c-family/ChangeLog | 7 +++++++
gcc/testsuite/ChangeLog | 6 ++++++
gcc/tree-ssanames.cc | 11 ++++++++++-
5 files changed, 31 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_gcc_check_bootstrap/master-aarch64-check_bootstrap_lto
in repository toolchain/ci/base-artifacts.
discards b0c3f6f28 0: update: gcc-559bba46cdd3141576614d9bb3928e26c299a0fe: 1
new 9a1e1a24a 0: update: gcc-75bbc3da3e5f75f683fa33e309045c582efd20eb: 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 (b0c3f6f28)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_check_bootstrap/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 1520 -> 1552 bytes
02-prepare_abe/console.log.xz | Bin 2752 -> 2728 bytes
03-build_abe-binutils/console.log.xz | Bin 36892 -> 36572 bytes
04-build_abe-bootstrap_lto/console.log.xz | Bin 268128 -> 267248 bytes
05-build_abe-dejagnu/console.log.xz | Bin 3820 -> 3816 bytes
06-build_abe-check_bootstrap_lto/console.log.xz | Bin 3040 -> 2932 bytes
07-check_regression/console.log.xz | Bin 3936 -> 3232 bytes
07-check_regression/extra-bisect-params | 2 +-
07-check_regression/fails.sum | 13 +-
07-check_regression/results.compare | 41 +-
07-check_regression/results.compare2 | 248 +-
07-check_regression/results.regressions | 41 +-
08-update_baseline/console.log | 463 +--
08-update_baseline/extra-bisect-params | 2 +-
08-update_baseline/fails.sum | 13 +-
08-update_baseline/results.compare | 41 +-
08-update_baseline/results.compare2 | 248 +-
08-update_baseline/results.regressions | 41 +-
jenkins/manifest.sh | 8 +-
sumfiles/g++.log.xz | Bin 3544028 -> 3562388 bytes
sumfiles/g++.sum | 118 +-
sumfiles/gcc.log.xz | Bin 3147812 -> 3156244 bytes
sumfiles/gcc.sum | 4472 +++++++++++------------
sumfiles/gfortran.log.xz | Bin 1071392 -> 1074292 bytes
sumfiles/gfortran.sum | 44 +-
sumfiles/libatomic.log.xz | Bin 2356 -> 2352 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 208152 -> 207552 bytes
sumfiles/libgomp.sum | 16 +-
sumfiles/libitm.log.xz | Bin 2728 -> 2736 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 450604 -> 449996 bytes
sumfiles/libstdc++.sum | 10 +-
33 files changed, 2627 insertions(+), 3204 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-O2
in repository toolchain/ci/glibc.
from 118a2aee07 linux: Fix fchmodat with AT_SYMLINK_NOFOLLOW for 64 bit time [...]
adds 944afe6d95 benchtests: Add UNSUPPORTED benchmark status
adds 5b5b1012d5 benchtests: Better libmvec integration
adds e47de5cb2d Do not use --hash-style=both for building glibc shared objects
adds 93804a1ee0 manual: Document the dlinfo function
adds d056c21213 dlfcn: Implement the RTLD_DI_PHDR request type for dlinfo
No new revisions were added by this update.
Summary of changes:
Makeconfig | 9 --
Makerules | 7 --
benchtests/Makefile | 55 +++++++-----
config.make.in | 1 -
configure | 28 -------
configure.ac | 16 ----
dlfcn/Makefile | 4 +
dlfcn/dlfcn.h | 7 +-
dlfcn/dlinfo.c | 13 ++-
dlfcn/tst-dlinfo-phdr.c | 125 ++++++++++++++++++++++++++++
manual/dynlink.texi | 80 +++++++++++++++++-
sysdeps/x86_64/fpu/Makefile | 4 -
sysdeps/x86_64/fpu/bench-libmvec-skeleton.c | 12 +--
13 files changed, 267 insertions(+), 94 deletions(-)
create mode 100644 dlfcn/tst-dlinfo-phdr.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_bmk_llvm_tk1/llvm-master-arm-spec2k6-O2
in repository toolchain/ci/base-artifacts.
discards 449ccfffa 0: update: binutils-gcc-linux-glibc-llvm: 1
new ea9c2e857 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 (449ccfffa)
\
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 1644 -> 1792 bytes
02-prepare_abe/console.log.xz | Bin 2780 -> 2772 bytes
03-build_abe-binutils/console.log.xz | Bin 30848 -> 30580 bytes
04-build_abe-stage1/console.log.xz | Bin 91644 -> 92600 bytes
05-clean_sysroot/console.log.xz | Bin 336 -> 336 bytes
06-build_abe-linux/console.log.xz | Bin 8400 -> 9120 bytes
07-build_abe-glibc/console.log.xz | Bin 233168 -> 233488 bytes
08-build_abe-stage2/console.log.xz | Bin 209180 -> 213624 bytes
09-build_llvm-true/console.log.xz | Bin 63820 -> 61744 bytes
10-benchmark/benchmark-build.log | 76 +-
10-benchmark/benchmark.log | 74 +-
10-benchmark/console.log.xz | Bin 3256 -> 3196 bytes
11-check_regression/console.log.xz | Bin 5400 -> 5436 bytes
11-check_regression/results-0.csv | 217698 +++++++------
11-check_regression/results-1.csv | 215006 ++++++-------
11-check_regression/results-brief.csv | 36 +-
11-check_regression/results-full.csv | 2272 +-
11-check_regression/results-internal.csv | 153 +-
11-check_regression/results-md5sum-0.csv | 45946 +--
11-check_regression/results-md5sum-1.csv | 53117 ++--
11-check_regression/results-perf-0.csv | 2237 +-
11-check_regression/results-perf-1.csv | 2204 +-
11-check_regression/results-size-0.csv | 266047 ++++++++--------
11-check_regression/results-size-1.csv | 294031 +++++++++---------
11-check_regression/results-vect-0.csv | 22 +-
11-check_regression/results-vect-1.csv | 22 +-
11-check_regression/results.log | 3118 +-
12-update_baseline/console.log | 3956 +-
12-update_baseline/results-0.csv | 217698 +++++++------
12-update_baseline/results-1.csv | 215006 ++++++-------
12-update_baseline/results-brief.csv | 36 +-
12-update_baseline/results-full.csv | 2272 +-
12-update_baseline/results-internal.csv | 153 +-
12-update_baseline/results-md5sum-0.csv | 45946 +--
12-update_baseline/results-md5sum-1.csv | 53117 ++--
12-update_baseline/results-perf-0.csv | 2237 +-
12-update_baseline/results-perf-1.csv | 2204 +-
12-update_baseline/results-size-0.csv | 266047 ++++++++--------
12-update_baseline/results-size-1.csv | 294031 +++++++++---------
12-update_baseline/results-vect-0.csv | 22 +-
12-update_baseline/results-vect-1.csv | 22 +-
12-update_baseline/results.log | 3146 +-
.../top-artifacts/save-temps/400.perlbench.tar.xz | Bin 1346776 -> 1342364 bytes
.../top-artifacts/save-temps/401.bzip2.tar.xz | Bin 102972 -> 102656 bytes
.../top-artifacts/save-temps/403.gcc.tar.xz | Bin 3741912 -> 3745448 bytes
.../top-artifacts/save-temps/429.mcf.tar.xz | Bin 34540 -> 34192 bytes
.../top-artifacts/save-temps/433.milc.tar.xz | Bin 154900 -> 154340 bytes
.../top-artifacts/save-temps/444.namd.tar.xz | Bin 211728 -> 212084 bytes
.../top-artifacts/save-temps/445.gobmk.tar.xz | Bin 2100172 -> 2086696 bytes
.../top-artifacts/save-temps/447.dealII.tar.xz | Bin 3289516 -> 3289560 bytes
.../top-artifacts/save-temps/450.soplex.tar.xz | Bin 533844 -> 533784 bytes
.../top-artifacts/save-temps/453.povray.tar.xz | Bin 1258108 -> 1252560 bytes
.../top-artifacts/save-temps/458.sjeng.tar.xz | Bin 173532 -> 172928 bytes
.../top-artifacts/save-temps/462.libquantum.tar.xz | Bin 52032 -> 52544 bytes
.../top-artifacts/save-temps/464.h264ref.tar.xz | Bin 663444 -> 665744 bytes
.../top-artifacts/save-temps/470.lbm.tar.xz | Bin 25380 -> 25312 bytes
.../top-artifacts/save-temps/471.omnetpp.tar.xz | Bin 833084 -> 864180 bytes
.../top-artifacts/save-temps/473.astar.tar.xz | Bin 75392 -> 75408 bytes
.../top-artifacts/save-temps/482.sphinx3.tar.xz | Bin 236128 -> 236428 bytes
.../top-artifacts/save-temps/483.xalancbmk.tar.xz | Bin 7116372 -> 7125552 bytes
jenkins/manifest.sh | 28 +-
results | 2 +-
results_id | 2 +-
save-temps/400.perlbench.tar.xz | Bin 1346776 -> 1342364 bytes
save-temps/401.bzip2.tar.xz | Bin 102972 -> 102656 bytes
save-temps/403.gcc.tar.xz | Bin 3741912 -> 3745448 bytes
save-temps/429.mcf.tar.xz | Bin 34540 -> 34192 bytes
save-temps/433.milc.tar.xz | Bin 154900 -> 154340 bytes
save-temps/444.namd.tar.xz | Bin 211728 -> 212084 bytes
save-temps/445.gobmk.tar.xz | Bin 2100172 -> 2086696 bytes
save-temps/447.dealII.tar.xz | Bin 3289516 -> 3289560 bytes
save-temps/450.soplex.tar.xz | Bin 533844 -> 533784 bytes
save-temps/453.povray.tar.xz | Bin 1258108 -> 1252560 bytes
save-temps/458.sjeng.tar.xz | Bin 173532 -> 172928 bytes
save-temps/462.libquantum.tar.xz | Bin 52032 -> 52544 bytes
save-temps/464.h264ref.tar.xz | Bin 663444 -> 665744 bytes
save-temps/470.lbm.tar.xz | Bin 25380 -> 25312 bytes
save-temps/471.omnetpp.tar.xz | Bin 833084 -> 864180 bytes
save-temps/473.astar.tar.xz | Bin 75392 -> 75408 bytes
save-temps/482.sphinx3.tar.xz | Bin 236128 -> 236428 bytes
save-temps/483.xalancbmk.tar.xz | Bin 7116372 -> 7125552 bytes
81 files changed, 1103833 insertions(+), 1104151 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-master-arm_eabi-coremark-Os_LTO
in repository toolchain/ci/base-artifacts.
discards 4c96d8bc0 0: update: binutils-gcc-newlib: 1
new 189aa5120 0: update: binutils-gcc-newlib: 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 (4c96d8bc0)
\
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 1556 -> 1556 bytes
02-prepare_abe/console.log.xz | Bin 2772 -> 2752 bytes
03-build_abe-binutils/console.log.xz | Bin 30124 -> 30372 bytes
04-build_abe-stage1/console.log.xz | Bin 87656 -> 89524 bytes
06-build_abe-newlib/console.log.xz | Bin 16776 -> 16768 bytes
07-build_abe-stage2/console.log.xz | Bin 158736 -> 159680 bytes
08-benchmark/benchmark-build.log | 44 +++++++++++++++++------------------
08-benchmark/benchmark.log | 42 ++++++++++++++++-----------------
08-benchmark/console.log.xz | Bin 3080 -> 3096 bytes
09-check_regression/console.log.xz | Bin 1620 -> 1624 bytes
09-check_regression/results.log | 4 ++--
10-update_baseline/console.log | 12 +++++-----
10-update_baseline/results.log | 6 ++---
jenkins/manifest.sh | 16 ++++++-------
results_id | 2 +-
15 files changed, 63 insertions(+), 63 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_apm/gnu-master-aarch64-spec2k6-Os_LTO
in repository toolchain/ci/base-artifacts.
discards e9d7e5746 0: update: linux-d8b78dc2f5825ad86e82aa47f35bf5463334d84c: 1
new c7b617ff8 0: update: gcc-75bbc3da3e5f75f683fa33e309045c582efd20eb: 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 (e9d7e5746)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk_gnu_apm/gnu-master-a [...]
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 1760 -> 1584 bytes
02-prepare_abe/console.log.xz | Bin 2772 -> 2756 bytes
03-build_abe-binutils/console.log.xz | Bin 30048 -> 30000 bytes
04-build_abe-stage1/console.log.xz | Bin 72828 -> 73512 bytes
05-clean_sysroot/console.log.xz | Bin 332 -> 332 bytes
06-build_abe-linux/console.log.xz | Bin 9180 -> 10688 bytes
07-build_abe-glibc/console.log.xz | Bin 235504 -> 238240 bytes
08-build_abe-stage2/console.log.xz | Bin 173992 -> 178100 bytes
09-benchmark/benchmark-build.log | 44 +-
09-benchmark/benchmark.log | 42 +-
09-benchmark/console.log.xz | Bin 3044 -> 3036 bytes
10-check_regression/console.log.xz | Bin 3424 -> 3496 bytes
10-check_regression/results-0.csv | 656966 +++++++++--------
10-check_regression/results-1.csv | 656969 ++++++++---------
10-check_regression/results-brief.csv | 58 +-
10-check_regression/results-full.csv | 247 +-
10-check_regression/results-internal.csv | 67 +-
10-check_regression/results-md5sum-0.csv | 51650 +-
10-check_regression/results-md5sum-1.csv | 51736 +-
10-check_regression/results-perf-0.csv | 249 +-
10-check_regression/results-perf-1.csv | 267 +-
10-check_regression/results-size-0.csv | 659227 +++++++++---------
10-check_regression/results-size-1.csv | 659227 +++++++++---------
10-check_regression/results-vect-0.csv | 46 +-
10-check_regression/results-vect-1.csv | 36 +-
10-check_regression/results.log | 5480 +-
11-update_baseline/console.log | 2539 +-
11-update_baseline/results-0.csv | 656966 +++++++++--------
11-update_baseline/results-1.csv | 656969 ++++++++---------
11-update_baseline/results-brief.csv | 58 +-
11-update_baseline/results-full.csv | 247 +-
11-update_baseline/results-internal.csv | 67 +-
11-update_baseline/results-md5sum-0.csv | 51650 +-
11-update_baseline/results-md5sum-1.csv | 51736 +-
11-update_baseline/results-perf-0.csv | 249 +-
11-update_baseline/results-perf-1.csv | 267 +-
11-update_baseline/results-size-0.csv | 659227 +++++++++---------
11-update_baseline/results-size-1.csv | 659227 +++++++++---------
11-update_baseline/results-vect-0.csv | 46 +-
11-update_baseline/results-vect-1.csv | 36 +-
11-update_baseline/results.log | 5396 +-
.../top-artifacts/save-temps/400.perlbench.tar.xz | Bin 6883124 -> 6892700 bytes
.../top-artifacts/save-temps/401.bzip2.tar.xz | Bin 417992 -> 416732 bytes
.../top-artifacts/save-temps/403.gcc.tar.xz | Bin 19383832 -> 19377248 bytes
.../top-artifacts/save-temps/410.bwaves.tar.xz | Bin 79300 -> 79516 bytes
.../top-artifacts/save-temps/416.gamess.tar.xz | Bin 28843240 -> 28842940 bytes
.../top-artifacts/save-temps/429.mcf.tar.xz | Bin 132884 -> 132492 bytes
.../top-artifacts/save-temps/433.milc.tar.xz | Bin 831996 -> 833288 bytes
.../top-artifacts/save-temps/434.zeusmp.tar.xz | Bin 1168368 -> 1168116 bytes
.../top-artifacts/save-temps/435.gromacs.tar.xz | Bin 5405032 -> 5401668 bytes
.../top-artifacts/save-temps/436.cactusADM.tar.xz | Bin 4183124 -> 4191376 bytes
.../top-artifacts/save-temps/437.leslie3d.tar.xz | Bin 292556 -> 292412 bytes
.../top-artifacts/save-temps/444.namd.tar.xz | Bin 1275488 -> 1273320 bytes
.../top-artifacts/save-temps/445.gobmk.tar.xz | Bin 8527168 -> 8556908 bytes
.../top-artifacts/save-temps/447.dealII.tar.xz | Bin 28780500 -> 28575728 bytes
.../top-artifacts/save-temps/450.soplex.tar.xz | Bin 4471644 -> 4459080 bytes
.../top-artifacts/save-temps/453.povray.tar.xz | Bin 6864280 -> 6883148 bytes
.../top-artifacts/save-temps/454.calculix.tar.xz | Bin 8633008 -> 8651004 bytes
.../top-artifacts/save-temps/456.hmmer.tar.xz | Bin 1880972 -> 1882780 bytes
.../top-artifacts/save-temps/458.sjeng.tar.xz | Bin 660228 -> 658344 bytes
.../top-artifacts/save-temps/459.GemsFDTD.tar.xz | Bin 1267780 -> 1269164 bytes
.../top-artifacts/save-temps/462.libquantum.tar.xz | Bin 241136 -> 242036 bytes
.../top-artifacts/save-temps/464.h264ref.tar.xz | Bin 2994640 -> 2997516 bytes
.../top-artifacts/save-temps/465.tonto.tar.xz | Bin 16195380 -> 16200124 bytes
.../top-artifacts/save-temps/470.lbm.tar.xz | Bin 81148 -> 81028 bytes
.../top-artifacts/save-temps/471.omnetpp.tar.xz | Bin 5863116 -> 5832816 bytes
.../top-artifacts/save-temps/473.astar.tar.xz | Bin 359228 -> 360232 bytes
.../top-artifacts/save-temps/481.wrf.tar.xz | Bin 12986672 -> 13012908 bytes
.../top-artifacts/save-temps/482.sphinx3.tar.xz | Bin 1316048 -> 1313796 bytes
.../top-artifacts/save-temps/483.xalancbmk.tar.xz | Bin 52730600 -> 52696592 bytes
jenkins/manifest.sh | 12 +-
results | 2 +-
results_id | 2 +-
save-temps/400.perlbench.tar.xz | Bin 6883124 -> 6892700 bytes
save-temps/401.bzip2.tar.xz | Bin 417992 -> 416732 bytes
save-temps/403.gcc.tar.xz | Bin 19383832 -> 19377248 bytes
save-temps/410.bwaves.tar.xz | Bin 79300 -> 79516 bytes
save-temps/416.gamess.tar.xz | Bin 28843240 -> 28842940 bytes
save-temps/429.mcf.tar.xz | Bin 132884 -> 132492 bytes
save-temps/433.milc.tar.xz | Bin 831996 -> 833288 bytes
save-temps/434.zeusmp.tar.xz | Bin 1168368 -> 1168116 bytes
save-temps/435.gromacs.tar.xz | Bin 5405032 -> 5401668 bytes
save-temps/436.cactusADM.tar.xz | Bin 4183124 -> 4191376 bytes
save-temps/437.leslie3d.tar.xz | Bin 292556 -> 292412 bytes
save-temps/444.namd.tar.xz | Bin 1275488 -> 1273320 bytes
save-temps/445.gobmk.tar.xz | Bin 8527168 -> 8556908 bytes
save-temps/447.dealII.tar.xz | Bin 28780500 -> 28575728 bytes
save-temps/450.soplex.tar.xz | Bin 4471644 -> 4459080 bytes
save-temps/453.povray.tar.xz | Bin 6864280 -> 6883148 bytes
save-temps/454.calculix.tar.xz | Bin 8633008 -> 8651004 bytes
save-temps/456.hmmer.tar.xz | Bin 1880972 -> 1882780 bytes
save-temps/458.sjeng.tar.xz | Bin 660228 -> 658344 bytes
save-temps/459.GemsFDTD.tar.xz | Bin 1267780 -> 1269164 bytes
save-temps/462.libquantum.tar.xz | Bin 241136 -> 242036 bytes
save-temps/464.h264ref.tar.xz | Bin 2994640 -> 2997516 bytes
save-temps/465.tonto.tar.xz | Bin 16195380 -> 16200124 bytes
save-temps/470.lbm.tar.xz | Bin 81148 -> 81028 bytes
save-temps/471.omnetpp.tar.xz | Bin 5863116 -> 5832816 bytes
save-temps/473.astar.tar.xz | Bin 359228 -> 360232 bytes
save-temps/481.wrf.tar.xz | Bin 12986672 -> 13012908 bytes
save-temps/482.sphinx3.tar.xz | Bin 1316048 -> 1313796 bytes
save-temps/483.xalancbmk.tar.xz | Bin 52730600 -> 52696592 bytes
102 files changed, 2743528 insertions(+), 2743479 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_kernel/gnu-master-aarch64-next-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 5a61fb2af 2: update: qemu-754f756cc4c6d9d14b7230c62b5bb20f9d655888: 20726
new fcdcf7471 2: update: linux-5469f0c06732a077c70a759a81f2a1f00b277694: 20781
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 (5a61fb2af)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-aarch6 [...]
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 1596 -> 1548 bytes
02-prepare_abe/console.log.xz | Bin 2768 -> 2748 bytes
03-build_abe-binutils/console.log.xz | Bin 29548 -> 29260 bytes
04-build_abe-stage1/console.log.xz | Bin 73216 -> 73000 bytes
05-build_abe-qemu/console.log.xz | Bin 32096 -> 33148 bytes
06-build_linux/console.log.xz | Bin 19884 -> 18296 bytes
08-check_regression/console.log.xz | Bin 480 -> 480 bytes
09-update_baseline/console.log | 122 +++++++++++++++++------------------
jenkins/manifest.sh | 10 +--
results | 2 +-
10 files changed, 67 insertions(+), 67 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 binutils-gdb.
from e9c5fe2f40e Automatic date update in version.in
new 94afbc7b1b2 [gdb/testsuite] Fix gdb.multi/attach-no-multi-process.exp w [...]
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:
gdb/testsuite/gdb.multi/attach-no-multi-process.exp | 9 ++++++---
1 file changed, 6 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_bootstrap/master-arm-bootstrap
in repository toolchain/ci/gcc.
from 95874f95095 Daily bump.
adds 75bbc3da3e5 Denormalize VR_VARYING to VR_RANGE before passing it to set [...]
No new revisions were added by this update.
Summary of changes:
gcc/tree-ssanames.cc | 11 ++++++++++-
1 file changed, 10 insertions(+), 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/master-arm-bootstrap
in repository toolchain/ci/base-artifacts.
discards cf928d112 0: update: binutils-gcc: 2
new e27a407c0 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 (cf928d112)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_bootstrap/master-arm [...]
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 -> 1528 bytes
02-prepare_abe/console.log.xz | Bin 2756 -> 2748 bytes
04-build_abe-binutils/console.log.xz | Bin 52940 -> 51776 bytes
05-build_abe-bootstrap/console.log.xz | Bin 461480 -> 460888 bytes
06-check_regression/console.log.xz | Bin 416 -> 416 bytes
07-update_baseline/console.log | 36 ----------------------------------
jenkins/manifest.sh | 8 ++++----
7 files changed, 4 insertions(+), 40 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.