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-master-arm-mainline-allyesconfig in repository toolchain/ci/linux.
from ee1c7bd33e66 Merge tag 'tpmdd-next-20190813' of git://git.infradead.org [...] adds 76470ccd62f1 mm: document zone device struct page field usage adds 7ab0ad0e74f8 mm/hmm: fix ZONE_DEVICE anon page mapping reuse adds 1de13ee59225 mm/hmm: fix bad subpage pointer in try_to_unmap_one adds d883544515aa mm: mempolicy: make the behavior consistent when MPOL_MF_M [...] adds a53190a4aaa3 mm: mempolicy: handle vma with unmovable pages mapped corr [...] adds 6051d3bd3b91 mm/z3fold.c: fix z3fold_destroy_pool() ordering adds b997052bc3ac mm/z3fold.c: fix z3fold_destroy_pool() race condition adds 54a83d6bcbf8 mm/memcontrol.c: fix use after free in mem_cgroup_iter() adds 5336e52c9e46 mm/vmalloc.c: fix percpu free VM area search criteria adds fcf3a5b62f43 mm: kmemleak: disable early logging in case of error adds 951531691c4b mm/usercopy: use memory range to be accessed for wraparound check adds ec9f02384f60 mm: workingset: fix vmstat counters for shadow nodes adds 6a2aeab59e97 seq_file: fix problem when seeking mid-record adds 0cfaee2af3a0 include/asm-generic/5level-fixup.h: fix variable 'p4d' set [...] adds 92717d429b38 Revert "Revert "mm, thp: consolidate THP gfp handling into [...] adds a8282608c88e Revert "mm, thp: restore node-local hugepage allocations" adds 28360f398778 mm, vmscan: do not special-case slab reclaim when watermar [...] adds 4643d67e8cb0 hugetlbfs: fix hugetlb page migration/fault race causing SIGBUS adds 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 adds 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_* adds 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 adds e9eec6a55c95 IB/mlx5: Fix use-after-free error while accessing ev_file pointer adds 17c19287ecf5 RDMA/siw: Fix a memory leak in siw_init_cpulist() adds 932727c55653 RDMA/core: Fix error code in stat_get_doit_qp() adds 2c8ccb37b08f RDMA/siw: Change CQ flags from 64->32 bits adds a8dba0531bc0 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linu [...] adds 2067b2b3f484 afs: Fix the CB.ProbeUuid service handler to reply correctly adds 4a46fdba449a afs: Fix loop index mixup in afs_deliver_vl_get_entry_by_name_u() adds a6eed4ab5dd4 fs: afs: Fix a possible null-pointer dereference in afs_pu [...] adds 37c0bbb33266 afs: Fix off-by-one in afs_rename() expected data version [...] adds 5dc84855b0fc afs: Only update d_fsdata if different in afs_d_revalidate() adds 9dd0b82ef530 afs: Fix missing dentry data version updating adds e22a97a2a85d Merge tag 'afs-fixes-20190814' of git://git.kernel.org/pub [...] adds 54b13723f765 sh: kernel: disassemble: Mark expected switch fall-throughs adds 1ee1119d184b sh: kernel: hw_breakpoint: Fix missing break in switch statement adds 41de59634046 Merge tag 'Wimplicit-fallthrough-5.3-rc5' of git://git.ker [...]
No new revisions were added by this update.
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 ----- arch/sh/kernel/disassemble.c | 5 +- arch/sh/kernel/hw_breakpoint.c | 1 + 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/afs/cmservice.c | 10 +-- fs/afs/dir.c | 89 ++++++++++++++++++---- fs/afs/file.c | 12 +-- fs/afs/vlclient.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 +++- 49 files changed, 501 insertions(+), 253 deletions(-) delete mode 100644 arch/powerpc/kernel/dma-common.c