rivers/net/ethernet/marvell/octeon_ep/octep_main.c | 2 drivers/net/ethernet/mellanox/mlx5/core/debugfs.c | 16 drivers/net/ethernet/mellanox/mlx5/core/en_accel/ipsec.c | 3 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c | 19 drivers/net/ethernet/mellanox/mlx5/core/esw/acl/ingress_lgcy.c | 2 drivers/net/ethernet/mellanox/mlx5/core/fs_cmd.c | 3 drivers/net/ethernet/mellanox/mlx5/core/main.c | 36 + drivers/net/ethernet/mellanox/mlx5/core/mlx5_core.h | 1 drivers/net/ethernet/mellanox/mlx5/core/sf/dev/driver.c | 1 drivers/net/ethernet/microsoft/mana/mana_en.c | 22 - drivers/net/ethernet/rocker/rocker_main.c | 5 drivers/net/phy/micrel.c | 17 drivers/net/wireless/ath/ath11k/dp_rx.c | 10 drivers/net/wwan/t7xx/t7xx_hif_dpmaif_rx.c | 9 drivers/nvme/target/io-cmd-bdev.c | 3 drivers/pinctrl/meson/pinctrl-meson.c | 2 drivers/pinctrl/pinctrl-rockchip.c | 9 drivers/pinctrl/qcom/Kconfig | 15 drivers/pinctrl/qcom/Makefile | 1 drivers/pinctrl/qcom/pinctrl-lpass-lpi.c | 17 drivers/pinctrl/qcom/pinctrl-sc7280-lpass-lpi.c | 3 drivers/pinctrl/qcom/pinctrl-sm8350-lpass-lpi.c | 151 ------- drivers/scsi/be2iscsi/be_mgmt.c | 1 drivers/scsi/qla2xxx/qla_os.c | 2 drivers/target/sbp/sbp_target.c | 4 fs/btrfs/relocation.c | 14 fs/efivarfs/vars.c | 2 fs/fs-writeback.c | 14 fs/smb/server/transport_rdma.c | 15 include/linux/kasan.h | 14 include/linux/sched.h | 5 include/net/bonding.h | 13 include/net/mana/mana.h | 4 include/net/nfc/nfc.h | 2 kernel/cgroup/cgroup.c | 2 kernel/dma/pool.c | 7 kernel/events/callchain.c | 20 kernel/events/core.c | 6 kernel/sched/deadline.c | 206 ++++++++++ lib/flex_proportions.c | 5 mm/kasan/common.c | 21 + mm/kfence/core.c | 23 - mm/memory-failure.c | 99 ++-- mm/shmem.c | 45 +- mm/vmalloc.c | 7 net/bluetooth/mgmt.c | 3 net/bridge/br_input.c | 2 net/core/filter.c | 2 net/ipv4/tcp_offload.c | 3 net/ipv4/udp_offload.c | 3 net/ipv6/icmp.c | 4 net/ipv6/tcpv6_offload.c | 3 net/mptcp/protocol.c | 13 net/nfc/core.c | 27 + net/nfc/llcp_commands.c | 17 net/nfc/llcp_core.c | 4 net/nfc/nci/core.c | 4 net/rxrpc/ar-internal.h | 9 net/rxrpc/conn_event.c | 2 net/rxrpc/output.c | 10 net/rxrpc/peer_event.c | 17 net/rxrpc/proc.c | 4 net/rxrpc/rxkad.c | 4 net/sched/act_ife.c | 6 rust/kernel/rbtree.rs | 2 scripts/Makefile.build | 2 scripts/generate_rust_analyzer.py | 34 + sound/soc/amd/yc/acp6x-mach.c | 8 sound/soc/fsl/imx-card.c | 1 sound/soc/intel/boards/sof_es8336.c | 2 tools/lib/bpf/libbpf.c | 4 tools/testing/selftests/bpf/progs/test_select_reuseport_kern.c | 1 tools/testing/selftests/net/mptcp/mptcp_join.sh | 81 +++ 104 files changed, 999 insertions(+), 496 deletions(-) Aaron Ma (1): ice: Fix NULL pointer dereference in ice_vsi_set_napi_queues Alex Deucher (6): drm/amdgpu/soc21: fix xclk for APUs drm/amdgpu/gfx10: fix wptr reset in KGQ init drm/amdgpu/gfx11: fix wptr reset in KGQ init drm/amdgpu/gfx12: fix wptr reset in KGQ init drm/amdgpu: Fix cond_exec handling in amdgpu_ib_schedule() drm/amdgpu/gfx11: adjust KGQ reset sequence Alexis Lothoré (eBPF Foundation) (1): bpf/selftests: test_select_reuseport_kern: Remove unused header Andrey Ryabinin (1): mm/kasan: fix KASAN poisoning in vrealloc() Andy Shevchenko (1): gpiolib: acpi: Fix potential out-of-boundary left shift Bartosz Golaszewski (2): pinctrl: meson: mark the GPIO controller as sleeping pinctrl: lpass-lpi: implement .get_direction() for the GPIO driver Chen Ni (1): net/sched: act_ife: convert comma to semicolon Cosmin Ratiu (1): net/mlx5: Initialize events outside devlink lock David Howells (1): rxrpc: Fix data-race warning and potential load/store tearing Denis Sergeev (1): gpiolib: acpi: use BIT_ULL() for u64 mask in address space handler Eric Dumazet (1): bonding: annotate data-races around slave->last_rx Fabio Estevam (1): ASoC: fsl: imx-card: Do not force slot width to sample width Fernando Fernandez Mancera (1): ipv6: use the right ifindex when replying to icmpv6 from localhost Greg Kroah-Hartman (1): Linux 6.12.69 Han Gao (1): riscv: compat: fix COMPAT_UTS_MACHINE definition Hang Shu (1): rust: rbtree: fix documentation typo in CursorMut peek_next method Haoxiang Li (1): scsi: be2iscsi: Fix a memory leak in beiscsi_boot_get_sinfo() JP Kobryn (1): btrfs: prevent use-after-free on folio private data in btrfs_subpage_clear_uptodate() Jan Kara (1): flex_proportions: make fprop_new_period() hardirq safe Jane Chu (2): mm/memory-failure: fix missing ->mf_stats count in hugetlb poison mm/memory-failure: teach kill_accessing_process to accept hugetlb tail page pfn Jesse Brandeburg (1): ice: stop counting UDP csum mismatch as rx_errors Jia-Hong Su (1): Bluetooth: hci_uart: fix null-ptr-deref in hci_uart_write_work Jianbo Liu (1): net/mlx5e: Skip ESN replay window setup for IPsec crypto offload Jianpeng Chang (1): Bluetooth: MGMT: Fix memory leak in set_ssp_complete Jibin Zhang (1): net: fix segmentation of forwarding fraglist GRO Johan Hovold (2): drm/msm/a6xx: fix bogus hwcg register updates drm/imx/tve: fix probe device leak John Ogness (1): Revert "drm/nouveau/disp: Set drm_mode_config_funcs.atomic_(check|commit)" Jon Doron (1): drm/amdgpu: fix NULL pointer dereference in amdgpu_gmc_filter_faults_remove Josh Poimboeuf (1): perf: Simplify get_perf_callchain() user logic Justin Chen (1): net: bcmasp: fix early exit leak with fixed phy Kairui Song (1): mm/shmem, swap: fix race of truncate and swap entry split Kang Yang (1): wifi: ath11k: add srng->lock for ath11k_hal_srng_* in monitor mode Kery Qi (3): net: wwan: t7xx: fix potential skb->frags overflow in RX path rocker: fix memory leak in rocker_world_port_post_fini() scsi: firewire: sbp-target: Fix overflow in sbp_make_tpg() Kohei Enju (1): efivarfs: fix error propagation in efivar_entry_get() Krzysztof Kozlowski (1): pinctrl: qcom: sm8350-lpass-lpi: Merge with SC7280 to fix I2S2 and SWR TX pins Kuniyuki Iwashima (2): nfc: llcp: Fix memleak in nfc_llcp_send_ui_frame(). nfc: nci: Fix race between rfkill and nci_unregister_device(). Laveesh Bansal (1): writeback: fix 100% CPU usage when dirtytime_expire_interval is 0 Long Li (2): net: mana: Change the function signature of mana_get_primary_netdev_rcu RDMA/mana_ib: Handle net event for pointing to the current netdev Marc Kleine-Budde (1): can: gs_usb: gs_usb_receive_bulk_callback(): fix error message Mark Bloch (1): net/mlx5e: TC, delete flows only for existing peers Martin Kaiser (1): net: bridge: fix static key check Martin Larsson (1): gpio: pca953x: mask interrupts in irq shutdown Matthieu Baerts (NGI0) (5): mptcp: only reset subflow errors when propagated selftests: mptcp: check no dup close events after error selftests: mptcp: check subflow errors in close events selftests: mptcp: join: fix local endp not being tracked mptcp: avoid dup SUB_CLOSED events after disconnect Miguel Ojeda (2): rust: kbuild: give `--config-path` to `rustfmt` in `.rsi` target rust: kbuild: support `-Cjump-tables=n` for Rust 1.93.0 Mikhail Gavrilov (1): libbpf: Fix -Wdiscarded-qualifiers under C23 Ming Lei (1): nvmet: fix race in nvmet_bio_done() leading to NULL pointer dereference Onur Özkan (1): scripts: generate_rust_analyzer: remove sysroot assertion Parav Pandit (1): net/mlx5: Fix vhca_id access call trace use before alloc Peter Zijlstra (2): sched/deadline: Document dl_server sched/deadline: Fix 'stuck' dl_server Pimyn Girgis (1): mm/kfence: randomize the freelist on initialization Robin Murphy (1): gpio: rockchip: Stop calling pinctrl for set_direction Sai Sree Kartheek Adivi (1): dma/pool: distinguish between missing and exhausted atomic pools Shay Drory (1): net/mlx5: fs, Fix inverted cap check in tx flow table root disconnect Shida Zhang (3): bcache: fix improper use of bi_end_io bcache: use bio cloning for detached device requests bcache: fix I/O accounting leak in detached_dev_do_request Steven Rostedt (1): perf: sched: Fix perf crash with new is_user_task() helper T.J. Mercier (1): cgroup: Fix kernfs_node UAF in css_free_rwork_fn Tagir Garaev (1): ASoC: Intel: sof_es8336: fix headphone GPIO logic inversion Tamir Duberstein (2): scripts: generate_rust_analyzer: compile sysroot with correct edition scripts: generate_rust_analyzer: Add compiler_builtins -> core dep Thomas Fourier (2): scsi: qla2xxx: edif: Fix dma_free_coherent() size ksmbd: smbd: fix dma_unmap_sg() nents Wei Fang (1): net: phy: micrel: fix clk warning when removing the driver Yuhao Huang (1): gpio: virtuser: fix UAF in configfs release path Zhang Heng (1): ASoC: amd: yc: Add DMI quirk for Acer TravelMate P216-41-TCO Zilin Guan (4): can: at91_can: Fix memory leak in at91_can_probe() net/mlx5: Fix memory leak in esw_acl_ingress_lgcy_setup() octeon_ep: Fix memory leak in octep_device_setup() net: mvpp2: cls: Fix memory leak in mvpp2_ethtool_cls_rule_ins()Linux 6.12.69Greg Kroah-Hartman undefinedlinux-kernel@vger.kernel.org, akpm@linux-foundation.org, torvalds@linux-foundation.org, stable@vger.kernel.org undefined undefined undefined undefined undefined undefined