This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-master-arm-mainline-allyesconfig
in repository toolchain/ci/linux.
from 2a11c76e5301 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linu [...]
adds 2bcbeaefde2f mm/hmm: always return EBUSY for invalid ranges in hmm_rang [...]
adds 02712bc32508 mm/hmm: move hmm_vma_range_done and hmm_vma_fault to nouveau
adds 5fbcf5015db8 nouveau: remove the block parameter to nouveau_range_fault
adds de4ee728465f nouveau: unlock mmap_sem on all errors from nouveau_range_fault
adds 515f12b9eeed Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/ [...]
adds d5121ffebc38 RDMA/siw: Fix error return code in siw_init_module()
adds 60c3becfd1a1 RDMA/hns: Fix sg offset non-zero issue
adds cd48a8208723 IB/hfi1: Check for error on call to alloc_rsm_map_table
adds 2b74c878b0ea IB/hfi1: Unreserve a flushed OPFN request
adds dc25b239ebea IB/hfi1: Field not zero-ed when allocating TID flow memory
adds f4d46119f214 IB/hfi1: Drop all TID RDMA READ RESP packets after r_next_psn
adds c56b593d2af4 RDMA/bnxt_re: Honor vlan_id in GID entry comparison
adds b7f406bb883b IB/mlx5: Replace kfree with kvfree
adds af0653d56657 RDMA/siw: Remove set but not used variables 'rv'
adds 6a053953739d IB/mlx5: Fix unreg_umr to ignore the mkey state
adds afd1417404fb IB/mlx5: Use direct mkey destroy command upon UMR unreg failure
adds 9ec4483a3f0f IB/mlx5: Move MRs to a kernel PD when freeing them to the [...]
adds b9332dad9870 IB/mlx5: Fix clean_mr() to work in the expected order
adds 296e3a2aad09 IB/mlx5: Prevent concurrent MR updates during invalidation
adds a379d1ce32f1 IB/core: Fix querying total rdma stats
adds d191152f43a5 IB/counters: Always initialize the port counter object
adds b7165bd0d6cb IB/mlx5: Fix RSS Toeplitz setup to be aligned with the HW [...]
adds 32a024b9a9f3 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linu [...]
adds 36876b30d214 selftests: kmod: Fix typo in kmod.sh
adds 399ea57a4c8b selftests/x86: fix spelling mistake "FAILT" -> "FAIL"
adds 2e05ec4834f9 selftests: mlxsw: Fix typo in qos_mc_aware.sh
adds 527d37e9e575 selftests/livepatch: add test skip handling
adds 2f6f0a996218 Merge tag 'linux-kselftest-5.3-rc3' of git://git.kernel.or [...]
adds a1f32eeca60e f2fs: use generic checking and prep function for FS_IOC_SETFLAGS
adds 6fc93c4e0ad1 f2fs: use generic checking function for FS_IOC_FSSETXATTR
adds d5e5efa250cd f2fs: remove redundant check from f2fs_setflags_common()
adds 543b8c468f55 f2fs: fix to read source block before invalidating it
adds 38fb6d0ea342 f2fs: use EINVAL for superblock with invalid magic
adds 0572d7668a58 Merge tag 'f2fs-for-5.4-rc3' of git://git.kernel.org/pub/s [...]
adds 3884ae44f412 pidfd: remove obsolete comments from test
adds 1caf7d50f46b pidfd: Add warning if exit_state is 0 during notification
adds 30b692d3b390 exit: make setting exit_state consistent
adds 629f8205a6cc Merge tag 'for-linus-20190730' of git://git.kernel.org/pub [...]
adds 61c30c98ef17 dax: Fix missed wakeup in put_unlocked_entry()
adds 4010b622f1d2 Merge branch 'dax-fix-5.3-rc3' of git://git.kernel.org/pub [...]
No new revisions were added by this update.
Summary of changes:
Documentation/vm/hmm.rst | 2 +-
drivers/gpu/drm/nouveau/nouveau_svm.c | 47 ++++++++++++++-
drivers/infiniband/core/counters.c | 11 ++--
drivers/infiniband/hw/bnxt_re/ib_verbs.c | 7 ++-
drivers/infiniband/hw/bnxt_re/qplib_res.c | 13 ++--
drivers/infiniband/hw/bnxt_re/qplib_res.h | 2 +-
drivers/infiniband/hw/bnxt_re/qplib_sp.c | 14 +++--
drivers/infiniband/hw/bnxt_re/qplib_sp.h | 7 ++-
drivers/infiniband/hw/hfi1/chip.c | 11 +++-
drivers/infiniband/hw/hfi1/rc.c | 2 -
drivers/infiniband/hw/hfi1/tid_rdma.c | 43 +------------
drivers/infiniband/hw/hns/hns_roce_db.c | 15 ++---
drivers/infiniband/hw/mlx5/mlx5_ib.h | 1 +
drivers/infiniband/hw/mlx5/mr.c | 23 ++++---
drivers/infiniband/hw/mlx5/odp.c | 7 ++-
drivers/infiniband/hw/mlx5/qp.c | 13 ++--
drivers/infiniband/sw/siw/siw_cm.c | 3 +-
drivers/infiniband/sw/siw/siw_main.c | 1 +
fs/dax.c | 2 +-
fs/f2fs/file.c | 63 +++++++------------
fs/f2fs/gc.c | 70 +++++++++++-----------
fs/f2fs/super.c | 48 +++++++--------
include/linux/hmm.h | 54 -----------------
include/rdma/rdmavt_qp.h | 9 ++-
kernel/exit.c | 5 +-
kernel/signal.c | 1 +
mm/hmm.c | 10 ++--
.../selftests/drivers/net/mlxsw/qos_mc_aware.sh | 4 +-
tools/testing/selftests/kmod/kmod.sh | 6 +-
tools/testing/selftests/livepatch/functions.sh | 20 +++++++
tools/testing/selftests/pidfd/pidfd_test.c | 6 +-
tools/testing/selftests/x86/test_vsyscall.c | 2 +-
32 files changed, 251 insertions(+), 271 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/llvm-master-arm-mainline-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 8bc16385 0: update: llvm-linux: 17862
new 0bd8eb1b 0: update: llvm-linux: 17862
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 (8bc16385)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-arm-m [...]
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 | 220 +-
02-build_llvm/console.log | 12052 +++++++++++++++++------------------
03-build_linux/console.log | 664 +-
05-check_regression/console.log | 8 +-
06-update_baseline/console.log | 8 +-
console.log | 12952 +++++++++++++++++++-------------------
jenkins/manifest.sh | 12 +-
7 files changed, 12962 insertions(+), 12954 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 e649ed6fe9a [X86] Moved IsNOT helper earlier. NFCI.
new ae598863db1 [AARCH64] Switch relocations R_AARCH64_TLS_TPREL64 and R_AA [...]
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/llvm/BinaryFormat/ELFRelocs/AArch64.def | 7 +++++--
test/tools/llvm-readobj/Inputs/relocs.py | 4 ++--
test/tools/llvm-readobj/reloc-types-elf-aarch64.test | 8 ++++----
3 files changed, 11 insertions(+), 8 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 gcc.
from 293b36500dd PR c/91192 * c-parser.c (c_parser_sizeof_expression): Cal [...]
new c3a1acbd34c 2019-07-31 Richard Biener <rguenther(a)suse.de>
new cc542d5649d PR libstdc++/91308 fix constraints on unique_ptr assignment
new c7614775366 Add Doxygen comments to <bit> header
The 3 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/ChangeLog | 6 +
gcc/testsuite/ChangeLog | 5 +
gcc/testsuite/g++.dg/torture/pr91280.C | 223 +++++++++++++++++++++
gcc/tree-ssa-structalias.c | 26 ++-
libstdc++-v3/ChangeLog | 12 ++
libstdc++-v3/include/bits/unique_ptr.h | 30 ++-
libstdc++-v3/include/std/bit | 28 +++
.../dr2586.cc => unique_ptr/assign/91308.cc} | 30 ++-
8 files changed, 331 insertions(+), 29 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/torture/pr91280.C
copy libstdc++-v3/testsuite/20_util/{scoped_allocator/dr2586.cc => unique_ptr/assi [...]
--
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 bed64db6632 [X86][SSE] Add test cases for PR42825
new e649ed6fe9a [X86] Moved IsNOT helper earlier. NFCI.
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/X86/X86ISelLowering.cpp | 56 +++++++++++++++++++-------------------
1 file changed, 28 insertions(+), 28 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 gcc.
from 0a6fe1bdfb2 2019-07-31 Richard Biener <rguenther(a)suse.de>
new 293b36500dd PR c/91192 * c-parser.c (c_parser_sizeof_expression): Cal [...]
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/c/ChangeLog | 7 +++++++
gcc/c/c-parser.c | 5 +++--
2 files changed, 10 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.
unknown user pushed a change to branch release_90
in repository llvm.
from 74f64b21aa9 Merging r367340 and r367341:
new 23439554531 Merging r367124, r367292, r367394, r367396, and r367398.
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/llvm/Support/AArch64TargetParser.def | 58 ++---
include/llvm/Support/AArch64TargetParser.h | 2 +-
include/llvm/Support/ARMTargetParser.h | 20 +-
lib/Support/AArch64TargetParser.cpp | 4 +-
lib/Target/AArch64/AArch64.td | 2 +-
lib/Target/AArch64/AArch64InstrInfo.td | 2 +-
lib/Target/AArch64/AArch64SVEInstrInfo.td | 164 +++++++-------
lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp | 2 +-
lib/Target/AArch64/SVEInstrFormats.td | 248 +++++++++++++++------
test/MC/AArch64/SVE2/bdep-diagnostics.s | 2 +-
test/MC/AArch64/SVE2/bdep.s | 16 +-
test/MC/AArch64/SVE2/bext-diagnostics.s | 2 +-
test/MC/AArch64/SVE2/bext.s | 16 +-
test/MC/AArch64/SVE2/bgrp-diagnostics.s | 2 +-
test/MC/AArch64/SVE2/bgrp.s | 16 +-
test/MC/AArch64/SVE2/directive-arch-negative.s | 6 +-
test/MC/AArch64/SVE2/directive-arch.s | 2 +-
.../SVE2/directive-arch_extension-negative.s | 6 +-
test/MC/AArch64/SVE2/directive-arch_extension.s | 2 +-
test/MC/AArch64/SVE2/directive-cpu-negative.s | 6 +-
test/MC/AArch64/SVE2/directive-cpu.s | 2 +-
unittests/Support/TargetParserTest.cpp | 7 +-
22 files changed, 348 insertions(+), 239 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 0df00ebf0cd [IPSCCP] Move callsite check to the beginning of the loop.
new e63e92fd0d5 [ARM] Reject CSEL instructions with invalid operands
new bed64db6632 [X86][SSE] Add test cases for PR42825
The 2 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/ARM/ARMInstrThumb2.td | 2 +-
test/CodeGen/X86/combine-sse41-intrinsics.ll | 50 ++++++++++++++++++++++++++--
test/MC/ARM/thumbv8.1m.s | 18 ++++++++++
test/MC/Disassembler/ARM/thumbv8.1m.s | 25 +++++++-------
4 files changed, 79 insertions(+), 16 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 gcc.
from 6e46f45fb7d PR tree-optimization/91201 * config/i386/mmx.md (reduc_pl [...]
new 4eda35ff6b3 gcc/ChangeLog: * config.gcc (hppa*-*-netbsd*): New target. [...]
new 0a6fe1bdfb2 2019-07-31 Richard Biener <rguenther(a)suse.de>
The 2 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/ChangeLog | 15 ++++++++
gcc/config.gcc | 8 +++++
gcc/config/pa/{pa-linux.h => pa-netbsd.h} | 59 +++++++++++--------------------
gcc/config/pa/pa32-netbsd.h | 37 +++++++++++++++++++
gcc/testsuite/ChangeLog | 7 ++++
gcc/testsuite/gcc.dg/vect/pr91293-1.c | 19 ++++++++++
gcc/testsuite/gcc.dg/vect/pr91293-2.c | 19 ++++++++++
gcc/testsuite/gcc.dg/vect/pr91293-3.c | 20 +++++++++++
gcc/tree-vect-slp.c | 3 ++
libgcc/ChangeLog | 8 +++++
libgcc/config.host | 3 ++
libgcc/config/pa/{t-openbsd => t-netbsd} | 0
12 files changed, 160 insertions(+), 38 deletions(-)
copy gcc/config/pa/{pa-linux.h => pa-netbsd.h} (72%)
create mode 100644 gcc/config/pa/pa32-netbsd.h
create mode 100644 gcc/testsuite/gcc.dg/vect/pr91293-1.c
create mode 100644 gcc/testsuite/gcc.dg/vect/pr91293-2.c
create mode 100644 gcc/testsuite/gcc.dg/vect/pr91293-3.c
copy libgcc/config/pa/{t-openbsd => t-netbsd} (100%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.