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-next-allyesconfig
in repository toolchain/ci/base-artifacts.
discards c0a50367 0: update: binutils-9d4ff9a0dd7ae111f616fdccb1ccbbbb6d0a55e8: all
new 2068c9cf 0: update: gcc-5ae502afcbc7f7e5682c536ecc10b2c1f217b3d1: 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 (c0a50367)
\
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 | 183 +-
02-prepare_abe/console.log | 392 +-
03-build_abe-binutils/console.log | 10753 +++++++--------
04-build_abe-stage1/console.log | 13764 ++++++++++---------
05-build_linux/console.log | 1986 +--
06-boot_linux/console.log | 6 +-
07-check_regression/console.log | 8 +-
08-update_baseline/console.log | 8 +-
console.log | 26519 ++++++++++++++++++------------------
jenkins/manifest.sh | 8 +-
10 files changed, 26783 insertions(+), 26844 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/gnu-master-arm-bootstrap_O3
in repository toolchain/ci/base-artifacts.
discards cb89c00f 0: update: gcc-71614dede8117174c3912cf7b050b96abfa3afb4: 0
new f4393eca 0: update: gcc-27a347d8378c9aae42a746c5ed48808e7f5ad96c: 0
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 (cb89c00f)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-master-arm-boots [...]
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 | 84 +-
02-prepare_abe/console.log | 418 +-
03-build_abe-bootstrap_O3/console.log | 89368 ++++++++++++++++---------------
console.log | 89898 ++++++++++++++++----------------
jenkins/manifest.sh | 8 +-
5 files changed, 89864 insertions(+), 89912 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 clang.
from e63380d34e Do a sweep of symbol internalization. NFC.
new 09905dd469 [LifetimeAnalysis] Make it possible to disable the new warnings
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:
include/clang/Basic/DiagnosticGroups.td | 2 +
include/clang/Basic/DiagnosticSemaKinds.td | 4 +-
lib/Sema/SemaInit.cpp | 108 +++++++++++++--------
.../Sema/warn-lifetime-analysis-nocfg-disabled.cpp | 23 +++++
4 files changed, 97 insertions(+), 40 deletions(-)
create mode 100644 test/Sema/warn-lifetime-analysis-nocfg-disabled.cpp
--
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 gcc.
from ab686415215 * Makefile.tpl (HOST_EXPORTS): Add CXX_FOR_BUILD. * Makef [...]
new de41b18d8e9 PR c++/79817 - attribute deprecated on namespace. * cp-tr [...]
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/cp/ChangeLog | 14 ++++++
gcc/cp/cp-tree.h | 1 +
gcc/cp/decl.c | 6 ++-
gcc/cp/decl2.c | 18 ++++++++
gcc/cp/name-lookup.c | 18 ++++++++
gcc/cp/parser.c | 4 ++
gcc/cp/semantics.c | 2 +
gcc/testsuite/ChangeLog | 11 +++++
gcc/testsuite/g++.dg/cpp0x/attributes-namespace1.C | 50 ++++++++++++++++++++++
gcc/testsuite/g++.dg/cpp0x/attributes-namespace2.C | 27 ++++++++++++
gcc/testsuite/g++.dg/cpp0x/attributes-namespace3.C | 33 ++++++++++++++
gcc/testsuite/g++.dg/cpp0x/attributes-namespace4.C | 45 +++++++++++++++++++
gcc/testsuite/g++.dg/cpp0x/attributes-namespace5.C | 20 +++++++++
gcc/testsuite/g++.dg/cpp1z/namespace-attribs.C | 5 +--
gcc/testsuite/g++.dg/cpp1z/namespace-attribs2.C | 5 +--
15 files changed, 252 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/attributes-namespace1.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/attributes-namespace2.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/attributes-namespace3.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/attributes-namespace4.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/attributes-namespace5.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_kernel/gnu-master-arm-lts-defconfig
in repository toolchain/ci/base-artifacts.
discards fbf2247d 0: update: binutils-gcc-linux: boot
new 980a2bde 0: update: binutils-gcc-linux: 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 (fbf2247d)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-lt [...]
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 | 16 +-
02-prepare_abe/console.log | 6 +-
03-build_abe-binutils/console.log | 10981 ++++++------
04-build_abe-stage1/console.log | 19950 +++++++++++-----------
05-build_linux/console.log | 720 +-
06-boot_linux/console.log | 470 +-
console.log | 32165 ++++++++++++++++++------------------
jenkins/manifest.sh | 12 +-
8 files changed, 32159 insertions(+), 32161 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 llvm.
from 6ae90276bba hwasan: Fix use of uninitialized memory.
new c3fd6a13deb [AMDGPU] w/a for gfx908 mfma SrcC literal HW bug
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/Target/AMDGPU/AMDGPU.td | 7 +++++++
lib/Target/AMDGPU/AMDGPUSubtarget.cpp | 1 +
lib/Target/AMDGPU/AMDGPUSubtarget.h | 5 +++++
lib/Target/AMDGPU/SIFoldOperands.cpp | 6 +++++-
lib/Target/AMDGPU/SIRegisterInfo.cpp | 10 ++++++++++
lib/Target/AMDGPU/SIRegisterInfo.h | 6 ++----
test/CodeGen/AMDGPU/agpr-register-count.ll | 2 +-
test/CodeGen/AMDGPU/llvm.amdgcn.mfma.ll | 22 +++++++++++++++++-----
8 files changed, 48 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.
unknown user pushed a change to branch master
in repository linux.
from dd469a456047 Merge tag 'for-5.3/dm-fixes-2' of git://git.kernel.org/pub [...]
new 500f9fbadef8 io_uring: fix potential hang with polled IO
new 504db087aacc nvme-multipath: fix possible I/O hang when paths are updated
new a89fcca81856 nvme: Fix cntlid validation when not using NVMEoF
new cb32de1b7e25 nvme: Add quirk for LiteON CL1 devices running FW 22301111
new a3a0e43fd770 io_uring: don't enter poll loop if we have CQEs pending
new 7035eef4496d md: update MAINTAINERS info
new 08f5439f1df2 io_uring: add need_resched() check in inner poll loop
new b9bd6806d014 Merge tag 'for-linus-20190823' of git://git.kernel.dk/linux-block
new 27b7fb1ab7bf RDMA/mlx5: Fix MR npages calculation for IB_ACCESS_HUGETLB
new 9b440078017f RDMA/siw: Fix potential NULL de-ref
new d58c1834bf0d IB/hfi1: Drop stale TID RDMA packets
new 35d5c8b82e2c IB/hfi1: Unsafe PSN checking for TID RDMA READ Resp packet
new a8adbf7d0d0a IB/hfi1: Add additional checks when handling TID RDMA READ [...]
new 90fdae66e72b IB/hfi1: Add additional checks when handling TID RDMA WRIT [...]
new d9d1f5e7bb82 IB/hfi1: Drop stale TID RDMA packets that cause TIDErr
new 948a7287b29e IB/core: Fix NULL pointer dereference when bind QP to counter
new c8b32408b407 RDMA/counters: Properly implement PID checks
new 60c78668ae50 RDMA/restrack: Rewrite PID namespace check to be reliable
new 0e6613b41edd IB/mlx5: Consolidate use_umr checks into single function
new 008157528ac5 IB/mlx5: Report and handle ODP support properly
new 25a4517214ff IB/mlx5: Fix MR re-registration flow to use UMR properly
new 841b07f99a47 IB/mlx5: Block MR WR if UMR is not possible
new a7bfb93f0211 RDMA/cma: fix null-ptr-deref Read in cma_cleanup
new 5c1baaa82cea IB/mlx4: Fix memory leaks
new b08afa064c32 infiniband: hfi1: fix a memory leak bug
new 2323d7baab2b infiniband: hfi1: fix memory leaks
new d37b1e534071 RDMA/bnxt_re: Fix stack-out-of-bounds in bnxt_qplib_rcfw_s [...]
new fab4f97e1fe3 RDMA/siw: Fix SGL mapping issues
new c536277e0db1 RDMA/siw: Fix 64/32bit pointer inconsistency
new 9140d8bdd4c5 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linu [...]
The 30 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:
MAINTAINERS | 4 +-
drivers/infiniband/core/cma.c | 6 ++-
drivers/infiniband/core/counters.c | 10 ++--
drivers/infiniband/core/nldev.c | 3 +-
drivers/infiniband/core/restrack.c | 15 +++---
drivers/infiniband/core/umem.c | 7 +--
drivers/infiniband/hw/bnxt_re/qplib_rcfw.c | 8 ++-
drivers/infiniband/hw/bnxt_re/qplib_rcfw.h | 11 ++--
drivers/infiniband/hw/hfi1/fault.c | 12 +++--
drivers/infiniband/hw/hfi1/tid_rdma.c | 76 ++++++++++-----------------
drivers/infiniband/hw/mlx4/mad.c | 4 +-
drivers/infiniband/hw/mlx5/main.c | 6 +--
drivers/infiniband/hw/mlx5/mem.c | 5 +-
drivers/infiniband/hw/mlx5/mlx5_ib.h | 14 +++++
drivers/infiniband/hw/mlx5/mr.c | 7 ++-
drivers/infiniband/hw/mlx5/odp.c | 17 ++++---
drivers/infiniband/hw/mlx5/qp.c | 24 +++++++--
drivers/infiniband/sw/siw/siw.h | 8 +--
drivers/infiniband/sw/siw/siw_cm.c | 82 ++++++++++++++----------------
drivers/infiniband/sw/siw/siw_cq.c | 5 +-
drivers/infiniband/sw/siw/siw_mem.c | 14 ++---
drivers/infiniband/sw/siw/siw_mem.h | 2 +-
drivers/infiniband/sw/siw/siw_qp.c | 2 +-
drivers/infiniband/sw/siw/siw_qp_rx.c | 26 +++++-----
drivers/infiniband/sw/siw/siw_qp_tx.c | 80 ++++++++++++++---------------
drivers/infiniband/sw/siw/siw_verbs.c | 40 +++++++--------
drivers/nvme/host/core.c | 14 ++++-
drivers/nvme/host/multipath.c | 1 +
drivers/nvme/host/nvme.h | 5 ++
drivers/nvme/host/pci.c | 3 +-
fs/io_uring.c | 66 +++++++++++++++++-------
include/rdma/restrack.h | 3 +-
32 files changed, 318 insertions(+), 262 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.