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_bootstrap/master-arm-check_bootstrap_lto
in repository toolchain/ci/base-artifacts.
discards 89a7f90a 0: update: binutils-gcc: 1
new dd5da801 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 (89a7f90a)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_check_bootstrap/mast [...]
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 1612 -> 1624 bytes
02-prepare_abe/console.log.xz | Bin 2732 -> 2712 bytes
03-build_abe-binutils/console.log.xz | Bin 50508 -> 50976 bytes
04-build_abe-bootstrap_lto/console.log.xz | Bin 473368 -> 471536 bytes
05-build_abe-dejagnu/console.log.xz | Bin 3804 -> 3808 bytes
06-build_abe-check_bootstrap_lto/console.log.xz | Bin 2460 -> 2556 bytes
07-check_regression/console.log.xz | Bin 3660 -> 3648 bytes
07-check_regression/extra-bisect-params | 2 +-
07-check_regression/fails.sum | 19 +-
07-check_regression/results.compare | 50 +-
07-check_regression/results.compare2 | 230 +-
07-check_regression/results.regressions | 50 +-
08-update_baseline/console.log | 456 +--
08-update_baseline/extra-bisect-params | 2 +-
08-update_baseline/fails.sum | 19 +-
08-update_baseline/results.compare | 50 +-
08-update_baseline/results.compare2 | 230 +-
08-update_baseline/results.regressions | 50 +-
jenkins/manifest.sh | 12 +-
sumfiles/g++.log.xz | Bin 2822368 -> 2826260 bytes
sumfiles/g++.sum | 228 +-
sumfiles/gcc.log.xz | Bin 2517108 -> 2517036 bytes
sumfiles/gcc.sum | 3966 ++++++++++++-----------
sumfiles/gfortran.log.xz | Bin 948552 -> 949940 bytes
sumfiles/gfortran.sum | 48 +-
sumfiles/libatomic.log.xz | Bin 2308 -> 2304 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 209556 -> 209472 bytes
sumfiles/libgomp.sum | 16 +-
sumfiles/libitm.log.xz | Bin 2724 -> 2724 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 468948 -> 471024 bytes
sumfiles/libstdc++.sum | 10 +-
33 files changed, 2799 insertions(+), 2649 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-aarch64-norov-allmodconfig
in repository toolchain/ci/linux.
from dc34d5036692 lib: test_bitmap: add compile-time optimization/evaluation [...]
adds 428bc0986356 lib/bitmap: fix off-by-one in bitmap_to_arr64()
adds 30fd8cdf53a0 lib/test_bitmap: test the tail after bitmap_to_arr64()
adds b0b0b77ea611 iommu/vt-d: avoid invalid memory access via node_online(NU [...]
new 0b4736a424a1 arm: align find_bit declarations with generic kernel
new e2863a78593d lib/bitmap: change return types to bool where appropriate
new 31563fb891aa lib/bitmap: change type of bitmap_weight to unsigned long
new e6de1c6e222e cpumask: change return types to bool where appropriate
new 1217fa5e5785 lib/cpumask: change return types to unsigned where appropriate
new 1079effbd954 lib/cpumask: move trivial wrappers around find_bit to the header
new 054cbf414641 headers/deps: mm: Optimize <linux/gfp.h> header dependencies
new 34973181c728 headers/deps: mm: Split <linux/gfp_types.h> out of <linux/gfp.h>
new 0458b184812b headers/deps: mm: align MANITAINERS and Docs with new gfp. [...]
new ae3f9b705709 lib/cpumask: move some one-line wrappers to header file
The 10 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:
Documentation/core-api/mm-api.rst | 8 +-
MAINTAINERS | 1 +
arch/arm/include/asm/bitops.h | 18 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c | 2 +-
drivers/gpu/drm/i915/display/intel_display_power.c | 2 +-
drivers/gpu/drm/msm/disp/mdp5/mdp5_smp.c | 2 +-
drivers/iommu/intel/dmar.c | 2 +-
drivers/iommu/intel/iommu.c | 2 +-
drivers/net/ethernet/mellanox/mlx4/fw.c | 2 +-
drivers/net/wireless/ath/ath9k/htc_drv_debug.c | 2 +-
drivers/net/wireless/ath/carl9170/debug.c | 2 +-
include/linux/bitmap.h | 13 +-
include/linux/cpumask.h | 125 +++++--
include/linux/gfp.h | 348 +------------------
include/linux/{gfp.h => gfp_types.h} | 377 +--------------------
lib/bitmap.c | 11 +-
lib/cpumask.c | 97 +-----
lib/test_bitmap.c | 6 +
tools/include/linux/bitmap.h | 12 +-
tools/lib/bitmap.c | 6 +-
20 files changed, 164 insertions(+), 874 deletions(-)
copy include/linux/{gfp.h => gfp_types.h} (55%)
--
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-aarch64-norov-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 4fc068c3 0: update: binutils-gcc-linux-qemu: 33
new 09fe418e 0: update: binutils-gcc-linux-qemu: 33
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 (4fc068c3)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-aarch6 [...]
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 1656 -> 1636 bytes
02-prepare_abe/console.log.xz | Bin 2752 -> 2736 bytes
03-build_abe-binutils/console.log.xz | Bin 30740 -> 30192 bytes
04-build_abe-stage1/console.log.xz | Bin 74060 -> 72840 bytes
05-build_abe-qemu/console.log.xz | Bin 33408 -> 30680 bytes
06-build_linux/console.log.xz | Bin 5948 -> 5236 bytes
08-check_regression/console.log.xz | Bin 476 -> 476 bytes
09-update_baseline/console.log | 51 -----------------------------------
jenkins/manifest.sh | 22 +++++++--------
9 files changed, 11 insertions(+), 62 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.