From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id A31FEC4708E for ; Tue, 6 Dec 2022 12:43:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234675AbiLFMnp (ORCPT ); Tue, 6 Dec 2022 07:43:45 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52154 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234583AbiLFMnB (ORCPT ); Tue, 6 Dec 2022 07:43:01 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 36036E31; Tue, 6 Dec 2022 04:42:38 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 79DB5B815AE; Tue, 6 Dec 2022 12:42:37 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 99FEEC433D7; Tue, 6 Dec 2022 12:42:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1670330556; bh=zNuTEC0SmnWGPSpY1vj9vuGvi9SaUPZWAQdRZYjowaE=; h=From:To:Cc:Subject:Date:From; b=eK4VlVsfFA57yWrASbJHyxN8QyTkY1yKgckHOgz6cg/I7zgbHmoHVjym2beVv4OoE SdskkMJxRD8BCztOZoq8ZiMz2DVh7p5siVbkpMYQGXMZCGIrej993yaj5zYiAGwiuU YW2S57ETZEzRDLhgN4lQf67HskjFPWKGVJK/wYQc= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, linux-kernel@vger.kernel.org, torvalds@linux-foundation.org, akpm@linux-foundation.org, linux@roeck-us.net, shuah@kernel.org, patches@kernelci.org, lkft-triage@lists.linaro.org, pavel@denx.de, jonathanh@nvidia.com, f.fainelli@gmail.com, sudipm.mukherjee@gmail.com, srw@sladewatkins.net, rwarsow@gmx.de Subject: [PATCH 5.10 00/96] 5.10.158-rc2 review Date: Tue, 6 Dec 2022 13:42:33 +0100 Message-Id: <20221206124048.850573317@linuxfoundation.org> X-Mailer: git-send-email 2.38.1 MIME-Version: 1.0 User-Agent: quilt/0.67 X-stable: review X-Patchwork-Hint: ignore X-KernelTest-Patch: http://kernel.org/pub/linux/kernel/v5.x/stable-review/patch-5.10.158-rc2.gz X-KernelTest-Tree: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git X-KernelTest-Branch: linux-5.10.y X-KernelTest-Patches: git://git.kernel.org/pub/scm/linux/kernel/git/stable/stable-queue.git X-KernelTest-Version: 5.10.158-rc2 X-KernelTest-Deadline: 2022-12-08T12:40+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.10.158 release. There are 96 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, 08 Dec 2022 12:40:31 +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.10.158-rc2.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.10.y and the diffstat can be found below. thanks, greg k-h ------------- Pseudo-Shortlog of commits: Greg Kroah-Hartman Linux 5.10.158-rc2 Jann Horn ipc/sem: Fix dangling sem_array access in semtimedop race Linus Torvalds v4l2: don't fall back to follow_pfn() if pin_user_pages_fast() fails Linus Torvalds proc: proc_skip_spaces() shouldn't think it is working on C strings Linus Torvalds proc: avoid integer type confusion in get_proc_long Ming Lei block: unhash blkdev part inode when the part is deleted Zhang Xiaoxu Input: raydium_ts_i2c - fix memory leak in raydium_i2c_send() Jan Dabros char: tpm: Protect tpm_pm_suspend with locks Conor Dooley Revert "clocksource/drivers/riscv: Events are stopped during CPU suspend" Vishal Verma ACPI: HMAT: Fix initiator registration for single-initiator systems Vishal Verma ACPI: HMAT: remove unnecessary variable initialization Andrew Lunn i2c: imx: Only DMA messages with I2C_M_DMA_SAFE flag set Yuan Can i2c: npcm7xx: Fix error handling in npcm_i2c_init() Pawan Gupta x86/pm: Add enumeration check before spec MSRs save/restore setup Pawan Gupta x86/tsx: Add a feature bit for TSX control MSR support Fedor Pchelkin Revert "tty: n_gsm: avoid call of sleeping functions from atomic context" Ido Schimmel ipv4: Fix route deletion when nexthop info is not specified David Ahern ipv4: Handle attempt to delete multipath route when fib_info contains an nh reference Nikolay Aleksandrov selftests: net: fix nexthop warning cleanup double ip typo Nikolay Aleksandrov selftests: net: add delete nexthop route warning test Lee Jones Kconfig.debug: provide a little extra FRAME_WARN leeway when KASAN is enabled Helge Deller parisc: Increase FRAME_WARN to 2048 bytes on parisc Guenter Roeck xtensa: increase size of gcc stack frame check Helge Deller parisc: Increase size of gcc stack frame check Xiongfeng Wang iommu/vt-d: Fix PCI device refcount leak in dmar_dev_scope_init() Xiongfeng Wang iommu/vt-d: Fix PCI device refcount leak in has_external_pci() Maxim Korotkov pinctrl: single: Fix potential division by zero Mark Brown ASoC: ops: Fix bounds check for _sx controls Hao Xu io_uring: don't hold uring_lock when calling io_run_task_work* Steven Rostedt (Google) tracing: Free buffers when a used dynamic event is removed Janusz Krzysztofik drm/i915: Never return 0 if not all requests retired Lee Jones drm/amdgpu: temporarily disable broken Clang builds due to blown stack-frame Adrian Hunter mmc: sdhci: Fix voltage switch delay Wenchao Chen mmc: sdhci-sprd: Fix no reset data and command after voltage switch Sebastian Falbesoner mmc: sdhci-esdhc-imx: correct CQHCI exit halt state check Christian Löhle mmc: core: Fix ambiguous TRIM and DISCARD arg Ye Bin mmc: mmc_test: Fix removal of debugfs file Goh, Wei Sheng net: stmmac: Set MAC's flow control register to reflect current settings Andy Shevchenko pinctrl: intel: Save and restore pins in "direct IRQ" mode Pawan Gupta x86/bugs: Make sure MSR_SPEC_CTRL is updated properly upon resume from S3 ZhangPeng nilfs2: fix NULL pointer dereference in nilfs_palloc_commit_free_entry() Tiezhu Yang tools/vm/slabinfo-gnuplot: use "grep -E" instead of "egrep" Steven Rostedt (Google) error-injection: Add prompt for function error injection Jisheng Zhang riscv: vdso: fix section overlapping under some conditions YueHaibing net/mlx5: DR, Fix uninitialized var warning Yang Yingliang hwmon: (coretemp) fix pci device refcount leak in nv1a_ram_new() Phil Auld hwmon: (coretemp) Check for null before removing sysfs attrs Yoshihiro Shimoda net: ethernet: renesas: ravb: Fix promiscuous mode after system resumed Zhengchao Shao sctp: fix memory leak in sctp_stream_outq_migrate() Willem de Bruijn packet: do not set TP_STATUS_CSUM_VALID on CHECKSUM_COMPLETE Shigeru Yoshida net: tun: Fix use-after-free in tun_detach() David Howells afs: Fix fileserver probe RTT handling YueHaibing net: hsr: Fix potential use-after-free Xin Long tipc: re-fetch skb cb after tipc_msg_validate Jerry Ray dsa: lan9303: Correct stat name Yuri Karpov net: ethernet: nixge: fix NULL dereference Wang Hai net/9p: Fix a potential socket leak in p9_socket_open Yuan Can net: net_netdev: Fix error handling in ntb_netdev_init_module() Yang Yingliang net: phy: fix null-ptr-deref while probe() failed Lorenzo Bianconi wifi: mac8021: fix possible oob access in ieee80211_get_rate_duration Johannes Berg wifi: cfg80211: don't allow multi-BSSID in S1G Johannes Berg wifi: cfg80211: fix buffer overflow in elem comparison Izabela Bakollari aquantia: Do not purge addresses when setting the number of rings Duoming Zhou qlcnic: fix sleep-in-atomic-context bugs caused by msleep Zhang Changzhong can: cc770: cc770_isa_probe(): add missing free_cc770dev() Zhang Changzhong can: sja1000_isa: sja1000_isa_probe(): add missing free_sja1000dev() Roi Dayan net/mlx5e: Fix use-after-free when reverting termination table YueHaibing net/mlx5: Fix uninitialized variable bug in outlen_write() Wang Hai e100: Fix possible use after free in e100_xmit_prepare Christophe JAILLET e100: switch from 'pci_' to 'dma_' API Yuan Can iavf: Fix error handling in iavf_init_module() Minghao Chi iavf: remove redundant ret variable Yuan Can fm10k: Fix error handling in fm10k_init_module() Shang XiaoJing i40e: Fix error handling in i40e_init_module() Shang XiaoJing ixgbevf: Fix resource leak in ixgbevf_init_module() Yang Yingliang of: property: decrement node refcount in of_fwnode_get_reference_args() Xu Kuohai bpf: Do not copy spin lock field from user in bpf_selem_alloc Gaosheng Cui hwmon: (ibmpex) Fix possible UAF when ibmpex_register_bmc() fails Yang Yingliang hwmon: (i5500_temp) fix missing pci_disable_device() Ninad Malwade hwmon: (ina3221) Fix shunt sum critical calculation Derek Nguyen hwmon: (ltc2947) fix temperature scaling Hou Tao libbpf: Handle size overflow for ringbuf mmap Michael Grzeschik ARM: at91: rm9200: fix usb device clock id Srikar Dronamraju scripts/faddr2line: Fix regression in name resolution on ppc64le Hou Tao bpf, perf: Use subprog name when reporting subprog ksymbol Paul Gazzillo iio: light: rpr0521: add missing Kconfig dependencies Wei Yongjun iio: health: afe4404: Fix oob read in afe4404_[read|write]_raw Wei Yongjun iio: health: afe4403: Fix oob read in afe4403_read_raw ChenXiaoSong btrfs: qgroup: fix sleep from invalid context bug in btrfs_qgroup_inherit() Alex Deucher drm/amdgpu: Partially revert "drm/amdgpu: update drm_display_info correctly when the edid is read" Claudio Suarez drm/amdgpu: update drm_display_info correctly when the edid is read Sam James kbuild: fix -Wimplicit-function-declaration in license_is_gpl_compatible Lyude Paul drm/display/dp_mst: Fix drm_dp_mst_add_affected_dsc_crtcs() return code Nikolay Borisov btrfs: move QUOTA_ENABLED check to rescan_should_stop from btrfs_qgroup_rescan_worker Frieder Schrempf spi: spi-imx: Fix spi_bus_clk if requested clock is higher than input clock Anand Jain btrfs: free btrfs_path before copying inodes to userspace David Sterba btrfs: sink iterator parameter to btrfs_ioctl_logical_to_ino ------------- Diffstat: Makefile | 4 +- arch/arm/boot/dts/at91rm9200.dtsi | 2 +- arch/riscv/kernel/vdso/Makefile | 1 + arch/x86/include/asm/cpufeatures.h | 1 + arch/x86/include/asm/nospec-branch.h | 2 +- arch/x86/kernel/cpu/bugs.c | 21 +++-- arch/x86/kernel/cpu/tsx.c | 33 ++++---- arch/x86/kernel/process.c | 2 +- arch/x86/power/cpu.c | 23 ++++-- block/partitions/core.c | 7 ++ drivers/acpi/numa/hmat.c | 27 ++++-- drivers/char/tpm/tpm-interface.c | 5 +- drivers/clk/at91/at91rm9200.c | 2 +- drivers/clocksource/timer-riscv.c | 2 +- drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c | 4 +- drivers/gpu/drm/amd/display/Kconfig | 7 ++ drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 3 +- drivers/gpu/drm/drm_dp_mst_topology.c | 2 +- drivers/gpu/drm/i915/gt/intel_gt_requests.c | 2 +- drivers/hwmon/coretemp.c | 9 +- drivers/hwmon/i5500_temp.c | 2 +- drivers/hwmon/ibmpex.c | 1 + drivers/hwmon/ina3221.c | 4 +- drivers/hwmon/ltc2947-core.c | 2 +- drivers/i2c/busses/i2c-imx.c | 6 +- drivers/i2c/busses/i2c-npcm7xx.c | 11 ++- drivers/iio/health/afe4403.c | 5 +- drivers/iio/health/afe4404.c | 12 +-- drivers/iio/light/Kconfig | 2 + drivers/input/touchscreen/raydium_i2c_ts.c | 4 +- drivers/iommu/intel/dmar.c | 1 + drivers/iommu/intel/iommu.c | 4 +- drivers/mmc/core/core.c | 9 +- drivers/mmc/core/mmc_test.c | 3 +- drivers/mmc/host/sdhci-esdhc-imx.c | 2 +- drivers/mmc/host/sdhci-sprd.c | 4 +- drivers/mmc/host/sdhci.c | 61 ++++++++++++-- drivers/mmc/host/sdhci.h | 2 + drivers/net/can/cc770/cc770_isa.c | 10 ++- drivers/net/can/sja1000/sja1000_isa.c | 10 ++- drivers/net/dsa/lan9303-core.c | 2 +- .../net/ethernet/aquantia/atlantic/aq_ethtool.c | 5 +- drivers/net/ethernet/aquantia/atlantic/aq_main.c | 4 +- drivers/net/ethernet/aquantia/atlantic/aq_main.h | 2 + drivers/net/ethernet/intel/e100.c | 95 +++++++++++----------- drivers/net/ethernet/intel/fm10k/fm10k_main.c | 10 ++- drivers/net/ethernet/intel/i40e/i40e_main.c | 11 ++- drivers/net/ethernet/intel/iavf/iavf_main.c | 8 +- drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c | 10 ++- drivers/net/ethernet/mellanox/mlx5/core/cmd.c | 4 +- .../mellanox/mlx5/core/eswitch_offloads_termtbl.c | 2 + .../mellanox/mlx5/core/steering/dr_table.c | 5 +- drivers/net/ethernet/ni/nixge.c | 29 +++---- .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c | 4 +- drivers/net/ethernet/renesas/ravb_main.c | 1 + drivers/net/ethernet/stmicro/stmmac/dwmac4_core.c | 2 + drivers/net/ethernet/stmicro/stmmac/stmmac_main.c | 12 ++- drivers/net/ntb_netdev.c | 9 +- drivers/net/phy/phy_device.c | 1 + drivers/net/tun.c | 4 +- drivers/of/property.c | 4 +- drivers/pinctrl/intel/pinctrl-intel.c | 27 +++++- drivers/pinctrl/pinctrl-single.c | 2 +- drivers/spi/spi-imx.c | 3 +- drivers/tty/n_gsm.c | 39 +++++---- fs/afs/fs_probe.c | 4 +- fs/btrfs/backref.c | 25 +++++- fs/btrfs/backref.h | 3 +- fs/btrfs/ioctl.c | 38 ++------- fs/btrfs/qgroup.c | 22 ++--- fs/io_uring.c | 82 ++++++++++++++----- fs/nilfs2/dat.c | 7 ++ include/linux/license.h | 2 + include/linux/mmc/mmc.h | 2 +- include/net/sctp/stream_sched.h | 2 + ipc/sem.c | 3 +- kernel/bpf/bpf_local_storage.c | 2 +- kernel/events/core.c | 2 +- kernel/sysctl.c | 30 +++---- kernel/trace/trace_dynevent.c | 2 + kernel/trace/trace_events.c | 11 ++- lib/Kconfig.debug | 14 +++- mm/frame_vector.c | 31 ++----- net/9p/trans_fd.c | 4 +- net/hsr/hsr_forward.c | 5 +- net/ipv4/fib_semantics.c | 10 ++- net/mac80211/airtime.c | 3 + net/packet/af_packet.c | 6 +- net/sctp/stream.c | 25 ++++-- net/sctp/stream_sched.c | 5 ++ net/sctp/stream_sched_prio.c | 19 +++++ net/sctp/stream_sched_rr.c | 5 ++ net/tipc/crypto.c | 3 + net/wireless/scan.c | 10 ++- scripts/faddr2line | 7 +- sound/soc/soc-ops.c | 2 +- tools/lib/bpf/ringbuf.c | 12 ++- tools/testing/selftests/net/fib_nexthops.sh | 30 +++++++ tools/vm/slabinfo-gnuplot.sh | 4 +- 99 files changed, 695 insertions(+), 346 deletions(-)