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-arm-bootstrap_lto
in repository toolchain/ci/binutils-gdb.
from 19892fedb7 x86: Properly check invalid relocation against protected symbol
adds 5c0b4ee406 i386: Don't allow GOTOFF relocation against IFUNC symbol for PIC
No new revisions were added by this update.
Summary of changes:
bfd/elf32-i386.c | 5 +++++
ld/testsuite/ld-i386/pr27998a.d | 2 +-
ld/testsuite/ld-i386/pr27998b.d | 6 +-----
ld/testsuite/ld-ifunc/ifunc-2-i386-now.d | 2 +-
ld/testsuite/ld-ifunc/ifunc-2-i386.s | 2 +-
ld/testsuite/ld-ifunc/ifunc-2-local-i386-now.d | 2 +-
ld/testsuite/ld-ifunc/ifunc-2-local-i386.s | 2 +-
7 files changed, 11 insertions(+), 10 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/release-arm-bootstrap_lto
in repository toolchain/ci/base-artifacts.
discards 0bf4a884 0: update: binutils-gcc: 2
new 0b52655b 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 (0bf4a884)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_bootstrap/release-ar [...]
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 1724 -> 1600 bytes
02-prepare_abe/console.log.xz | Bin 2772 -> 2744 bytes
04-build_abe-binutils/console.log.xz | Bin 49884 -> 50248 bytes
05-build_abe-bootstrap_lto/console.log.xz | Bin 461968 -> 459848 bytes
06-check_regression/console.log.xz | Bin 416 -> 416 bytes
07-update_baseline/console.log | 18 +++++++++---------
jenkins/manifest.sh | 14 +++++++-------
7 files changed, 16 insertions(+), 16 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 718cf8d0bd3 docs: remove recently added trailing whitespaces
new eb966d393df aarch64: Implement ACLE Data Intrinsics
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/config/aarch64/aarch64-builtins.cc | 71 ++++
gcc/config/aarch64/aarch64.md | 13 +-
gcc/config/aarch64/arm_acle.h | 53 +++
.../gcc.target/aarch64/acle/data-intrinsics.c | 468 +++++++++++++++++++++
4 files changed, 602 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/acle/data-intrinsics.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_gnu_native_check_binutils/master-arm
in repository toolchain/ci/linux.
from 515f71412bb7 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...]
adds 25c2a075eb6a clk: lan966x: Fix the lan966x clock gate register address
adds 714b82c18ba0 Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pu [...]
adds 28a99e95f55c x86/amd: Use IBPB for firmware calls
adds 908fc4c2abdb virt: sev-guest: Pass the appropriate argument type to iounmap()
adds 65cdf0d623be x86/alternative: Report missing return thunk details
adds eb23b5ef9131 x86/bugs: Warn when "ibrs" mitigation is selected on Enhan [...]
adds efc72a665a61 lkdtm: Disable return thunks in rodata.c
adds b648ab487f31 x86/speculation: Make all RETbleed mitigations 64-bit only
adds 05017fed92de Merge tag 'x86_urgent_for_v5.19_rc8' of git://git.kernel.o [...]
adds ddfc710395cc sched/deadline: Fix BUG_ON condition for deboosted tasks
adds c2602a7ce0fc Merge tag 'sched_urgent_for_v5.19_rc8' of git://git.kernel [...]
adds b0380e13502a perf/x86/intel/lbr: Fix unchecked MSR access error on HSW
adds af2c9ac24019 Merge tag 'perf_urgent_for_v5.19_rc8' of git://git.kernel. [...]
adds e90886291c7c certs: make system keyring depend on x509 parser
adds e0dccc3b76fb Linux 5.19-rc8
No new revisions were added by this update.
Summary of changes:
Makefile | 2 +-
arch/x86/Kconfig | 8 ++++----
arch/x86/Makefile | 1 +
arch/x86/events/intel/lbr.c | 19 ++++++++++---------
arch/x86/include/asm/cpufeatures.h | 1 +
arch/x86/include/asm/nospec-branch.h | 2 ++
arch/x86/kernel/alternative.c | 4 +++-
arch/x86/kernel/cpu/bugs.c | 14 +++++++++++++-
certs/Kconfig | 1 +
drivers/clk/clk-lan966x.c | 2 +-
drivers/misc/lkdtm/Makefile | 9 ++++++---
drivers/virt/coco/sev-guest/sev-guest.c | 9 ++++++---
kernel/sched/deadline.c | 5 ++++-
13 files changed, 53 insertions(+), 24 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_native_check_binutils/master-arm
in repository toolchain/ci/base-artifacts.
discards df369593 0: update: binutils-gcc-linux-glibc-gdb: 1
new 2a231e78 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 (df369593)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_native_check_binutil [...]
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 1616 -> 1620 bytes
02-prepare_abe/console.log.xz | Bin 2728 -> 2764 bytes
03-build_abe-binutils/console.log.xz | Bin 51108 -> 52740 bytes
04-build_abe-gcc/console.log.xz | Bin 232580 -> 232924 bytes
05-clean_sysroot/console.log.xz | Bin 316 -> 316 bytes
06-build_abe-linux/console.log.xz | Bin 8848 -> 8524 bytes
07-build_abe-glibc/console.log.xz | Bin 232424 -> 231792 bytes
08-build_abe-gdb/console.log.xz | Bin 49564 -> 49868 bytes
09-build_abe-dejagnu/console.log.xz | Bin 3816 -> 3808 bytes
10-build_abe-check_binutils/console.log.xz | Bin 2292 -> 2328 bytes
11-check_regression/console.log.xz | Bin 2292 -> 2284 bytes
11-check_regression/results.compare | 8 +-
11-check_regression/results.compare2 | 6 +-
12-update_baseline/console.log | 118 +++++-----
12-update_baseline/results.compare | 8 +-
12-update_baseline/results.compare2 | 6 +-
jenkins/manifest.sh | 22 +-
sumfiles/binutils.log.xz | Bin 55400 -> 55696 bytes
sumfiles/binutils.sum | 58 ++---
sumfiles/gas.log.xz | Bin 97836 -> 97744 bytes
sumfiles/gas.sum | 268 +++++++++++------------
sumfiles/ld.log.xz | Bin 130960 -> 130880 bytes
sumfiles/ld.sum | 336 +++++++++++++++--------------
23 files changed, 416 insertions(+), 414 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/release-aarch64
in repository toolchain/ci/gcc.
from 64edeadbcce Daily bump.
adds 98ce66a48fb libstdc++: Do not include <cxxabi.h> in <stacktrace>
adds ca82e7900f4 libstdc++: check for openat
adds 4eb15eceaac libstdc++: check for openat with dirfd in std::filesystem
adds 4be7b79d055 libstdc++: Do not optimize away storing pathname if it's needed
adds 2a1263d3638 Daily bump.
adds 8b85716d35c Daily bump.
adds 16ea82f0fc9 Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 2 +-
libstdc++-v3/ChangeLog | 39 ++++++++++++++++++++++
libstdc++-v3/acinclude.m4 | 12 +++++++
libstdc++-v3/config.h.in | 3 ++
libstdc++-v3/configure | 55 ++++++++++++++++++++++++++++++++
libstdc++-v3/include/std/stacktrace | 8 ++++-
libstdc++-v3/src/c++17/fs_dir.cc | 4 +--
libstdc++-v3/src/filesystem/dir-common.h | 2 +-
libstdc++-v3/src/filesystem/dir.cc | 2 +-
9 files changed, 121 insertions(+), 6 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/release-aarch64
in repository toolchain/ci/binutils-gdb.
from 19892fedb7 x86: Properly check invalid relocation against protected symbol
adds 5c0b4ee406 i386: Don't allow GOTOFF relocation against IFUNC symbol for PIC
No new revisions were added by this update.
Summary of changes:
bfd/elf32-i386.c | 5 +++++
ld/testsuite/ld-i386/pr27998a.d | 2 +-
ld/testsuite/ld-i386/pr27998b.d | 6 +-----
ld/testsuite/ld-ifunc/ifunc-2-i386-now.d | 2 +-
ld/testsuite/ld-ifunc/ifunc-2-i386.s | 2 +-
ld/testsuite/ld-ifunc/ifunc-2-local-i386-now.d | 2 +-
ld/testsuite/ld-ifunc/ifunc-2-local-i386.s | 2 +-
7 files changed, 11 insertions(+), 10 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/release-aarch64
in repository toolchain/ci/base-artifacts.
discards d7b75efd 0: update: binutils-gcc: 1
new 8e69a8d3 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 (d7b75efd)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_check/release-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 1588 -> 1588 bytes
02-prepare_abe/console.log.xz | Bin 2716 -> 2732 bytes
03-build_abe-binutils/console.log.xz | Bin 38172 -> 38320 bytes
04-build_abe-gcc/console.log.xz | Bin 199788 -> 200164 bytes
05-build_abe-dejagnu/console.log.xz | Bin 3816 -> 3872 bytes
06-build_abe-check_gcc/console.log.xz | Bin 2316 -> 2320 bytes
07-check_regression/console.log.xz | Bin 8240 -> 3372 bytes
07-check_regression/extra-bisect-params | 2 +-
07-check_regression/fails.sum | 18 +-
07-check_regression/results.compare | 54 +-
07-check_regression/results.compare2 | 1337 +--------
07-check_regression/results.regressions | 54 +-
08-update_baseline/console.log | 1841 ++----------
08-update_baseline/extra-bisect-params | 2 +-
08-update_baseline/fails.sum | 18 +-
08-update_baseline/results.compare | 54 +-
08-update_baseline/results.compare2 | 1337 +--------
08-update_baseline/results.regressions | 54 +-
jenkins/manifest.sh | 12 +-
sumfiles/g++.log.xz | Bin 3519136 -> 3501700 bytes
sumfiles/g++.sum | 134 +-
sumfiles/gcc.log.xz | Bin 2999128 -> 3010504 bytes
sumfiles/gcc.sum | 4678 +++++++++++++++----------------
sumfiles/gfortran.log.xz | Bin 1026900 -> 1035776 bytes
sumfiles/gfortran.sum | 53 +-
sumfiles/libatomic.log.xz | Bin 2188 -> 2184 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 201444 -> 201804 bytes
sumfiles/libgomp.sum | 16 +-
sumfiles/libitm.log.xz | Bin 2544 -> 2540 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 434408 -> 441836 bytes
sumfiles/libstdc++.sum | 10 +-
33 files changed, 2924 insertions(+), 6760 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/llvm-master-arm-mainline-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 85895491 4: update: linux-e0dccc3b76fb35bb257b4118367a883073d7390e: 22763
new ae94457f 4: update: binutils-2cb10f02b0e0d0d062c97c19defef1e5e334b13b: 22763
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 (85895491)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-arm-m [...]
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 1640 -> 1680 bytes
02-prepare_abe/console.log.xz | Bin 2748 -> 2756 bytes
03-build_abe-binutils/console.log.xz | Bin 29620 -> 30148 bytes
04-build_kernel_llvm/console.log.xz | Bin 66356 -> 64928 bytes
05-build_abe-qemu/console.log.xz | Bin 32944 -> 32868 bytes
06-build_linux/console.log.xz | Bin 4608 -> 7164 bytes
08-check_regression/console.log.xz | Bin 476 -> 480 bytes
09-update_baseline/console.log | 66 +++++++++++++++++------------------
jenkins/manifest.sh | 8 ++---
9 files changed, 37 insertions(+), 37 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.
"David Spickett pushed a change to branch master
in repository toolchain/llvm/linaro-scripts.
from 006315f llvm monitor: Ignore buildkite builds of release branches
new fdf26da llvm buildbot monitor: armv8-lld-2stage is now silent
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:
monitor/linaro.json | 8 ++++++--
1 file changed, 6 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-arm-bootstrap
in repository toolchain/ci/gcc.
from 6078e013e3d Daily bump.
adds 45f6ced9b82 c++: correct testcase PR number
adds 75d20d6c84c rs6000: Adjust -mdejagnu-cpu to filter out -mtune [PR106345]
adds 1a10bd84a5d frange class to represent floating point ranges
adds 718cf8d0bd3 docs: remove recently added trailing whitespaces
No new revisions were added by this update.
Summary of changes:
gcc/config/rs6000/rs6000.h | 11 +-
gcc/doc/extend.texi | 12 +-
gcc/doc/invoke.texi | 10 +-
gcc/testsuite/g++.dg/cpp0x/nsdmi-union7.C | 2 +-
gcc/value-range-pretty-print.cc | 41 +++++++
gcc/value-range-pretty-print.h | 2 +
gcc/value-range-storage.h | 27 ++++-
gcc/value-range.cc | 195 +++++++++++++++++++++++++++++-
gcc/value-range.h | 194 ++++++++++++++++++++++++++++-
9 files changed, 471 insertions(+), 23 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/base-artifacts.
discards 20f84ccc 0: update: binutils-gcc: 2
new 59687eb7 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 (20f84ccc)
\
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 1592 -> 1596 bytes
02-prepare_abe/console.log.xz | Bin 2732 -> 2736 bytes
04-build_abe-binutils/console.log.xz | Bin 52192 -> 51256 bytes
05-build_abe-bootstrap/console.log.xz | Bin 463536 -> 467512 bytes
06-check_regression/console.log.xz | Bin 416 -> 416 bytes
07-update_baseline/console.log | 18 +++++++++---------
jenkins/manifest.sh | 8 ++++----
7 files changed, 13 insertions(+), 13 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/llvm-master-aarch64-lts-allmodconfig
in repository toolchain/ci/base-artifacts.
discards b4f98f09 0: update: binutils-llvm-linux-qemu: boot
new e7b82025 0: update: binutils-llvm-linux-qemu: boot
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 (b4f98f09)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-aarch [...]
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 1852 -> 1660 bytes
02-prepare_abe/console.log.xz | Bin 2760 -> 2748 bytes
03-build_abe-binutils/console.log.xz | Bin 31120 -> 30764 bytes
04-build_kernel_llvm/console.log.xz | Bin 66628 -> 66248 bytes
05-build_abe-qemu/console.log.xz | Bin 31692 -> 31088 bytes
06-build_linux/console.log.xz | Bin 4268 -> 4068 bytes
07-boot_linux/console.log.xz | Bin 508 -> 508 bytes
08-check_regression/console.log.xz | Bin 416 -> 412 bytes
09-update_baseline/console.log | 64 +++++++++++++++++------------------
jenkins/manifest.sh | 22 ++++++------
10 files changed, 43 insertions(+), 43 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.
"David Spickett pushed a change to branch master
in repository toolchain/jenkins-scripts.
from 39dd5096 tcwg-llvm-release.sh: Fix git-ref
new 19bd2b3a tcwg-update-llvmbot-containers.sh: Move armv8-lld-2stage to silent
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:
tcwg-update-llvmbot-containers.sh | 8 +++++++-
1 file changed, 7 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_gnu_cross_check_gcc/master-arm
in repository toolchain/ci/gcc.
from 6078e013e3d Daily bump.
adds 45f6ced9b82 c++: correct testcase PR number
adds 75d20d6c84c rs6000: Adjust -mdejagnu-cpu to filter out -mtune [PR106345]
No new revisions were added by this update.
Summary of changes:
gcc/config/rs6000/rs6000.h | 11 +++++++----
gcc/testsuite/g++.dg/cpp0x/nsdmi-union7.C | 2 +-
2 files changed, 8 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.