[PATCH 5.4 00/84] 5.4.270-rc1 review

From: Greg Kroah-Hartman
Date: Tue Feb 27 2024 - 09:22:15 EST


This is the start of the stable review cycle for the 5.4.270 release.
There are 84 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, 29 Feb 2024 13:15:36 +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.270-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 <gregkh@xxxxxxxxxxxxxxxxxxx>
Linux 5.4.270-rc1

Andrii Nakryiko <andriin@xxxxxx>
scripts/bpf: Fix xdp_md forward declaration typo

Bart Van Assche <bvanassche@xxxxxxx>
fs/aio: Restrict kiocb_set_cancel_fn() to I/O submitted via libaio

Erik Kurzinger <ekurzinger@xxxxxxxxxx>
drm/syncobj: call drm_syncobj_fence_add_wait when WAIT_AVAILABLE flag is set

Christian König <christian.koenig@xxxxxxx>
drm/syncobj: make lockdep complain on WAIT_FOR_SUBMIT v3

Florian Westphal <fw@xxxxxxxxx>
netfilter: nf_tables: set dormant flag on hook register failure

Sabrina Dubroca <sd@xxxxxxxxxxxxxxx>
tls: stop recv() if initial process_rx_list gave us non-DATA

Jakub Kicinski <kuba@xxxxxxxxxx>
tls: rx: drop pointless else after goto

Jakub Kicinski <kuba@xxxxxxxxxx>
tls: rx: jump to a more appropriate label

Jason Gunthorpe <jgg@xxxxxxxxxx>
s390: use the correct count for __iowrite64_copy()

Wolfram Sang <wsa+renesas@xxxxxxxxxxxxxxxxxxxx>
packet: move from strlcpy with unused retval to strscpy

Vasiliy Kovalev <kovalev@xxxxxxxxxxxx>
ipv6: sr: fix possible use-after-free and null-ptr-deref

Daniil Dulov <d.dulov@xxxxxxxxxx>
afs: Increase buffer size in afs_update_volume_status()

Eric Dumazet <edumazet@xxxxxxxxxx>
ipv6: properly combine dev_base_seq and ipv6.dev_addr_genid

Eric Dumazet <edumazet@xxxxxxxxxx>
ipv4: properly combine dev_base_seq and ipv4.dev_addr_genid

Arnd Bergmann <arnd@xxxxxxxx>
nouveau: fix function cast warnings

Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
scsi: jazz_esp: Only build if SCSI core is builtin

Gianmarco Lusvardi <glusvardi@xxxxxxxxxx>
bpf, scripts: Correct GPL license name

Andrii Nakryiko <andriin@xxxxxx>
scripts/bpf: teach bpf_helpers_doc.py to dump BPF helper definitions

Arnd Bergmann <arnd@xxxxxxxx>
RDMA/srpt: fix function pointer cast warnings

Bart Van Assche <bvanassche@xxxxxxx>
RDMA/srpt: Make debug output more detailed

Kalesh AP <kalesh-anakkur.purayil@xxxxxxxxxxxx>
RDMA/bnxt_re: Return error for SRQ resize

Zhipeng Lu <alexious@xxxxxxxxxx>
IB/hfi1: Fix a memleak in init_credit_return

Xu Yang <xu.yang_2@xxxxxxx>
usb: roles: don't get/set_role() when usb_role_switch is unregistered

Krishna Kurapati <quic_kriskura@xxxxxxxxxxx>
usb: gadget: ncm: Avoid dropping datagrams of properly parsed NTBs

Frank Li <Frank.Li@xxxxxxx>
usb: cdns3: fix memory double free when handle zero packet

Frank Li <Frank.Li@xxxxxxx>
usb: cdns3: fixed memory use after free at cdns3_gadget_ep_disable()

Nikita Shubin <nikita.shubin@xxxxxxxxxxx>
ARM: ep93xx: Add terminator to gpiod_lookup_table

Tom Parkin <tparkin@xxxxxxxxxxx>
l2tp: pass correct message length to ip6_append_data

