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-next-defconfig
in repository toolchain/ci/base-artifacts.
discards 04e4fa401 0: update: llvm-linux: boot
new 6d1c26490 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 (04e4fa401)
\
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 | 124 +-
02-build_llvm/console.log | 12812 +++++++++++++++++-----------------
03-build_linux/console.log | 841 ++-
04-boot_linux/console.log | 378 +-
05-check_regression/console.log | 12 +-
06-update_baseline/console.log | 12 +-
console.log | 14203 +++++++++++++++++++-------------------
jenkins/manifest.sh | 12 +-
results | 2 +-
9 files changed, 14197 insertions(+), 14199 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-arm-mainline-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 4270e9fe0 0: update: binutils-gcc-linux: all
new 592548d1c 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 (4270e9fe0)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-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 | 52 +-
02-prepare_abe/console.log | 415 +-
03-build_abe-binutils/console.log | 11189 ++++++-------
04-build_abe-stage1/console.log | 18160 +++++++++++----------
05-build_linux/console.log | 814 +-
06-boot_linux/console.log | 2 +-
07-check_regression/console.log | 2 +-
08-update_baseline/console.log | 2 +-
console.log | 30470 ++++++++++++++++++------------------
jenkins/manifest.sh | 12 +-
regressions.txt | 2 +-
11 files changed, 30566 insertions(+), 30554 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-aarch64-mainline-allmodconfig
in repository toolchain/ci/linux.
from fb33c6510d55 Linux 5.6-rc6
adds 45939ce292b4 ARM: 8957/1: VDSO: Match ARMv8 timer in cntvct_functional()
adds f87b1c49bc67 ARM: 8958/1: rename missed uaccess .fixup section
adds 89604523a76e ARM: 8961/2: Fix Kbuild issue caused by per-task stack pro [...]
adds 3d135f522476 Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
adds 42f502dfe132 HID: hid-picolcd_fb: Use scnprintf() for avoiding potentia [...]
adds 62a1a5803959 HID: hid-sensor-custom: Use scnprintf() for avoiding poten [...]
adds 58322a1590fc HID: google: add moonball USB id
adds 819d578d51d0 HID: add ALWAYS_POLL quirk to lenovo pixart mouse
adds ac309e7744be Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
No new revisions were added by this update.
Summary of changes:
arch/arm/Makefile | 4 +++-
arch/arm/boot/compressed/Makefile | 4 ++--
arch/arm/kernel/vdso.c | 2 ++
arch/arm/lib/copy_from_user.S | 2 +-
drivers/hid/hid-google-hammer.c | 2 ++
drivers/hid/hid-ids.h | 2 ++
drivers/hid/hid-picolcd_fb.c | 4 ++--
drivers/hid/hid-quirks.c | 1 +
drivers/hid/hid-sensor-custom.c | 6 +++---
9 files changed, 18 insertions(+), 9 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-aarch64-mainline-allmodconfig
in repository toolchain/ci/llvm-project.
from 39930d67fff Add new website to release notes.
adds 9e0bd5ec03c [Concepts] Fix incorrect DeclContext for transformed Requir [...]
adds 135744ce689 [Concepts] Fix incorrect control flow when TryAnnotateTypeC [...]
No new revisions were added by this update.
Summary of changes:
clang/include/clang/Sema/Sema.h | 6 ++++--
clang/lib/Parse/ParseDecl.cpp | 6 ++++++
clang/lib/Parse/ParseTemplate.cpp | 3 ++-
clang/lib/Sema/SemaTemplate.cpp | 13 ++++++++-----
clang/lib/Sema/TreeTransform.h | 2 +-
clang/test/SemaCXX/invalid-member-expr.cpp | 1 +
clang/test/SemaCXX/typo-correction.cpp | 5 +++--
clang/test/SemaTemplate/instantiate-requires-expr.cpp | 13 +++++++++++++
clang/test/SemaTemplate/ms-lookup-template-base-classes.cpp | 1 +
9 files changed, 39 insertions(+), 11 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-aarch64-mainline-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 337704071 0: update: llvm-linux: boot
new c6ce6dbd2 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 (337704071)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-aarc [...]
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 | 182 +-
02-build_llvm/console.log | 12612 ++++++++--------
03-build_linux/console.log | 17180 +++++++++++-----------
05-check_regression/console.log | 12 +-
06-update_baseline/console.log | 12 +-
console.log | 29998 +++++++++++++++++++-------------------
jenkins/manifest.sh | 12 +-
7 files changed, 30006 insertions(+), 30002 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-stable-defconfig
in repository toolchain/ci/base-artifacts.
discards 5541c4351 0: update: binutils-gcc-linux: boot
new 34a814034 0: update: binutils-gcc-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 (5541c4351)
\
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 | 171 +-
02-prepare_abe/console.log | 342 +-
03-build_abe-binutils/console.log | 11508 ++++++++--------
04-build_abe-stage1/console.log | 13631 +++++++++---------
05-build_linux/console.log | 826 +-
06-boot_linux/console.log | 352 +-
07-check_regression/console.log | 2 +-
08-update_baseline/console.log | 2 +-
console.log | 26834 ++++++++++++++++++------------------
jenkins/manifest.sh | 8 +-
regressions.txt | 2 +-
11 files changed, 26825 insertions(+), 26853 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-aarch64-bootstrap_O3
in repository toolchain/ci/base-artifacts.
discards 524cd0c55 0: update: gcc-c3747bca3849b1e06358db9cb2389d8089c49e3e: 1
new 2a66d6adf 0: update: gcc-65de83595faeccd83bc0fefbfb79768f8a3bb2b6: 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 (524cd0c55)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-release-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 | 14 +-
02-prepare_abe/console.log | 276 +-
03-build_abe-bootstrap_O3/console.log | 66253 +++++++++++++++----------------
05-check_regression/console.log | 2 +-
06-update_baseline/console.log | 2 +-
console.log | 66547 ++++++++++++++++----------------
jenkins/manifest.sh | 8 +-
regressions.txt | 12 +-
8 files changed, 66562 insertions(+), 66552 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-arm-mainline-allyesconfig
in repository toolchain/ci/linux.
from fb33c6510d55 Linux 5.6-rc6
adds 45939ce292b4 ARM: 8957/1: VDSO: Match ARMv8 timer in cntvct_functional()
adds f87b1c49bc67 ARM: 8958/1: rename missed uaccess .fixup section
adds 89604523a76e ARM: 8961/2: Fix Kbuild issue caused by per-task stack pro [...]
adds 3d135f522476 Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
adds 42f502dfe132 HID: hid-picolcd_fb: Use scnprintf() for avoiding potentia [...]
adds 62a1a5803959 HID: hid-sensor-custom: Use scnprintf() for avoiding poten [...]
adds 58322a1590fc HID: google: add moonball USB id
adds 819d578d51d0 HID: add ALWAYS_POLL quirk to lenovo pixart mouse
adds ac309e7744be Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
No new revisions were added by this update.
Summary of changes:
arch/arm/Makefile | 4 +++-
arch/arm/boot/compressed/Makefile | 4 ++--
arch/arm/kernel/vdso.c | 2 ++
arch/arm/lib/copy_from_user.S | 2 +-
drivers/hid/hid-google-hammer.c | 2 ++
drivers/hid/hid-ids.h | 2 ++
drivers/hid/hid-picolcd_fb.c | 4 ++--
drivers/hid/hid-quirks.c | 1 +
drivers/hid/hid-sensor-custom.c | 6 +++---
9 files changed, 18 insertions(+), 9 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.