Linux 6.19-rc7

From: Linus Torvalds

Date: Sun Jan 25 2026 - 17:23:57 EST


So normally this would be the last rc of the release, but as I've
mentioned every rc (because I really want people to be aware and be
able to plan for things) this release we'll have an rc8 due to the
holiday season.

And while some of the early rc's were smaller than usual and it didn't
seem necessary, right now I'm quite happy I made that call. Not
because there's anything particularly scary here - the release seems
to be going fairly smoothly - but because this rc7 really is larger
than things normally are and should be at this point.

Now, it's not *hugely* larger than normal, so it's not something that
makes me worry, but it's just large enough that it makes me go "good
that we have an extra week".

Anyway, it all looks otherwise very normal. A bit over half is drivers
(networking and gpu being most of it as usual, but there's a bit of
everything in there), and the rest is the usual random mix: tooling,
architecture fixes, VM, networking, rust driver base fixes,
documentation, some filesystem work...

So we have two more weeks to go, and apart from the different timing,
nothing looks particularly odd or worrisome.

Please keep testing, and let's hope things really do calm down now.

Linus

---
Abdun Nihaal (1):
scsi: xen: scsiback: Fix potential memory leak in scsiback_remove()

Abel Vesa (1):
mailmap: Update email address for Abel Vesa

Akiyoshi Kurita (1):
docs: alienware-wmi: fix typo

Alan Borzeszkowski (1):
spi: intel-pci: Add support for Nova Lake SPI serial flash

Alex Deucher (3):
drm/amdgpu: fix error handling in ib_schedule()
drm/amdgpu: fix type for wptr in ring backup
Revert "drm/amd/display: pause the workload setting in dm"

Alex Ramírez (2):
drm/nouveau: add missing DCB connector types
drm/nouveau: implement missing DCB connector types; gracefully
handle unknown connectors

Alexander Egorenkov (1):
s390/boot/vmlinux.lds.S: Ensure bzImage ends with SecureBoot trailer

Alexander Usyskin (1):
mei: trace: treat reg parameter as string

Alexandre Courbot (2):
rust: io: always inline functions using build_assert with arguments
rust: irq: always inline functions using build_assert with arguments

Alexandru Elisei (4):
KVM: arm64: Copy FGT traps to unprotected pKVM VCPU on VCPU load
KVM: arm64: Inject UNDEF for a register trap without accessor
KVM: arm64: Remove extra argument for __pvkm_host_{share,unshare}_hyp()
KVM: arm64: Remove unused parameter in synchronize_vcpu_pstate()

Alexey Charkov (2):
arm64: dts: rockchip: Fix headphones widget name on NanoPi M5
arm64: dts: rockchip: Configure MCLK for analog sound on NanoPi M5

Alok Tiwari (1):
octeontx2: cn10k: fix RX flowid TCAM mask handling

Andrew Cooper (1):
x86/kfence: avoid writing L1TF-vulnerable PTEs

Andrew Jeffery (1):
MAINTAINERS: Add Andrew as M: to ARM/NUVOTON NPCM ARCHITECTURE

Andrey Vatoropin (1):
be2net: Fix NULL pointer dereference in be_cmd_get_mac_from_list

AngeloGioacchino Del Regno (1):
drm/mediatek: mtk_gem: Partial refactor and use drm_gem_dma_object

Anirudh Rayabharam (Microsoft) (2):
mshv: add definitions for arm64 gpa intercepts
mshv: handle gpa intercepts for arm64

Arkadiusz Kozdra (1):
kconfig: fix static linking of nconf

Armin Wolf (2):
platform/x86: acer-wmi: Extend support for Acer Nitro AN515-58
platform/x86: acer-wmi: Fix missing capability check

Arnd Bergmann (1):
irqchip/gic-v3-its: Avoid truncating memory addresses

Arun Raghavan (1):
ALSA: usb: Increase volume range that triggers a warning

Baochen Qiang (2):
wifi: ath12k: don't force radio frequency check in freq_to_idx()
wifi: ath12k: fix dead lock while flushing management frames

Bart Van Assche (1):
block: Fix an error path in disk_update_zone_resources()

Bartosz Golaszewski (1):
gpio: shared: propagate configuration to pinctrl

