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-aarch64-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(-)