This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from e3280b54afed Merge tag 'led-fixes-for-5.4-rc3' of git://git.kernel.org/ [...] new 7a292b6c7c9c arm64: errata: Update stale comment new 4585fc59c0e8 arm64/sve: Fix wrong free for task->thread.sve_state new a2b99dcac36c docs: arm64: Fix indentation and doc formatting new a48e61de758c arm64: Mark functions using explicit register variables as [...] new 7230f7e99fec arm64: cpufeature: Effectively expose FRINT capability to [...] new e4365f968fcd arm64: mm: avoid virt_to_phys(init_mm.pgd) new f46f27a576cc arm64: Fix incorrect irqflag restore for priority masking [...] new dd8a1f134884 arm64: ftrace: Ensure synchronisation in PLT setup for Neo [...] new 308c51561720 arm64: mm: fix spurious fault detection new e0de01aafc3d arm64: vdso32: Fix broken compat vDSO build warnings new 37a5076098c1 arm64: vdso: Remove stale files from old assembly implementation new 0df2c90eba60 arm64: vdso32: Detect binutils support for dmb ishld new a7f93103f86e arm64: vdso32: Remove jump label config option in Makefile new 50a2610adec9 lib: vdso: Remove CROSS_COMPILE_COMPAT_VDSO new 24ee01a927bf arm64: Default to building compat vDSO with clang when CON [...] new bcaf9b57e488 arm64: vdso32: Move definition of COMPATCC into vdso32/Makefile new c71e88c43796 arm64: vdso32: Don't use KBUILD_CPPFLAGS unconditionally new 7424ee2b1617 arm64: vdso32: Pass '--target' option to clang via VDSO_CAFLAGS new eff9cb67be21 arm64: vdso32: Rename COMPATCC to CC_COMPAT new 7c4791c9efca arm64: Kconfig: Make CONFIG_COMPAT_VDSO a proper Kconfig option new 3e7c93bd04ed arm64: armv8_deprecated: Checking return value for memory [...] new e60329c97b9c Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/li [...] new 18545e8b6871 RDMA/vmw_pvrdma: Free SRQ only once new df791c54d627 RDMA/siw: Fix serialization issue in write_space() new 390d3fdcae2d RDMA/core: Fix use after free and refcnt leak on ndev in_d [...] new 34b3be18a04e RDMA/hfi1: Prevent memory leak in sdma_init new 91724c1e5afe RDMA/iw_cxgb4: fix SRQ access from dump_qp() new b66f31efbdad RDMA/iwcm: Fix a lock inversion issue new ee4e4040ab61 RDMA/i40iw: Associate ibdev to netdev before IB device reg [...] new ab59ca3eb4e7 RDMA/core: Fix an error handling path in 'res_get_common_doit()' new 94635c36f385 RDMA/cm: Fix memory leak in cm_add/remove_one new 3840c5b78803 RDMA/cxgb4: Do not dma memory off of the stack new 594e6c5d41ed RDMA/nldev: Reshuffle the code to avoid need to rebind QP [...] new 1cbe866cbcb5 IB/core: Fix wrong iterating on ports new 880505cfef1d RDMA/mlx5: Do not allow rereg of a ODP MR new f28b1932eaae RDMA/mlx5: Fix a race with mlx5_ib_update_xlt on an implicit MR new 9dc775e7f550 RDMA/odp: Lift umem_mutex out of ib_umem_odp_unmap_dma_pages() new aa116b810ac9 RDMA/mlx5: Order num_pending_prefetch properly with synchr [...] new aa603815c7f8 RDMA/mlx5: Put live in the correct place for ODP MRs new 0417791536ae RDMA/mlx5: Add missing synchronize_srcu() for MW cases new 8a8c600de5dc Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linu [...]
The 41 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/arm64/memory.rst | 9 +++- arch/arm64/Kconfig | 15 +++++- arch/arm64/Makefile | 16 ------- arch/arm64/include/asm/atomic_lse.h | 6 ++- arch/arm64/include/asm/vdso/compat_barrier.h | 2 +- arch/arm64/include/asm/vdso_datapage.h | 33 ------------- arch/arm64/kernel/armv8_deprecated.c | 5 ++ arch/arm64/kernel/cpu_errata.c | 4 +- arch/arm64/kernel/cpufeature.c | 1 + arch/arm64/kernel/entry.S | 1 + arch/arm64/kernel/ftrace.c | 12 +++-- arch/arm64/kernel/process.c | 32 ++++++------- arch/arm64/kernel/vdso/gettimeofday.S | 0 arch/arm64/kernel/vdso32/Makefile | 44 ++++++++++------- arch/arm64/mm/fault.c | 13 ++++- drivers/infiniband/core/cm.c | 3 ++ drivers/infiniband/core/cma.c | 3 +- drivers/infiniband/core/device.c | 9 ++-- drivers/infiniband/core/nldev.c | 12 ++--- drivers/infiniband/core/security.c | 2 +- drivers/infiniband/core/umem_odp.c | 6 ++- drivers/infiniband/hw/cxgb4/device.c | 7 ++- drivers/infiniband/hw/cxgb4/mem.c | 28 ++++++----- drivers/infiniband/hw/cxgb4/qp.c | 10 +--- drivers/infiniband/hw/hfi1/sdma.c | 5 +- drivers/infiniband/hw/i40iw/i40iw_verbs.c | 4 ++ drivers/infiniband/hw/mlx5/devx.c | 58 +++++++---------------- drivers/infiniband/hw/mlx5/mlx5_ib.h | 3 +- drivers/infiniband/hw/mlx5/mr.c | 68 +++++++++++---------------- drivers/infiniband/hw/mlx5/odp.c | 58 ++++++++++++++++++----- drivers/infiniband/hw/vmw_pvrdma/pvrdma_srq.c | 2 - drivers/infiniband/sw/siw/siw_qp.c | 15 ++++-- drivers/net/ethernet/mellanox/mlx5/core/mr.c | 8 +--- lib/vdso/Kconfig | 9 ---- 34 files changed, 252 insertions(+), 251 deletions(-) delete mode 100644 arch/arm64/include/asm/vdso_datapage.h delete mode 100644 arch/arm64/kernel/vdso/gettimeofday.S