Benjamin Berg (3):
wifi: mac80211: parse all TTLM entries
wifi: mac80211: apply advertised TTLM from association response
wifi: cfg80211: ignore link disabled flag from userspace

Berk Cem Goksel (1):
ALSA: usb-audio: Fix use-after-free in snd_usb_mixer_free()

Biju Das (1):
irqchip/renesas-rzv2h: Prevent TINT spurious interrupt during resume

Brajesh Gupta (1):
drm/imagination: Wait for FW trace update command completion

Breno Leitao (1):
mm/kfence: fix potential deadlock in reboot notifier

Carlos Llamas (1):
kbuild: prefer ${NM} in check-function-names.sh

Cedric Xing (1):
x86: make page fault handling disable interrupts properly

Chaitanya Kulkarni (1):
iommu/io-pgtable-arm: fix size_t signedness bug in unmap path

Chaitanya Kumar Borah (4):
drm/i915/color: Place 3D LUT after CSC in plane color pipeline
drm/amd/display: Fix color pipeline enum name leak
drm/vkms: Fix color pipeline enum name leak
drm/i915/display: Fix color pipeline enum name leak

Chaoyi Chen (1):
arm64: dts: rockchip: Fix wrong register range of rk3576 gpu

Chen-Yu Tsai (1):
drm/mediatek: dpi: Find next bridge during probe

Cheng-Yu Lee (1):
regmap: Fix race condition in hwspinlock irqsave routine

Chenghai Huang (2):
uacce: fix isolate sysfs check condition
uacce: ensure safe queue release with state management

Christoph Hellwig (1):
block: make the new blkzoned UAPI constants discoverable

Chwee-Lin Choong (2):
igc: fix race condition in TX timestamp read for register 0
igc: Reduce TSN TX packet buffer from 7KB to 5KB per queue

Clemens Gruber (1):
net: fec: account for VLAN header in frame length calculations

Cody Haas (1):
ice: Fix persistent failure in ice_get_rxfh

Dan Carpenter (3):
drm/mediatek: Fix platform_get_irq() error checking
wifi: mwifiex: Fix a loop in mwifiex_update_ampdu_rxwinsize()
mux: mmio: Fix IS_ERR() vs NULL check in probe()

Dan Williams (1):
Documentation: Project continuity

Daniel Golle (2):
net: phy: intel-xway: fix OF node refcount leakage
net: pcs: pcs-mtk-lynxi: report in-band capability for 2500Base-X

Danilo Krummrich (6):
rust: i2c: do not drop device private data on shutdown()
rust: auxiliary: add Driver::unbind() callback
rust: driver: introduce a DriverLayout trait
rust: driver: add DEVICE_DRIVER_OFFSET to the DriverLayout trait
rust: driver: add DriverData type to the DriverLayout trait
rust: driver: drop device private data post unbind

Dave Ertman (1):
ice: Avoid detrimental cleanup for bond during interface stop

Dave Jiang (1):
ntb: transport: Fix uninitialized mutex

David Heidelberg (1):
arm64: dts qcom: sdm845-oneplus-enchilada: Specify panel name
within the compatible

David Hildenbrand (Red Hat) (4):
mm/hugetlb: fix hugetlb_pmd_shared()
mm/hugetlb: fix two comments related to huge_pmd_unshare()
mm/rmap: fix two comments related to huge_pmd_unshare()
mm/hugetlb: fix excessive IPI broadcasts when unsharing PMD
tables using mmu_gather

David Howells (2):
rxrpc: Fix recvmsg() unconditional requeue
rxrpc: Fix data-race warning and potential load/store tearing

David Jeffery (1):
scsi: core: Wake up the error handler when final completions
race against each other

David Yang (5):
veth: fix data race in veth_get_ethtool_stats
net: hns3: fix data race in hns3_fetch_stats
idpf: Fix data race in idpf_net_dim
be2net: fix data race in be_get_new_eqd
net: openvswitch: fix data race in ovs_vport_get_upcall_stats

