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 2D17A179AD; Wed, 17 Jul 2024 06:39:44 +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=1721198385; cv=none; b=h1eLwXn28qx56K3bJ7x8N+el7tEznhb4Z+PQKoJjfuzAkpl5zQcqgjeIRUgoKihcXnOXKZMD2WwUxLGdCnebZ1Fg4JmcqmRGYC/9V7w3avF+uS9D1Rkbp50ZC5kYyQ+/tnSah3u2RmZe0B2LoStuJ2qmOxdmU3PVcz8XECexHko= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1721198385; c=relaxed/simple; bh=j675leodxN3b3EedoDB6LCpzAzOwnSyffzqdGsoA6f8=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version:Content-Type; b=e9hkPDvCZ/Fc5yNPHvYKLlh2Kao/XH+7/Cp4KGxDeriJuSIpalfxFhw8wnD4d93Oeex8CW3KaA320TbUqET5xpdun1fPdB9RP0mfA832wyvb7G5ksWJ8CKufzsjVvWBKnJQ2eZd4mBhqCVIympt5kIrokRyx+Qp9J3tT7JnWxnY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=W4Lvs0pU; 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="W4Lvs0pU" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 16FABC32782; Wed, 17 Jul 2024 06:39:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1721198384; bh=j675leodxN3b3EedoDB6LCpzAzOwnSyffzqdGsoA6f8=; h=From:To:Cc:Subject:Date:From; b=W4Lvs0pU+BuIxy7OXcTq8dSFAkULrS9fJNL2skccZXAuOWglUMHbO3tV8XnaDoS4j E6b4r1bG5HpOlI2jz/KD4if2qTvn21J4zn9x1yBp4Nm6fH/vFS08iF4gkjrytBbMEM qTHApNHUQBkfDjuVnizdE2wKMWxWmCK3RI8KRI/g= 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, allen.lkml@gmail.com, broonie@kernel.org Subject: [PATCH 6.1 00/95] 6.1.100-rc2 review Date: Wed, 17 Jul 2024 08:39:41 +0200 Message-ID: <20240717063758.086668888@linuxfoundation.org> X-Mailer: git-send-email 2.45.2 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: 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/v6.x/stable-review/patch-6.1.100-rc2.gz X-KernelTest-Tree: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git X-KernelTest-Branch: linux-6.1.y X-KernelTest-Patches: git://git.kernel.org/pub/scm/linux/kernel/git/stable/stable-queue.git X-KernelTest-Version: 6.1.100-rc2 X-KernelTest-Deadline: 2024-07-19T06:38+00:00 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is the start of the stable review cycle for the 6.1.100 release. There are 95 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 Fri, 19 Jul 2024 06:37:32 +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/v6.x/stable-review/patch-6.1.100-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-6.1.y and the diffstat can be found below. thanks, greg k-h ------------- Pseudo-Shortlog of commits: Greg Kroah-Hartman Linux 6.1.100-rc2 Dan Carpenter i2c: rcar: fix error code in probe() Nathan Chancellor kbuild: Make ld-version.sh more robust against version string changes Alexandre Chartre x86/bhi: Avoid warning in #DB handler due to BHI mitigation Brian Gerst x86/entry/64: Remove obsolete comment on tracing vs. SYSRET Wolfram Sang i2c: rcar: clear NO_RXDMA flag after resetting Wolfram Sang i2c: testunit: avoid re-issued work after read message Wolfram Sang i2c: rcar: ensure Gen3+ reset does not disturb local targets Wolfram Sang i2c: rcar: introduce Gen4 devices Wolfram Sang i2c: rcar: reset controller is mandatory for Gen3+ Wolfram Sang i2c: mark HostNotify target address as used Wolfram Sang i2c: rcar: bring hardware to known state when probing John Stultz sched: Move psi_account_irqtime() out of update_rq_clock_task() hotpath Ryusuke Konishi nilfs2: fix kernel bug on rename operation of broken directory Eduard Zingerman bpf: Allow reads from uninit stack Jim Mattson x86/retpoline: Move a NOENDBR annotation to the SRSO dummy return thunk Ekansh Gupta misc: fastrpc: Copy the complete capability structure to user Ekansh Gupta misc: fastrpc: Avoid updating PD type for capability request Ekansh Gupta misc: fastrpc: Fix DSP capabilities request Jason A. Donenfeld wireguard: send: annotate intentional data race in checking empty queue Jason A. Donenfeld wireguard: queueing: annotate intentional data race in cpu round robin Helge Deller wireguard: allowedips: avoid unaligned 64-bit memory accesses Jason A. Donenfeld wireguard: selftests: use acpi=off instead of -no-acpi for recent QEMU Kuan-Wei Chiu ACPI: processor_idle: Fix invalid comparison with insertion sort for latency Ilya Dryomov libceph: fix race between delayed_work() and ceph_monc_stop() Audra Mitchell Fix userfaultfd_api to return EINVAL as expected Edson Juliano Drosdeck ALSA: hda/realtek: Limit mic boost on VAIO PRO PX Nazar Bilinskyi ALSA: hda/realtek: Enable Mute LED on HP 250 G7 Michał Kopeć ALSA: hda/realtek: add quirk for Clevo V5[46]0TU Armin Wolf platform/x86: toshiba_acpi: Fix array out-of-bounds access Thomas Weißschuh nvmem: core: only change name to fram for current attribute Joy Chakraborty nvmem: meson-efuse: Fix return value of nvmem callbacks Joy Chakraborty nvmem: rmem: Fix return value of rmem_read() Hobin Woo ksmbd: discard write access to the directory open Mathias Nyman xhci: always resume roothubs if xHC was reset during resume He Zhe hpet: Support 32-bit userspace Alan Stern USB: core: Fix duplicate endpoint bug by clearing reserved bits in the descriptor Lee Jones usb: gadget: configfs: Prevent OOB read/write in usb_string_copy() WangYuli USB: Add USB_QUIRK_NO_SET_INTF quirk for START BP-850k Dmitry Smirnov USB: serial: mos7840: fix crash on resume Vanillan Wang USB: serial: option: add Rolling RW350-GL variants Mank Wang USB: serial: option: add Netprisma LCUK54 series modules Slark Xiao USB: serial: option: add support for Foxconn T99W651 Bjørn Mork USB: serial: option: add Fibocom FM350-GL Daniele Palmas USB: serial: option: add Telit FN912 rmnet compositions Daniele Palmas USB: serial: option: add Telit generic core-dump composition Ronald Wahl net: ks8851: Fix potential TX stall after interface reopen Ronald Wahl net: ks8851: Fix deadlock with the SPI chip variant Eric Dumazet tcp: avoid too many retransmit packets Eric Dumazet tcp: use signed arithmetic in tcp_rtx_probe0_timed_out() Josh Don Revert "sched/fair: Make sure to try to detach at least one movable task" Steve French cifs: fix setting SecurityFlags to true Satheesh Paul octeontx2-af: fix issue with IPv4 match for RSS Kiran Kumar K octeontx2-af: fix issue with IPv6 ext match for RSS Kiran Kumar K octeontx2-af: extend RSS supported offload types Michal Mazur octeontx2-af: fix detection of IP layer Srujana Challa octeontx2-af: fix a issue with cpt_lf_alloc mailbox Srujana Challa octeontx2-af: update cpt lf alloc mailbox Nithin Dabilpuram octeontx2-af: replace cpt slot with lf id on reg write Chen Ni ARM: davinci: Convert comma to semicolon Richard Fitzgerald firmware: cs_dsp: Use strnlen() on name fields in V1 wmfw files Richard Fitzgerald firmware: cs_dsp: Prevent buffer overrun when processing V2 alg headers Richard Fitzgerald firmware: cs_dsp: Validate payload length before processing block Richard Fitzgerald firmware: cs_dsp: Return error if block header overflows file Richard Fitzgerald firmware: cs_dsp: Fix overflow checking of wmfw header Sven Schnelle s390: Mark psw in __load_psw_mask() as __unitialized Daniel Borkmann net, sunrpc: Remap EPERM in case of connection failure in xs_tcp_setup_socket Chengen Du net/sched: Fix UAF when resolving a clash Kuniyuki Iwashima udp: Set SOCK_RCU_FREE earlier in udp_lib_get_port(). Oleksij Rempel ethtool: netlink: do not return SQI value if link is down Dmitry Antipov ppp: reject claimed-as-LCP but actually malformed packets Jian Hui Lee net: ethernet: mtk-star-emac: set mac_managed_pm when probing Mohammad Shehar Yaar Tausif bpf: fix order of args in call to bpf_map_kvcalloc Martin KaFai Lau bpf: Remove __bpf_local_storage_map_alloc Yafang Shao bpf: use bpf_map_kvcalloc in bpf_local_storage Martin KaFai Lau bpf: Reduce smap->elem_size Yonghong Song bpf: Refactor some inode/task/sk storage functions for reuse Aleksander Jan Bajkowski net: ethernet: lantiq_etop: fix double free in detach Michal Kubiak i40e: Fix XDP program unloading while removing the driver Hugh Dickins net: fix rc7's __skb_datagram_iter() Aleksandr Mishin octeontx2-af: Fix incorrect value output on error path in rvu_check_rsrc_availability() Geliang Tang skmsg: Skip zero length skb in sk_msg_recvmsg Oleksij Rempel net: phy: microchip: lan87xx: reinit PHY after cable test Neal Cardwell tcp: fix incorrect undo caused by DSACK of TLP retransmit Brian Foster vfs: don't mod negative dentry count when on shrinker list linke li fs/dcache: Re-use value stored to dentry->d_flags instead of re-reading Jeff Layton filelock: fix potential use-after-free in posix_lock_inode Jingbo Xu cachefiles: add missing lock protection when polling Baokun Li cachefiles: cyclic allocation of msg_id to avoid reuse Hou Tao cachefiles: wait for ondemand_object_worker to finish when dropping object Baokun Li cachefiles: cancel all requests for the object that is being dropped Baokun Li cachefiles: stop sending new request when dropping object Jia Zhu cachefiles: narrow the scope of triggering EPOLLIN events in ondemand mode Baokun Li cachefiles: propagate errors from vfs_getxattr() to avoid infinite loop Waiman Long mm: prevent derefencing NULL ptr in pfn_section_valid() Heiko Carstens Compiler Attributes: Add __uninitialized macro ------------- Diffstat: Documentation/admin-guide/cifs/usage.rst | 34 +-- Makefile | 4 +- arch/arm/mach-davinci/pm.c | 2 +- arch/s390/include/asm/processor.h | 2 +- arch/x86/entry/entry_64.S | 19 +- arch/x86/entry/entry_64_compat.S | 14 +- arch/x86/lib/retpoline.S | 2 +- drivers/acpi/processor_idle.c | 37 ++-- drivers/char/hpet.c | 34 ++- drivers/firmware/cirrus/cs_dsp.c | 231 +++++++++++++++------ drivers/i2c/busses/i2c-rcar.c | 67 +++--- drivers/i2c/i2c-core-base.c | 1 + drivers/i2c/i2c-slave-testunit.c | 7 + drivers/misc/fastrpc.c | 14 +- drivers/net/ethernet/intel/i40e/i40e_main.c | 9 +- drivers/net/ethernet/lantiq_etop.c | 4 +- drivers/net/ethernet/marvell/octeontx2/af/mbox.h | 10 +- drivers/net/ethernet/marvell/octeontx2/af/npc.h | 8 +- drivers/net/ethernet/marvell/octeontx2/af/rvu.c | 2 +- .../net/ethernet/marvell/octeontx2/af/rvu_cpt.c | 33 ++- .../net/ethernet/marvell/octeontx2/af/rvu_nix.c | 67 +++++- drivers/net/ethernet/mediatek/mtk_star_emac.c | 7 + drivers/net/ethernet/micrel/ks8851_common.c | 10 +- drivers/net/ethernet/micrel/ks8851_spi.c | 4 +- drivers/net/phy/microchip_t1.c | 2 +- drivers/net/ppp/ppp_generic.c | 15 ++ drivers/net/wireguard/allowedips.c | 4 +- drivers/net/wireguard/queueing.h | 4 +- drivers/net/wireguard/send.c | 2 +- drivers/nvmem/core.c | 5 +- drivers/nvmem/meson-efuse.c | 14 +- drivers/nvmem/rmem.c | 5 +- drivers/platform/x86/toshiba_acpi.c | 1 + drivers/usb/core/config.c | 18 +- drivers/usb/core/quirks.c | 3 + drivers/usb/gadget/configfs.c | 3 + drivers/usb/host/xhci.c | 16 +- drivers/usb/serial/mos7840.c | 45 ++++ drivers/usb/serial/option.c | 38 ++++ fs/cachefiles/daemon.c | 14 +- fs/cachefiles/internal.h | 15 ++ fs/cachefiles/ondemand.c | 52 ++++- fs/cachefiles/xattr.c | 5 +- fs/dcache.c | 12 +- fs/locks.c | 2 +- fs/nilfs2/dir.c | 32 ++- fs/smb/client/cifsglob.h | 4 +- fs/smb/server/smb2pdu.c | 13 +- fs/userfaultfd.c | 7 +- include/linux/bpf.h | 8 + include/linux/bpf_local_storage.h | 17 +- include/linux/compiler_attributes.h | 12 ++ include/linux/mmzone.h | 3 +- kernel/bpf/bpf_inode_storage.c | 38 +--- kernel/bpf/bpf_local_storage.c | 199 +++++++++++------- kernel/bpf/bpf_task_storage.c | 38 +--- kernel/bpf/syscall.c | 15 ++ kernel/bpf/verifier.c | 11 +- kernel/sched/core.c | 7 +- kernel/sched/fair.c | 12 +- kernel/sched/psi.c | 21 +- kernel/sched/sched.h | 1 + kernel/sched/stats.h | 11 +- net/ceph/mon_client.c | 14 +- net/core/bpf_sk_storage.c | 35 +--- net/core/datagram.c | 3 +- net/core/skmsg.c | 3 +- net/ethtool/linkstate.c | 41 ++-- net/ipv4/tcp_input.c | 11 +- net/ipv4/tcp_timer.c | 31 ++- net/ipv4/udp.c | 4 +- net/sched/act_ct.c | 8 + net/sunrpc/xprtsock.c | 7 + scripts/ld-version.sh | 8 +- sound/pci/hda/patch_realtek.c | 4 + .../selftests/bpf/progs/test_global_func10.c | 9 +- tools/testing/selftests/bpf/verifier/calls.c | 13 +- .../selftests/bpf/verifier/helper_access_var_len.c | 104 ++++++---- tools/testing/selftests/bpf/verifier/int_ptr.c | 9 +- .../selftests/bpf/verifier/search_pruning.c | 13 +- tools/testing/selftests/bpf/verifier/sock.c | 27 --- tools/testing/selftests/bpf/verifier/spill_fill.c | 7 +- tools/testing/selftests/bpf/verifier/var_off.c | 52 ----- tools/testing/selftests/wireguard/qemu/Makefile | 8 +- 84 files changed, 1133 insertions(+), 624 deletions(-)