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_build/master-aarch64
in repository toolchain/ci/linux.
from 24556728c305 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...]
adds c370baa32802 EDAC/i10nm: Release mdev/mbase when failing to detect HBM
adds 494603e06b3c Merge tag 'edac_urgent_for_v5.16' of git://git.kernel.org/ [...]
adds 46669e8616c6 md/raid1: fix missing bitmap update w/o WriteMostly devices
adds 26bc4f019c10 Merge branch 'md-fixes' of https://git.kernel.org/pub/scm/ [...]
adds 35632d92ef2d Merge tag 'block-5.16-2022-01-07' of git://git.kernel.dk/l [...]
adds 1756d7994ad8 cgroup: Use open-time credentials for process migraton per [...]
adds 0d2b5955b362 cgroup: Allocate cgroup_file_ctx for kernfs_open_file->priv
adds e57457641613 cgroup: Use open-time cgroup namespace for process migrati [...]
adds b09c2baa5634 selftests: cgroup: Make cg_create() use 0755 for permissio [...]
adds 613e040e4dc2 selftests: cgroup: Test open-time credential usage for mig [...]
adds bf35a7879f1d selftests: cgroup: Test open-time cgroup namespace usage f [...]
new d1587f7bfe9a Merge branch 'for-5.16-fixes' of git://git.kernel.org/pub/ [...]
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:
drivers/edac/i10nm_base.c | 9 ++
drivers/md/raid1.c | 3 +-
kernel/cgroup/cgroup-internal.h | 19 +++
kernel/cgroup/cgroup-v1.c | 33 +++---
kernel/cgroup/cgroup.c | 88 +++++++++-----
tools/testing/selftests/cgroup/cgroup_util.c | 2 +-
tools/testing/selftests/cgroup/test_core.c | 165 +++++++++++++++++++++++++++
7 files changed, 274 insertions(+), 45 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_build/master-aarch64
in repository toolchain/ci/base-artifacts.
discards 92bb3e8 0: update: binutils-gcc-linux-glibc-gdb-qemu: 7
new e3e0f6b 0: update: binutils-gcc-linux-glibc-gdb-qemu: 7
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 (92bb3e8)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_cross_build/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 1560 -> 1612 bytes
02-prepare_abe/console.log.xz | Bin 2776 -> 2764 bytes
04-build_abe-binutils/console.log.xz | Bin 30772 -> 30440 bytes
05-build_abe-stage1/console.log.xz | Bin 71832 -> 71184 bytes
06-clean_sysroot/console.log.xz | Bin 328 -> 328 bytes
07-build_abe-linux/console.log.xz | Bin 8848 -> 8932 bytes
08-build_abe-glibc/console.log.xz | Bin 236416 -> 236712 bytes
09-build_abe-stage2/console.log.xz | Bin 194552 -> 194892 bytes
10-build_abe-gdb/console.log.xz | Bin 38184 -> 38000 bytes
11-build_abe-qemu/console.log.xz | Bin 30772 -> 30764 bytes
12-check_regression/console.log.xz | Bin 416 -> 416 bytes
13-update_baseline/console.log | 16 ++++++++--------
jenkins/manifest.sh | 26 +++++++++++++-------------
13 files changed, 21 insertions(+), 21 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-aarch64
in repository toolchain/ci/gcc.
from a64478660ee [Ada] Read directory in Ada.Directories.Start_Search rather [...]
adds 42ae7ebfb26 i386: Robustify V2QI and V4QI move patterns
adds 997130f778c target: [PR102941] Fix inline-asm flags with non-REG_P output
adds 6cd51207f57 c++: check delete access with trivial init [PR20040]
new c1b7d28a598 analyzer: add region::is_named_decl_p
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/analyzer/region.cc | 14 +++
gcc/analyzer/region.h | 2 +
gcc/config/arm/aarch-common.c | 2 +-
gcc/config/i386/mmx.md | 16 +++-
gcc/cp/cp-tree.h | 1 +
gcc/cp/init.c | 128 ++++++++++++++------------
gcc/doc/analyzer.texi | 10 ++
gcc/testsuite/g++.dg/init/delete4.C | 14 +++
gcc/testsuite/gcc.target/aarch64/asm-flag-7.c | 22 +++++
gcc/testsuite/gcc.target/arm/asm-flag-7.c | 23 +++++
10 files changed, 166 insertions(+), 66 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/init/delete4.C
create mode 100644 gcc/testsuite/gcc.target/aarch64/asm-flag-7.c
create mode 100644 gcc/testsuite/gcc.target/arm/asm-flag-7.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_gcc_check/master-aarch64
in repository toolchain/ci/base-artifacts.
discards 4c473a9 0: update: binutils-gcc: 1
new e0fd5bc 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 (4c473a9)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_check/master-aarch64 [...]
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 1532 -> 1524 bytes
02-prepare_abe/console.log.xz | Bin 2768 -> 2732 bytes
03-build_abe-binutils/console.log.xz | Bin 39408 -> 37656 bytes
04-build_abe-gcc/console.log.xz | Bin 203860 -> 202548 bytes
05-build_abe-dejagnu/console.log.xz | Bin 3880 -> 3904 bytes
06-build_abe-check_gcc/console.log.xz | Bin 2776 -> 2632 bytes
07-check_regression/console.log.xz | Bin 3184 -> 3152 bytes
07-check_regression/fails.sum | 7 +-
07-check_regression/results.compare | 33 +-
07-check_regression/results.compare2 | 60 +-
07-check_regression/results.regressions | 33 +-
08-update_baseline/console.log | 563 ++--
08-update_baseline/fails.sum | 7 +-
08-update_baseline/results.compare | 33 +-
08-update_baseline/results.compare2 | 60 +-
08-update_baseline/results.regressions | 33 +-
jenkins/manifest.sh | 12 +-
sumfiles/g++.log.xz | Bin 3480424 -> 3449116 bytes
sumfiles/g++.sum | 144 +-
sumfiles/gcc.log.xz | Bin 2959868 -> 2951416 bytes
sumfiles/gcc.sum | 4657 ++++++++++++++++---------------
sumfiles/gfortran.log.xz | Bin 1022652 -> 1024852 bytes
sumfiles/gfortran.sum | 40 +-
sumfiles/libatomic.log.xz | Bin 2176 -> 2180 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 175892 -> 175948 bytes
sumfiles/libgomp.sum | 16 +-
sumfiles/libitm.log.xz | Bin 2540 -> 2540 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 423392 -> 423748 bytes
sumfiles/libstdc++.sum | 10 +-
31 files changed, 2884 insertions(+), 2834 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-release-aarch64-next-allmodconfig
in repository toolchain/ci/linux.
from 2ce1b21cb332 ASoC: rsnd: fixup DMAEngine API
adds 9bb4e4bae5a1 ASoC: rt9120: Update internal ocp level to the correct value
adds 8f1f1846d78a ASoC: rt9120: Fix clock auto sync issue when fs is the mul [...]
adds dbe638f71eae ASoC: rt9120: Add the compatibility with rt9120s
adds 58da0d84fdd2 Merge series "" from :
No new revisions were added by this update.
Summary of changes:
sound/soc/codecs/rt9120.c | 58 +++++++++++++++++++++++++++++++++++++++--------
1 file changed, 48 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_kernel/gnu-release-aarch64-next-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 548151e 0: reset: linux-2ce1b21cb3326e12af3c72c47e1d294b19d73947: boot
new 9d12731 0: update: linux-58da0d84fdd2563939dafa48334e190fad1b536c: 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 (548151e)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-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 1592 -> 1616 bytes
02-prepare_abe/console.log.xz | Bin 2760 -> 2780 bytes
03-build_abe-binutils/console.log.xz | Bin 41800 -> 42168 bytes
04-build_abe-stage1/console.log.xz | Bin 69084 -> 68900 bytes
05-build_abe-qemu/console.log.xz | Bin 31264 -> 31272 bytes
06-build_linux/console.log.xz | Bin 3228 -> 3240 bytes
07-boot_linux/console.log.xz | Bin 508 -> 508 bytes
08-check_regression/console.log.xz | Bin 412 -> 412 bytes
09-update_baseline/console.log | 14 +++++++-------
jenkins/manifest.sh | 10 +++++-----
reset-baseline | 0
11 files changed, 12 insertions(+), 12 deletions(-)
delete mode 100644 reset-baseline
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.