Denis Benato (11):
platform/x86: asus-armoury: add support for GA403WM
asus-armoury: fix ppt data for GA403U* renaming to GA403UI
platform/x86: asus-armoury: add support for GA403UV
platform/x86: asus-armoury: add support for GV302XV
platform/x86: asus-armoury: add support for FA401UV
platform/x86: asus-armoury: add support for FA617XT
platform/x86: asus-wmi: fix sending OOBE at probe
platform/x86: asus-armoury: fix ppt data for FA608UM
platform/x86: asus-armoury: add support for G835L
platform/x86: asus-armoury: keep the list ordered alphabetically
platform/x86: asus-armoury: add support for GA403WW

Devyn Liu (1):
spi: hisi-kunpeng: Fixed the wrong debugfs node name in hisi_spi
debugfs initialization

Ding Hui (1):
ice: Fix incorrect timeout ice_release_res()

Dmitry Skorodumov (2):
ipvlan: Make the addrs_lock be per port
selftests: net: simple selftest for ipvtap

Donglin Peng (1):
function_graph: Fix args pointer mismatch in print_graph_retval()

Dongxu Sun (1):
KVM: arm64: Remove unused vcpu_{clear,set}_wfx_traps()

Edward Adam Davis (1):
btrfs: sync read disk super and set block size

Eric Dumazet (7):
net: add skb->data_len and (skb>end - skb->tail) to skb_dump()
bonding: limit BOND_MODE_8023AD to Ethernet devices
l2tp: avoid one data-race in l2tp_tunnel_del_work()
mISDN: annotate data-race around dev->work
ipv6: annotate data-race in ndisc_router_discovery()
bonding: provide a net pointer to __skb_flow_dissect()
net/sched: act_ife: avoid possible NULL deref

Ethan Nelson-Moore (1):
net: usb: dm9601: remove broken SR9700 support

Faisal Bukhari (1):
perf parse-events: Fix evsel allocation failure

Fan Gong (1):
hinic3: Fix netif_queue_set_napi queue_index input parameter error

Felix Gu (2):
spi: spi-sprd-adi: Fix double free in probe error path
regulator: fp9931: Add missing memory allocation check

Fernand Sieber (1):
perf/x86/intel: Do not enable BTS for guests

Fiona Klute (1):
iio: chemical: scd4x: fix reported channel endianness

Francesco Lavra (2):
iio: imu: st_lsm6dsx: fix iio_chan_spec for sensors without
event detection
iio: accel: adxl380: fix handling of unavailable "INT1" interrupt

Frank Zhang (1):
pmdomain:rockchip: Fix init genpd as GENPD_STATE_ON before regulator ready

Gal Pressman (1):
panic: only warn about deprecated panic_print on write access

Georgi Djakov (1):
interconnect: debugfs: initialize src_node and dst_node to empty strings

Geraldo Nascimento (2):
arm64: dts: rockchip: remove dangerous max-link-speed from helios64
arm64: dts: rockchip: remove redundant max-link-speed from nanopi-r4s

Guodong Xu (1):
Documentation: riscv: uabi: Clarify ISA spec version for canonical order

Haiyue Wang (2):
docs: fix PPR for AMD EPYC broken link
uio: pci_sva: correct '-ENODEV' check logic

Hamza Mahfooz (1):
net: sfp: add potron quirk to the H-COM SPP425H-GAB4 SFP+ Stick

Hans de Goede (1):
leds: led-class: Only Add LED to leds_list when it is fully ready

Haotian Zhang (1):
iio: adc: ad7606: Fix incorrect type for error return variable

Haoxiang Li (1):
w1: fix redundant counter decrement in w1_attach_slave_device()

Harald Freudenberger (1):
s390/ap: Fix wrong APQN fill calculation

Hari Prasath Gujulan Elango (1):
ARM: dts: microchip: sama7d65: fix the ranges property for flx9

Hariprasad Kelam (2):
Octeontx2-pf: Update xdp features
Octeontx2-af: Add proper checks for fwdata

Heiko Carstens (1):
s390/vdso: Disable kstack erase

Horatiu Vultur (1):
ARM: dts: microchip: lan966x: Fix the access to the PHYs for pcb8290

Huan He (2):
mmc: sdhci-of-dwcmshc: Fix init for AXI clock for Eswin EIC7700
mmc: sdhci-of-dwcmshc: Fix DMA 128MB boundary for Eswin EIC7700

Ian Abbott (2):
comedi: Fix getting range information for subdevices 16 to 255
comedi: dmm32at: serialize use of paged registers