Vidya Sagar <vidyas@xxxxxxxxxx>
PCI/MSI: Prevent MSI hardware interrupt number truncation

Vasiliy Kovalev <kovalev@xxxxxxxxxxxx>
gtp: fix use-after-free and null-ptr-deref in gtp_genl_dump_pdp()

Mikulas Patocka <mpatocka@xxxxxxxxxx>
dm-crypt: don't modify the data when using authenticated encryption

Daniel Vacek <neelx@xxxxxxxxxx>
IB/hfi1: Fix sdma.h tx->num_descs off-by-one error

Christophe JAILLET <christophe.jaillet@xxxxxxxxxx>
PCI: tegra: Fix OF node reference leak

Pali Rohár <pali@xxxxxxxxxx>
PCI: tegra: Fix reporting GPIO error value

Sireesh Kodali <sireeshkodali1@xxxxxxxxx>
arm64: dts: qcom: msm8916: Fix typo in pronto remoteproc node

Nathan Chancellor <nathan@xxxxxxxxxx>
drm/amdgpu: Fix type of second parameter in trans_msg() callback

Matthew Wilcox (Oracle) <willy@xxxxxxxxxxxxx>
iomap: Set all uptodate bits for an Uptodate page

Mikulas Patocka <mpatocka@xxxxxxxxxx>
dm-integrity: don't modify bio's immutable bio_vec in integrity_metadata()

Kirill A. Shutemov <kirill.shutemov@xxxxxxxxxxxxxxx>
x86/alternatives: Disable KASAN in apply_alternatives()

Trek <trek00@xxxxxxxx>
drm/amdgpu: Check for valid number of registers to read

Icenowy Zheng <icenowy@xxxxxxx>
Revert "drm/sun4i: dsi: Change the start delay calculation"

Kai-Heng Feng <kai.heng.feng@xxxxxxxxxxxxx>
ALSA: hda/realtek - Enable micmute LED on and HP system

Björn Töpel <bjorn.topel@xxxxxxxxx>
selftests/bpf: Avoid running unprivileged tests with alignment requirements

Nikolay Aleksandrov <nikolay@xxxxxxxxxxxxxxxxxxx>
net: bridge: clear bridge's private skb space on xmit

Christophe JAILLET <christophe.jaillet@xxxxxxxxxx>
spi: mt7621: Fix an error message in mt7621_spi_probe()

John Stultz <john.stultz@xxxxxxxxxx>
driver core: Set deferred_probe_timeout to a longer default if CONFIG_MODULES is set

Miaoqian Lin <linmq006@xxxxxxxxx>
pinctrl: rockchip: Fix refcount leak in rockchip_pinctrl_parse_groups

Lee Jones <lee.jones@xxxxxxxxxx>
pinctrl: pinctrl-rockchip: Fix a bunch of kerneldoc misdemeanours

Eric Dumazet <edumazet@xxxxxxxxxx>
tcp: add annotations around sk->sk_shutdown accesses

Soheil Hassas Yeganeh <soheil@xxxxxxxxxx>
tcp: return EPOLLOUT from tcp_poll only when notsent_bytes is half the limit

Paolo Abeni <pabeni@xxxxxxxxxx>
tcp: factor out __tcp_close() helper

Geert Uytterhoeven <geert+renesas@xxxxxxxxx>
pmdomain: renesas: r8a77980-sysc: CR7 must be always on

Alexandra Winter <wintera@xxxxxxxxxxxxx>
s390/qeth: Fix potential loss of L3-IP@ in case of network issues

Yi Sun <yi.sun@xxxxxxxxxx>
virtio-blk: Ensure no requests in virtqueues before deleting vqs.

Takashi Sakamoto <o-takashi@xxxxxxxxxxxxx>
firewire: core: send bus reset promptly on gap count error

Hannes Reinecke <hare@xxxxxxx>
scsi: lpfc: Use unsigned type for num_sge

Zhang Rui <rui.zhang@xxxxxxxxx>
hwmon: (coretemp) Enlarge per package core count limit

Daniel Wagner <dwagner@xxxxxxx>
nvmet-fc: abort command when there is no binding

