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-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 [...] new 5912e791f301 tools: hv: fixed Python pep8/flake8 warnings for lsvmbus new b0995156071b tools: hv: fix KVP and VSS daemons exit code new 2d35c66036b2 tools: hv: fix typos in toolchain new 61e0f39105b7 tools: hv: Use the correct style for SPDX License Identifier new bafe1e79e05d MAINTAINERS: Fix Hyperv vIOMMU driver file name new 85d8d3b172eb Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pu [...] new fab7772bfbcf nvme-multipath: revalidate nvme_ns_head gendisk in nvme_va [...] new 3aed86731ee2 nvmet: Fix use-after-free bug when a port is removed new 86b9a63e595f nvmet-loop: Flush nvme_delete_wq when removing the port new cfc1a1af5620 nvmet-file: fix nvmet_file_flush() always returning an error new 8c36e66fb407 nvme-core: Fix extra device_put() call on error path new b9156daeb160 nvme: fix a possible deadlock when passthru commands sent [...] new d94211b8bad3 nvme-rdma: fix possible use-after-free in connect error flow new 0157ec8dad3c nvme: fix controller removal race with scan work new bd46a9063430 nvme-pci: Fix async probe remove race new 0c9c83043d49 Merge branch 'nvme-5.3-rc' of git://git.infradead.org/nvme [...] new e26cc08265dd blk-mq: move cancel of requeue_work to the front of blk_ex [...] new ae78ca3cf3d9 xen/blkback: fix memory leaks new 99c79f6692cc io_uring: fix manual setup of iov_iter for fixed buffers new 7b6620d7db56 block: remove REQ_NOWAIT_INLINE new a982eeb09b60 io_uring: fix an issue when IOSQE_IO_LINK is inserted into [...] new 8fde2832bd0b Merge tag 'for-linus-2019-08-17' of git://git.kernel.dk/li [...]
The 22 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: 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(-)