Ian Rogers (1):
tracing: Avoid possible signed 64-bit truncation

Ilpo Järvinen (2):
PCI: Fix BAR resize rollback path overwriting ret
PCI: Fix Resizable BAR restore order

Ivan Vecera (1):
dpll: Prevent duplicate registrations

Jacob Keller (1):
ice: initialize ring_stats->syncp

Jamal Hadi Salim (2):
net/sched: Enforce that teql can only be used as root qdisc
net/sched: qfq: Use cl_is_active to determine whether class is
active in qfq_rm_from_ag

Jani Nikula (3):
drm/xe/vf: fix struct xe_gt_sriov_vf_migration kernel-doc
drm/xe/xe_late_bind_fw: fix enum xe_late_bind_fw_id kernel-doc
drm/xe/vm: fix xe_vm_validation_exec() kernel-doc

Jason Gunthorpe (1):
iommupt: Make it clearer to the compiler that pts.level == 0 for
single page

Jean-Baptiste Maneyrol (1):
iio: imu: inv_icm45600: fix temperature offset reporting

Jens Axboe (3):
io_uring/rw: free potentially allocated iovec on cache put failure
io_uring/waitid: fix KCSAN warning on io_waitid->head
io_uring/io-wq: check IO_WQ_BIT_EXIT inside work run loop

Jeongjun Park (1):
netrom: fix double-free in nr_route_frame()

Jiasheng Jiang (1):
scsi: qla2xxx: Sanitize payload size to prevent member overflow

Jiawen Wu (1):
net: txgbe: remove the redundant data return in SW-FW mailbox

Jijie Shao (2):
net: hns3: fix wrong GENMASK() for HCLGE_FD_AD_COUNTER_NUM_M
net: hns3: fix the HCLGE_FD_AD_NXT_KEY error setting issue

Jiqian Chen (1):
drm/amdgpu: free hw_vm_fence when fail in amdgpu_job_alloc

Joanne Koong (1):
fs/writeback: skip AS_NO_DATA_INTEGRITY mappings in wait_sb_inodes()

Johan Hovold (9):
iio: adc: exynos_adc: fix OF populate on driver rebind
intel_th: fix device leak on output open()
intel_th: rename error label
slimbus: core: fix OF node leak on registration failure
slimbus: core: fix runtime PM imbalance on report present
slimbus: core: fix device reference leak on report present
slimbus: core: amend slim_get_device() kernel doc
slimbus: core: fix of_slim_get_device() kernel doc
slimbus: core: clean up of_slim_get_device()

Jon Hunter (1):
Revert "arm64: tegra: Add interconnect properties for Tegra210"

Jonathan Cameron (2):
riscv: ERRATA_STARFIVE_JH7100: Fix missing dependency on new
CONFIG_CACHEMAINT_FOR_DMA
soc: renesas: Fix missing dependency on new CONFIG_CACHEMAINT_FOR_DMA

Jonathan Kim (1):
drm/amdkfd: fix gfx11 restrictions on debugging cooperative launch

Julia Lawall (1):
Drivers: hv: vmbus: fix typo in function name reference

Jun Guo (1):
spi: spi-cadence: enable SPI_CONTROLLER_MUST_TX

Justin Chen (1):
net: bcmasp: Fix network filter wake for asp-3.0

Kaushlendra Kumar (1):
regmap: maple: free entry on mas_store_gfp() failure

Konrad Dybcio (3):
dt-bindings: power: qcom,rpmpd: Add SC8280XP_MXC_AO
pmdomain: qcom: rpmhpd: Add MXC to SC8280XP
arm64: dts: qcom: sc8280xp: Add missing VDD_MXC links

Krishna Kurapati (2):
arm64: dts: qcom: sm8550: Fix compile warnings in USB controller node
arm64: dts: qcom: sm8650: Fix compile warnings in USB controller node

Krzysztof Kozlowski (4):
dt-bindings: interconnect: qcom,sa8775p-rpmh: Fix incorrectly
added reg and clocks
arm64: dts: rockchip: Fix wifi interrupts flag on Sakura Pi RK3308B
nfc: MAINTAINERS: Orphan the NFC and look for new maintainers
serial: Fix not set tty->port race condition

Kuan-Wei Chiu (1):
MAINTAINERS: Add interconnect-clk.h to interconnect API entry