Xin Long <lucien.xin@xxxxxxxxx>
netfilter: conntrack: check SCTP_CID_SHUTDOWN_ACK for vtag setting in sctp_new

Chen-Yu Tsai <wens@xxxxxxxx>
ASoC: sunxi: sun4i-spdif: Add support for Allwinner H616

Guixin Liu <kanie@xxxxxxxxxxxxxxxxx>
nvmet-tcp: fix nvme tcp ida memory leak

Martin Blumenstingl <martin.blumenstingl@xxxxxxxxxxxxxx>
regulator: pwm-regulator: Add validity checks in continuous .get_voltage

Baokun Li <libaokun1@xxxxxxxxxx>
ext4: avoid allocating blocks from corrupted group in ext4_mb_find_by_goal()

Baokun Li <libaokun1@xxxxxxxxxx>
ext4: avoid allocating blocks from corrupted group in ext4_mb_try_best_found()

Lennert Buytenhek <kernel@xxxxxxxxxxxxxx>
ahci: add 43-bit DMA address quirk for ASMedia ASM1061 controllers

Conrad Kostecki <conikost@xxxxxxxxxx>
ahci: asm1166: correct count of reported ports

Fullway Wang <fullwaywang@xxxxxxxxxxx>
fbdev: sis: Error out if pixclock equals zero

Fullway Wang <fullwaywang@xxxxxxxxxxx>
fbdev: savage: Error out if pixclock equals zero

Felix Fietkau <nbd@xxxxxxxx>
wifi: mac80211: fix race condition on enabling fast-xmit

Michal Kazior <michal@xxxxxxxxx>
wifi: cfg80211: fix missing interfaces when dumping

Vinod Koul <vkoul@xxxxxxxxxx>
dmaengine: fsl-qdma: increase size of 'irq_name'

Vinod Koul <vkoul@xxxxxxxxxx>
dmaengine: shdma: increase size of 'dev_id'

Dmitry Bogdanov <d.bogdanov@xxxxxxxxx>
scsi: target: core: Add TMF to tmr_list handling

Cyril Hrubis <chrubis@xxxxxxx>
sched/rt: Disallow writing invalid values to sched_rt_period_us

Cyril Hrubis <chrubis@xxxxxxx>
sched/rt: Fix sysctl_sched_rr_timeslice intial value

Lokesh Gidra <lokeshgidra@xxxxxxxxxx>
userfaultfd: fix mmap_changing checking in mfill_atomic_hugetlb

Ryusuke Konishi <konishi.ryusuke@xxxxxxxxx>
nilfs2: replace WARN_ONs for invalid DAT metadata block requests

GONG, Ruiqi <gongruiqi1@xxxxxxxxxx>
memcg: add refcnt for pcpu stock to avoid UAF problem in drain_all_stock()

Cyril Hrubis <chrubis@xxxxxxx>
sched/rt: sysctl_sched_rr_timeslice show default timeslice after reset

Jamal Hadi Salim <jhs@xxxxxxxxxxxx>
net/sched: Retire dsmark qdisc

Jamal Hadi Salim <jhs@xxxxxxxxxxxx>
net/sched: Retire ATM qdisc

Jamal Hadi Salim <jhs@xxxxxxxxxxxx>
net/sched: Retire CBQ qdisc

Oliver Upton <oliver.upton@xxxxxxxxx>
KVM: arm64: vgic-its: Test for valid IRQ in MOVALL handler

Oliver Upton <oliver.upton@xxxxxxxxx>
KVM: arm64: vgic-its: Test for valid IRQ in its_sync_lpi_pending_table()


-------------

Diffstat:

