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-defconfig in repository toolchain/ci/linux.
from 556e2f6020bf Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pu [...] adds 6dbc6e6f5855 pinctrl: mcp23s08: Fix add_data and irqchip_add_nested call order adds f2818ba3a012 pinctrl: ocelot: fix gpio direction for pins after 31 adds 4b36082e2e09 pinctrl: ocelot: fix pinmuxing for pins after 31 adds 35594bc7cecf pinctrl: mediatek: Ignore interrupts that are wake only du [...] adds 9d957a959bc8 pinctrl: mediatek: Update cur_mask in mask/mask ops adds 061913712d6a Merge tag 'pinctrl-v5.2-3' of git://git.kernel.org/pub/scm [...] adds 60c112b0ada0 io_uring: ensure req->file is cleared on allocation adds e6feaf215f07 block, bfq: fix operator in BFQQ_TOTALLY_SEEKY adds 9dda12b6fa0e Merge tag 'for-linus-20190628' of git://git.kernel.dk/linux-block adds 240b4cc8fd5d scsi: vmw_pscsi: Fix use-after-free in pvscsi_queue_lck() adds 5b607ba862f3 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/lin [...] adds d6b8bd679c9c ceph: fix ceph_mdsc_build_path to not stop on first component adds 43251dbd6ac2 Merge tag 'ceph-for-5.2-rc7' of git://github.com/ceph/ceph-client adds 7e3d3620974b SUNRPC: Fix up calculation of client message length adds 68f461593f76 NFS/flexfiles: Use the correct TCP timeout for flexfiles I/O adds c949c30b2640 Merge tag 'nfs-for-5.2-4' of git://git.linux-nfs.org/proje [...] adds ff8391e1b7d2 RISC-V: defconfig: enable MMC & SPI for RISC-V adds 45b03df2864a riscv: dts: Re-organize the DT nodes adds 3cdb01578843 dt-bindings: riscv: resolve 'make dt_binding_check' warnings adds e3f9dada0abe dt-bindings: clock: sifive: add MIT license as an option f [...] adds 0db7f5cd4aeb riscv: mm: Fix code comment adds c57582adfda3 Merge tag 'riscv-for-v5.2/fixes-rc7' of git://git.kernel.o [...] adds 2bc42bfba9b2 ARC: build: Try to guess CROSS_COMPILE with cc-cross-prefix adds ec9b4feb1e41 ARC: [plat-hsdk]: unify memory apertures configuration adds f8b5c7222761 Merge tag 'arc-5.2-rc7' of git://git.kernel.org/pub/scm/li [...] adds 36d6cb73d5e6 mm/dev_pfn: exclude MEMORY_DEVICE_PRIVATE while computing [...] adds cb8f381f1613 fs/proc/array.c: allow reporting eip/esp for all coredumpi [...] adds 29b190fa774d mm/mempolicy.c: fix an incorrect rebind node in mpol_rebin [...] adds 867bfa4a5fce fs/binfmt_flat.c: make load_flat_shared_library() work adds 97abc889ee29 signal: remove the wrong signal_pending() check in restore [...] adds b38e5962f8ed mm: soft-offline: return -EBUSY if set_hwpoison_free_buddy [...] adds faf53def3b14 mm: hugetlb: soft-offline: dissolve_free_huge_page() retur [...] adds 432b1de0de02 mm/oom_kill.c: fix uninitialized oc->constraint adds 4ada1e810038 initramfs: fix populate_initrd_image() section mismatch adds 7298e3b0a149 mm/page_idle.c: fix oops because end_pfn is larger than max_pfn adds 2c9292336a09 mm/vmalloc.c: avoid bogus -Wmaybe-uninitialized warning adds 8708e13c6a06 MAINTAINERS: add CLANG/LLVM BUILD SUPPORT info adds 1bf4580e00a2 fork,memcg: alloc_thread_stack_node needs to set tsk->stack adds 1a5f439c7c02 mm, swap: fix THP swap out adds 8f9fab480c7a linux/kernel.h: fix overflow for DIV_ROUND_UP_ULL adds 0839c537628d Merge branch 'akpm' (patches from Andrew) adds 7b785645e8f1 mm: fix page cache convergence regression adds 5c089fd0c734 idr: Fix idr_get_next race with idr_remove adds 12fd2aee6db7 XArray tests: Add check_insert adds 01305db842e1 Merge tag 'xarray-5.2-rc6' of git://git.infradead.org/user [...]
No new revisions were added by this update.
Summary of changes: Documentation/devicetree/bindings/riscv/cpus.yaml | 26 ++-- MAINTAINERS | 8 + arch/arc/Makefile | 4 + arch/arc/plat-hsdk/platform.c | 161 ++++++++++++++++++++- arch/riscv/boot/dts/sifive/fu540-c000.dtsi | 6 + .../riscv/boot/dts/sifive/hifive-unleashed-a00.dts | 13 ++ arch/riscv/configs/defconfig | 5 + arch/riscv/mm/fault.c | 3 - block/bfq-iosched.c | 2 +- drivers/pinctrl/mediatek/mtk-eint.c | 34 +++-- drivers/pinctrl/pinctrl-mcp23s08.c | 8 +- drivers/pinctrl/pinctrl-ocelot.c | 18 ++- drivers/scsi/vmw_pvscsi.c | 6 +- fs/aio.c | 28 +++- fs/binfmt_flat.c | 23 +-- fs/ceph/mds_client.c | 3 +- fs/eventpoll.c | 4 +- fs/inode.c | 2 +- fs/io_uring.c | 12 +- fs/nfs/flexfilelayout/flexfilelayoutdev.c | 2 +- fs/proc/array.c | 2 +- fs/select.c | 18 +-- include/dt-bindings/clock/sifive-fu540-prci.h | 2 +- include/linux/kernel.h | 3 +- include/linux/pfn_t.h | 2 +- include/linux/signal.h | 2 +- include/linux/xarray.h | 1 + init/initramfs.c | 4 +- kernel/fork.c | 6 +- kernel/signal.c | 5 +- lib/idr.c | 14 +- lib/test_xarray.c | 38 +++++ lib/xarray.c | 12 +- mm/hugetlb.c | 29 ++-- mm/memory-failure.c | 7 +- mm/mempolicy.c | 2 +- mm/oom_kill.c | 12 +- mm/page_idle.c | 4 +- mm/page_io.c | 7 +- mm/vmalloc.c | 4 +- net/sunrpc/xprtsock.c | 16 +- tools/testing/radix-tree/idr-test.c | 46 ++++++ 42 files changed, 452 insertions(+), 152 deletions(-)