Kuniyuki Iwashima (4):
l2tp: Fix memleak in l2tp_udp_encap_recv().
gue: Fix skb memleak with inner IP protocol 0.
tools: ynl: Specify --no-line-number in ynl-regen.sh.
fou: Don't allow 0 for FOU_ATTR_IPPROTO.

Kurt Kanzenbach (1):
igc: Restore default Qbv schedule when changing channels

Kübrich, Andreas (1):
iio: dac: ad5686: add AD5695R to ad5686_chip_info_tbl

Lachlan Hodges (1):
wifi: mac80211: don't perform DA check on S1G beacon

Laurent Vivier (1):
usbnet: limit max_mtu based on device's hard_mtu

LeeYongjun (1):
selftests: ALSA: Remove unused variable in utimer-test

Lianqin Hu (1):
ALSA: usb-audio: Add delay quirk for MOONDROP Moonriver2 Ti

Likun Gao (1):
drm/amdgpu: remove frame cntl for gfx v12

Linus Torvalds (1):
Linux 6.19-rc7

Long Li (1):
scsi: storvsc: Process unsupported MODE_SENSE_10

Lorenzo Stoakes (3):
mm/vma: do not leak memory when .mmap_prepare swaps the file
mm: remove unnecessary and incorrect mmap lock assert
mm: do not copy page tables unnecessarily for VM_UFFD_WP

Louis-Alexis Eyraud (2):
drm/mediatek: mtk_hdmi_ddc_v2: Add transfer abort on timeout cases
drm/mediatek: mtk_hdmi_ddc_v2: Fix multi-byte writes

Lukasz Laguna (1):
drm/xe: Update wedged.mode only after successful reset policy change

Lyude Paul (1):
drm/nouveau/disp: Set drm_mode_config_funcs.atomic_(check|commit)

Manish Dharanenthiran (1):
wifi: ath12k: cancel scan only on active scan vdev

Marc Kleine-Budde (7):
can: dev: alloc_candev_mqs(): add missing default CAN capabilities
can: gs_usb: gs_usb_receive_bulk_callback(): unanchor URL on
usb_submit_urb() error
can: ems_usb: ems_usb_read_bulk_callback(): fix URB memory leak
can: esd_usb: esd_usb_read_bulk_callback(): fix URB memory leak
can: kvaser_usb: kvaser_usb_read_bulk_callback(): fix URB memory leak
can: mcba_usb: mcba_usb_read_bulk_callback(): fix URB memory leak
can: usb_8dev: usb_8dev_read_bulk_callback(): fix URB memory leak

Marc Zyngier (2):
KVM: arm64: Fix EL2 S1 XN handling for hVHE setups
KVM: arm64: Don't blindly set set PSTATE.PAN on guest exit

Marco Crivellari (1):
drm/xe: fix WQ_MEM_RECLAIM passed as max_active to alloc_workqueue()

Marek Vasut (1):
wifi: rsi: Fix memory corruption due to not set vif driver data size

Mario Limonciello (3):
platform/x86: hp-bioscfg: Fix kobject warnings for empty attribute names
platform/x86: hp-bioscfg: Fix kernel panic in GET_INSTANCE_ID macro
platform/x86: hp-bioscfg: Fix automatic module loading

Mark Harmstone (1):
btrfs: fix missing fields in superblock backup with BLOCK_GROUP_TREE

Mark Rutland (3):
arm64/fpsimd: ptrace: Fix SVE writes on !SME systems
arm64/fpsimd: signal: Allocate SSVE storage when restoring ZA
arm64/fpsimd: signal: Fix restoration of SVE context

Markus Koeniger (1):
iio: accel: iis328dq: fix gain values

Marnix Rijnart (1):
serial: 8250_pci: Fix broken RS485 for F81504/508/512

Martin Hamilton (1):
ALSA: hda/realtek: ALC269 fixup for Lenovo Yoga Book 9i 13IRU8 audio

Mathieu Desnoyers (3):
mm: add missing static initializer for init_mm::mm_cid.lock
mm: rename cpu_bitmap field to flexible_array
mm: take into account mm_cid size for mm_struct static definitions

Matthew Auld (2):
drm/xe/uapi: disallow bind queue sharing
drm/xe/migrate: fix job lock assert

