This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 2a11c76e5301 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linu [...] new 2bcbeaefde2f mm/hmm: always return EBUSY for invalid ranges in hmm_rang [...] new 02712bc32508 mm/hmm: move hmm_vma_range_done and hmm_vma_fault to nouveau new 5fbcf5015db8 nouveau: remove the block parameter to nouveau_range_fault new de4ee728465f nouveau: unlock mmap_sem on all errors from nouveau_range_fault new 515f12b9eeed Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/ [...] new d5121ffebc38 RDMA/siw: Fix error return code in siw_init_module() new 60c3becfd1a1 RDMA/hns: Fix sg offset non-zero issue new cd48a8208723 IB/hfi1: Check for error on call to alloc_rsm_map_table new 2b74c878b0ea IB/hfi1: Unreserve a flushed OPFN request new dc25b239ebea IB/hfi1: Field not zero-ed when allocating TID flow memory new f4d46119f214 IB/hfi1: Drop all TID RDMA READ RESP packets after r_next_psn new c56b593d2af4 RDMA/bnxt_re: Honor vlan_id in GID entry comparison new b7f406bb883b IB/mlx5: Replace kfree with kvfree new af0653d56657 RDMA/siw: Remove set but not used variables 'rv' new 6a053953739d IB/mlx5: Fix unreg_umr to ignore the mkey state new afd1417404fb IB/mlx5: Use direct mkey destroy command upon UMR unreg failure new 9ec4483a3f0f IB/mlx5: Move MRs to a kernel PD when freeing them to the [...] new b9332dad9870 IB/mlx5: Fix clean_mr() to work in the expected order new 296e3a2aad09 IB/mlx5: Prevent concurrent MR updates during invalidation new a379d1ce32f1 IB/core: Fix querying total rdma stats new d191152f43a5 IB/counters: Always initialize the port counter object new b7165bd0d6cb IB/mlx5: Fix RSS Toeplitz setup to be aligned with the HW [...] new 32a024b9a9f3 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linu [...] new 36876b30d214 selftests: kmod: Fix typo in kmod.sh new 399ea57a4c8b selftests/x86: fix spelling mistake "FAILT" -> "FAIL" new 2e05ec4834f9 selftests: mlxsw: Fix typo in qos_mc_aware.sh new 527d37e9e575 selftests/livepatch: add test skip handling new 2f6f0a996218 Merge tag 'linux-kselftest-5.3-rc3' of git://git.kernel.or [...] new a1f32eeca60e f2fs: use generic checking and prep function for FS_IOC_SETFLAGS new 6fc93c4e0ad1 f2fs: use generic checking function for FS_IOC_FSSETXATTR new d5e5efa250cd f2fs: remove redundant check from f2fs_setflags_common() new 543b8c468f55 f2fs: fix to read source block before invalidating it new 38fb6d0ea342 f2fs: use EINVAL for superblock with invalid magic new 0572d7668a58 Merge tag 'f2fs-for-5.4-rc3' of git://git.kernel.org/pub/s [...] new 3884ae44f412 pidfd: remove obsolete comments from test new 1caf7d50f46b pidfd: Add warning if exit_state is 0 during notification new 30b692d3b390 exit: make setting exit_state consistent new 629f8205a6cc Merge tag 'for-linus-20190730' of git://git.kernel.org/pub [...]
The 38 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/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/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 +- 31 files changed, 250 insertions(+), 270 deletions(-)