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/master-aarch64
in repository toolchain/ci/binutils-gdb.
from 411c7e044f [gdb/build] Fix build with gcc 4.8.5
adds dd27fd47f1 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_check/master-aarch64
in repository toolchain/ci/base-artifacts.
discards e3fe5b2dc 0: update: binutils-gcc: 1
new d3e2d6443 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 (e3fe5b2dc)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_check/master-aarch64 [...]
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 1600 -> 1588 bytes
02-prepare_abe/console.log.xz | Bin 2740 -> 2720 bytes
03-build_abe-binutils/console.log.xz | Bin 39308 -> 37688 bytes
04-build_abe-gcc/console.log.xz | Bin 215256 -> 212388 bytes
05-build_abe-dejagnu/console.log.xz | Bin 3856 -> 3836 bytes
06-build_abe-check_gcc/console.log.xz | Bin 3276 -> 2412 bytes
07-check_regression/console.log.xz | Bin 2824 -> 2340 bytes
07-check_regression/results.compare | 31 +-
07-check_regression/results.compare2 | 36 +-
08-update_baseline/console.log | 246 +-
08-update_baseline/results.compare | 31 +-
08-update_baseline/results.compare2 | 36 +-
jenkins/manifest.sh | 16 +-
sumfiles/g++.log.xz | Bin 3543032 -> 3562764 bytes
sumfiles/g++.sum | 128 +-
sumfiles/gcc.log.xz | Bin 3067756 -> 3060484 bytes
sumfiles/gcc.sum | 4808 ++++++++++++++++-----------------
sumfiles/gfortran.log.xz | Bin 1039812 -> 1041880 bytes
sumfiles/gfortran.sum | 42 +-
sumfiles/libatomic.log.xz | Bin 2180 -> 2184 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 205260 -> 205372 bytes
sumfiles/libgomp.sum | 16 +-
sumfiles/libitm.log.xz | Bin 2548 -> 2540 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 443912 -> 441628 bytes
sumfiles/libstdc++.sum | 12 +-
27 files changed, 2649 insertions(+), 2763 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 linux.
discards 1ab9250751ee Merge tag 'bitmap-6.0-rc1' of https://github.com/norov/linux
new 4e23eeebb2e5 Merge tag 'bitmap-6.0-rc1' of https://github.com/norov/linux
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 (1ab9250751ee)
\
N -- N -- N refs/heads/master (4e23eeebb2e5)
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:
lib/bitmap.c | 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_debug
in repository toolchain/ci/gcc.
from 36e96748ede Daily bump.
adds 019a41a7cea Daily bump.
adds a46bca36b7b Allow any immediate constant in *cmp<dwi>_doubleword splitt [...]
adds 19077677351 c++: Add support for __real__/__imag__ modifications in con [...]
adds ef54eb74cab [Committed] Add -mno-stv to new gcc.target/i386/cmpti2.c te [...]
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 2 +-
gcc/config/i386/i386.md | 16 ++++-
gcc/cp/constexpr.cc | 94 +++++++++++++++++++++----
gcc/testsuite/g++.dg/cpp1y/constexpr-complex1.C | 24 +++++++
gcc/testsuite/gcc.target/i386/cmpti1.c | 8 +++
gcc/testsuite/gcc.target/i386/cmpti2.c | 12 ++++
gcc/testsuite/gcc.target/i386/cmpti3.c | 13 ++++
7 files changed, 151 insertions(+), 18 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1y/constexpr-complex1.C
create mode 100644 gcc/testsuite/gcc.target/i386/cmpti1.c
create mode 100644 gcc/testsuite/gcc.target/i386/cmpti2.c
create mode 100644 gcc/testsuite/gcc.target/i386/cmpti3.c
--
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_debug
in repository toolchain/ci/binutils-gdb.
from 3ba7b1551b Automatic date update in version.in
adds f4cbdf0b68 [gdb/testsuite] Add support for .debug_names in dwarf assembler
adds c7cd10637c [gdb/symtab] Fix assert in read_addrmap_from_aranges
adds 411c7e044f [gdb/build] Fix build with gcc 4.8.5
new dd27fd47f1 Automatic date update in version.in
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:
bfd/version.h | 2 +-
gdb/dwarf2/read.c | 37 +++-
.../_start.c} | 19 +-
.../{dwz.exp => debug-names-duplicate-cu.exp} | 86 ++++----
.../{dwz.exp => debug-names-non-ascending-cu.exp} | 83 ++++----
.../gdb.dwarf2/{dwz.exp => debug-names.exp} | 83 ++++----
gdb/testsuite/lib/dwarf.exp | 229 ++++++++++++++++++++-
gdb/user-regs.c | 6 +-
8 files changed, 373 insertions(+), 172 deletions(-)
copy gdb/testsuite/{gdb.base/longjmp-until-in-main.c => gdb.dwarf2/_start.c} (83%)
copy gdb/testsuite/gdb.dwarf2/{dwz.exp => debug-names-duplicate-cu.exp} (51%)
copy gdb/testsuite/gdb.dwarf2/{dwz.exp => debug-names-non-ascending-cu.exp} (51%)
copy gdb/testsuite/gdb.dwarf2/{dwz.exp => debug-names.exp} (50%)
--
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_debug
in repository toolchain/ci/base-artifacts.
discards aa02d9a56 0: update: binutils-gcc: 2
new 647d3b6cd 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 (aa02d9a56)
\
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 1608 -> 1632 bytes
02-prepare_abe/console.log.xz | Bin 2720 -> 2708 bytes
04-build_abe-binutils/console.log.xz | Bin 50960 -> 51148 bytes
05-build_abe-bootstrap_debug/console.log.xz | Bin 466300 -> 463796 bytes
06-check_regression/console.log.xz | Bin 420 -> 416 bytes
07-update_baseline/console.log | 37 ----------------------------
jenkins/manifest.sh | 18 +++++++-------
7 files changed, 9 insertions(+), 46 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 linux.
from 3bc1bc0b59d0 Merge tag '5.20-rc-smb3-client-fixes-part1' of git://git.s [...]
new ba1afa676d0b lib: bitmap: fix the duplicated comments on bitmap_to_arr64()
new e5a16a5c4602 ia64, processor: fix -Wincompatible-pointer-types in ia64_ [...]
new 21bb8af513d3 bitops: always define asm-generic non-atomic bitops
new 0e862838f290 bitops: unify non-atomic bitops prototypes across architectures
new bb7379bfa680 bitops: define const_*() versions of the non-atomics
new e69eb9c460f1 bitops: wrap non-atomic bitops with a transparent macro
new b03fc1173c0c bitops: let optimize out non-atomic bitops on compile-time [...]
new 2f7ee2a72cce net/ice: fix initializing the bitmap in the switch code
new 3e7e5baaaba7 bitmap: don't assume compiler evaluates small mem*() built [...]
new dc34d5036692 lib: test_bitmap: add compile-time optimization/evaluation [...]
new 428bc0986356 lib/bitmap: fix off-by-one in bitmap_to_arr64()
new 30fd8cdf53a0 lib/test_bitmap: test the tail after bitmap_to_arr64()
new 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 4dea97f8636d lib/bitmap: change type of bitmap_weight to unsigned long
new cb32c285cc10 cpumask: change return types to bool where appropriate
new 8b6b795d9bfc lib/cpumask: change return types to unsigned where appropriate
new 9b2e70860ef2 lib/cpumask: move trivial wrappers around find_bit to the header
new db96b0c5f9db headers/deps: mm: Optimize <linux/gfp.h> header dependencies
new cb5a065b4ea9 headers/deps: mm: Split <linux/gfp_types.h> out of <linux/gfp.h>
new 7343f2b0db49 headers/deps: mm: align MANITAINERS and Docs with new gfp. [...]
new 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'
new 3e731203153d powerpc: drop dependency on <asm/machdep.h> in archrandom.h
new 36d4b36b6959 lib/nodemask: inline next_node_in() and node_random()
new 1ab9250751ee Merge tag 'bitmap-6.0-rc1' of https://github.com/norov/linux
The 27 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 | 2 +-
arch/alpha/include/asm/bitops.h | 32 +-
arch/arm/include/asm/bitops.h | 18 +-
arch/hexagon/include/asm/bitops.h | 24 +-
arch/ia64/include/asm/bitops.h | 42 +--
arch/ia64/include/asm/processor.h | 2 +-
arch/m68k/include/asm/bitops.h | 49 ++-
arch/powerpc/include/asm/archrandom.h | 9 +-
arch/powerpc/kernel/setup-common.c | 8 +
arch/s390/include/asm/bitops.h | 61 ++--
arch/sh/include/asm/bitops-op32.h | 34 +-
arch/sparc/include/asm/bitops_32.h | 18 +-
arch/sparc/lib/atomic32.c | 12 +-
arch/x86/include/asm/bitops.h | 22 +-
arch/x86/platform/olpc/olpc-xo1-sci.c | 2 +-
drivers/iommu/intel/dmar.c | 2 +-
drivers/net/ethernet/intel/ice/ice_switch.c | 2 +-
drivers/net/ethernet/mellanox/mlx4/fw.c | 2 +-
include/asm-generic/bitops/generic-non-atomic.h | 161 +++++++++
.../asm-generic/bitops/instrumented-non-atomic.h | 35 +-
include/asm-generic/bitops/non-atomic.h | 121 +------
.../bitops/non-instrumented-non-atomic.h | 16 +
include/linux/bitmap.h | 37 +-
include/linux/bitops.h | 50 +++
include/linux/cpumask.h | 122 +++++--
include/linux/gfp.h | 348 +------------------
include/linux/{gfp.h => gfp_types.h} | 377 +--------------------
include/linux/nodemask.h | 24 +-
lib/Makefile | 2 +-
lib/bitmap.c | 11 +-
lib/cpumask.c | 97 +-----
lib/nodemask.c | 8 -
lib/test_bitmap.c | 68 ++++
tools/include/asm-generic/bitops/non-atomic.h | 34 +-
tools/include/linux/bitmap.h | 12 +-
tools/include/linux/bitops.h | 16 +
tools/lib/bitmap.c | 6 +-
38 files changed, 731 insertions(+), 1163 deletions(-)
create mode 100644 include/asm-generic/bitops/generic-non-atomic.h
create mode 100644 include/asm-generic/bitops/non-instrumented-non-atomic.h
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_gcc_bootstrap/release-aarch64-bootstrap_O3
in repository toolchain/ci/gcc.
from c749de49376 Daily bump.
adds 99679c0ff73 Daily bump.
adds 3a9dcef5c19 libstdc++: Update value of __cpp_lib_ios_noreplace macro
adds 0b4d2f5e7b4 libstdc++: Rename data members of std::unexpected and std:: [...]
adds 61076545cb3 libstdc++: Make std::string_view(Range&&) constructor explicit
adds 25b11619a83 Do not enable -mblock-ops-vector-pair.
adds 4178af1a5f6 Daily bump.
adds b8d9acc373c Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/ChangeLog | 5 ++++
gcc/DATESTAMP | 2 +-
gcc/config/rs6000/rs6000.cc | 11 --------
libstdc++-v3/ChangeLog | 33 ++++++++++++++++++++++
libstdc++-v3/include/bits/ios_base.h | 2 +-
libstdc++-v3/include/std/expected | 32 ++++++++++-----------
libstdc++-v3/include/std/string_view | 2 +-
libstdc++-v3/include/std/version | 2 +-
.../basic_string_view/cons/char/range_c++20.cc | 28 +++++++++++++++---
.../basic_string_view/cons/wchar_t/range_c++20.cc | 30 ++++++++++++++++----
.../27_io/basic_ofstream/open/char/noreplace.cc | 4 +--
.../27_io/basic_ofstream/open/wchar_t/noreplace.cc | 4 +--
12 files changed, 111 insertions(+), 44 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/release-aarch64-bootstrap_O3
in repository toolchain/ci/base-artifacts.
discards ed86efae2 0: update: binutils-gcc: 2
new f13550e0c 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 (ed86efae2)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_bootstrap/release-aa [...]
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 1620 -> 1584 bytes
02-prepare_abe/console.log.xz | Bin 2728 -> 2720 bytes
04-build_abe-binutils/console.log.xz | Bin 37816 -> 37716 bytes
05-build_abe-bootstrap_O3/console.log.xz | Bin 255536 -> 255260 bytes
06-check_regression/console.log.xz | Bin 416 -> 416 bytes
07-update_baseline/console.log | 2 +-
jenkins/manifest.sh | 16 +++++++++-------
results | 1 -
8 files changed, 10 insertions(+), 9 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.