Matthew Brost (2):
drm/xe: Adjust page count tracepoints in shrinker
drm/xe: Disable timestamp WA on VFs

Matthew Schwartz (1):
mmc: rtsx_pci_sdmmc: implement sdmmc_card_busy function

Matthew Wilcox (Oracle) (1):
migrate: correct lock ordering for hugetlb file folios

Maurizio Lombardi (2):
scsi: target: iscsi: Fix use-after-free in iscsit_dec_conn_usage_count()
scsi: target: iscsi: Fix use-after-free in
iscsit_dec_session_usage_count()

Maxime Chevallier (1):
net: freescale: ucc_geth: Return early when TBI PHY can't be found

Mel Gorman (1):
sched/fair: Disable scheduler feature NEXT_BUDDY

Melbin K Mathew (3):
vsock/virtio: fix potential underflow in virtio_transport_get_credit()
vsock/virtio: cap TX credit to local buffer size
vsock/test: add stream TX credit bounds test

Miaoqian Lin (1):
iio: dac: ad3552r-hs: fix out-of-bound write in
ad3552r_hs_write_data_source

Michael Kelley (3):
Drivers: hv: Always do Hyper-V panic notification in hv_kmsg_dump()
mshv: Store the result of vfs_poll in a variable of type __poll_t
mshv: Add __user attribute to argument passed to access_ok()

Michal Luczaj (3):
vsock/virtio: Coalesce only linear skb
vsock/test: Add test for a linear and non-linear skb getting coalesced
vsock/test: Do not filter kallsyms by symbol type

Michal Wilczynski (1):
MAINTAINERS: Add myself as reviewer for PWM rust drivers

Michel Lind (1):
tools/net/ynl: Makefile's install target now installs ynltool

Mina Almasry (1):
idpf: read lower clock bits inside the time sandwich

Ming Lei (4):
selftests/ublk: fix IO thread idle check
selftests/ublk: fix error handling for starting device
selftests/ublk: fix garbage output in foreground mode
blk-mq: use BLK_POLL_ONESHOT for synchronous poll completion

Ming Qian (1):
pmdomain: imx8m-blk-ctrl: Remove separate rst and clk mask for 8mq vpu

Miri Korenblit (2):
wifi: mac80211: correctly check if CSA is active
wifi: mac80211: don't increment crypto_tx_tailroom_needed_cnt twice

Naohiko Shimizu (3):
riscv: clocksource: Fix stimecmp update hazard on RV32
riscv: kvm: Fix vstimecmp update hazard on RV32
riscv: suspend: Fix stimecmp update hazard on RV32

Nathan Chancellor (3):
drm/mediatek: mtk_hdmi_v2: Fix return type of
mtk_hdmi_v2_tmds_char_rate_valid()
riscv: Use 64-bit variable for output in __get_user_asm
riscv: Add intermediate cast to 'unsigned long' in __get_user_asm

Nauman Sabir (1):
dt-bindings: display: mediatek: Fix typo 'hardwares' to 'hardware'

Nicolas Ferre (1):
ARM: dts: microchip: sama7d65: fix size-cells property for i2c3

Niklas Cassel (6):
ata: ahci: Do not read the per port area for unimplemented ports
ata: libata: Call ata_dev_config_lpm() for ATAPI devices
ata: libata-sata: Improve link_power_management_supported sysfs attribute
ata: libata: Add cpr_log to ata_dev_print_features() early return
ata: libata: Add DIPM and HIPM to ata_dev_print_features() early return
ata: libata: Print features also for ATAPI devices

Oleksandr Shamray (1):
platform/mellanox: Fix SN5640/SN5610 LED platform data

Oliver Upton (1):
KVM: arm64: nv: Respect stage-2 write permssion when setting stage-1 AF

Ondrej Jirman (1):
arm64: dts: rockchip: Fix voltage threshold for volume keys for
Pinephone Pro

Osama Abdelkader (1):
drm/bridge: synopsys: dw-dp: fix error paths of dw_dp_bind

Paul Greenwalt (2):
ice: add missing ice_deinit_hw() in devlink reinit path
ice: fix devlink reload call trace

Pavel Begunkov (2):
selftests/io_uring: add io_uring_queue_init_params
selftests/io_uring: support NO_SQARRAY in miniliburing

