This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-release-arm-mainline-allyesconfig in repository toolchain/ci/linux.
from 6e625a1a3f47 Merge tag 'xtensa-20190816' of git://github.com/jcmvbkbc/l [...] adds eb93685847a9 riscv: fix flush_tlb_range() end address for flush_tlb_page() adds 500bc2c1f48a riscv: rv32_defconfig: Update the defconfig adds d568cb3f9351 riscv: defconfig: Update the defconfig adds 8ac71d7e46b9 riscv: Correct the initialized flow of FP register adds 69703eb9a8ae riscv: Make __fstate_clean() work correctly. adds 2f478b60118f Merge tag 'riscv/for-v5.3-rc5' of git://git.kernel.org/pub [...] adds e8c220fac415 Revert "i2c: imx: improve the error handling in i2c_imx_dm [...] adds 8fc3ae3b109d MAINTAINERS: i2c-imx: take over maintainership adds 7b814d852af6 i2c: rcar: avoid race when unregistering slave client adds d7437fc0d829 i2c: emev2: avoid race when unregistering slave client adds 90865a3dc597 i2c: stm32: Use the correct style for SPDX License Identifier adds 05c525326957 Merge branch 'i2c/for-current' of git://git.kernel.org/pub [...] adds 5912e791f301 tools: hv: fixed Python pep8/flake8 warnings for lsvmbus adds b0995156071b tools: hv: fix KVP and VSS daemons exit code adds 2d35c66036b2 tools: hv: fix typos in toolchain adds 61e0f39105b7 tools: hv: Use the correct style for SPDX License Identifier adds bafe1e79e05d MAINTAINERS: Fix Hyperv vIOMMU driver file name adds 85d8d3b172eb Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pu [...] adds fab7772bfbcf nvme-multipath: revalidate nvme_ns_head gendisk in nvme_va [...] adds 3aed86731ee2 nvmet: Fix use-after-free bug when a port is removed adds 86b9a63e595f nvmet-loop: Flush nvme_delete_wq when removing the port adds cfc1a1af5620 nvmet-file: fix nvmet_file_flush() always returning an error adds 8c36e66fb407 nvme-core: Fix extra device_put() call on error path adds b9156daeb160 nvme: fix a possible deadlock when passthru commands sent [...] adds d94211b8bad3 nvme-rdma: fix possible use-after-free in connect error flow adds 0157ec8dad3c nvme: fix controller removal race with scan work adds bd46a9063430 nvme-pci: Fix async probe remove race adds 0c9c83043d49 Merge branch 'nvme-5.3-rc' of git://git.infradead.org/nvme [...] adds e26cc08265dd blk-mq: move cancel of requeue_work to the front of blk_ex [...] adds ae78ca3cf3d9 xen/blkback: fix memory leaks adds 99c79f6692cc io_uring: fix manual setup of iov_iter for fixed buffers adds 7b6620d7db56 block: remove REQ_NOWAIT_INLINE adds a982eeb09b60 io_uring: fix an issue when IOSQE_IO_LINK is inserted into [...] adds 8fde2832bd0b Merge tag 'for-linus-2019-08-17' of git://git.kernel.dk/li [...]
No new revisions were added by this update.
Summary of changes: MAINTAINERS | 10 ++++- arch/riscv/configs/defconfig | 2 + arch/riscv/configs/rv32_defconfig | 3 ++ arch/riscv/include/asm/switch_to.h | 8 +++- arch/riscv/include/asm/tlbflush.h | 11 +++++- arch/riscv/kernel/process.c | 11 +++++- block/blk-mq.c | 10 +---- block/blk-sysfs.c | 3 ++ drivers/block/xen-blkback/xenbus.c | 6 +-- drivers/hv/hv_trace.h | 2 +- drivers/i2c/busses/i2c-emev2.c | 16 ++++++-- drivers/i2c/busses/i2c-imx.c | 18 +++------ drivers/i2c/busses/i2c-rcar.c | 11 ++++-- drivers/i2c/busses/i2c-stm32.h | 2 +- drivers/nvme/host/core.c | 15 +++++++- drivers/nvme/host/multipath.c | 76 +++++++++++++++++++++++++++++++++++--- drivers/nvme/host/nvme.h | 21 ++++++++++- drivers/nvme/host/pci.c | 3 +- drivers/nvme/host/rdma.c | 16 +++++--- drivers/nvme/target/configfs.c | 1 + drivers/nvme/target/core.c | 15 ++++++++ drivers/nvme/target/loop.c | 8 ++++ drivers/nvme/target/nvmet.h | 3 ++ fs/block_dev.c | 49 +++--------------------- fs/io_uring.c | 20 +++++----- include/linux/blk_types.h | 5 +-- tools/hv/hv_get_dhcp_info.sh | 2 +- tools/hv/hv_kvp_daemon.c | 8 ++-- tools/hv/hv_set_ifconfig.sh | 2 +- tools/hv/hv_vss_daemon.c | 4 +- tools/hv/lsvmbus | 75 ++++++++++++++++++++----------------- 31 files changed, 285 insertions(+), 151 deletions(-)