Makefile | 4 +-
arch/arm/mach-ep93xx/core.c | 1 +
arch/arm64/boot/dts/qcom/msm8916.dtsi | 4 +-
arch/s390/pci/pci.c | 2 +-
arch/x86/kernel/alternative.c | 13 +
drivers/ata/ahci.c | 34 +-
drivers/ata/ahci.h | 1 +
drivers/base/dd.c | 9 +
drivers/block/virtio_blk.c | 7 +-
drivers/dma/fsl-qdma.c | 2 +-
drivers/dma/sh/shdma.h | 2 +-
drivers/firewire/core-card.c | 18 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c | 3 +
drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h | 5 +-
drivers/gpu/drm/drm_syncobj.c | 16 +-
drivers/gpu/drm/nouveau/nvkm/subdev/bios/shadow.c | 8 +-
drivers/gpu/drm/sun4i/sun6i_mipi_dsi.c | 3 +-
drivers/hwmon/coretemp.c | 2 +-
drivers/infiniband/hw/bnxt_re/ib_verbs.c | 5 +-
drivers/infiniband/hw/hfi1/pio.c | 6 +-
drivers/infiniband/hw/hfi1/sdma.c | 2 +-
drivers/infiniband/ulp/srpt/ib_srpt.c | 18 +-
drivers/md/dm-crypt.c | 6 +
drivers/md/dm-integrity.c | 11 +-
drivers/net/gtp.c | 10 +-
drivers/nvme/target/fc.c | 8 +-
drivers/nvme/target/tcp.c | 1 +
drivers/pci/controller/pci-tegra.c | 17 +-
drivers/pci/msi.c | 2 +-
drivers/pinctrl/pinctrl-rockchip.c | 23 +-
drivers/regulator/pwm-regulator.c | 3 +
drivers/s390/net/qeth_l3_main.c | 9 +-
drivers/scsi/Kconfig | 2 +-
drivers/scsi/lpfc/lpfc_scsi.c | 12 +-
drivers/soc/renesas/r8a77980-sysc.c | 3 +-
drivers/spi/spi-mt7621.c | 8 +-
drivers/target/target_core_device.c | 5 -
drivers/target/target_core_transport.c | 4 +
drivers/usb/cdns3/gadget.c | 8 +-
drivers/usb/gadget/function/f_ncm.c | 10 +-
drivers/usb/roles/class.c | 12 +-
drivers/video/fbdev/savage/savagefb_driver.c | 3 +
drivers/video/fbdev/sis/sis_main.c | 2 +
fs/afs/volume.c | 4 +-
fs/aio.c | 9 +-
fs/ext4/mballoc.c | 13 +-
fs/iomap/buffered-io.c | 3 +
fs/nilfs2/dat.c | 27 +-
include/linux/fs.h | 2 +
include/linux/lockdep.h | 5 +
include/net/tcp.h | 1 +
kernel/sched/rt.c | 10 +-
kernel/sysctl.c | 4 +
mm/memcontrol.c | 6 +
mm/userfaultfd.c | 14 +-
net/bridge/br_device.c | 2 +
net/ipv4/af_inet.c | 2 +-
net/ipv4/devinet.c | 21 +-
net/ipv4/tcp.c | 27 +-
net/ipv4/tcp_input.c | 4 +-
net/ipv6/addrconf.c | 21 +-
net/ipv6/seg6.c | 20 +-
net/l2tp/l2tp_ip6.c | 2 +-
net/mac80211/sta_info.c | 2 +
net/mac80211/tx.c | 2 +-
net/netfilter/nf_conntrack_proto_sctp.c | 2 +-
net/netfilter/nf_tables_api.c | 1 +
net/packet/af_packet.c | 4 +-
net/sched/Kconfig | 42 -
net/sched/Makefile | 3 -
net/sched/sch_atm.c | 710 --------
net/sched/sch_cbq.c | 1818 ---------------------
net/sched/sch_dsmark.c | 523 ------
net/tls/tls_sw.c | 12 +-
net/wireless/nl80211.c | 1 +
scripts/bpf_helpers_doc.py | 157 +-
sound/pci/hda/patch_realtek.c | 6 +-
sound/soc/sunxi/sun4i-spdif.c | 5 +
tools/testing/selftests/bpf/test_verifier.c | 13 +
virt/kvm/arm/vgic/vgic-its.c | 5 +
80 files changed, 572 insertions(+), 3255 deletions(-)