Pavel Zhigulin (1):
iio: adc: ad7280a: handle spi_setup() errors in probe()

Pei Xiao (1):
iio: adc: at91-sama5d2_adc: Fix potential use-after-free in
sama5d2_adc driver

Pradeep P V K (1):
arm64: dts: qcom: talos: Correct UFS clocks ordering

Praveen Talari (1):
serial: qcom_geni: Fix BT failure regression on RB2 platform

Qiang Ma (1):
btrfs: fix Wmaybe-uninitialized warning in replay_one_buffer()

Qu Wenruo (2):
btrfs: reject new transactions if the fs is fully read-only
btrfs: add extra device item checks at mount

Quentin Schulz (1):
arm64: dts: rockchip: fix unit-address for RK3588 NPU's core1
and core2's IOMMU

Raju Rangoju (1):
amd-xgbe: avoid misleading per-packet error log

Randy Dunlap (1):
arm: npcm: drop unused Kconfig ERRATA symbol

Rasmus Villemoes (1):
iio: core: add separate lockdep class for info_exist_lock

Ratheesh Kannoth (1):
octeontx2-af: Fix error handling

Ricardo B. Marlière (1):
selftests: net: fib-onlink-tests: Convert to use namespaces by default

Richard Genoud (1):
pwm: max7360: Populate missing .sizeof_wfhw in max7360_pwm_ops

Rob Herring (Arm) (5):
arm64: dts: rockchip: Drop "sitronix,st7789v" fallback
compatible from rk3568-wolfvision
arm64: dts: rockchip: Fix pinctrl property typo on rk3326-odroid-go3
arm64: dts: rockchip: Fix gpio pinctrl node names
arm64: dts: rockchip: Drop unsupported properties
of: platform: Use default match table for /firmware

Robin Murphy (3):
dma/pool: Improve pool lookup
mm_zone: Generalise has_managed_dma()
dma/pool: Avoid allocating redundant pools

Russell King (Oracle) (1):
net: stmmac: fix resume: calculate tso last_segment

Samasth Norway Ananda (1):
ALSA: scarlett2: Fix buffer overflow in config retrieval

Sascha Bischoff (1):
KVM: arm64: gic: Check for vGICv3 when clearing TWI

Sasha Levin (1):
objtool: Fix libopcodes linking with static libraries

Seamus Connor (1):
ublk: fix ublksrv pid handling for pid namespaces

Shawn Lin (1):
mmc: sdhci-of-dwcmshc: Prevent illegal clock reduction in HS200/HS400 mode

Shida Zhang (1):
bcache: use bio cloning for detached device requests

Shresth Sarthak Awasthi (1):
platform/x86: asus-armoury: Add power limits for Asus G513QY

Simon Horman (1):
docs: netdev: refine 15-patch limit

Simon Schippers (1):
usbnet: fix crash due to missing BQL accounting after resume

Slark Xiao (1):
Revert "net: wwan: mhi_wwan_mbim: Avoid
-Wflex-array-member-not-at-end warning"

Srish Srinivasan (1):
keys/trusted_keys: fix handle passed to tpm_buf_append_name during unseal

Stanislav Kinsburskii (1):
mshv: Align huge page stride with guest mapping

Stefan Metzmacher (2):
smb: server: fix comment for ksmbd_vfs_kern_path_start_removing()
smb: server: reset smb_direct_port = SMB_DIRECT_PORT_INFINIBAND on init

Stefano Garzarella (1):
vsock/test: fix seqpacket message bounds test

Steven Rostedt (1):
tracing: Fix crash on synthetic stacktrace field usage

Suren Baghdasaryan (1):
Docs/mm/allocation-profiling: describe sysctrl limitations in debug mode

Swaraj Gaikwad (1):
slab: fix kmalloc_nolock() context check for PREEMPT_RT

Taehee Yoo (1):
selftests: net: amt: wait longer for connection before sending packets

Taeyang Lee (1):
crypto: authencesn - reject too-short AAD (assoclen<8) to match
ESP/ESN spec

Takashi Iwai (2):
ALSA: ctxfi: Fix potential OOB access in audio mixer handling
ALSA: usb-audio: Use the right limit for PCM OOB check

