From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id BECDDBA34; Mon, 6 Jan 2025 15:58:01 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1736179081; cv=none; b=MMlZgqga/42tF7+d6JkhXGOquSccURLSk4hefPfcmCqbRU49WidJa3tmaQFKQFobtzvwcuTPT7y4zxsMmMi3EX6fodbX95MTowobS9rBDlWYEhLNQUsSJ008XoUqduWjhM/mihs43ROxvJpYu8mkIdoQ9aqkqY46GFK0wH32CS8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1736179081; c=relaxed/simple; bh=5Dnffd6Q624um82Kt6zX/3G6zvUjfReE8Y0bXht9HMQ=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version:Content-Type; b=ngbC7edxliZogbccCuAHCU22A6sorjdlRiDQFyEGVTjVPeLTy8L8XnWClXdgTlgCUHmu7zD1nP7p7HE+DUrh0h8i46nYowYva4/3CXMDhuKrs4by0wSWlzsZbod70qtW1ckDKseummSp6lJazNXHsZgJEFpLgmd73iBbexqyA08= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=VXSs+bzt; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="VXSs+bzt" Received: by smtp.kernel.org (Postfix) with ESMTPSA id AB24DC4CED2; Mon, 6 Jan 2025 15:58:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1736179081; bh=5Dnffd6Q624um82Kt6zX/3G6zvUjfReE8Y0bXht9HMQ=; h=From:To:Cc:Subject:Date:From; b=VXSs+bzt96f3uk/Is4SgMRZXlNrhuiJhx3PEdBCrwvmZE26DXIjwc0eJSbYVVqJtL mp/eYPuWUaorVAVPyLlCAKlkmLkgpkSQ+CsAraV7+IO971LG/y/pa6/nB1vfSR1+yi kyaeZUPNWxLV2d6o1HSHWoq9a0A01yqcNWGa6A00= 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, conor@kernel.org, hargar@microsoft.com, broonie@kernel.org Subject: [PATCH 5.4 00/93] 5.4.289-rc1 review Date: Mon, 6 Jan 2025 16:16:36 +0100 Message-ID: <20250106151128.686130933@linuxfoundation.org> X-Mailer: git-send-email 2.47.1 Precedence: bulk X-Mailing-List: patches@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: quilt/0.68 X-stable: review X-Patchwork-Hint: ignore X-KernelTest-Patch: http://kernel.org/pub/linux/kernel/v5.x/stable-review/patch-5.4.289-rc1.gz X-KernelTest-Tree: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git X-KernelTest-Branch: linux-5.4.y X-KernelTest-Patches: git://git.kernel.org/pub/scm/linux/kernel/git/stable/stable-queue.git X-KernelTest-Version: 5.4.289-rc1 X-KernelTest-Deadline: 2025-01-08T15:11+00:00 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is the start of the stable review cycle for the 5.4.289 release. There are 93 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 Wed, 08 Jan 2025 15:11:04 +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.4.289-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.4.y and the diffstat can be found below. thanks, greg k-h ------------- Pseudo-Shortlog of commits: Greg Kroah-Hartman Linux 5.4.289-rc1 Seiji Nishikawa mm: vmscan: account for free pages to prevent infinite Loop in throttle_direct_reclaim() Biju Das drm: adv7511: Drop dsi single lane support Nikolay Kuratov net/sctp: Prevent autoclose integer overflow in sctp_association_init() Pascal Hambourg sky2: Add device ID 11ab:4373 for Marvell 88E8075 Evgenii Shatokhin pinctrl: mcp23s08: Fix sleeping in atomic context due to regmap locking Dan Carpenter RDMA/uverbs: Prevent integer overflow issue Masahiro Yamada modpost: fix the missed iteration for the max bit in do_input() Masahiro Yamada modpost: fix input MODULE_DEVICE_TABLE() built for 64-bit on 32-bit host Leon Romanovsky ARC: build: Try to guess GCC variant of cross compiler Uros Bizjak irqchip/gic: Correct declaration of *percpu_base pointer in union gic_base Daniele Palmas net: usb: qmi_wwan: add Telit FE910C04 compositions Anton Protopopov bpf: fix potential error return Adrian Ratiu sound: usb: format: don't warn that raw DSD is unsupported Emmanuel Grumbach wifi: mac80211: wake the queues in case of failure in resume Eric Dumazet ila: serialize calls to nf_register_net_hooks() Eric Dumazet af_packet: fix vlan_get_protocol_dgram() vs MSG_PEEK Eric Dumazet af_packet: fix vlan_get_tci() vs MSG_PEEK Tanya Agarwal ALSA: usb-audio: US16x08: Initialize array before use Antonio Pastor net: llc: reset skb->transport_header Pablo Neira Ayuso netfilter: nft_set_hash: unaligned atomic read on struct nft_set_ext Gustavo A. R. Silva netfilter: Replace zero-length array with flexible-array member Ilya Shchipletsov netrom: check buffer length before accessing it Stefan Ekenberg drm/bridge: adv7511_audio: Update Audio InfoFrame properly Bogdan Togorean drm: bridge: adv7511: Enable SPDIF DAI Selvin Xavier RDMA/bnxt_re: Fix max_qp_wrs reported Kalesh AP RDMA/bnxt_re: Fix reporting hw_ver in query_device Saravanan Vajravel RDMA/bnxt_re: Add check for path mtu in modify_qp Patrisious Haddad RDMA/mlx5: Enforce same type port association for multiport RoCE Parav Pandit net/mlx5: Make API mlx5_core_is_ecpf accept const pointer Parav Pandit IB/mlx5: Introduce and use mlx5_core_is_vf() Michael Kelley Drivers: hv: util: Avoid accessing a ringbuffer not initialized yet Thiébaud Weksteen selinux: ignore unknown extended permissions Eric Dumazet ipv6: prevent possible UAF in ip6_xmit() Vasily Averin skb_expand_head() adjust skb->truesize incorrectly Filipe Manana btrfs: avoid monopolizing a core when activating a swap file Christian Göttsche tracing: Constify string literal data member in struct trace_event_call Jiayuan Chen bpf: fix recursive lock when verdict program return SK_PASS Eric Dumazet ipv6: fix possible UAF in ip6_finish_output2() Vasily Averin ipv6: use skb_expand_head in ip6_xmit Vasily Averin ipv6: use skb_expand_head in ip6_finish_output2 Vasily Averin skbuff: introduce skb_expand_head() Jiaxun Yang MIPS: Probe toolchain support of -msym32 Xuewen Yan epoll: Add synchronous wakeup support for ep_poll_callback Ming Lei virtio-blk: don't keep queue frozen during system suspend Ranjan Kumar scsi: mpt3sas: Diag-Reset when Doorbell-In-Use bit is set during driver load time Armin Wolf platform/x86: asus-nb-wmi: Ignore unknown event 0xCF Mark Brown regmap: Use correct format specifier for logging range errors Tomas Henzl scsi: megaraid_sas: Fix for a potential deadlock Magnus Lindholm scsi: qla1280: Fix hw revision numbering for ISP1020/1040 Masami Hiramatsu (Google) tracing/kprobe: Make trace_kprobe's module callback called after jump_label update Dan Carpenter mtd: rawnand: fix double free in atmel_pmecc_create_user() Chen Ridong dmaengine: at_xdmac: avoid null_prt_deref in at_xdmac_prep_dma_memset Javier Carrasco dmaengine: mv_xor: fix child node refcount handling in early exit Zijun Hu phy: core: Fix that API devm_phy_destroy() fails to destroy the phy Zijun Hu phy: core: Fix that API devm_phy_put() fails to release the phy Zijun Hu phy: core: Fix an OF node refcount leakage in of_phy_provider_lookup() Zijun Hu phy: core: Fix an OF node refcount leakage in _of_phy_get() Zichen Xie mtd: diskonchip: Cast an operand to prevent potential overflow NeilBrown nfsd: restore callback functionality for NFSv4.0 Cong Wang bpf: Check negative offsets in __bpf_skb_min_len() Nikita Zhandarovich media: dvb-frontends: dib3000mb: fix uninit-value in dib3000_write_reg Zijun Hu of: Fix refcount leakage for OF node returned by __of_get_dma_parent() Herve Codina of: Fix error path in of_parse_phandle_with_args_map() Jann Horn udmabuf: also check for F_SEAL_FUTURE_WRITE Edward Adam Davis nilfs2: prevent use of deleted inode Zijun Hu of/irq: Fix using uninitialized variable @addr_len in API of_irq_parse_one() Trond Myklebust NFS/pnfs: Fix a live lock between recalled layouts and layoutget Qu Wenruo btrfs: tree-checker: reject inline extent items with 0 ref count Kairui Song zram: refuse to use zero sized block device as backing device Geert Uytterhoeven sh: clk: Fix clk_enable() to return 0 on NULL clk Daniele Palmas USB: serial: option: add Telit FE910C04 rmnet compositions Jack Wu USB: serial: option: add MediaTek T7XX compositions Mank Wang USB: serial: option: add Netprisma LCUK54 modules for WWAN Ready Michal Hrusecky USB: serial: option: add MeiG Smart SLM770A Daniel Swanemar USB: serial: option: add TCL IK512 MBIM & ECM James Bottomley efivarfs: Fix error on non-existent file Geert Uytterhoeven i2c: riic: Always round-up when calculating bus period Dan Carpenter chelsio/chtls: prevent potential integer overflow on 32bit Prathamesh Shete mmc: sdhci-tegra: Remove SDHCI_QUIRK_BROKEN_ADMA_ZEROLEN_DESC quirk Phil Sutter netfilter: ipset: Fix for recursive locking warning Joe Hattori net: ethernet: bgmac-platform: fix an OF node reference leak Dan Carpenter net: hinic: Fix cleanup in create_rxqs/txqs() Shannon Nelson ionic: use ee->offset when returning sprom data Guangguan Wang net/smc: check sndbuf_space again after NOSPACE flag is set in smc_poll Gao Xiang erofs: fix incorrect symlink detection in fast symlink Gao Xiang erofs: fix order >= MAX_ORDER warning due to crafted negative i_size Jiasheng Jiang drm/i915: Fix memory leak by correcting cache object name in error handler Vladimir Riabchun i2c: pnx: Fix timeout in wait functions Ajit Khaparde PCI: Add ACS quirk for Broadcom BCM5760X NIC Takashi Iwai ALSA: usb: Fix UBSAN warning in parse_audio_unit() Kai-Heng Feng PCI/AER: Disable AER service on suspend Peng Hongchi usb: dwc2: gadget: Don't write invalid mapped sg entries into dma_desc with iommu enabled Lion Ackermann net: sched: fix ordering of qlen adjustment ------------- Diffstat: Makefile | 4 +- arch/arc/Makefile | 2 +- arch/mips/Makefile | 2 +- drivers/base/regmap/regmap.c | 4 +- drivers/block/virtio_blk.c | 7 +- drivers/block/zram/zram_drv.c | 6 ++ drivers/crypto/chelsio/chtls/chtls_main.c | 5 +- drivers/dma-buf/udmabuf.c | 2 +- drivers/dma/at_xdmac.c | 2 + drivers/dma/mv_xor.c | 2 + drivers/gpu/drm/bridge/adv7511/adv7511_audio.c | 28 ++++++- drivers/gpu/drm/bridge/adv7511/adv7533.c | 2 +- drivers/gpu/drm/i915/i915_scheduler.c | 2 +- drivers/hv/hv_kvp.c | 6 ++ drivers/hv/hv_snapshot.c | 6 ++ drivers/hv/hv_util.c | 9 +++ drivers/hv/hyperv_vmbus.h | 2 + drivers/i2c/busses/i2c-pnx.c | 4 +- drivers/i2c/busses/i2c-riic.c | 2 +- drivers/infiniband/core/uverbs_cmd.c | 16 ++-- drivers/infiniband/hw/bnxt_re/ib_verbs.c | 28 +++---- drivers/infiniband/hw/bnxt_re/qplib_sp.c | 2 +- drivers/infiniband/hw/mlx5/main.c | 8 +- drivers/irqchip/irq-gic.c | 2 +- drivers/media/dvb-frontends/dib3000mb.c | 2 +- drivers/mmc/host/sdhci-tegra.c | 1 - drivers/mtd/nand/raw/atmel/pmecc.c | 4 +- drivers/mtd/nand/raw/diskonchip.c | 2 +- drivers/net/ethernet/broadcom/bgmac-platform.c | 5 +- drivers/net/ethernet/huawei/hinic/hinic_main.c | 2 + drivers/net/ethernet/marvell/sky2.c | 1 + .../net/ethernet/pensando/ionic/ionic_ethtool.c | 4 +- drivers/net/usb/qmi_wwan.c | 3 + drivers/of/address.c | 2 +- drivers/of/base.c | 15 ++-- drivers/of/irq.c | 1 + drivers/pci/pcie/aer.c | 18 +++++ drivers/pci/quirks.c | 4 + drivers/phy/phy-core.c | 15 ++-- drivers/pinctrl/pinctrl-mcp23s08.c | 6 ++ drivers/platform/x86/asus-nb-wmi.c | 1 + drivers/scsi/megaraid/megaraid_sas_base.c | 5 +- drivers/scsi/mpt3sas/mpt3sas_base.c | 7 +- drivers/scsi/qla1280.h | 12 +-- drivers/sh/clk/core.c | 2 +- drivers/usb/dwc2/gadget.c | 4 +- drivers/usb/serial/option.c | 27 +++++++ fs/btrfs/inode.c | 2 + fs/btrfs/tree-checker.c | 27 ++++++- fs/efivarfs/inode.c | 2 +- fs/efivarfs/internal.h | 1 - fs/efivarfs/super.c | 3 - fs/erofs/inode.c | 20 ++--- fs/eventpoll.c | 5 +- fs/nfs/pnfs.c | 2 +- fs/nfsd/nfs4callback.c | 4 +- fs/nilfs2/inode.c | 8 +- fs/nilfs2/namei.c | 5 ++ include/linux/hyperv.h | 1 + include/linux/if_vlan.h | 16 +++- include/linux/mlx5/driver.h | 13 +++- include/linux/netfilter/ipset/ip_set.h | 2 +- include/linux/netfilter/x_tables.h | 8 +- include/linux/netfilter_arp/arp_tables.h | 2 +- include/linux/netfilter_bridge/ebtables.h | 2 +- include/linux/netfilter_ipv4/ip_tables.h | 2 +- include/linux/netfilter_ipv6/ip6_tables.h | 2 +- include/linux/skbuff.h | 1 + include/linux/trace_events.h | 2 +- include/linux/wait.h | 1 + include/net/netfilter/nf_conntrack_extend.h | 2 +- include/net/netfilter/nf_conntrack_timeout.h | 2 +- include/net/netfilter/nf_tables.h | 13 ++-- include/uapi/linux/netfilter_bridge/ebt_among.h | 2 +- kernel/bpf/core.c | 6 +- kernel/trace/trace_kprobe.c | 2 +- mm/vmscan.c | 9 ++- net/bridge/netfilter/ebtables.c | 2 +- net/core/filter.c | 21 ++++-- net/core/skbuff.c | 52 +++++++++++++ net/core/skmsg.c | 4 +- net/ipv4/netfilter/arp_tables.c | 4 +- net/ipv4/netfilter/ip_tables.c | 4 +- net/ipv6/ila/ila_xlat.c | 16 ++-- net/ipv6/ip6_output.c | 86 +++++++++------------- net/ipv6/netfilter/ip6_tables.c | 4 +- net/llc/llc_input.c | 2 +- net/mac80211/util.c | 3 + net/netfilter/ipset/ip_set_bitmap_ip.c | 2 +- net/netfilter/ipset/ip_set_bitmap_ipmac.c | 2 +- net/netfilter/ipset/ip_set_bitmap_port.c | 2 +- net/netfilter/ipset/ip_set_hash_gen.h | 4 +- net/netfilter/ipset/ip_set_list_set.c | 3 + net/netfilter/nfnetlink_acct.c | 2 +- net/netfilter/xt_hashlimit.c | 2 +- net/netfilter/xt_recent.c | 4 +- net/netrom/nr_route.c | 6 ++ net/packet/af_packet.c | 28 ++----- net/sched/sch_cake.c | 2 +- net/sched/sch_choke.c | 2 +- net/sctp/associola.c | 3 +- net/smc/af_smc.c | 7 ++ scripts/mod/file2alias.c | 4 +- security/selinux/ss/services.c | 8 +- sound/usb/format.c | 7 +- sound/usb/mixer.c | 7 ++ sound/usb/mixer_us16x08.c | 2 +- 107 files changed, 522 insertions(+), 236 deletions(-)