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
in repository toolchain/ci/interesting-commits.
from 628f833 Add regression cf3a120084e94614a4917f71940325cd4b537f24 from [...]
new 81c538a Add regression cf3a120084e94614a4917f71940325cd4b537f24 from [...]
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 | 2 +-
1 file changed, 1 insertion(+), 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_kernel/gnu-release-arm-norov-allyesconfig
in repository toolchain/ci/linux.
omits 52cdf267e77d lib/cpumask: move some one-line wrappers to header file
omits db0e627fee42 mm: split include/linux/gfp.h
omits e32bd0390739 lib/cpumask: move one-line wrappers around find_bit to the header
omits 50e413c31800 lib/cpumask: change return types to unsigned
omits 220fed6b782a cpumask: change return types to bool where appropriate
omits 6f020b3fa73b lib/bitmap: change type of bitmap_weight to unsigned int
omits a97ee744f07e lib/bitmap: change return values to bool where appropriate
omits 0f39d5e59e2d arm: align find_bit defs with generic kernel
This update removed existing revisions from the reference, leaving the
reference pointing at a previous point in the repository history.
* -- * -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-arm-norov-allyesc [...]
\
O -- O -- O (52cdf267e77d)
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
No new revisions were added by this update.
Summary of changes:
Documentation/core-api/mm-api.rst | 8 +-
MAINTAINERS | 1 -
arch/arm/include/asm/bitops.h | 20 +--
include/linux/bitmap.h | 10 +-
include/linux/cpumask.h | 125 +++-----------
include/linux/gfp.h | 334 ++++++++++++++++++++++++++++++++++++-
include/linux/gfp_flags.h | 338 --------------------------------------
lib/bitmap.c | 9 +-
lib/cpumask.c | 97 ++++++++++-
tools/include/linux/bitmap.h | 12 +-
tools/lib/bitmap.c | 6 +-
11 files changed, 477 insertions(+), 483 deletions(-)
delete mode 100644 include/linux/gfp_flags.h
--
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-norov-allyesconfig
in repository toolchain/ci/binutils-gdb.
from 2365eacffe Automatic date update in version.in
adds 730a2af40f Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 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_kernel/gnu-release-arm-norov-allyesconfig
in repository toolchain/ci/base-artifacts.
discards bfec175f 0: update: binutils-gcc-linux-qemu: all
new 053aaa6f 0: update: binutils-gcc-linux-qemu: 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 (bfec175f)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-arm-n [...]
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 -> 1668 bytes
02-prepare_abe/console.log.xz | Bin 2744 -> 2728 bytes
03-build_abe-binutils/console.log.xz | Bin 29984 -> 30156 bytes
04-build_abe-stage1/console.log.xz | Bin 86160 -> 86188 bytes
05-build_abe-qemu/console.log.xz | Bin 31824 -> 32184 bytes
06-build_linux/console.log.xz | Bin 3656 -> 3688 bytes
07-boot_linux/console.log.xz | Bin 496 -> 496 bytes
08-check_regression/console.log.xz | Bin 412 -> 412 bytes
09-update_baseline/console.log | 2 +-
jenkins/manifest.sh | 20 ++++++++++----------
10 files changed, 11 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_gnu_cross_build/master-arm
in repository toolchain/ci/gcc.
from b53ebbc5417 Daily bump.
adds 0a7e721a649 Implement global ranges for all vrange types (SSA_NAME_RANG [...]
new 79f18ac6b7a tree-optimization/106228 - fix vect_setup_realignment virtu [...]
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/gimple-range.cc | 30 +-----
gcc/tree-core.h | 13 +--
gcc/tree-ssa-dom.cc | 2 +-
gcc/tree-ssanames.cc | 240 +++++++++++++++++++++------------------------
gcc/tree-ssanames.h | 12 +--
gcc/tree-vect-data-refs.cc | 8 ++
gcc/tree-vrp.cc | 22 +++--
gcc/tree.h | 8 --
gcc/value-query.cc | 54 ++--------
gcc/value-query.h | 1 -
gcc/value-range-storage.cc | 4 +-
11 files changed, 157 insertions(+), 237 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-arm
in repository toolchain/ci/base-artifacts.
discards 95f84349 2: update: binutils-gcc-linux-glibc-gdb-qemu: 4
new 00615b34 2: update: binutils-gcc-linux-glibc-gdb-qemu: 4
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 (95f84349)
\
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 1808 -> 1640 bytes
02-prepare_abe/console.log.xz | Bin 2744 -> 2736 bytes
04-build_abe-binutils/console.log.xz | Bin 30148 -> 30148 bytes
05-build_abe-stage1/console.log.xz | Bin 90636 -> 91356 bytes
07-build_abe-linux/console.log.xz | Bin 8684 -> 8680 bytes
08-build_abe-glibc/console.log.xz | Bin 233860 -> 233600 bytes
09-build_abe-stage2/console.log.xz | Bin 190816 -> 191436 bytes
12-check_regression/console.log.xz | Bin 416 -> 416 bytes
13-update_baseline/console.log | 6 +++---
jenkins/manifest.sh | 10 +++++-----
10 files changed, 8 insertions(+), 8 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.