Thadeu Lima de Souza Cascardo (1):
Revert "nfc/nci: Add the inconsistency check between the input
data length and count"

Thomas Fourier (4):
wifi: ath10k: fix dma_free_coherent() pointer
wifi: ath12k: fix dma_free_coherent() pointer
octeontx2: Fix otx2_dma_map_page() error return code
ksmbd: smbd: fix dma_unmap_sg() nents

Thomas Gleixner (1):
clocksource: Reduce watchdog readout delay limit to prevent
false positives

Thomas Hellström (2):
drm, drm/xe: Fix xe userptr in the absence of CONFIG_DEVICE_PRIVATE
drm/xe: Select CONFIG_DEVICE_PRIVATE when DRM_XE_GPUSVM is selected

Thomas Weißschuh (2):
selftests: vDSO: getrandom: Fix path to s390 chacha implementation
timekeeping: Adjust the leap state for the correct auxiliary timekeeper

Thorsten Blum (2):
w1: therm: Fix off-by-one buffer overflow in alarms_store
iio: adc: pac1934: Fix clamped value in pac1934_reg_snapshot

Tim Guttzeit (1):
ALSA: hda/realtek: Fix headset mic for TongFang X6AR55xU

Timur Kristóf (5):
drm/amd/display: Only poll analog connectors
drm/amd/pm: Fix si_dpm mmCG_THERMAL_INT setting
drm/amd/pm: Don't clear SI SMC table when setting power limit
drm/amd/pm: Workaround SI powertune issue on Radeon 430 (v2)
drm/amdgpu: Fix validating flush_gpu_tlb_pasid()

Tomas Melin (1):
iio: adc: ad9467: fix ad9434 vref mask

Tzung-Bi Shih (3):
gpio: cdev: Correct return code on memory allocation failure
gpio: cdev: Fix resource leaks on errors in lineinfo_changed_notify()
gpio: cdev: Fix resource leaks on errors in gpiolib_cdev_register()

Uwe Kleine-König (1):
pwm: Ensure ioctl() returns a negative errno on error

Vasant Hegde (1):
iommu/amd: Fix error path in amd_iommu_probe_device()

Veerendranath Jakkam (1):
wifi: cfg80211: Fix bitrate calculation overflow for HE rates

Victor Nogueira (1):
selftests/tc-testing: Try to add teql as a child qdisc

Vincent Guittot (2):
sched/fair: Fix pelt clock sync when entering idle
sched/fair: Revert force wakeup preemption

Vladimir Oltean (1):
net: dsa: fix off-by-one in maximum bridge ID determination

Weigang He (2):
of: fix reference count leak in of_alias_scan()
scripts/tracepoint-update: Fix memory leak in add_string() on failure

Wenkai Lin (1):
uacce: fix cdev handling in the cleanup path

Will Deacon (1):
KVM: arm64: Invert KVM_PGTABLE_WALK_HANDLE_FAULT to fix pKVM walkers

Will Rosenberg (1):
perf: Fix refcount warning on event->mmap_count increment

Xin Long (1):
sctp: move SCTP_CMD_ASSOC_SHKEY right after SCTP_CMD_PEER_INIT

Yang Shen (1):
uacce: implement mremap in uacce_vm_ops to return -EPERM

Yingying Tang (2):
wifi: ath12k: Fix scan state stuck in ABORTING after
cancel_remain_on_channel
wifi: ath12k: Fix wrong P2P device link id issue

Yixun Lan (2):
MAINTAINERS: update email address for Yixun Lan
i2c: spacemit: drop IRQF_ONESHOT flag from IRQ request

Yosry Ahmed (1):
mm: restore per-memcg proactive reclaim with !CONFIG_NUMA

Yun Lu (1):
netdevsim: fix a race issue related to the operation on
bpf_bound_progs list

Zhang Heng (1):
ALSA: hda/realtek: Add quirk for Samsung 730QED to fix headphone

Zhaoyang Huang (1):
arm64: Set __nocfi on swsusp_arch_resume()

Zilin Guan (1):
platform/x86/amd: Fix memory leak in wbrf_record()

feng (1):
Input: i8042 - add quirk for ASUS Zenbook UX425QA_UM425QA

gongqi (1):
Input: i8042 - add quirks for MECHREVO Wujie 15X Pro