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 dd5da801 0: update: binutils-gcc: 1
new 6fb1f268 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 (dd5da801)
\
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 1624 -> 1612 bytes
02-prepare_abe/console.log.xz | Bin 2712 -> 2744 bytes
03-build_abe-binutils/console.log.xz | Bin 50976 -> 52064 bytes
04-build_abe-bootstrap_lto/console.log.xz | Bin 471536 -> 472572 bytes
05-build_abe-dejagnu/console.log.xz | Bin 3808 -> 3816 bytes
06-build_abe-check_bootstrap_lto/console.log.xz | Bin 2556 -> 2428 bytes
07-check_regression/console.log.xz | Bin 3648 -> 4044 bytes
07-check_regression/extra-bisect-params | 2 +-
07-check_regression/fails.sum | 15 +-
07-check_regression/results.compare | 42 +-
07-check_regression/results.compare2 | 244 +-
07-check_regression/results.regressions | 42 +-
08-update_baseline/console.log | 684 ++--
08-update_baseline/extra-bisect-params | 2 +-
08-update_baseline/fails.sum | 15 +-
08-update_baseline/results.compare | 42 +-
08-update_baseline/results.compare2 | 244 +-
08-update_baseline/results.regressions | 42 +-
jenkins/manifest.sh | 14 +-
sumfiles/g++.log.xz | Bin 2826260 -> 2865584 bytes
sumfiles/g++.sum | 144 +-
sumfiles/gcc.log.xz | Bin 2517036 -> 2497480 bytes
sumfiles/gcc.sum | 4469 ++++++++++++-----------
sumfiles/gfortran.log.xz | Bin 949940 -> 943896 bytes
sumfiles/gfortran.sum | 46 +-
sumfiles/libatomic.log.xz | Bin 2304 -> 2304 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 209472 -> 209852 bytes
sumfiles/libgomp.sum | 16 +-
sumfiles/libitm.log.xz | Bin 2724 -> 2724 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 471024 -> 469628 bytes
sumfiles/libstdc++.sum | 15 +-
33 files changed, 3083 insertions(+), 3005 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-allyesconfig
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 [...]
adds 0b4736a424a1 arm: align find_bit declarations with generic kernel
adds e2863a78593d lib/bitmap: change return types to bool where appropriate
adds 4dea97f8636d lib/bitmap: change type of bitmap_weight to unsigned long
adds cb32c285cc10 cpumask: change return types to bool where appropriate
adds 8b6b795d9bfc lib/cpumask: change return types to unsigned where appropriate
adds 9b2e70860ef2 lib/cpumask: move trivial wrappers around find_bit to the header
adds db96b0c5f9db headers/deps: mm: Optimize <linux/gfp.h> header dependencies
adds cb5a065b4ea9 headers/deps: mm: Split <linux/gfp_types.h> out of <linux/gfp.h>
adds 7343f2b0db49 headers/deps: mm: align MANITAINERS and Docs with new gfp. [...]
adds f0dd891dd5a1 lib/cpumask: move some one-line wrappers to header file
new 3a2ba42cbd0b x86/olpc: fix 'logical not is only applied to the left hand side'
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:
Documentation/core-api/mm-api.rst | 8 +-
MAINTAINERS | 1 +
arch/arm/include/asm/bitops.h | 18 +-
arch/x86/platform/olpc/olpc-xo1-sci.c | 2 +-
drivers/dma/ti/k3-udma.c | 6 +-
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 +-
22 files changed, 168 insertions(+), 878 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-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 394b6f01 0: update: binutils-gcc-linux-qemu: 33
new 35a69fc0 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 (394b6f01)
\
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 1688 -> 1764 bytes
02-prepare_abe/console.log.xz | Bin 2752 -> 2744 bytes
03-build_abe-binutils/console.log.xz | Bin 30524 -> 30348 bytes
04-build_abe-stage1/console.log.xz | Bin 72424 -> 73072 bytes
05-build_abe-qemu/console.log.xz | Bin 33048 -> 31484 bytes
06-build_linux/console.log.xz | Bin 5480 -> 5468 bytes
08-check_regression/console.log.xz | Bin 476 -> 476 bytes
09-update_baseline/console.log | 24 ++++++++++++------------
jenkins/manifest.sh | 22 +++++++++++-----------
9 files changed, 23 insertions(+), 23 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_bootstrap/master-aarch64-bootstrap
in repository toolchain/ci/binutils-gdb.
from 13c3e10f98 gdb/testsuite: modernize gdb.base/maint.exp
adds 92b0a182fe gdb-add-index always generates an error when libdebuginfod w [...]
adds c3359b8b95 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gdb/debuginfod-support.c | 4 +++-
2 files changed, 4 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_gcc_bootstrap/master-aarch64-bootstrap
in repository toolchain/ci/base-artifacts.
discards 177a3471 0: update: binutils-gcc: 2
new 18e35e3b 0: update: binutils-gcc: 2
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 (177a3471)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_bootstrap/master-aar [...]
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 1580 -> 1600 bytes
02-prepare_abe/console.log.xz | Bin 2736 -> 2744 bytes
04-build_abe-binutils/console.log.xz | Bin 38276 -> 38076 bytes
05-build_abe-bootstrap/console.log.xz | Bin 269432 -> 272716 bytes
06-check_regression/console.log.xz | Bin 416 -> 420 bytes
07-update_baseline/console.log | 4 ++--
jenkins/manifest.sh | 12 ++++++------
7 files changed, 8 insertions(+), 8 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.