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-allnoconfig in repository toolchain/ci/linux.
from 037904a22bf8 Merge branch 'x86-urgent-for-linus' of git://git.kernel.or [...] adds f06eba722747 Input: snvs_pwrkey - make it depend on ARCH_MXC adds bce1a7842396 Input: synaptics-rmi4 - fix possible double free new 3a349763cf11 Input: synaptics-rmi4 - write config register values to th [...] new 25cce03b1d06 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...] adds f147384774a7 dmaengine: bcm2835: Avoid GFP_KERNEL in device_prep_slave_sg adds 907bd68a2edc dmaengine: sh: rcar-dmac: With cyclic DMA residue 0 is valid adds 6e7da7477534 dmaengine: sh: rcar-dmac: Fix glitch in dmaengine_tx_status new 5bb5c3a3ac10 dmaengine: mediatek-cqdma: fix wrong register usage in mtk [...] new 72a6e35db32b Merge tag 'dmaengine-fix-5.1-rc7' of git://git.infradead.o [...] adds 7c39f7f671d2 IB/rdmavt: Fix frwr memory registration adds 7249c8ea227a IB/mlx5: Fix scatter to CQE in DCT QP creation adds c660133c339f RDMA/mlx5: Do not allow the user to write to the clock page adds d5e560d3f723 RDMA/mlx5: Use rdma_user_map_io for mapping BAR pages adds 67f269b37f9b RDMA/ucontext: Fix regression with disassociate new 2557fabd6e29 RDMA/hns: Bugfix for mapping user db new 14f974d7f0f1 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linu [...] new 35fa71a030ca io_uring: fail io_uring_register(2) on a dying io_uring instance new e523a29c4f27 io_uring: fix race condition reading SQ entries new 0d7bae69c574 io_uring: fix race condition when sq threads goes sleeping new fb775faa9e46 io_uring: fix poll full SQ detection new 8358e3a8264a io_uring: remove 'state' argument from io_{read,write} path new 975a0f400f2e Merge tag 'for-linus-20190428' of git://git.kernel.dk/linux-block adds 8adddf349fda powerpc/mm/radix: Make Radix require HUGETLB_PAGE adds eb9d7a62c386 powerpc/mm_iommu: Fix potential deadlock adds 7a3a4d763837 powerpc/mm_iommu: Allow pinning large regions new 0d82044e1b7e Merge tag 'powerpc-5.1-6' of git://git.kernel.org/pub/scm/ [...] adds 503621628b32 ARM: fix function graph tracer and unwinder dependencies adds c3143967807a ARM: 8856/1: NOMMU: Fix CCR register faulty initialization [...] adds e17b1af96b2a ARM: 8857/1: efi: enable CP15 DMB instructions before clea [...] new 9520b5324b0e Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
The 14 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/Kconfig | 2 +- arch/arm/Kconfig.debug | 6 +- arch/arm/boot/compressed/head.S | 16 +++++- arch/arm/kernel/head-nommu.S | 2 +- arch/powerpc/configs/skiroot_defconfig | 1 + arch/powerpc/mm/mmu_context_iommu.c | 97 ++++++++++++++++++++------------- arch/powerpc/platforms/Kconfig.cputype | 2 +- drivers/dma/bcm2835-dma.c | 2 +- drivers/dma/mediatek/mtk-cqdma.c | 2 +- drivers/dma/sh/rcar-dmac.c | 30 ++++++++-- drivers/infiniband/core/uverbs.h | 1 + drivers/infiniband/core/uverbs_main.c | 52 +++++++++++++++++- drivers/infiniband/hw/hns/hns_roce_qp.c | 2 +- drivers/infiniband/hw/mlx5/main.c | 12 ++-- drivers/infiniband/hw/mlx5/qp.c | 11 ++-- drivers/infiniband/sw/rdmavt/mr.c | 17 +++--- drivers/input/keyboard/Kconfig | 2 +- drivers/input/rmi4/rmi_driver.c | 6 +- drivers/input/rmi4/rmi_f11.c | 2 +- fs/io_uring.c | 42 ++++++++------ include/uapi/rdma/mlx5-abi.h | 1 + 21 files changed, 213 insertions(+), 95 deletions(-)