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-arm-mainline-allmodconfig in repository toolchain/ci/linux.
from ee1c7bd33e66 Merge tag 'tpmdd-next-20190813' of git://git.infradead.org [...] new 76470ccd62f1 mm: document zone device struct page field usage new 7ab0ad0e74f8 mm/hmm: fix ZONE_DEVICE anon page mapping reuse new 1de13ee59225 mm/hmm: fix bad subpage pointer in try_to_unmap_one new d883544515aa mm: mempolicy: make the behavior consistent when MPOL_MF_M [...] new a53190a4aaa3 mm: mempolicy: handle vma with unmovable pages mapped corr [...] new 6051d3bd3b91 mm/z3fold.c: fix z3fold_destroy_pool() ordering new b997052bc3ac mm/z3fold.c: fix z3fold_destroy_pool() race condition new 54a83d6bcbf8 mm/memcontrol.c: fix use after free in mem_cgroup_iter() new 5336e52c9e46 mm/vmalloc.c: fix percpu free VM area search criteria new fcf3a5b62f43 mm: kmemleak: disable early logging in case of error new 951531691c4b mm/usercopy: use memory range to be accessed for wraparound check new ec9f02384f60 mm: workingset: fix vmstat counters for shadow nodes new 6a2aeab59e97 seq_file: fix problem when seeking mid-record new 0cfaee2af3a0 include/asm-generic/5level-fixup.h: fix variable 'p4d' set [...] new 92717d429b38 Revert "Revert "mm, thp: consolidate THP gfp handling into [...] new a8282608c88e Revert "mm, thp: restore node-local hugepage allocations" new 28360f398778 mm, vmscan: do not special-case slab reclaim when watermar [...] new 4643d67e8cb0 hugetlbfs: fix hugetlb page migration/fault race causing SIGBUS new cab6d5b66b98 Merge branch 'akpm' (patches from Andrew) adds 8af23fad6261 iommu/dma: Handle MSI mappings separately adds 11f4fe9ba3c8 iommu/arm-smmu: Mark expected switch fall-through adds 458b7c8e0dde iommu/vt-d: Detach domain when move device out of group adds bfeaec7f7d2f iommu/vt-d: Correctly check format of page table in debugfs adds ab2cbeb0ed30 iommu/dma: Handle SG length overflow better adds ae23bfb68f28 iommu/vt-d: Detach domain before using a private one adds 3a18844dcf89 iommu/vt-d: Fix possible use-after-free of private domain new b5e33e44d994 Merge tag 'iommu-fixes-v5.3-rc4' of git://git.kernel.org/p [...] adds cf14be0b41c6 dma-direct: fix DMA_ATTR_NO_KERNEL_MAPPING adds d8ad55538abe dma-direct: don't truncate dma_required_mask to bus addres [...] adds 33dcb37cef74 dma-mapping: fix page attributes for dma_mmap_* new e83b009c5c36 Merge tag 'dma-mapping-5.3-4' of git://git.infradead.org/u [...] adds f591822c3cf3 IB/mlx5: Fix implicit MR release flow adds d97de8887a12 RDMA/counter: Prevent QP counter binding if counters unsupported adds e7e6c6320c8c IB/mlx5: Check the correct variable in error handling code new e9eec6a55c95 IB/mlx5: Fix use-after-free error while accessing ev_file pointer new 17c19287ecf5 RDMA/siw: Fix a memory leak in siw_init_cpulist() new 932727c55653 RDMA/core: Fix error code in stat_get_doit_qp() new 2c8ccb37b08f RDMA/siw: Change CQ flags from 64->32 bits new a8dba0531bc0 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linu [...]
The 26 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: arch/arm/mm/dma-mapping.c | 4 +- arch/arm64/mm/dma-mapping.c | 4 +- arch/powerpc/Kconfig | 1 - arch/powerpc/kernel/Makefile | 3 +- arch/powerpc/kernel/dma-common.c | 17 ----- drivers/infiniband/core/counters.c | 6 ++ drivers/infiniband/core/nldev.c | 8 +- drivers/infiniband/core/umem_odp.c | 4 - drivers/infiniband/hw/mlx5/devx.c | 11 +-- drivers/infiniband/hw/mlx5/odp.c | 24 +++--- drivers/infiniband/sw/siw/Kconfig | 2 +- drivers/infiniband/sw/siw/siw.h | 2 +- drivers/infiniband/sw/siw/siw_main.c | 4 +- drivers/infiniband/sw/siw/siw_qp.c | 14 +++- drivers/infiniband/sw/siw/siw_verbs.c | 16 ++-- drivers/iommu/arm-smmu-v3.c | 4 +- drivers/iommu/dma-iommu.c | 25 ++++--- drivers/iommu/intel-iommu-debugfs.c | 2 +- drivers/iommu/intel-iommu.c | 11 ++- fs/seq_file.c | 2 +- include/asm-generic/5level-fixup.h | 21 +++++- include/linux/dma-noncoherent.h | 13 +++- include/linux/gfp.h | 12 +-- include/linux/memcontrol.h | 19 +++++ include/linux/mempolicy.h | 2 + include/linux/mm_types.h | 11 ++- include/uapi/rdma/siw-abi.h | 3 +- kernel/dma/direct.c | 10 +-- kernel/dma/mapping.c | 19 ++++- kernel/dma/remap.c | 2 +- mm/huge_memory.c | 51 ++++++++----- mm/hugetlb.c | 19 +++++ mm/kmemleak.c | 2 +- mm/memcontrol.c | 59 ++++++++++++--- mm/mempolicy.c | 134 +++++++++++++++++++--------------- mm/memremap.c | 24 ++++++ mm/rmap.c | 8 ++ mm/shmem.c | 2 +- mm/usercopy.c | 2 +- mm/vmalloc.c | 12 ++- mm/vmscan.c | 13 +--- mm/workingset.c | 10 +-- mm/z3fold.c | 14 +++- 43 files changed, 409 insertions(+), 217 deletions(-) delete mode 100644 arch/powerpc/kernel/dma-common.c