Received: by 2002:a05:6a10:22f:0:0:0:0 with SMTP id 15csp3726114pxk; Tue, 29 Sep 2020 04:54:54 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxbYzQr/IJVO76RTsacb075rcPQMP6o+Yf8/yIEplSKTYF2u10eZGT8YXSL1QcUo8p6amiC X-Received: by 2002:a05:6402:17b9:: with SMTP id j25mr2809070edy.203.1601380494250; Tue, 29 Sep 2020 04:54:54 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1601380494; cv=none; d=google.com; s=arc-20160816; b=S7lkXYg8VjxCSD3YiGrBZZyC+qealdJpV4FUvSfxDLdZx8GVcTWPRkptVoPFXW2AGH oJcYuewPv7URyvnhp53afKLNi+o1ckSlHmDeYm6/amIs8XKajnPl0HVCeZMy0U4H7cby 0b8egxgoibY7us3hvsLT/HiRCeTS4orL/qHvVeryVeZ86RVQNQeeYk4dA1TvuJf0UNe5 epuPAgXILXMRzMJY/Be3vuP1HjyfT9NdA9IWMOPRvF2Cwgym0ONxZ3yIRwh7N6HaMU5p qOuovhdmgchVpVcJpwhCBJgXpm1pvKKyhnRDr+9vt8PeupzLzWMHS9lQjfqxzeMmtfL9 jhtg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:user-agent :mime-version:message-id:date:subject:cc:to:from:dkim-signature; bh=iit5kzSYSxxbLigLDMz2So2d1aQXYdfg9aHHYVZNGDs=; b=naOyNYs7V9zXRALHc2cksNZoCDLRjGwLSMpgbDvggW4GhMnZYAJUpqCVr2jRnoWZLA LiOuyqUWQ5UvFHSagJ14kO/KTzmcuCX6WJ0GA2qD3rAW4VStIhNGoac0RdTvUacjJfrU QnBcHv1zGBelyBuromLXeoelhaNcZg/asriTpJlXHv9OFtQPreTp3QpjvvzuKJoNIyOh cgE/D+h2nhHVSEHX1FWezro0piEZnciDBT0C5Rl6Vy2HKijKLS8XrjMXzLG/z3rHRmqO 2kG113KuzqF5qQtGy8+25vyaF8sh3/hscUpqf2m/GMi8ObsXOxghRQmOlIz1ZJC6fy3O hS6g== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=aAe0mtnF; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id n26si2563534eji.66.2020.09.29.04.54.30; Tue, 29 Sep 2020 04:54:54 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=aAe0mtnF; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731435AbgI2Lxd (ORCPT + 99 others); Tue, 29 Sep 2020 07:53:33 -0400 Received: from mail.kernel.org ([198.145.29.99]:47378 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731045AbgI2Lq7 (ORCPT ); Tue, 29 Sep 2020 07:46:59 -0400 Received: from localhost (83-86-74-64.cable.dynamic.v4.ziggo.nl [83.86.74.64]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 3D58B22262; Tue, 29 Sep 2020 11:46:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1601380013; bh=geEtgt5e41k56UZuQoFd0tXYoAWOJztPQMBBibF8134=; h=From:To:Cc:Subject:Date:From; b=aAe0mtnFXdiOtQHjSW0PuAIzHXbYaZI6Edir3iDhfBjyPFVgky9WxNi4cwbFG7hKc 8VRw597Sumhhr76ecqk4cjvSgnsILPM3znUxvEi3lLfB4OtS8zVlTz+6JMQxeRJfmk H9+djMc3pRAcI+JFKB4xJc6w3OrWoKHaD5E+2M7Y= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , torvalds@linux-foundation.org, akpm@linux-foundation.org, linux@roeck-us.net, shuah@kernel.org, patches@kernelci.org, ben.hutchings@codethink.co.uk, lkft-triage@lists.linaro.org, pavel@denx.de, stable@vger.kernel.org Subject: [PATCH 5.8 00/99] 5.8.13-rc1 review Date: Tue, 29 Sep 2020 13:00:43 +0200 Message-Id: <20200929105929.719230296@linuxfoundation.org> X-Mailer: git-send-email 2.28.0 MIME-Version: 1.0 User-Agent: quilt/0.66 X-stable: review X-Patchwork-Hint: ignore X-KernelTest-Patch: http://kernel.org/pub/linux/kernel/v4.x/stable-review/patch-5.8.13-rc1.gz X-KernelTest-Tree: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git X-KernelTest-Branch: linux-5.8.y X-KernelTest-Patches: git://git.kernel.org/pub/scm/linux/kernel/git/stable/stable-queue.git X-KernelTest-Version: 5.8.13-rc1 X-KernelTest-Deadline: 2020-10-01T10:59+00:00 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This is the start of the stable review cycle for the 5.8.13 release. There are 99 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let me know. Responses should be made by Thu, 01 Oct 2020 10:59:03 +0000. Anything received after that time might be too late. The whole patch series can be found in one patch at: https://www.kernel.org/pub/linux/kernel/v5.x/stable-review/patch-5.8.13-rc1.gz or in the git tree and branch at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-5.8.y and the diffstat can be found below. thanks, greg k-h ------------- Pseudo-Shortlog of commits: Greg Kroah-Hartman Linux 5.8.13-rc1 Tony Lindgren clocksource/drivers/timer-ti-dm: Do reset before enable Mike Snitzer dm: fix bio splitting and its bio completion order for regular IO Marc Zyngier KVM: arm64: Assume write fault on S1PTW permission fault on instruction fetch Jens Axboe io_uring: ensure open/openat2 name is cleaned on cancelation Christian Borntraeger s390/zcrypt: Fix ZCRYPT_PERDEV_REQCNT ioctl Laurent Dufour mm: don't rely on system state to detect hot-plug operations Laurent Dufour mm: replace memmap_context by meminit_context Vasily Gorbik mm/gup: fix gup_fast with dynamic page table folding Gao Xiang mm, THP, swap: fix allocating cluster for swapfile by mistake Charan Teja Reddy dmabuf: fix NULL pointer dereference in dma_buf_release() Jiaxun Yang MIPS: Loongson2ef: Disable Loongson MMI instructions Hans Verkuil media: cec-adap.c: don't use flush_scheduled_work() Johannes Thumshirn btrfs: fix overflow when copying corrupt csums for a message Anand Jain btrfs: fix put of uninitialized kobject after seed device delete Masami Hiramatsu kprobes: tracing/kprobes: Fix to kill kprobes on initmem after boot Masami Hiramatsu kprobes: Fix to check probe enabled before disarm_kprobe_ftrace() Masami Hiramatsu lib/bootconfig: Fix to remove tailing spaces after value Masami Hiramatsu lib/bootconfig: Fix a bug of breaking existing tree nodes Felix Fietkau mt76: mt7615: use v1 MCU API on MT7615 to fix issues with adding/removing stations Jan Höppner s390/dasd: Fix zero write for FBA devices Tom Rix tracing: fix double free Nick Desaulniers lib/string.c: implement stpcpy Kai-Heng Feng ALSA: hda/realtek: Enable front panel headset LED on Lenovo ThinkStation P520 Hui Wang ALSA: hda/realtek - Couldn't detect Mic if booting with headset plugged Joakim Tjernlund ALSA: usb-audio: Add delay quirk for H570e USB headsets James Smart scsi: lpfc: Fix initial FLOGI failure due to BBSCN not supported Thomas Gleixner x86/ioapic: Unbreak check_timer() Thomas Gleixner x86/irq: Make run_on_irqstack_cond() typesafe Mikulas Patocka arch/x86/lib/usercopy_64.c: fix __copy_user_flushcache() cache writeback Minchan Kim mm: validate pmd after splitting Tom Lendacky KVM: SVM: Add a dedicated INVD intercept routine Sean Christopherson KVM: x86: Reset MMU context if guest toggles CR4.SMAP or CR4.PKE Ray Jui spi: bcm-qspi: Fix probe regression on iProc platforms Icenowy Zheng regulator: axp20x: fix LDO2/4 description Wei Li MIPS: Add the missing 'CPU_1074K' into __get_cpu_type() Dan Carpenter PM / devfreq: tegra30: Disable clock on error in probe Huacai Chen MIPS: Loongson-3: Fix fp register access if MSA enabled Saeed Mahameed net/mlx5e: mlx5e_fec_in_caps() returns a boolean Dmitry Baryshkov regmap: fix page selection for noinc writes Dmitry Baryshkov regmap: fix page selection for noinc reads Chuck Lever SUNRPC: Fix svc_flush_dcache() Jens Axboe io_uring: fix openat/openat2 unified prep handling Tom Rix ALSA: asihpi: fix iounmap in error handler John Crispin mac80211: fix 80 MHz association to 160/80+80 AP on 6 GHz Johannes Berg cfg80211: fix 6 GHz channel conversion Wen Gong mac80211: do not disable HE if HT is missing on 2.4 GHz Necip Fazil Yildiran lib80211: fix unmet direct dependendices config warning when !CRYPTO Yonghong Song bpf: Fix a rcu warning for bpffs map pretty-print Linus Lüssing batman-adv: mcast: fix duplicate mcast packets from BLA backbone to mesh Linus Lüssing batman-adv: mcast: fix duplicate mcast packets in BLA backbone from mesh Linus Lüssing batman-adv: mcast: fix duplicate mcast packets in BLA backbone from LAN Necip Fazil Yildiran nvme-tcp: fix kconfig dependency warning when !CRYPTO Björn Töpel xsk: Fix number of pinned pages/umem size discrepancy Sven Eckelmann batman-adv: Add missing include for in_interrupt() Jason Gunthorpe RDMA/core: Fix ordering of CQ pool destruction Vladimir Oltean spi: spi-fsl-dspi: use XSPI mode instead of DMA for DPAA2 SoCs Dexuan Cui hv_netvsc: Switch the data path at the right time during hibernation Martin Cerveny drm/sun4i: sun8i-csc: Secondary CSC register correction Vinicius Costa Gomes igc: Fix not considering the TX delay for timestamps Vinicius Costa Gomes igc: Fix wrong timestamp latency numbers Dmitry Bogdanov net: qed: RDMA personality shouldn't fail VF load Dmitry Bogdanov net: qede: Disable aRFS for NPAR and 100G Dmitry Bogdanov net: qed: Disable aRFS for NPAR and 100G Marek Szyprowski drm/vc4/vc4_hdmi: fill ASoC card owner Tony Ambardar tools/libbpf: Avoid counting local symbols in ABI check Daniel Borkmann bpf: Fix clobbering of r2 in bpf_gen_ld_abs Eric Dumazet mac802154: tx: fix use-after-free Pablo Neira Ayuso netfilter: nft_meta: use socket user_ns to retrieve skuid and skgid Eelco Chaudron netfilter: conntrack: nf_conncount_init is failing with IPv6 disabled Martin Willi netfilter: ctnetlink: fix mark based dump filtering regression Will McVicker netfilter: ctnetlink: add a range check for l3/l4 protonum Linus Lüssing batman-adv: mcast/TT: fix wrongly dropped or rerouted packets Jing Xiangfeng atm: eni: fix the missed pci_disable_device() for eni_init_one() Tony Ambardar libbpf: Fix build failure from uninitialized variable warning Linus Lüssing batman-adv: bla: fix type misuse for backbone_gw hash indexing Maximilian Luz mwifiex: Increase AES key storage size to 256 bits Tianjia Zhang clocksource/drivers/h8300_timer8: Fix wrong return value in h8300_8timer_init() Tom Rix ieee802154/adf7242: check status of adf7242_read_reg Liu Jian ieee802154: fix one possible memleak in ca8210_dev_com_init Damien Le Moal riscv: Fix Kendryte K210 device tree Qii Wang i2c: mediatek: Send i2c master code at more than 1MHz Josh Poimboeuf objtool: Fix noreturn detection for ignored functions Hans de Goede i2c: core: Call i2c_acpi_install_space_handler() before i2c_acpi_register_devices() Bhawanpreet Lakha drm/amd/display: Don't log hdcp module warnings in dmesg Michel Dänzer drm/amdgpu/dc: Require primary plane to be enabled whenever the CRTC is Jun Lei drm/amd/display: update nv1x stutter latencies Bhawanpreet Lakha drm/amd/display: Don't use DRM_ERROR() for DTM add topology Dennis Li drm/amdkfd: fix a memory leak issue Borislav Petkov EDAC/ghes: Check whether the driver is on the safe list correctly Sven Schnelle lockdep: fix order in trace_hardirqs_off_caller() Ilya Leoshkevich s390/init: add missing __init annotations Eddie James i2c: aspeed: Mask IRQ status to relevant bits Palmer Dabbelt RISC-V: Take text_mutex in ftrace_init_nop() Sumera Priyadarsini clk: versatile: Add of_node_put() before return statement Hans de Goede ASoC: Intel: bytcr_rt5640: Add quirk for MPMAN Converter9 2-in-1 Sylwester Nawrocki ASoC: wm8994: Ensure the device is resumed in wm89xx_mic_detect functions Sylwester Nawrocki ASoC: wm8994: Skip setting of the WM8994_MICBIAS register for WM1811 Kuninori Morimoto ASoC: pcm3168a: ignore 0 Hz settings Amol Grover device_cgroup: Fix RCU list debugging warning ------------- Diffstat: Makefile | 4 +- arch/arm64/include/asm/kvm_emulate.h | 12 +- arch/arm64/kvm/hyp/switch.c | 2 +- arch/arm64/kvm/mmio.c | 2 +- arch/arm64/kvm/mmu.c | 2 +- arch/ia64/mm/init.c | 6 +- arch/mips/include/asm/cpu-type.h | 1 + arch/mips/loongson2ef/Platform | 4 + arch/mips/loongson64/cop2-ex.c | 24 ++-- arch/riscv/boot/dts/kendryte/k210.dtsi | 6 +- arch/riscv/include/asm/ftrace.h | 7 + arch/riscv/kernel/ftrace.c | 19 +++ arch/s390/include/asm/pgtable.h | 42 ++++-- arch/s390/kernel/setup.c | 6 +- arch/x86/entry/common.c | 2 +- arch/x86/entry/entry_64.S | 2 + arch/x86/include/asm/idtentry.h | 2 +- arch/x86/include/asm/irq_stack.h | 70 ++++++++-- arch/x86/kernel/apic/io_apic.c | 1 + arch/x86/kernel/irq.c | 2 +- arch/x86/kernel/irq_64.c | 2 +- arch/x86/kvm/svm/svm.c | 8 +- arch/x86/kvm/x86.c | 3 +- arch/x86/lib/usercopy_64.c | 2 +- drivers/atm/eni.c | 2 +- drivers/base/node.c | 85 +++++++----- drivers/base/regmap/internal.h | 2 +- drivers/base/regmap/regcache.c | 2 +- drivers/base/regmap/regmap.c | 33 ++--- drivers/clk/versatile/clk-impd1.c | 4 +- drivers/clocksource/h8300_timer8.c | 2 +- drivers/clocksource/timer-ti-dm-systimer.c | 44 ++++--- drivers/devfreq/tegra30-devfreq.c | 4 +- drivers/dma-buf/dma-buf.c | 2 + drivers/edac/ghes_edac.c | 4 + .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.c | 2 + drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 32 ++--- .../gpu/drm/amd/display/dc/dcn20/dcn20_resource.c | 4 +- .../gpu/drm/amd/display/modules/hdcp/hdcp_log.h | 2 +- .../gpu/drm/amd/display/modules/hdcp/hdcp_psp.c | 2 +- drivers/gpu/drm/sun4i/sun8i_csc.h | 2 +- drivers/gpu/drm/vc4/vc4_hdmi.c | 1 + drivers/i2c/busses/i2c-aspeed.c | 2 + drivers/i2c/busses/i2c-mt65xx.c | 2 +- drivers/i2c/i2c-core-base.c | 2 +- drivers/infiniband/core/device.c | 6 +- drivers/md/dm.c | 23 +--- drivers/media/cec/core/cec-adap.c | 2 +- drivers/net/ethernet/intel/igc/igc.h | 20 ++- drivers/net/ethernet/intel/igc/igc_ptp.c | 19 +++ drivers/net/ethernet/mellanox/mlx5/core/en/port.c | 7 +- drivers/net/ethernet/qlogic/qed/qed_dev.c | 11 +- drivers/net/ethernet/qlogic/qed/qed_l2.c | 3 + drivers/net/ethernet/qlogic/qed/qed_main.c | 2 + drivers/net/ethernet/qlogic/qed/qed_sriov.c | 1 + drivers/net/ethernet/qlogic/qede/qede_filter.c | 3 + drivers/net/ethernet/qlogic/qede/qede_main.c | 11 +- drivers/net/hyperv/netvsc_drv.c | 11 +- drivers/net/ieee802154/adf7242.c | 4 +- drivers/net/ieee802154/ca8210.c | 1 + drivers/net/wireless/marvell/mwifiex/fw.h | 2 +- drivers/net/wireless/marvell/mwifiex/sta_cmdresp.c | 4 +- drivers/net/wireless/mediatek/mt76/mt7615/mcu.c | 3 +- drivers/nvme/host/Kconfig | 1 + drivers/regulator/axp20x-regulator.c | 7 +- drivers/s390/block/dasd_fba.c | 9 +- drivers/s390/crypto/zcrypt_api.c | 3 +- drivers/scsi/lpfc/lpfc_hbadisc.c | 76 +++++++---- drivers/spi/spi-bcm-qspi.c | 2 +- drivers/spi/spi-fsl-dspi.c | 6 +- fs/btrfs/disk-io.c | 11 +- fs/btrfs/sysfs.c | 16 ++- fs/io_uring.c | 8 +- include/linux/kprobes.h | 5 + include/linux/mm.h | 2 +- include/linux/mmzone.h | 11 +- include/linux/node.h | 11 +- include/linux/pgtable.h | 10 ++ include/linux/qed/qed_if.h | 1 + init/main.c | 2 + kernel/bpf/inode.c | 4 +- kernel/kprobes.c | 27 +++- kernel/trace/trace_events_hist.c | 1 - kernel/trace/trace_preemptirq.c | 4 +- lib/bootconfig.c | 38 ++++-- lib/string.c | 24 ++++ mm/gup.c | 18 +-- mm/madvise.c | 2 +- mm/memory_hotplug.c | 5 +- mm/page_alloc.c | 10 +- mm/swapfile.c | 2 +- net/batman-adv/bridge_loop_avoidance.c | 145 +++++++++++++++++---- net/batman-adv/bridge_loop_avoidance.h | 4 +- net/batman-adv/multicast.c | 46 +++++-- net/batman-adv/multicast.h | 15 +++ net/batman-adv/routing.c | 4 + net/batman-adv/soft-interface.c | 11 +- net/core/filter.c | 4 +- net/mac80211/mlme.c | 3 +- net/mac80211/util.c | 7 +- net/mac802154/tx.c | 8 +- net/netfilter/nf_conntrack_netlink.c | 22 +--- net/netfilter/nf_conntrack_proto.c | 2 + net/netfilter/nft_meta.c | 4 +- net/sunrpc/svcsock.c | 2 +- net/wireless/Kconfig | 1 + net/wireless/util.c | 2 +- net/xdp/xdp_umem.c | 17 ++- security/device_cgroup.c | 3 +- sound/pci/asihpi/hpioctl.c | 4 +- sound/pci/hda/patch_realtek.c | 13 +- sound/soc/codecs/pcm3168a.c | 7 + sound/soc/codecs/wm8994.c | 10 ++ sound/soc/codecs/wm_hubs.c | 3 + sound/soc/codecs/wm_hubs.h | 1 + sound/soc/intel/boards/bytcr_rt5640.c | 10 ++ sound/usb/quirks.c | 7 +- tools/lib/bpf/Makefile | 2 + tools/lib/bpf/libbpf.c | 2 +- tools/objtool/check.c | 2 +- 120 files changed, 866 insertions(+), 410 deletions(-)