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-defconfig
in repository toolchain/ci/base-artifacts.
discards 35b4cc9 0: update: binutils-gcc-linux: boot
new 617d198 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 (35b4cc9)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-ma [...]
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 | 221 +-
02-prepare_abe/console.log | 444 +-
03-build_abe-binutils/console.log | 11557 ++++++------
04-build_abe-stage1/console.log | 20371 ++++++++++----------
05-build_linux/console.log | 3212 ++--
06-boot_linux/console.log | 414 +-
07-check_regression/console.log | 10 +-
08-update_baseline/console.log | 10 +-
console.log | 36239 ++++++++++++++++++------------------
jenkins/manifest.sh | 16 +-
10 files changed, 36270 insertions(+), 36224 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-allnoconfig
in repository toolchain/ci/linux.
from ae6088216ce4 Merge tag 'trace-v5.5-rc5' of git://git.kernel.org/pub/scm [...]
adds a430e67d9a2c tpm: Handle negative priv->response_len in tpm_common_read()
adds b07f636fca1c Merge tag 'tpmdd-next-20200108' of git://git.infradead.org [...]
No new revisions were added by this update.
Summary of changes:
drivers/char/tpm/tpm-dev-common.c | 2 +-
drivers/char/tpm/tpm-dev.h | 2 +-
2 files changed, 2 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_kernel/llvm-release-arm-mainline-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 3ab7016 0: update: llvm-linux: all
new bcf0592 0: update: llvm-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 (3ab7016)
\
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 | 162 +-
02-build_llvm/console.log | 11954 +++++++++++++++++------------------
03-build_linux/console.log | 672 +-
04-boot_linux/console.log | 2 +-
05-check_regression/console.log | 2 +-
06-update_baseline/console.log | 2 +-
console.log | 12821 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
8 files changed, 12826 insertions(+), 12797 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 a6ee4cc32f0 2020-01-09 Richard Biener <rguenther(a)suse.de>
new 23d706b0f82 Add Optimization for various IPA parameters.
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/ChangeLog | 25 +++++++++++++++++++++++++
gcc/auto-profile.c | 3 ++-
gcc/ipa-cp.c | 44 ++++++++++++++++++++++++++------------------
gcc/ipa-fnsummary.c | 7 ++++---
gcc/ipa-inline-analysis.c | 7 ++++---
gcc/ipa-inline.c | 6 ++++--
gcc/ipa-prop.c | 4 ++--
gcc/ipa-sra.c | 6 ++++--
gcc/params.opt | 34 +++++++++++++++++-----------------
9 files changed, 88 insertions(+), 48 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-lts-defconfig
in repository toolchain/ci/gcc.
from 98da50011e1 Backport from 2020-01-08 trunk r279995.
adds c36eb3bdf9c libstdc++: Fix error handling in filesystem::remove_all (PR93201)
adds 4da4a6d453a Daily bump.
new cb32116be21 Backport r279306
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/ChangeLog | 8 ++++++
gcc/DATESTAMP | 2 +-
gcc/ipa-prop.c | 5 ++--
libstdc++-v3/ChangeLog | 11 ++++++++
libstdc++-v3/src/c++17/fs_ops.cc | 17 +++++++----
libstdc++-v3/src/filesystem/ops.cc | 17 +++++++----
.../27_io/filesystem/operations/remove_all.cc | 33 ++++++++++++++++++++++
.../filesystem/operations/remove_all.cc | 33 ++++++++++++++++++++++
8 files changed, 111 insertions(+), 15 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-lts-defconfig
in repository toolchain/ci/base-artifacts.
discards ddbf6eb 0: update: binutils-gcc-linux: boot
new 4684f8a 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 (ddbf6eb)
\
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 | 220 +-
02-prepare_abe/console.log | 444 +-
03-build_abe-binutils/console.log | 11128 +++++++--------
04-build_abe-stage1/console.log | 14005 ++++++++++---------
05-build_linux/console.log | 714 +-
06-boot_linux/console.log | 406 +-
07-check_regression/console.log | 10 +-
08-update_baseline/console.log | 10 +-
console.log | 26956 ++++++++++++++++++------------------
jenkins/manifest.sh | 12 +-
10 files changed, 26929 insertions(+), 26976 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.