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-master-aarch64-mainline-defconfig in repository toolchain/ci/linux.
from 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/ [...] adds 2ef96a5bb12b Linux 5.7-rc5
No new revisions were added by this update.
Summary of changes: Makefile | 2 +- arch/arm/include/asm/futex.h | 9 +- 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 ++++++++++++++--------- 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/vboxsf/super.c | 2 +- include/linux/backing-dev-defs.h | 1 + include/linux/backing-dev.h | 9 +- include/trace/events/wbt.h | 8 +- mm/backing-dev.c | 13 ++- tools/cgroup/iocost_monitor.py | 7 +- tools/objtool/check.c | 17 +++- tools/objtool/elf.h | 7 +- 28 files changed, 428 insertions(+), 210 deletions(-)