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-release-arm-mainline-defconfig
in repository toolchain/ci/linux.
from fc4f28bb3daf Merge tag 'for-5.9-rc5-tag' of git://git.kernel.org/pub/sc [...]
adds 19873eec7e13 Drivers: hv: vmbus: hibernation: do not hang forever in vm [...]
adds 911e1987efc8 Drivers: hv: vmbus: Add timeout to vmbus_wait_for_unload
new 00acc5050632 Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pu [...]
adds bc62d68e2a0a device_cgroup: Fix RCU list debugging warning
new 1e484d388773 Merge tag 'fixes-v5.9a' of git://git.kernel.org/pub/scm/li [...]
adds 244359c99fd9 scsi: libsas: Fix error path in sas_notify_lldd_dev_found()
new 9803ab172228 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/lin [...]
new 6279e774b0e4 MAINTAINERS: Fix Max's and Shravan's emails
adds 3dabfa2bda48 clk: davinci: Use the correct size when allocating memory
adds e9c006bc782c clk: rockchip: Fix initialization of mux_pll_src_4plls_p
adds 73a203b0dc56 clk: bcm: dvp: Select the reset framework
adds da9c43dc0e2e clk: versatile: Add of_node_put() before return statement
adds d2249bf25c56 clk: qcom: lpass: Correct goto target in lpass_core_sc7180 [...]
new 05da40eb47cd Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pu [...]
The 5 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 | 4 ++--
drivers/clk/bcm/Kconfig | 1 +
drivers/clk/davinci/pll.c | 2 +-
drivers/clk/qcom/lpasscorecc-sc7180.c | 7 ++++---
drivers/clk/rockchip/clk-rk3228.c | 2 +-
drivers/clk/versatile/clk-impd1.c | 4 +++-
drivers/hv/channel_mgmt.c | 7 +++++--
drivers/hv/vmbus_drv.c | 9 +++++++--
drivers/scsi/libsas/sas_discover.c | 3 ++-
security/device_cgroup.c | 3 ++-
10 files changed, 28 insertions(+), 14 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-release-arm-mainline-defconfig
in repository toolchain/ci/base-artifacts.
discards b02be901 0: update: llvm-linux: boot
new 0487a3b8 0: update: llvm-linux: 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 (b02be901)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-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 | 184 +-
02-build_llvm/console.log | 12658 +++++++++++++++++-----------------
03-build_linux/console.log | 660 +-
04-boot_linux/console.log | 494 +-
05-check_regression/console.log | 20 +-
06-update_baseline/console.log | 18 +-
console.log | 14034 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
8 files changed, 14038 insertions(+), 14038 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 8155316c6fc c++: local-scope OMP UDR reductions have no template head
new 8b75204b27c Work harder to avoid -Wuninitialized for objects of empty s [...]
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/testsuite/g++.dg/warn/Wuninitialized-11.C | 26 ++++++++++++++++++++++++++
gcc/tree-ssa-uninit.c | 2 ++
2 files changed, 28 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/warn/Wuninitialized-11.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_kernel/gnu-release-arm-lts-allyesconfig
in repository toolchain/ci/gcc.
from 04a9b796436 [PATCH, rs6000] Fix vector long long subtype (PR96139)
adds b0dc0c07a27 Daily bump.
adds c5aca0333b7 add intrinsics for vld1(q)_x4 and vst1(q)_x4
No new revisions were added by this update.
Summary of changes:
gcc/ChangeLog | 15 +
gcc/DATESTAMP | 2 +-
gcc/config/aarch64/aarch64-simd-builtins.def | 6 +
gcc/config/aarch64/aarch64-simd.md | 44 ++
gcc/config/aarch64/arm_neon.h | 508 +++++++++++++++++++++
gcc/testsuite/ChangeLog | 14 +
.../gcc.target/aarch64/advsimd-intrinsics/vld1x4.c | 83 ++++
.../gcc.target/aarch64/advsimd-intrinsics/vst1x4.c | 83 ++++
8 files changed, 754 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/advsimd-intrinsics/vld1x4.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/advsimd-intrinsics/vst1x4.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_kernel/gnu-release-arm-lts-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 4858db1b 0: update: binutils-gcc-linux: all
new 7a87c2ed 0: update: binutils-gcc-linux: all
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 (4858db1b)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-arm-l [...]
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 | 220 +-
02-prepare_abe/console.log | 190 +-
03-build_abe-binutils/console.log | 11302 +++++------
04-build_abe-stage1/console.log | 18356 +++++++++---------
05-build_linux/console.log | 836 +-
06-boot_linux/console.log | 2 +-
07-check_regression/console.log | 28 +-
07-check_regression/results.regressions | 2 +-
08-update_baseline/console.log | 18 +-
08-update_baseline/results.regressions | 2 +-
console.log | 30952 +++++++++++++++---------------
jenkins/manifest.sh | 8 +-
12 files changed, 31020 insertions(+), 30896 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 d1339b519ae libbacktrace, Mach-O : Support PowerPC archs.
new 8155316c6fc c++: local-scope OMP UDR reductions have no template head
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/cp/cp-tree.h | 2 +-
gcc/cp/pt.c | 55 ++++++++++++++++++++---------------
gcc/cp/semantics.c | 17 ++++++-----
gcc/testsuite/g++.dg/gomp/udr-2.C | 1 +
libgomp/testsuite/libgomp.c++/udr-3.C | 1 +
5 files changed, 43 insertions(+), 33 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-arm-bootstrap_O1
in repository toolchain/ci/base-artifacts.
discards 926a2614 0: update: gcc-3c035affb6f5a676365cfef9516945b168ff333e: 1
new 1fdf91ad 0: update: gcc-c5aca0333b723d5e20366593cd01047d105f54e4: 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 (926a2614)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-release-arm-boot [...]
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 | 137 +-
02-prepare_abe/console.log | 326 +-
04-build_abe-bootstrap_O1/console.log | 88725 +++++++++++++++----------------
05-check_regression/console.log | 6 +-
06-update_baseline/console.log | 4 +-
console.log | 89230 ++++++++++++++++----------------
jenkins/manifest.sh | 8 +-
7 files changed, 89219 insertions(+), 89217 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.