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-aarch64-mainline-allnoconfig in repository toolchain/ci/linux.
from d5eeab8d7e26 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/lin [...] adds d8f1b9716cfd io_uring: fix mismatched finish_wait() calls in io_uring_c [...] adds 7f13657d1413 io_uring: handle -EFAULT properly in io_uring_setup() adds 90da2e3f25c8 splice: move f_mode checks to do_{splice,tee}() adds 63ff822358b2 io_uring: don't use 'fd' for openat/openat2/statx adds 1d3962ae3b3d Merge tag 'io_uring-5.7-2020-05-08' of git://git.kernel.dk [...] adds 78a5255ffb6a Stop the ad-hoc games with -Wno-maybe-initialized adds 5c45de21a222 gcc-10: disable 'zero-length-bounds' warning for now adds 44720996e2d7 gcc-10: disable 'array-bounds' warning for now adds 5a76021c2eff gcc-10: disable 'stringop-overflow' warning for now adds adc719209698 gcc-10: disable 'restrict' warning for now adds 1a263ae60b04 gcc-10: avoid shadowing standard library 'free()' in crypto adds 7391efa48d88 RISC-V: Export riscv_cpuid_to_hartid_mask() API adds 6bcff51539cc RISC-V: Add bitmap reprensenting ISA features common across CPUs adds a2da5b181f88 RISC-V: Remove N-extension related defines adds c749bb2d5548 riscv: set max_pfn to the PFN of the last page adds 0a9f2a6161dc riscv: add Linux note to vdso adds d6d5161280b3 riscv: force __cpu_up_ variables to put in data section adds 73cb8e2a5863 RISC-V: Remove unused code from STRICT_KERNEL_RWX adds 2e28f3b13a41 Merge tag 'riscv-for-linus-5.7-rc5' of git://git.kernel.or [...] adds e99332e7b4cd gcc-10: mark more functions __init to avoid section mismat [...] adds 0b80f9866e6b iocost: protect iocg->abs_vdebt with iocg->waitq.lock adds 156c75737255 vboxsf: don't use the source name in the bdi name adds eb7ae5e06bb6 bdi: move bdi_dev_name out of line adds d51cfc53ade3 bdi: use bdi_dev_name() to get device name adds 6bd87eec23cb bdi: add a ->dev_name field to struct backing_dev_info adds a8de6639169b nvme-pci: fix "slimmer CQ head update" adds 59c7c3caaaf8 nvme: fix possible hang when ns scanning fails during erro [...] adds 0a85ed6e7fce Merge tag 'block-5.7-2020-05-09' of git://git.kernel.dk/li [...] adds eb791aa70b90 iommu/amd: Fix race in increase_address_space()/fetch_pte() adds 5b8a9a047b6c iommu/amd: Do not loop forever when trying to increase add [...] adds f44a4d7e4f1c iommu/amd: Call domain_flush_complete() in update_domain() adds 19c6978fba68 iommu/amd: Update Device Table in increase_address_space() adds 119b2b2c3e25 iommu/amd: Do not flush Device Table in iommu_map_page() adds fb3637a11334 iommu/virtio: Reverse arguments to list_add adds 27d2dcb1b95c Merge tag 'iommu-fixes-v5.7-rc4' of git://git.kernel.org/p [...] adds 8101b5a1531f ARM: futex: Address build warning adds bd2049f87107 Merge tag 'locking-urgent-2020-05-10' of git://git.kernel. [...] adds 1119d265bc20 objtool: Fix infinite loop in find_jump_table() adds 8b00083219af Merge tag 'objtool-urgent-2020-05-10' of git://git.kernel. [...] adds d8dd25a461e4 objtool: Fix stack offset tracking for indirect CFAs adds 06a9750edcff x86/entry/64: Fix unwind hints in register clearing code adds 1fb143634a38 x86/entry/64: Fix unwind hints in kernel exit path adds 96c64806b4bf x86/entry/64: Fix unwind hints in __switch_to_asm() adds f977df7b7ca4 x86/entry/64: Fix unwind hints in rewind_stack_do_exit() adds 153eb2223c79 x86/unwind/orc: Convert global variables to static adds b08418b54831 x86/unwind: Prevent false warnings for non-current tasks adds f1d9a2abff66 x86/unwind/orc: Don't skip the first frame for inactive tasks adds 98d0c8ebf77e x86/unwind/orc: Prevent unwinding before ORC initialization adds a0f81bf26888 x86/unwind/orc: Fix error path for bad ORC entry type adds 81b67439d147 x86/unwind/orc: Fix premature unwind stoppage due to IRET frames adds 53fb6e990d78 objtool: Fix infinite loop in for_offset_range() adds ab5130186d74 x86/mm/cpa: Flush direct map alias during cpa adds fdc63ff0e49c ftrace/x86: Fix trace event registration for syscalls with [...] adds c84cb3735fd5 x86/apic: Move TSC deadline timer debug printk adds fb9cbbc895eb x86/unwind/orc: Move ORC sorting variables under !CONFIG_MODULES adds c14cab2688d0 Merge tag 'x86-urgent-2020-05-10' of git://git.kernel.org/ [...] new 2ef96a5bb12b Linux 5.7-rc5
The 1 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: Makefile | 17 +- arch/arm/include/asm/futex.h | 9 +- arch/riscv/include/asm/csr.h | 3 - arch/riscv/include/asm/hwcap.h | 22 +++ arch/riscv/include/asm/set_memory.h | 8 - arch/riscv/kernel/cpu_ops.c | 4 +- arch/riscv/kernel/cpufeature.c | 83 ++++++++- arch/riscv/kernel/smp.c | 2 + arch/riscv/kernel/vdso/Makefile | 2 +- .../vdso/vdso-note.S => riscv/kernel/vdso/note.S} | 4 +- arch/riscv/mm/init.c | 19 +- arch/x86/entry/calling.h | 40 +++-- arch/x86/entry/entry_64.S | 14 +- arch/x86/include/asm/ftrace.h | 5 +- arch/x86/include/asm/unwind.h | 2 +- arch/x86/kernel/apic/apic.c | 27 +-- arch/x86/kernel/dumpstack_64.c | 3 +- arch/x86/kernel/unwind_frame.c | 3 + arch/x86/kernel/unwind_orc.c | 113 ++++++++---- arch/x86/mm/pat/set_memory.c | 12 +- block/bfq-iosched.c | 6 +- block/blk-cgroup.c | 2 +- block/blk-iocost.c | 117 +++++++----- crypto/lrw.c | 6 +- crypto/xts.c | 6 +- drivers/firmware/efi/tpm.c | 2 +- drivers/iommu/amd_iommu.c | 198 ++++++++++++++++----- drivers/iommu/amd_iommu_types.h | 9 +- drivers/iommu/virtio-iommu.c | 2 +- drivers/nvme/host/core.c | 2 +- drivers/nvme/host/pci.c | 6 +- fs/ceph/debugfs.c | 2 +- fs/io_uring.c | 65 +++---- fs/splice.c | 45 ++--- fs/vboxsf/super.c | 2 +- include/linux/backing-dev-defs.h | 1 + include/linux/backing-dev.h | 9 +- include/trace/events/wbt.h | 8 +- init/Kconfig | 18 -- init/initramfs.c | 2 +- kernel/trace/Kconfig | 1 - mm/backing-dev.c | 13 +- tools/cgroup/iocost_monitor.py | 7 +- tools/objtool/check.c | 17 +- tools/objtool/elf.h | 7 +- 45 files changed, 598 insertions(+), 347 deletions(-) copy arch/{x86/um/vdso/vdso-note.S => riscv/kernel/vdso/note.S} (84%)