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.
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-next-allmodconfig
in repository toolchain/ci/base-artifacts.
discards cd482845 4: update: binutils-gcc-linux-qemu: 33
new 2cacf219 4: 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 (cd482845)
\
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 1640 -> 1780 bytes
02-prepare_abe/console.log.xz | Bin 2720 -> 2744 bytes
03-build_abe-binutils/console.log.xz | Bin 30248 -> 30160 bytes
04-build_abe-stage1/console.log.xz | Bin 72544 -> 73264 bytes
05-build_abe-qemu/console.log.xz | Bin 32888 -> 31832 bytes
06-build_linux/console.log.xz | Bin 4976 -> 4988 bytes
08-check_regression/console.log.xz | Bin 476 -> 476 bytes
09-update_baseline/console.log | 210 +++++++++++++++++------------------
jenkins/manifest.sh | 22 ++--
9 files changed, 116 insertions(+), 116 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-mainline-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 9848dfe2 0: update: binutils-gcc-linux-qemu: boot
new 3a0ec211 0: update: binutils-gcc-linux-qemu: 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 (9848dfe2)
\
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.xz | Bin 1640 -> 1772 bytes
02-prepare_abe/console.log.xz | Bin 2732 -> 2740 bytes
03-build_abe-binutils/console.log.xz | Bin 30352 -> 30156 bytes
04-build_abe-stage1/console.log.xz | Bin 68172 -> 68136 bytes
05-build_abe-qemu/console.log.xz | Bin 32748 -> 31632 bytes
06-build_linux/console.log.xz | Bin 3320 -> 3632 bytes
07-boot_linux/console.log.xz | Bin 504 -> 504 bytes
08-check_regression/console.log.xz | Bin 412 -> 412 bytes
09-update_baseline/console.log | 10 +++++-----
jenkins/manifest.sh | 18 +++++++++---------
10 files changed, 14 insertions(+), 14 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-arm-bootstrap
in repository toolchain/ci/binutils-gdb.
from 7d1a572d6b [gdb/symtab] Fix data race in cooked_index_functions::expand [...]
adds 9afca381e2 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_gcc_bootstrap/master-arm-bootstrap
in repository toolchain/ci/base-artifacts.
discards 8d71f7a5 2: update: binutils-gcc: 1
new dc8bc38e 2: 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 (8d71f7a5)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_bootstrap/master-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.xz | Bin 1592 -> 1596 bytes
02-prepare_abe/console.log.xz | Bin 2728 -> 2732 bytes
04-build_abe-binutils/console.log.xz | Bin 51044 -> 52680 bytes
05-build_abe-bootstrap/console.log.xz | Bin 130528 -> 131744 bytes
06-check_regression/console.log.xz | Bin 416 -> 420 bytes
07-update_baseline/console.log | 52 +++++++++++++++++-----------------
jenkins/manifest.sh | 12 ++++----
7 files changed, 32 insertions(+), 32 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 7d1a572d6b [gdb/symtab] Fix data race in cooked_index_functions::expand [...]
adds 9afca381e2 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_gcc_bootstrap/master-aarch64-bootstrap
in repository toolchain/ci/base-artifacts.
discards 656c3458 0: update: binutils-gcc: 2
new 5efdda3b 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 (656c3458)
\
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 1624 -> 1604 bytes
02-prepare_abe/console.log.xz | Bin 2732 -> 2732 bytes
04-build_abe-binutils/console.log.xz | Bin 38220 -> 37588 bytes
05-build_abe-bootstrap/console.log.xz | Bin 268880 -> 273232 bytes
06-check_regression/console.log.xz | Bin 416 -> 420 bytes
07-update_baseline/console.log | 37 ++++++++++++++++++++++++++++++++++
jenkins/manifest.sh | 12 +++++------
7 files changed, 43 insertions(+), 6 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_check_gcc/master-arm
in repository toolchain/ci/gdb.
from 7d1a572d6b [gdb/symtab] Fix data race in cooked_index_functions::expand [...]
adds 9afca381e2 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_gnu_cross_check_gcc/master-arm
in repository toolchain/ci/glibc.
from 779aa039fc S390: Define SINGLE_THREAD_BY_GLOBAL only on s390x
adds d0fa09a770 Apply asm redirections in stdio.h before first use [BZ #27087]
No new revisions were added by this update.
Summary of changes:
include/bits/stdio2-decl.h | 1 +
libio/Makefile | 2 +-
libio/bits/stdio2-decl.h | 111 +++++++++++++++++++++++++++++++++++++++++++++
libio/bits/stdio2.h | 62 -------------------------
libio/stdio.h | 17 +++++--
5 files changed, 125 insertions(+), 68 deletions(-)
create mode 100644 include/bits/stdio2-decl.h
create mode 100644 libio/bits/stdio2-decl.h
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.