This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from e99332e7b4cd gcc-10: mark more functions __init to avoid section mismat [...] new 0b80f9866e6b iocost: protect iocg->abs_vdebt with iocg->waitq.lock new 156c75737255 vboxsf: don't use the source name in the bdi name new eb7ae5e06bb6 bdi: move bdi_dev_name out of line new d51cfc53ade3 bdi: use bdi_dev_name() to get device name new 6bd87eec23cb bdi: add a ->dev_name field to struct backing_dev_info new a8de6639169b nvme-pci: fix "slimmer CQ head update" new 59c7c3caaaf8 nvme: fix possible hang when ns scanning fails during erro [...] new 0a85ed6e7fce Merge tag 'block-5.7-2020-05-09' of git://git.kernel.dk/li [...] new eb791aa70b90 iommu/amd: Fix race in increase_address_space()/fetch_pte() new 5b8a9a047b6c iommu/amd: Do not loop forever when trying to increase add [...] new f44a4d7e4f1c iommu/amd: Call domain_flush_complete() in update_domain() new 19c6978fba68 iommu/amd: Update Device Table in increase_address_space() new 119b2b2c3e25 iommu/amd: Do not flush Device Table in iommu_map_page() new fb3637a11334 iommu/virtio: Reverse arguments to list_add new 27d2dcb1b95c Merge tag 'iommu-fixes-v5.7-rc4' of git://git.kernel.org/p [...] new 8101b5a1531f ARM: futex: Address build warning new bd2049f87107 Merge tag 'locking-urgent-2020-05-10' of git://git.kernel. [...] new 1119d265bc20 objtool: Fix infinite loop in find_jump_table() new 8b00083219af Merge tag 'objtool-urgent-2020-05-10' of git://git.kernel. [...] new d8dd25a461e4 objtool: Fix stack offset tracking for indirect CFAs new 06a9750edcff x86/entry/64: Fix unwind hints in register clearing code new 1fb143634a38 x86/entry/64: Fix unwind hints in kernel exit path new 96c64806b4bf x86/entry/64: Fix unwind hints in __switch_to_asm() new f977df7b7ca4 x86/entry/64: Fix unwind hints in rewind_stack_do_exit() new 153eb2223c79 x86/unwind/orc: Convert global variables to static new b08418b54831 x86/unwind: Prevent false warnings for non-current tasks new f1d9a2abff66 x86/unwind/orc: Don't skip the first frame for inactive tasks new 98d0c8ebf77e x86/unwind/orc: Prevent unwinding before ORC initialization new a0f81bf26888 x86/unwind/orc: Fix error path for bad ORC entry type new 81b67439d147 x86/unwind/orc: Fix premature unwind stoppage due to IRET frames new 53fb6e990d78 objtool: Fix infinite loop in for_offset_range() new ab5130186d74 x86/mm/cpa: Flush direct map alias during cpa new fdc63ff0e49c ftrace/x86: Fix trace event registration for syscalls with [...] new c84cb3735fd5 x86/apic: Move TSC deadline timer debug printk new fb9cbbc895eb x86/unwind/orc: Move ORC sorting variables under !CONFIG_MODULES new c14cab2688d0 Merge tag 'x86-urgent-2020-05-10' of git://git.kernel.org/ [...]
The 36 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: 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 +- 27 files changed, 427 insertions(+), 209 deletions(-)