All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 6.12 000/261] 6.12.94-rc1 review
@ 2026-06-16 14:57 Greg Kroah-Hartman
  2026-06-16 14:57 ` [PATCH 6.12 001/261] bpf: Free reuseport cBPF prog after RCU grace period Greg Kroah-Hartman
                   ` (261 more replies)
  0 siblings, 262 replies; 263+ messages in thread
From: Greg Kroah-Hartman @ 2026-06-16 14:57 UTC (permalink / raw)
  To: stable
  Cc: Greg Kroah-Hartman, patches, linux-kernel, torvalds, akpm, linux,
	shuah, patches, lkft-triage, pavel, jonathanh, f.fainelli,
	sudipm.mukherjee, rwarsow, conor, hargar, broonie, achill, sr

This is the start of the stable review cycle for the 6.12.94 release.
There are 261 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, 18 Jun 2026 14:49:57 +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.12.94-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-6.12.y
and the diffstat can be found below.

thanks,

greg k-h

-------------
Pseudo-Shortlog of commits:

Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    Linux 6.12.94-rc1

Petr Machata <petrm@nvidia.com>
    Revert "selftest/ptp: update ptp selftest to exercise the gettimex options"

Tao Cui <cuitao@kylinos.cn>
    mptcp: pm: fix extra_subflows underflow on userspace PM subflow creation

Eric Dumazet <edumazet@google.com>
    tcp: secure_seq: add back ports to TS offset

Eric Dumazet <edumazet@google.com>
    tcp: use EXPORT_IPV6_MOD[_GPL]()

Eric Dumazet <edumazet@google.com>
    net: introduce EXPORT_IPV6_MOD() and EXPORT_IPV6_MOD_GPL()

Will Deacon <will@kernel.org>
    arm64: errata: Mitigate TLBI errata on Microsoft Azure Cobalt 100 CPU

Shanker Donthineni <sdonthineni@nvidia.com>
    arm64: errata: Mitigate TLBI errata on NVIDIA Olympus CPU

Mark Rutland <mark.rutland@arm.com>
    arm64: errata: Mitigate TLBI errata on various Arm CPUs

Mark Rutland <mark.rutland@arm.com>
    arm64: cputype: Add C1-Premium definitions

Mark Rutland <mark.rutland@arm.com>
    arm64: cputype: Add C1-Ultra definitions

Shanker Donthineni <sdonthineni@nvidia.com>
    arm64: cputype: Add NVIDIA Olympus definitions

Damien Le Moal <dlemoal@kernel.org>
    block: fix handling of dead zone write plugs

Stefano Garzarella <sgarzare@redhat.com>
    vsock/virtio: fix skb overhead accounting to preserve full buf_alloc

Eric Dumazet <edumazet@google.com>
    vsock/virtio: fix potential unbounded skb queue

Julian Anastasov <ja@ssi.bg>
    ipvs: skip ipv6 extension headers for csum checks

Corey Minyard <corey@minyard.net>
    ipmi:ssif: NULL thread on error

Corey Minyard <corey@minyard.net>
    ipmi:ssif: Remove unnecessary indention

Paolo Abeni <pabeni@redhat.com>
    mptcp: fix missing wakeups in edge scenarios

Lorenzo Stoakes <ljs@kernel.org>
    mm/hugetlb: avoid false positive lockdep assertion

Jason Gunthorpe <jgg@ziepe.ca>
    RDMA/umem: Fix truncation for block sizes >= 4G

Leon Romanovsky <leon@kernel.org>
    RDMA: Move DMA block iterator logic into dedicated files

Randy Dunlap <rdunlap@infradead.org>
    RDMA/umem: fix kernel-doc warnings

Jason Gunthorpe <jgg@ziepe.ca>
    RDMA: During rereg_mr ensure that REREG_ACCESS is compatible

Jacob Moroni <jmoroni@google.com>
    RDMA/umem: Add helpers for umem dmabuf revoke lock

Jacob Moroni <jmoroni@google.com>
    RDMA/umem: Move umem dmabuf revoke logic into helper function

Jacob Moroni <jmoroni@google.com>
    RDMA/umem: Add ib_umem_dmabuf_get_pinned_and_lock helper

Wupeng Ma <mawupeng1@huawei.com>
    mm/memory-failure: fix hugetlb_lock AA deadlock in get_huge_page_for_hwpoison

Davide Ornaghi <d.ornaghi97@gmail.com>
    netfilter: nft_fib: fix stale stack leak via the OIFNAME register

Tejun Heo <tj@kernel.org>
    sched_ext: Don't warn on NULL cgrp_moving_from in scx_cgroup_move_task()

Anton Leontev <leontyevantony@gmail.com>
    hv_netvsc: use kmap_local_page in netvsc_copy_to_send_buf

Jassi Brar <jassisinghbrar@gmail.com>
    mailbox: Fix NULL message support in mbox_send_message()

Johan Hovold <johan@kernel.org>
    driver core: reject devices with unregistered buses

Mingyu Wang <25181214217@stu.xidian.edu.cn>
    fs/fcntl: fix SOFTIRQ-unsafe lock order in fasync signaling

Harry Wentland <harry.wentland@amd.com>
    drm/amd/display: Use krealloc_array() in dal_vector_reserve()

Harry Wentland <harry.wentland@amd.com>
    drm/amd/display: Fix NULL deref and buffer over-read in SDP debugfs

Leorize <leorize+oss@disroot.org>
    drm/amd/display: add missing CSC entries for BT.2020 for DCE IPs

Harry Wentland <harry.wentland@amd.com>
    drm/amd/display: Clamp VBIOS HDMI retimer register count to array size

Harry Wentland <harry.wentland@amd.com>
    drm/amd/display: Clamp HDMI HDCP2 rx_id_list read to buffer size

Harry Wentland <harry.wentland@amd.com>
    drm/amd/display: Bound VBIOS record-chain walk loops

Priya Hosur <Priya.Hosur@amd.com>
    drm/amd/pm: smu_v14_0_0: use SoftMin for gfxclk in set_soft_freq_limited_range

Yang Wang <kevinyang.wang@amd.com>
    drm/amd/pm: mark metrics.energy_accumulator is invalid for smu 14.0.2

Yang Wang <kevinyang.wang@amd.com>
    drm/amd/pm: fix smu13 power limit default/cap calculation

Christian König <christian.koenig@amd.com>
    drm/amdgpu: restart the CS if some parts of the VM are still invalidated

Maíra Canal <mcanal@igalia.com>
    drm/v3d: Fix vaddr leak when indirect CSD has zeroed workgroups

Tangudu Tilak Tirumalesh <tilak.tirumalesh.tangudu@intel.com>
    drm/xe: Clear pending_disable before signaling suspend fence

Andrew Martin <andrew.martin@amd.com>
    drm/amdkfd: Fix buffer overflow in SDMA queue checkpoint/restore on GFX11

Muhammad Bilal <meatuni001@gmail.com>
    drm/amdkfd: fix NULL dereference in get_queue_ids()

Bjorn Andersson <bjorn.andersson@oss.qualcomm.com>
    slimbus: qcom-ngd-ctrl: Avoid ABBA on tx_lock/ctrl->lock

Bjorn Andersson <bjorn.andersson@oss.qualcomm.com>
    slimbus: qcom-ngd-ctrl: Balance pm_runtime enablement for NGD

Bjorn Andersson <bjorn.andersson@oss.qualcomm.com>
    slimbus: qcom-ngd-ctrl: Correct PDR and SSR cleanup ownership

Bjorn Andersson <bjorn.andersson@oss.qualcomm.com>
    slimbus: qcom-ngd-ctrl: Initialize controller resources in controller

Bjorn Andersson <bjorn.andersson@oss.qualcomm.com>
    slimbus: qcom-ngd-ctrl: Register callbacks after creating the ngd

Bjorn Andersson <bjorn.andersson@oss.qualcomm.com>
    slimbus: qcom-ngd-ctrl: Fix probe error path ordering

Bjorn Andersson <bjorn.andersson@oss.qualcomm.com>
    slimbus: qcom-ngd-ctrl: Fix up platform_driver registration

Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>
    slimbus: qcom-ngd-ctrl: fix OF node refcount

Michael Bommarito <michael.bommarito@gmail.com>
    thunderbolt: Limit XDomain response copy to actual frame size

Michael Bommarito <michael.bommarito@gmail.com>
    thunderbolt: Validate XDomain request packet size before type cast

Michael Bommarito <michael.bommarito@gmail.com>
    thunderbolt: Clamp XDomain response data copy to allocation size

Michael Bommarito <michael.bommarito@gmail.com>
    thunderbolt: Bound root directory content to block size

Michael Bommarito <michael.bommarito@gmail.com>
    thunderbolt: Reject zero-length property entries in validator

Wyatt Feng <bronzed_45_vested@icloud.com>
    sctp: stream: fully roll back denied add-stream state

Zhao Zhang <zzhan461@ucr.edu>
    sctp: diag: reject stale associations in dump_one path

Justin Lai <justinlai0215@realtek.com>
    rtase: Reset TX subqueue when clearing TX ring

Justin Lai <justinlai0215@realtek.com>
    rtase: Avoid sleeping in get_stats64()

Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>
    pmdomain: imx: fix OF node refcount

Jisheng Zhang <jszhang@kernel.org>
    mmc: sdhci: add signal voltage switch in sdhci_resume_host

Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
    mmc: renesas_sdhi: Add OF entry for RZ/G2H SoC

Inochi Amaoto <inochiama@gmail.com>
    mmc: litex_mmc: Set mandatory idle clocks before CMD0

Heiko Stuebner <heiko@sntech.de>
    mmc: dw_mmc-rockchip: Add missing private data for very old controllers

Kamal Dasu <kamal.dasu@broadcom.com>
    mmc: core: Fix host controller programming for fixed driver type

David Carlier <devnexen@gmail.com>
    mm/hugetlb: restore reservation on error in hugetlb folio copy paths

Christian A. Ehrhardt <lk@c--e.de>
    io_uring/wait: fix min_timeout behavior

Jens Axboe <axboe@kernel.dk>
    io_uring/kbuf: don't truncate end buffer for bundles

Dawei Feng <dawei.feng@seu.edu.cn>
    octeontx2-af: fix memory leak in rvu_setup_hw_resources()

Andre Heider <a.heider@gmail.com>
    nvmem: layouts: onie-tlv: fix hang on unknown types

Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>
    nvmem: core: fix use-after-free bugs in error paths

Yuqi Xu <xuyq21@lenovo.com>
    net: rds: clear i_sends on setup unwind

Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>
    net: mv643xx: fix OF node refcount

ZhaoJinming <zhaojinming@uniontech.com>
    net: bonding: fix NULL pointer dereference in bond_do_ioctl()

Nikolay Kuratov <kniv@yandex-team.ru>
    net/mlx5: Reorder completion before putting command entry in cmd_work_handler

Mukesh Ojha <mukesh.ojha@oss.qualcomm.com>
    misc: fastrpc: Fix NULL pointer dereference in rpmsg callback

Junrui Luo <moonafterrain@outlook.com>
    misc: fastrpc: fix DMA address corruption due to find_vma misuse

Zhenghang Xiao <kipreyyy@gmail.com>
    misc: fastrpc: fix use-after-free race in fastrpc_map_create

Anandu Krishnan E <anandu.e@oss.qualcomm.com>
    misc: fastrpc: fix use-after-free of fastrpc_user in workqueue context

Yilin Zhu <zylzyl2333@gmail.com>
    ipc/shm: serialize orphan cleanup with shm_nattch updates

Cryolitia PukNgae <cryolitia.pukngae@linux.dev>
    Input: atkbd - skip deactivate for HONOR BCC-N's internal keyboard

Zeyu WANG <zeyu.thomas.wang@gmail.com>
    Input: atkbd - add DMI quirk for Lenovo Yoga Air 14 (83QK)

Akhil R <akhilrajeev@nvidia.com>
    i2c: tegra: Fix NOIRQ suspend/resume

Guillermo Rodríguez <guille.rodriguez@gmail.com>
    i2c: stm32f7: fix timing computation ignoring i2c-analog-filter

Vladimir Zapolskiy <vladimir.zapolskiy@linaro.org>
    i2c: qcom-cci: Fix NULL pointer dereference in cci_remove()

Jann Horn <jannh@google.com>
    fuse: reject fuse_notify() pagecache ops on directories

Arpith Kalaginanavoor <arpithk@nvidia.com>
    fs/qnx6: fix pointer arithmetic in directory iteration

Christian Brauner <brauner@kernel.org>
    pidfd: refuse access to tasks that have started exiting harder

Hyunwoo Kim <imv4bel@gmail.com>
    inet: frags: fix use-after-free caused by the fqdir_pre_exit() flush

Michael Bommarito <michael.bommarito@gmail.com>
    IB/isert: Reject login PDUs shorter than ISER_HEADERS_LEN

Kyle Meyer <kyle.meyer@hpe.com>
    bnxt_en: Fix NULL pointer dereference

Chancel Liu <chancel.liu@nxp.com>
    ASoC: fsl_sai: Fix 32 slots TDM broken by integer shift UB in xMR write

Amit Matityahu <amitmat@amazon.com>
    timers/migration: Fix livelock in tmigr_handle_remote_up()

Raf Dickson <rafdog35@gmail.com>
    vsock/vmci: fix sk_ack_backlog leak on failed handshake

Yuqi Xu <xuyuqiabc@gmail.com>
    wifi: nl80211: reject oversized EMA RNR lists

Matthieu Baerts (NGI0) <matttbe@kernel.org>
    mptcp: add-addr: always drop other suboptions

Tao Cui <cuitao@kylinos.cn>
    selftests: mptcp: add test for extra_subflows underflow on userspace PM

Matthieu Baerts (NGI0) <matttbe@kernel.org>
    mptcp: sockopt: check timestamping ret value

Paolo Abeni <pabeni@redhat.com>
    mptcp: allow subflow rcv wnd to shrink

Paolo Abeni <pabeni@redhat.com>
    mptcp: close TOCTOU race while computing rcv_wnd

Paolo Abeni <pabeni@redhat.com>
    mptcp: fix retransmission loop when csum is enabled

Karl Mehltretter <kmehltretter@gmail.com>
    ARM: 9475/1: entry: use byte load for KASAN VMAP stack shadow

Karl Mehltretter <kmehltretter@gmail.com>
    ARM: 9474/1: io: avoid KASAN instrumentation of raw halfword I/O

Yuho Choi <dbgh9129@gmail.com>
    ARM: socfpga: Fix OF node refcount leak in SMP setup

Sechang Lim <rhkrqnwk98@gmail.com>
    udp: clear skb->dev before running a sockmap verdict

Cunlong Li <shenxiaogll@gmail.com>
    zram: fix use-after-free in zram_bvec_write_partial()

Michael Bommarito <michael.bommarito@gmail.com>
    RDMA/srp: bound SRP_RSP sense copy by the received length

SeongJae Park <sj@kernel.org>
    mm/damon/ops-common: call folio_test_lru() after folio_get()

Yin Tirui <yintirui@huawei.com>
    mm/huge_memory: update file PMD counter before folio_put()

Harry Wentland <harry.wentland@amd.com>
    drm/amd/display: Reject gpio_bitshift >= 32 in bios_parser_get_gpio_pin_info()

Wentao Liang <vulab@iscas.ac.cn>
    drm/virtio: fix dma_fence refcount leak on error in virtio_gpu_dma_fence_wait()

Clément Léger <cleger@meta.com>
    io_uring/net: inherit IORING_CQE_F_BUF_MORE across bundle recv retries

Takashi Iwai <tiwai@suse.de>
    ALSA: timer: Fix UAF at snd_timer_user_params()

Takashi Iwai <tiwai@suse.de>
    ALSA: timer: Forcibly close timer instances at closing

HyeongJun An <sammiee5311@gmail.com>
    USB: serial: kl5kusb105: fix bulk-out buffer overflow

Jack Wu <jackbb_wu@compal.com>
    USB: serial: option: add usb-id for Dell Wireless DW5826e-m

Adrian Korwel <adriank20047@gmail.com>
    USB: serial: io_ti: fix heap overflow in build_i2c_fw_hdr()

Adrian Korwel <adriank20047@gmail.com>
    USB: serial: io_ti: fix heap overflow in get_manuf_info()

Wyatt Feng <bronzed_45_vested@icloud.com>
    xfrm: espintcp: do not reuse an in-progress partial send

Gil Portnoy <dddhkts1@gmail.com>
    ksmbd: fix use-after-free of a deferred file_lock on double SMB2_CANCEL

Judith Mendez <jm@ti.com>
    pinctrl: mcp23s08: Initialize mcp->dev and mcp->addr before regmap init

Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
    drm/i915/gem: Fix phys BO pread/pwrite with offset

Sean Christopherson <seanjc@google.com>
    KVM: SEV: Decouple the need to sync the GHCB SA from the need to free the SA

Sean Christopherson <seanjc@google.com>
    KVM: Don't WARN if memory is dirtied without a vCPU when the VM is dying

Inochi Amaoto <inochiama@gmail.com>
    mmc: litex_mmc: Use DIV_ROUND_UP for more accurate clock calculation

Alice Ryhl <aliceryhl@google.com>
    rust: kasan/kbuild: fix rustc-option when cross-compiling

Alice Ryhl <aliceryhl@google.com>
    rust: arm64: set uwtable llvm module flag for CONFIG_UNWIND_TABLES

Miguel Ojeda <ojeda@kernel.org>
    rust: x86: support Rust >= 1.98.0 target spec

Masami Hiramatsu (Google) <mhiramat@kernel.org>
    tracing/probes: Point the error offset correctly for eprobe argument error

Andrzej Kacprowski <andrzej.kacprowski@linux.intel.com>
    accel/ivpu: Fix signed integer truncation in IPC receive

Andrzej Kacprowski <andrzej.kacprowski@linux.intel.com>
    accel/ivpu: Add buffer overflow check in MS get_info_ioctl

Andrzej Kacprowski <andrzej.kacprowski@linux.intel.com>
    accel/ivpu: Add bounds checks for firmware log indices

Manivannan Sadhasivam <manivannan.sadhasivam@oss.qualcomm.com>
    soc: qcom: ice: Fix race between qcom_ice_probe() and of_qcom_ice_get()

Michael Bommarito <michael.bommarito@gmail.com>
    Bluetooth: L2CAP: reject BR/EDR signaling packets over MTUsig

Yuqi Xu <xuyq21@lenovo.com>
    Bluetooth: hci_sync: reject oversized Broadcast Announcement prepend

Georgiy Osokin <g.osokin@auroraos.dev>
    tee: shm: fix shm leak in register_shm_helper()

Tristan Madani <tristan@talencesecurity.com>
    netfilter: nft_tunnel: fix use-after-free on object destroy

Wentao Liang <vulab@iscas.ac.cn>
    drm/xe: fix refcount leak in xe_range_fence_insert()

Alexander A. Klimov <grandmaster@al2klimov.de>
    drm/vc4: fix krealloc() memory leak

Dmitry Osipenko <dmitry.osipenko@collabora.com>
    drm/virtio: Fix driver removal with disabled KMS

Pengyu Luo <mitltlatltl@gmail.com>
    clk: qcom: dispcc-sc8280xp: Don't park mdp_clk_src at registration time

Kuan-Wei Chiu <visitorckw@gmail.com>
    clk: samsung: gs101: Fix missing USI7_USI DIV clock in peric0_clk_regs

Hans de Goede <johannes.goede@oss.qualcomm.com>
    clk: qcom: x1e80100-dispcc: Stop disp_cc_mdss_mdp_clk_src from getting parked

Dongli Zhang <dongli.zhang@oracle.com>
    KVM: VMX: Update SVI during runtime APICv activation

Qi Tang <tpluszz77@gmail.com>
    xfrm: hold dev ref until after transport_finish NF_HOOK

Jianbo Liu <jianbol@nvidia.com>
    xfrm: hold device only for the asynchronous decryption

Jan Kara <jack@suse.cz>
    writeback: Fix use after free in inode_switch_wbs_work_fn()

Jan Kara <jack@suse.cz>
    writeback: Avoid contention on wb->list_lock when switching inodes

Pablo Neira Ayuso <pablo@netfilter.org>
    netfilter: ctnetlink: ensure safe access to master conntrack

Ido Schimmel <idosch@nvidia.com>
    ipv6: Fix a potential NPD in cleanup_prefix_route()

Til Kaiser <mail@tk154.de>
    net: mvpp2: build skb from XDP-adjusted data on XDP_PASS

Til Kaiser <mail@tk154.de>
    net: mvpp2: refill RX buffers before XDP or skb use

Lorenzo Bianconi <lorenzo@kernel.org>
    net: mvpp2: Add metadata support for xdp mode

Til Kaiser <mail@tk154.de>
    net: mvpp2: limit XDP frame size to the RX buffer

Til Kaiser <mail@tk154.de>
    net: mvpp2: sync RX data at the hardware packet offset

Florian Westphal <fw@strlen.de>
    netfilter: nft_exthdr: fix register tracking for F_PRESENT flag

Xiang Mei <xmei5@asu.edu>
    netfilter: nf_log: validate MAC header was set before dumping it

Kyle Zeng <kylebot@openai.com>
    netfilter: x_tables: avoid leaking percpu counter pointers

Weiming Shi <bestswngs@gmail.com>
    netfilter: nf_conntrack: destroy stale expectfn expectations on unregister

Florian Westphal <fw@strlen.de>
    netfilter: revalidate bridge ports

Breno Leitao <leitao@debian.org>
    rds: mark snapshot pages dirty in rds_info_getsockopt()

Eric Dumazet <edumazet@google.com>
    ip6_vti: fix incorrect tunnel matching in vti6_tnl_lookup()

Weiming Shi <bestswngs@gmail.com>
    net/rds: fix NULL deref in rds_ib_send_cqe_handler() on masked atomic completion

Kyle Zeng <kylebot@openai.com>
    net: guard timestamp cmsgs to real error queue skbs

Michael Bommarito <michael.bommarito@gmail.com>
    sctp: fix uninit-value in __sctp_rcv_asconf_lookup()

Ruoyu Wang <ruoyuw560@gmail.com>
    gpio: zynq: fix runtime PM leak on remove

Chih Kai Hsu <hsu.chih.kai@realtek.com>
    r8152: handle the return value of usb_reset_device()

Adrian Moreno <amorenoz@redhat.com>
    net: openvswitch: fix possible kfree_skb of ERR_PTR

Kyle Zeng <kylebot@openai.com>
    ipv6: sit: reload inner IPv6 header after GSO offloads

Fushuai Wang <wangfushuai@baidu.com>
    net/mlx5: Use effective affinity mask for IRQ selection

Dragos Tatulea <dtatulea@nvidia.com>
    net/mlx5e: xsk: Fix DMA and xdp_frame leak on XDP_TX xmit failure

Dragos Tatulea <dtatulea@nvidia.com>
    net/mlx5: Fix slab-out-of-bounds in mlx5_query_nic_vport_mac_list

Mingyu Wang <25181214217@stu.xidian.edu.cn>
    net: qrtr: fix refcount saturation and potential UAF in qrtr_port_remove

Maxime Chevallier <maxime.chevallier@bootlin.com>
    net: phy: clean the sfp upstream if phy probing fails

Jakub Kicinski <kuba@kernel.org>
    netdev: fix double-free in netdev_nl_bind_rx_doit()

Rosen Penev <rosenp@gmail.com>
    net: ibm: emac: Fix use-after-free during device removal

Yao Sang <sangyao@kylinos.cn>
    net/mlx4: avoid GCC 10 __bad_copy_from() false positive

HanQuan <eilaimemedsnaimel@gmail.com>
    net: add pskb_may_pull() to skb_gro_receive_list()

Eric Dumazet <edumazet@google.com>
    tcp: restrict SO_ATTACH_FILTER to priv users

Richard Fitzgerald <rf@opensource.cirrus.com>
    ASoC: wm_adsp: Fix NULL dereference when removing firmware controls

Yun Zhou <yun.zhou@windriver.com>
    gpio: mvebu: fix NULL pointer dereference in suspend/resume

Chenguang Zhao <zhaochenguang@kylinos.cn>
    netlabel: validate unlabeled address and mask attribute lengths

Sanghyun Park <sanghyun.park.cnu@gmail.com>
    xfrm: policy: fix use-after-free on inexact bin in xfrm_policy_bysel_ctx()

Li RongQing <lirongqing@baidu.com>
    dma-debug: fix physical address retrieval in debug_dma_sync_sg_for_device

Brian Foster <bfoster@redhat.com>
    iomap: don't revert iov_iter on partially completed buffered writes

Mark Rutland <mark.rutland@arm.com>
    arm64: tlb: Optimize ARM64_WORKAROUND_REPEAT_TLBI

Mark Rutland <mark.rutland@arm.com>
    arm64: tlb: Allow XZR argument to TLBI ops

Weiming Shi <bestswngs@gmail.com>
    tap: free page on error paths in tap_get_user_xdp()

Gabriele Monaco <gmonaco@redhat.com>
    tools/rv: Fix cleanup after failed trace setup

Johan Hovold <johan@kernel.org>
    spi: cadence-quadspi: fix unclocked access on unbind

Steven Chen <chenste@linux.microsoft.com>
    ima: kexec: move IMA log copy from kexec load to execute

Steven Chen <chenste@linux.microsoft.com>
    ima: kexec: skip IMA segment validation after kexec soft reboot

Kyle Zeng <kylebot@openai.com>
    ALSA: seq: dummy: fix UMP event stack overread

Ji'an Zhou <eilaimemedsnaimel@gmail.com>
    ALSA: PCM: Fix wait queue list corruption in snd_pcm_drain() on linked streams

Naveen Kumar Chaudhary <naveen.osdev@gmail.com>
    time: Fix off-by-one in settimeofday() usec validation

Aleksandr Nogikh <nogikh@google.com>
    signal: clear JOBCTL_PENDING_MASK for caller in zap_other_threads()

Rui Qi <qirui.001@bytedance.com>
    ipmi: Fix rcu_read_unlock to srcu_read_unlock in handle_read_event_rsp

Xin Long <lucien.xin@gmail.com>
    sctp: purge outqueue on stale COOKIE-ECHO handling

Yizhou Zhao <zhaoyz24@mails.tsinghua.edu.cn>
    net/802/mrp: fix vector attribute parsing in mrp_pdu_parse_vecattr

Eric Dumazet <edumazet@google.com>
    ieee802154: 6lowpan: only accept IPv6 packets in lowpan_xmit()

Andy Roulin <aroulin@nvidia.com>
    vxlan: vnifilter: fix spurious notification on VNI update

Andy Roulin <aroulin@nvidia.com>
    vxlan: vnifilter: send notification on VNI add

Nithin Dabilpuram <ndabilpuram@marvell.com>
    octeontx2-af: npc: Fix CPT channel mask in npc_install_flow

Rajat Gupta <rajat.gupta@oss.qualcomm.com>
    net/sched: fix pedit partial COW leading to page cache corruption

Eric Dumazet <edumazet@google.com>
    net_sched: act_pedit: use RCU in tcf_pedit_dump()

Lorenzo Bianconi <lorenzo@kernel.org>
    net: ethernet: mtk_eth_soc: Fix use-after-free in metadata dst teardown

Kurt Kanzenbach <kurt@linutronix.de>
    ptp: vclock: Switch from RCU to SRCU

Eric Dumazet <edumazet@google.com>
    ipv4: restrict IPOPT_SSRR and IPOPT_LSRR options

Suman Ghosh <sumang@marvell.com>
    octeontx2-af: Fix initialization of mcam's entry2target_pffunc field

Geetha sowjanya <gakula@marvell.com>
    octeontx2-pf: Fix NDC sync operation errors

Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
    Bluetooth: MGMT: Fix backward compatibility with userspace

SeungJu Cheon <suunj1331@gmail.com>
    Bluetooth: ISO: Fix data-race on iso_pi fields in hci_get_route calls

Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
    Bluetooth: ISO: Fix not using bc_sid as advertisement SID

Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
    Bluetooth: ISO: Fix not releasing hdev reference on iso_conn_big_sync

Bharath Reddy <kbreddy.rpbc@gmail.com>
    Bluetooth: fix memory leak in error path of hci_alloc_dev()

Zhang Cen <rollkingzzc@gmail.com>
    Bluetooth: bnep: reject short frames before parsing

Dudu Lu <phx0fer@gmail.com>
    Bluetooth: bnep: fix incorrect length parsing in bnep_rx_frame() extension handling

SeungJu Cheon <suunj1331@gmail.com>
    Bluetooth: RFCOMM: validate skb length in MCC handlers

Zhang Cen <rollkingzzc@gmail.com>
    Bluetooth: MGMT: validate advertising TLV before type checks

Zhang Cen <rollkingzzc@gmail.com>
    Bluetooth: RFCOMM: hold listener socket in rfcomm_connect_ind()

Tapio Reijonen <tapio.reijonen@vaisala.com>
    net: fec: fix pinctrl default state restore order on resume

David Thompson <davthompson@nvidia.com>
    net: lan743x: permit VLAN-tagged packets up to configured MTU

Yizhou Zhao <zhaoyz24@mails.tsinghua.edu.cn>
    net: garp: fix unsigned integer underflow in garp_pdu_parse_attr

Kuniyuki Iwashima <kuniyu@google.com>
    hsr: Remove WARN_ONCE() in hsr_addr_is_self().

Kuniyuki Iwashima <kuniyu@google.com>
    net: Annotate sk->sk_write_space() for UDP SOCKMAP.

Oscar Maes <oscmaes92@gmail.com>
    pcnet32: stop holding device spin lock during napi_complete_done

Deepanshu Kartikey <kartikey406@gmail.com>
    wifi: mac80211: limit injected antenna index in ieee80211_parse_tx_radiotap

Yicong Hui <yiconghui@gmail.com>
    drm/imx: Fix three kernel-doc warnings in dcss-scaler.c

Mark Bloch <mbloch@nvidia.com>
    devlink: Release nested relation on devlink free

Lee Jones <lee@kernel.org>
    l2tp: pppol2tp: hold reference to session in pppol2tp_ioctl()

Yizhou Zhao <zhaoyz24@mails.tsinghua.edu.cn>
    6lowpan: fix off-by-one in multicast context address compression

Jamal Hadi Salim <jhs@mojatatu.com>
    net/sched: act_api: use RCU with deferred freeing for action lifecycle

Guangshuo Li <lgs201920130244@gmail.com>
    dm cache policy smq: check allocation under invalidate lock

Yiming Qian <yimingqian591@gmail.com>
    netfilter: bridge: make ebt_snat ARP rewrite writable

Jiayuan Chen <jiayuan.chen@linux.dev>
    netfilter: nft_ct: bail out on template ct in get eval

Florian Westphal <fw@strlen.de>
    netfilter: conntrack_irc: fix possible out-of-bounds read

Fernando Fernandez Mancera <fmancera@suse.de>
    netfilter: synproxy: add mutex to guard hook reference counting

Julian Anastasov <ja@ssi.bg>
    ipvs: clear the svc scheduler ptr early on edit

Fernando Fernandez Mancera <fmancera@suse.de>
    netfilter: xt_NFQUEUE: prefer raw_smp_processor_id

Gil Portnoy <dddhkts1@gmail.com>
    ksmbd: fix NULL-deref of opinfo->conn in oplock/lease break notifiers

Gao Xiang <xiang@kernel.org>
    erofs: fix use-after-free on sbi->sync_decompress

Gao Xiang <xiang@kernel.org>
    erofs: tidy up synchronous decompression

Chunhai Guo <guochunhai@vivo.com>
    erofs: add sysfs node to drop internal caches

Manivannan Sadhasivam <manivannan.sadhasivam@oss.qualcomm.com>
    soc: qcom: ice: Return -ENODEV if the ICE platform device is not found

Amirreza Zarrabi <amirreza.zarrabi@oss.qualcomm.com>
    tee: optee: prevent use-after-free when the client exits before the supplicant

Nicolò Coccia <n.coccia96@gmail.com>
    net/smc: fix sleep-inside-lock in __smc_setsockopt() causing local DoS

Ido Schimmel <idosch@nvidia.com>
    ipv6: mcast: Fix use-after-free when processing MLD queries

Mingyu Wang <25181214217@stu.xidian.edu.cn>
    i2c: dev: prevent integer overflow in I2C_TIMEOUT ioctl

Johannes Berg <johannes.berg@intel.com>
    wifi: remove zero-length arrays

Robert Marko <robert.marko@sartura.hr>
    net: phy: micrel: fix LAN8814 QSGMII soft reset

Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
    ARM: fix branch predictor hardening

Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
    ARM: fix hash_name() fault

Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
    ARM: allow __do_kernel_fault() to report execution of memory faults

Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
    ARM: group is_permission_fault() with is_translation_fault()

Johan Hovold <johan@kernel.org>
    USB: serial: mct_u232: fix memory corruption with small endpoint

Kuniyuki Iwashima <kuniyu@google.com>
    bpf: Free reuseport cBPF prog after RCU grace period.


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

Diffstat:

 Documentation/ABI/testing/sysfs-fs-erofs           |  25 ++++-
 Documentation/arch/arm64/silicon-errata.rst        |  48 ++++++++
 Makefile                                           |   7 +-
 arch/arm/include/asm/io.h                          |  15 ++-
 arch/arm/kernel/entry-armv.S                       |   2 +-
 arch/arm/mach-socfpga/platsmp.c                    |   1 +
 arch/arm/mm/alignment.c                            |   6 +-
 arch/arm/mm/fault.c                                | 100 ++++++++++++-----
 arch/arm64/Kconfig                                 |  50 +++++++++
 arch/arm64/Makefile                                |   3 +
 arch/arm64/include/asm/cputype.h                   |   6 +
 arch/arm64/include/asm/tlbflush.h                  |  63 ++++++-----
 arch/arm64/kernel/cpu_errata.c                     |  34 +++++-
 arch/arm64/kernel/sys_compat.c                     |   2 +-
 arch/arm64/kvm/hyp/nvhe/mm.c                       |   2 +-
 arch/arm64/kvm/hyp/nvhe/tlb.c                      |   8 +-
 arch/arm64/kvm/hyp/pgtable.c                       |   2 +-
 arch/arm64/kvm/hyp/vhe/tlb.c                       |  10 +-
 arch/x86/Makefile                                  |   4 +
 arch/x86/Makefile.um                               |   8 ++
 arch/x86/kvm/svm/sev.c                             |  27 ++---
 arch/x86/kvm/vmx/vmx.c                             |   9 --
 arch/x86/kvm/x86.c                                 |   7 ++
 block/blk-zoned.c                                  |  32 +++++-
 drivers/accel/ivpu/ivpu_fw_log.c                   |   5 +
 drivers/accel/ivpu/ivpu_ipc.c                      |   2 +-
 drivers/accel/ivpu/ivpu_ms.c                       |   7 ++
 drivers/base/bus.c                                 |  11 +-
 drivers/block/zram/zram_drv.c                      |   2 +-
 drivers/char/ipmi/ipmi_msghandler.c                |   2 +-
 drivers/char/ipmi/ipmi_ssif.c                      |  29 +++--
 drivers/clk/qcom/dispcc-sc8280xp.c                 |   4 +-
 drivers/clk/qcom/dispcc-x1e80100.c                 |   2 +-
 drivers/clk/samsung/clk-gs101.c                    |   2 +-
 drivers/gpio/gpio-mvebu.c                          |   4 +-
 drivers/gpio/gpio-zynq.c                           |   1 +
 drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c             |   4 +-
 .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.c  |   2 +-
 drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager_v11.c   |  49 +++++++--
 .../drm/amd/display/amdgpu_dm/amdgpu_dm_debugfs.c  |   5 +
 drivers/gpu/drm/amd/display/dc/basics/vector.c     |   4 +-
 drivers/gpu/drm/amd/display/dc/bios/bios_parser.c  |  15 ++-
 drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c |  81 +++++++++-----
 .../drm/amd/display/dc/bios/bios_parser_helper.h   |   5 +
 drivers/gpu/drm/amd/display/dc/dce/dce_transform.c |  10 +-
 .../drm/amd/display/dc/dce110/dce110_opp_csc_v.c   |  10 +-
 .../gpu/drm/amd/display/modules/hdcp/hdcp_ddc.c    |   3 +-
 .../gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_0_ppt.c   |  32 +++---
 .../gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_7_ppt.c   |  32 +++---
 .../gpu/drm/amd/pm/swsmu/smu14/smu_v14_0_0_ppt.c   |   3 +-
 .../gpu/drm/amd/pm/swsmu/smu14/smu_v14_0_2_ppt.c   |   1 -
 drivers/gpu/drm/i915/gem/i915_gem_phys.c           |  19 +++-
 drivers/gpu/drm/imx/dcss/dcss-scaler.c             |   3 +
 drivers/gpu/drm/v3d/v3d_sched.c                    |   3 +-
 drivers/gpu/drm/vc4/vc4_validate_shaders.c         |  13 ++-
 drivers/gpu/drm/virtio/virtgpu_drv.c               |   5 +-
 drivers/gpu/drm/virtio/virtgpu_submit.c            |   4 +-
 drivers/gpu/drm/xe/xe_guc_submit.c                 |   2 +-
 drivers/gpu/drm/xe/xe_range_fence.c                |   2 +
 drivers/i2c/busses/i2c-qcom-cci.c                  |   2 +-
 drivers/i2c/busses/i2c-stm32f7.c                   |   6 +-
 drivers/i2c/busses/i2c-tegra.c                     |  53 +++++----
 drivers/i2c/i2c-dev.c                              |   9 +-
 drivers/infiniband/core/Makefile                   |   2 +-
 drivers/infiniband/core/iter.c                     |  43 ++++++++
 drivers/infiniband/core/umem.c                     |  16 +++
 drivers/infiniband/core/umem_dmabuf.c              |  77 ++++++++++---
 drivers/infiniband/core/verbs.c                    |  38 -------
 drivers/infiniband/hw/bnxt_re/qplib_res.c          |   2 +-
 drivers/infiniband/hw/cxgb4/mem.c                  |   2 +-
 drivers/infiniband/hw/efa/efa_verbs.c              |   2 +-
 drivers/infiniband/hw/erdma/erdma_verbs.c          |   2 +-
 drivers/infiniband/hw/hns/hns_roce_alloc.c         |   2 +-
 drivers/infiniband/hw/hns/hns_roce_mr.c            |   4 +
 drivers/infiniband/hw/irdma/main.h                 |   2 +-
 drivers/infiniband/hw/irdma/verbs.c                |   4 +
 drivers/infiniband/hw/mana/mana_ib.h               |   2 +-
 drivers/infiniband/hw/mlx4/mr.c                    |   5 +
 drivers/infiniband/hw/mlx5/mem.c                   |   1 +
 drivers/infiniband/hw/mlx5/mr.c                    |   4 +
 drivers/infiniband/hw/mlx5/umr.c                   |   1 +
 drivers/infiniband/hw/mthca/mthca_provider.c       |   2 +-
 drivers/infiniband/hw/ocrdma/ocrdma_verbs.c        |   2 +-
 drivers/infiniband/hw/qedr/verbs.c                 |   2 +-
 drivers/infiniband/hw/vmw_pvrdma/pvrdma.h          |   2 +-
 drivers/infiniband/sw/rxe/rxe_verbs.c              |   5 +
 drivers/infiniband/ulp/isert/ib_isert.c            |   6 +
 drivers/infiniband/ulp/srp/ib_srp.c                |  30 ++++-
 drivers/input/keyboard/atkbd.c                     |  15 +++
 drivers/mailbox/mailbox.c                          |  15 +--
 drivers/mailbox/tegra-hsp.c                        |   2 +-
 drivers/md/dm-cache-policy-smq.c                   |  12 +-
 drivers/misc/fastrpc.c                             | 107 +++++++++++-------
 drivers/mmc/core/mmc.c                             |   4 +-
 drivers/mmc/host/dw_mmc-rockchip.c                 |  17 +++
 drivers/mmc/host/litex_mmc.c                       |  20 +++-
 drivers/mmc/host/renesas_sdhi_internal_dmac.c      |   1 +
 drivers/mmc/host/sdhci.c                           |   1 +
 drivers/net/bonding/bond_main.c                    |   4 +-
 drivers/net/ethernet/amd/pcnet32.c                 |   4 +-
 drivers/net/ethernet/broadcom/bnxt/bnxt.c          |   2 +-
 drivers/net/ethernet/freescale/fec_main.c          |   3 +-
 drivers/net/ethernet/ibm/emac/core.c               |   9 +-
 drivers/net/ethernet/marvell/mv643xx_eth.c         |   2 +-
 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c    |  75 ++++++++-----
 drivers/net/ethernet/marvell/octeontx2/af/rvu.c    |   2 +-
 drivers/net/ethernet/marvell/octeontx2/af/rvu.h    |   1 +
 .../net/ethernet/marvell/octeontx2/af/rvu_npc.c    |  36 +++---
 .../net/ethernet/marvell/octeontx2/af/rvu_npc_fs.c |   2 +-
 .../net/ethernet/marvell/octeontx2/nic/otx2_pf.c   |   2 +-
 drivers/net/ethernet/mediatek/mtk_eth_soc.c        |   2 +-
 drivers/net/ethernet/mellanox/mlx4/cq.c            |   9 +-
 drivers/net/ethernet/mellanox/mlx5/core/cmd.c      |   6 +-
 drivers/net/ethernet/mellanox/mlx5/core/en/xdp.c   |  10 +-
 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c  |  13 +--
 .../net/ethernet/mellanox/mlx5/core/irq_affinity.c |   5 +-
 drivers/net/ethernet/mellanox/mlx5/core/vport.c    |  72 +++++++++---
 drivers/net/ethernet/microchip/lan743x_main.c      |  32 ++++++
 drivers/net/ethernet/microchip/lan743x_main.h      |   1 +
 drivers/net/ethernet/realtek/rtase/rtase_main.c    |   7 +-
 drivers/net/hyperv/netvsc.c                        |  19 +++-
 drivers/net/phy/micrel.c                           |  15 +--
 drivers/net/phy/phy_device.c                       |   6 +
 drivers/net/tap.c                                  |   2 +
 drivers/net/usb/r8152.c                            |   7 +-
 drivers/net/vxlan/vxlan_vnifilter.c                |   5 +-
 drivers/nvmem/core.c                               |  12 +-
 drivers/nvmem/layouts/onie-tlv.c                   |   3 +-
 drivers/pinctrl/pinctrl-mcp23s08_spi.c             |   5 +-
 drivers/pmdomain/imx/gpc.c                         |   2 +-
 drivers/ptp/ptp_vclock.c                           |  14 ++-
 drivers/slimbus/qcom-ngd-ctrl.c                    | 122 +++++++++++++--------
 drivers/soc/qcom/ice.c                             |  40 +++++--
 drivers/spi/spi-cadence-quadspi.c                  |   5 +-
 drivers/tee/optee/supp.c                           | 107 ++++++++++++------
 drivers/tee/tee_shm.c                              |   2 +-
 drivers/thunderbolt/property.c                     |   6 +
 drivers/thunderbolt/xdomain.c                      |  14 ++-
 drivers/usb/serial/io_ti.c                         |  11 ++
 drivers/usb/serial/kl5kusb105.c                    |   4 +-
 drivers/usb/serial/mct_u232.c                      |  21 ++--
 drivers/usb/serial/option.c                        |   3 +
 fs/erofs/internal.h                                |   7 +-
 fs/erofs/super.c                                   |   3 +-
 fs/erofs/sysfs.c                                   |  19 +++-
 fs/erofs/zdata.c                                   |  36 +++---
 fs/fcntl.c                                         |   8 +-
 fs/fs-writeback.c                                  | 101 +++++++++++------
 fs/fuse/dev.c                                      |   9 +-
 fs/iomap/buffered-io.c                             |   4 -
 fs/qnx6/dir.c                                      |   8 +-
 fs/smb/server/oplock.c                             |  15 ++-
 fs/smb/server/smb2pdu.c                            |  11 ++
 include/linux/backing-dev-defs.h                   |   4 +
 include/linux/hugetlb.h                            |   8 --
 include/linux/ieee80211.h                          |  18 +--
 include/linux/kexec.h                              |   3 +
 include/linux/mailbox_controller.h                 |   3 +
 include/linux/mlx5/vport.h                         |   4 +-
 include/linux/mm.h                                 |   8 --
 include/linux/writeback.h                          |   2 +
 include/net/act_api.h                              |   1 +
 include/net/bluetooth/hci_core.h                   |   9 +-
 include/net/bluetooth/hci_sync.h                   |   4 +-
 include/net/bluetooth/l2cap.h                      |   1 +
 include/net/ip.h                                   |   8 ++
 include/net/ip_vs.h                                |   3 +-
 include/net/netfilter/nf_conntrack_core.h          |   5 +
 include/net/netfilter/nf_conntrack_helper.h        |   1 +
 include/net/secure_seq.h                           |  45 ++++++--
 include/net/sock.h                                 |   1 +
 include/net/tc_act/tc_pedit.h                      |   2 +-
 include/net/tcp.h                                  |   6 +-
 include/rdma/ib_umem.h                             |  48 +++-----
 include/rdma/ib_verbs.h                            |  48 --------
 include/rdma/iter.h                                |  88 +++++++++++++++
 io_uring/io_uring.c                                |   2 +-
 io_uring/kbuf.c                                    |   1 -
 io_uring/net.c                                     |   3 +-
 ipc/shm.c                                          |  10 +-
 kernel/dma/debug.c                                 |   2 +-
 kernel/kexec_file.c                                |  33 +++++-
 kernel/pid.c                                       |   8 +-
 kernel/sched/ext.c                                 |   9 +-
 kernel/signal.c                                    |   1 +
 kernel/time/time.c                                 |   2 +-
 kernel/time/timer_migration.c                      |   8 +-
 kernel/trace/trace_probe.c                         |   2 -
 mm/backing-dev.c                                   |   5 +
 mm/damon/ops-common.c                              |   4 +-
 mm/huge_memory.c                                   |   2 +
 mm/hugetlb.c                                       |  70 ++++++------
 mm/memory-failure.c                                |  19 ++--
 net/6lowpan/iphc.c                                 |   4 +-
 net/802/garp.c                                     |   2 +-
 net/802/mrp.c                                      |   9 ++
 net/bluetooth/bnep/core.c                          |  50 ++++++---
 net/bluetooth/hci_conn.c                           |  31 ++++--
 net/bluetooth/hci_core.c                           |  16 ++-
 net/bluetooth/hci_sync.c                           |  25 ++++-
 net/bluetooth/hci_sysfs.c                          |   6 +-
 net/bluetooth/iso.c                                |  71 ++++++++----
 net/bluetooth/l2cap_core.c                         |  46 ++++++++
 net/bluetooth/mgmt.c                               |  17 +--
 net/bluetooth/rfcomm/core.c                        |  69 ++++++++----
 net/bluetooth/rfcomm/sock.c                        |  26 ++++-
 net/bridge/netfilter/ebt_dnat.c                    |   4 +-
 net/bridge/netfilter/ebt_redirect.c                |  16 ++-
 net/bridge/netfilter/ebt_snat.c                    |   3 +
 net/core/filter.c                                  |  15 ++-
 net/core/gro.c                                     |   5 +
 net/core/netdev-genl.c                             |   4 +-
 net/core/secure_seq.c                              |  80 +++++---------
 net/core/skbuff.c                                  |   6 +-
 net/core/sock.c                                    |  13 ++-
 net/devlink/core.c                                 |   2 +
 net/hsr/hsr_framereg.c                             |   4 +-
 net/ieee802154/6lowpan/tx.c                        |   5 +
 net/ipv4/inet_fragment.c                           |   3 +
 net/ipv4/ip_fragment.c                             |   3 -
 net/ipv4/ip_options.c                              |   4 +
 net/ipv4/netfilter/arp_tables.c                    |  15 +--
 net/ipv4/netfilter/ip_tables.c                     |  15 +--
 net/ipv4/netfilter/nf_nat_h323.c                   |   2 +
 net/ipv4/netfilter/nft_fib_ipv4.c                  |   2 +-
 net/ipv4/syncookies.c                              |  19 ++--
 net/ipv4/tcp.c                                     |  44 ++++----
 net/ipv4/tcp_fastopen.c                            |   2 +-
 net/ipv4/tcp_input.c                               |  22 ++--
 net/ipv4/tcp_ipv4.c                                |  84 +++++++-------
 net/ipv4/tcp_minisocks.c                           |  11 +-
 net/ipv4/tcp_output.c                              |  12 +-
 net/ipv4/tcp_timer.c                               |   4 +-
 net/ipv4/udp.c                                     |   8 ++
 net/ipv4/xfrm4_input.c                             |   5 +-
 net/ipv6/addrconf.c                                |   6 +-
 net/ipv6/ip6_vti.c                                 |   2 +
 net/ipv6/mcast.c                                   |   8 +-
 net/ipv6/netfilter/ip6_tables.c                    |  15 +--
 net/ipv6/netfilter/nft_fib_ipv6.c                  |   2 +-
 net/ipv6/sit.c                                     |   1 +
 net/ipv6/syncookies.c                              |  11 +-
 net/ipv6/tcp_ipv6.c                                |  37 +++----
 net/ipv6/xfrm6_input.c                             |   5 +-
 net/l2tp/l2tp_ppp.c                                |  92 +++++++++-------
 net/mac80211/tx.c                                  |   4 +-
 net/mptcp/options.c                                |  73 ++++++------
 net/mptcp/pm.c                                     |  15 +--
 net/mptcp/pm_userspace.c                           |  13 ++-
 net/mptcp/protocol.c                               |  10 +-
 net/mptcp/protocol.h                               |   7 +-
 net/mptcp/sockopt.c                                |   8 +-
 net/netfilter/ipvs/ip_vs_ctl.c                     |  13 ++-
 net/netfilter/ipvs/ip_vs_proto_sctp.c              |  18 +--
 net/netfilter/ipvs/ip_vs_proto_tcp.c               |  21 ++--
 net/netfilter/ipvs/ip_vs_proto_udp.c               |  20 ++--
 net/netfilter/ipvs/ip_vs_sched.c                   |  14 +--
 net/netfilter/nf_conntrack_ecache.c                |   2 +
 net/netfilter/nf_conntrack_expect.c                |  10 +-
 net/netfilter/nf_conntrack_helper.c                |  19 ++++
 net/netfilter/nf_conntrack_irc.c                   |   4 +-
 net/netfilter/nf_conntrack_netlink.c               |  28 +++--
 net/netfilter/nf_log_syslog.c                      |   4 +-
 net/netfilter/nf_nat_core.c                        |   2 +
 net/netfilter/nf_nat_sip.c                         |   1 +
 net/netfilter/nf_synproxy_core.c                   |  24 +++-
 net/netfilter/nfnetlink_log.c                      |  23 +++-
 net/netfilter/nfnetlink_queue.c                    |  64 +++++++++--
 net/netfilter/nft_ct.c                             |   8 +-
 net/netfilter/nft_ct_fast.c                        |   2 +-
 net/netfilter/nft_exthdr.c                         |   3 +
 net/netfilter/nft_fib.c                            |   6 +
 net/netfilter/nft_tunnel.c                         |   2 +-
 net/netfilter/xt_NFQUEUE.c                         |   2 +-
 net/netlabel/netlabel_unlabeled.c                  |  30 ++---
 net/openvswitch/datapath.c                         |   1 +
 net/qrtr/af_qrtr.c                                 |   4 +-
 net/rds/ib_cm.c                                    |   1 +
 net/rds/ib_send.c                                  |   2 +
 net/rds/info.c                                     |   2 +-
 net/sched/act_api.c                                |   7 +-
 net/sched/act_pedit.c                              |  97 ++++++++--------
 net/sctp/diag.c                                    |  17 +--
 net/sctp/input.c                                   |   8 ++
 net/sctp/sm_statefuns.c                            |   6 +-
 net/sctp/stream.c                                  |   6 +-
 net/smc/af_smc.c                                   |  17 ++-
 net/socket.c                                       |  11 +-
 net/vmw_vsock/virtio_transport_common.c            |  11 +-
 net/vmw_vsock/vmci_transport.c                     |   4 +-
 net/wireless/nl80211.c                             |   3 +
 net/xfrm/espintcp.c                                |   4 +
 net/xfrm/xfrm_input.c                              |  25 +++--
 net/xfrm/xfrm_policy.c                             |  13 +--
 scripts/Makefile.compiler                          |   2 +-
 scripts/generate_rust_target.rs                    |   8 +-
 security/integrity/ima/ima_kexec.c                 |  46 +++++---
 sound/core/pcm_native.c                            |   7 +-
 sound/core/seq/seq_dummy.c                         |  15 ++-
 sound/core/timer.c                                 |  17 +--
 sound/soc/codecs/wm_adsp.c                         |   3 +
 sound/soc/fsl/fsl_sai.c                            |   2 +-
 .../test.d/dynevent/eprobes_syntax_errors.tc       |   2 +-
 tools/testing/selftests/net/mptcp/mptcp_join.sh    |   4 +
 tools/testing/selftests/ptp/testptp.c              |  62 +----------
 tools/verification/rv/src/in_kernel.c              |   2 +-
 virt/kvm/kvm_main.c                                |   3 +-
 307 files changed, 3040 insertions(+), 1602 deletions(-)



^ permalink raw reply	[flat|nested] 263+ messages in thread

end of thread, other threads:[~2026-06-16 16:55 UTC | newest]

Thread overview: 263+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-16 14:57 [PATCH 6.12 000/261] 6.12.94-rc1 review Greg Kroah-Hartman
2026-06-16 14:57 ` [PATCH 6.12 001/261] bpf: Free reuseport cBPF prog after RCU grace period Greg Kroah-Hartman
2026-06-16 14:57 ` [PATCH 6.12 002/261] USB: serial: mct_u232: fix memory corruption with small endpoint Greg Kroah-Hartman
2026-06-16 14:57 ` [PATCH 6.12 003/261] ARM: group is_permission_fault() with is_translation_fault() Greg Kroah-Hartman
2026-06-16 14:57 ` [PATCH 6.12 004/261] ARM: allow __do_kernel_fault() to report execution of memory faults Greg Kroah-Hartman
2026-06-16 14:57 ` [PATCH 6.12 005/261] ARM: fix hash_name() fault Greg Kroah-Hartman
2026-06-16 14:57 ` [PATCH 6.12 006/261] ARM: fix branch predictor hardening Greg Kroah-Hartman
2026-06-16 14:57 ` [PATCH 6.12 007/261] net: phy: micrel: fix LAN8814 QSGMII soft reset Greg Kroah-Hartman
2026-06-16 14:57 ` [PATCH 6.12 008/261] wifi: remove zero-length arrays Greg Kroah-Hartman
2026-06-16 14:57 ` [PATCH 6.12 009/261] i2c: dev: prevent integer overflow in I2C_TIMEOUT ioctl Greg Kroah-Hartman
2026-06-16 14:57 ` [PATCH 6.12 010/261] ipv6: mcast: Fix use-after-free when processing MLD queries Greg Kroah-Hartman
2026-06-16 14:57 ` [PATCH 6.12 011/261] net/smc: fix sleep-inside-lock in __smc_setsockopt() causing local DoS Greg Kroah-Hartman
2026-06-16 14:57 ` [PATCH 6.12 012/261] tee: optee: prevent use-after-free when the client exits before the supplicant Greg Kroah-Hartman
2026-06-16 14:57 ` [PATCH 6.12 013/261] soc: qcom: ice: Return -ENODEV if the ICE platform device is not found Greg Kroah-Hartman
2026-06-16 14:57 ` [PATCH 6.12 014/261] erofs: add sysfs node to drop internal caches Greg Kroah-Hartman
2026-06-16 14:57 ` [PATCH 6.12 015/261] erofs: tidy up synchronous decompression Greg Kroah-Hartman
2026-06-16 14:57 ` [PATCH 6.12 016/261] erofs: fix use-after-free on sbi->sync_decompress Greg Kroah-Hartman
2026-06-16 14:57 ` [PATCH 6.12 017/261] ksmbd: fix NULL-deref of opinfo->conn in oplock/lease break notifiers Greg Kroah-Hartman
2026-06-16 14:57 ` [PATCH 6.12 018/261] netfilter: xt_NFQUEUE: prefer raw_smp_processor_id Greg Kroah-Hartman
2026-06-16 14:57 ` [PATCH 6.12 019/261] ipvs: clear the svc scheduler ptr early on edit Greg Kroah-Hartman
2026-06-16 14:57 ` [PATCH 6.12 020/261] netfilter: synproxy: add mutex to guard hook reference counting Greg Kroah-Hartman
2026-06-16 14:57 ` [PATCH 6.12 021/261] netfilter: conntrack_irc: fix possible out-of-bounds read Greg Kroah-Hartman
2026-06-16 14:57 ` [PATCH 6.12 022/261] netfilter: nft_ct: bail out on template ct in get eval Greg Kroah-Hartman
2026-06-16 14:57 ` [PATCH 6.12 023/261] netfilter: bridge: make ebt_snat ARP rewrite writable Greg Kroah-Hartman
2026-06-16 14:57 ` [PATCH 6.12 024/261] dm cache policy smq: check allocation under invalidate lock Greg Kroah-Hartman
2026-06-16 14:57 ` [PATCH 6.12 025/261] net/sched: act_api: use RCU with deferred freeing for action lifecycle Greg Kroah-Hartman
2026-06-16 14:57 ` [PATCH 6.12 026/261] 6lowpan: fix off-by-one in multicast context address compression Greg Kroah-Hartman
2026-06-16 14:57 ` [PATCH 6.12 027/261] l2tp: pppol2tp: hold reference to session in pppol2tp_ioctl() Greg Kroah-Hartman
2026-06-16 14:57 ` [PATCH 6.12 028/261] devlink: Release nested relation on devlink free Greg Kroah-Hartman
2026-06-16 14:57 ` [PATCH 6.12 029/261] drm/imx: Fix three kernel-doc warnings in dcss-scaler.c Greg Kroah-Hartman
2026-06-16 14:57 ` [PATCH 6.12 030/261] wifi: mac80211: limit injected antenna index in ieee80211_parse_tx_radiotap Greg Kroah-Hartman
2026-06-16 14:57 ` [PATCH 6.12 031/261] pcnet32: stop holding device spin lock during napi_complete_done Greg Kroah-Hartman
2026-06-16 14:57 ` [PATCH 6.12 032/261] net: Annotate sk->sk_write_space() for UDP SOCKMAP Greg Kroah-Hartman
2026-06-16 14:57 ` [PATCH 6.12 033/261] hsr: Remove WARN_ONCE() in hsr_addr_is_self() Greg Kroah-Hartman
2026-06-16 14:57 ` [PATCH 6.12 034/261] net: garp: fix unsigned integer underflow in garp_pdu_parse_attr Greg Kroah-Hartman
2026-06-16 14:57 ` [PATCH 6.12 035/261] net: lan743x: permit VLAN-tagged packets up to configured MTU Greg Kroah-Hartman
2026-06-16 14:57 ` [PATCH 6.12 036/261] net: fec: fix pinctrl default state restore order on resume Greg Kroah-Hartman
2026-06-16 14:57 ` [PATCH 6.12 037/261] Bluetooth: RFCOMM: hold listener socket in rfcomm_connect_ind() Greg Kroah-Hartman
2026-06-16 14:57 ` [PATCH 6.12 038/261] Bluetooth: MGMT: validate advertising TLV before type checks Greg Kroah-Hartman
2026-06-16 14:57 ` [PATCH 6.12 039/261] Bluetooth: RFCOMM: validate skb length in MCC handlers Greg Kroah-Hartman
2026-06-16 14:57 ` [PATCH 6.12 040/261] Bluetooth: bnep: fix incorrect length parsing in bnep_rx_frame() extension handling Greg Kroah-Hartman
2026-06-16 14:57 ` [PATCH 6.12 041/261] Bluetooth: bnep: reject short frames before parsing Greg Kroah-Hartman
2026-06-16 14:58 ` [PATCH 6.12 042/261] Bluetooth: fix memory leak in error path of hci_alloc_dev() Greg Kroah-Hartman
2026-06-16 14:58 ` [PATCH 6.12 043/261] Bluetooth: ISO: Fix not releasing hdev reference on iso_conn_big_sync Greg Kroah-Hartman
2026-06-16 14:58 ` [PATCH 6.12 044/261] Bluetooth: ISO: Fix not using bc_sid as advertisement SID Greg Kroah-Hartman
2026-06-16 14:58 ` [PATCH 6.12 045/261] Bluetooth: ISO: Fix data-race on iso_pi fields in hci_get_route calls Greg Kroah-Hartman
2026-06-16 14:58 ` [PATCH 6.12 046/261] Bluetooth: MGMT: Fix backward compatibility with userspace Greg Kroah-Hartman
2026-06-16 14:58 ` [PATCH 6.12 047/261] octeontx2-pf: Fix NDC sync operation errors Greg Kroah-Hartman
2026-06-16 14:58 ` [PATCH 6.12 048/261] octeontx2-af: Fix initialization of mcams entry2target_pffunc field Greg Kroah-Hartman
2026-06-16 14:58 ` [PATCH 6.12 049/261] ipv4: restrict IPOPT_SSRR and IPOPT_LSRR options Greg Kroah-Hartman
2026-06-16 14:58 ` [PATCH 6.12 050/261] ptp: vclock: Switch from RCU to SRCU Greg Kroah-Hartman
2026-06-16 14:58 ` [PATCH 6.12 051/261] net: ethernet: mtk_eth_soc: Fix use-after-free in metadata dst teardown Greg Kroah-Hartman
2026-06-16 14:58 ` [PATCH 6.12 052/261] net_sched: act_pedit: use RCU in tcf_pedit_dump() Greg Kroah-Hartman
2026-06-16 14:58 ` [PATCH 6.12 053/261] net/sched: fix pedit partial COW leading to page cache corruption Greg Kroah-Hartman
2026-06-16 14:58 ` [PATCH 6.12 054/261] octeontx2-af: npc: Fix CPT channel mask in npc_install_flow Greg Kroah-Hartman
2026-06-16 14:58 ` [PATCH 6.12 055/261] vxlan: vnifilter: send notification on VNI add Greg Kroah-Hartman
2026-06-16 14:58 ` [PATCH 6.12 056/261] vxlan: vnifilter: fix spurious notification on VNI update Greg Kroah-Hartman
2026-06-16 14:58 ` [PATCH 6.12 057/261] ieee802154: 6lowpan: only accept IPv6 packets in lowpan_xmit() Greg Kroah-Hartman
2026-06-16 14:58 ` [PATCH 6.12 058/261] net/802/mrp: fix vector attribute parsing in mrp_pdu_parse_vecattr Greg Kroah-Hartman
2026-06-16 14:58 ` [PATCH 6.12 059/261] sctp: purge outqueue on stale COOKIE-ECHO handling Greg Kroah-Hartman
2026-06-16 14:58 ` [PATCH 6.12 060/261] ipmi: Fix rcu_read_unlock to srcu_read_unlock in handle_read_event_rsp Greg Kroah-Hartman
2026-06-16 14:58 ` [PATCH 6.12 061/261] signal: clear JOBCTL_PENDING_MASK for caller in zap_other_threads() Greg Kroah-Hartman
2026-06-16 14:58 ` [PATCH 6.12 062/261] time: Fix off-by-one in settimeofday() usec validation Greg Kroah-Hartman
2026-06-16 14:58 ` [PATCH 6.12 063/261] ALSA: PCM: Fix wait queue list corruption in snd_pcm_drain() on linked streams Greg Kroah-Hartman
2026-06-16 14:58 ` [PATCH 6.12 064/261] ALSA: seq: dummy: fix UMP event stack overread Greg Kroah-Hartman
2026-06-16 14:58 ` [PATCH 6.12 065/261] ima: kexec: skip IMA segment validation after kexec soft reboot Greg Kroah-Hartman
2026-06-16 14:58 ` [PATCH 6.12 066/261] ima: kexec: move IMA log copy from kexec load to execute Greg Kroah-Hartman
2026-06-16 14:58 ` [PATCH 6.12 067/261] spi: cadence-quadspi: fix unclocked access on unbind Greg Kroah-Hartman
2026-06-16 14:58 ` [PATCH 6.12 068/261] tools/rv: Fix cleanup after failed trace setup Greg Kroah-Hartman
2026-06-16 14:58 ` [PATCH 6.12 069/261] tap: free page on error paths in tap_get_user_xdp() Greg Kroah-Hartman
2026-06-16 14:58 ` [PATCH 6.12 070/261] arm64: tlb: Allow XZR argument to TLBI ops Greg Kroah-Hartman
2026-06-16 14:58 ` [PATCH 6.12 071/261] arm64: tlb: Optimize ARM64_WORKAROUND_REPEAT_TLBI Greg Kroah-Hartman
2026-06-16 14:58 ` [PATCH 6.12 072/261] iomap: dont revert iov_iter on partially completed buffered writes Greg Kroah-Hartman
2026-06-16 14:58 ` [PATCH 6.12 073/261] dma-debug: fix physical address retrieval in debug_dma_sync_sg_for_device Greg Kroah-Hartman
2026-06-16 14:58 ` [PATCH 6.12 074/261] xfrm: policy: fix use-after-free on inexact bin in xfrm_policy_bysel_ctx() Greg Kroah-Hartman
2026-06-16 14:58 ` [PATCH 6.12 075/261] netlabel: validate unlabeled address and mask attribute lengths Greg Kroah-Hartman
2026-06-16 14:58 ` [PATCH 6.12 076/261] gpio: mvebu: fix NULL pointer dereference in suspend/resume Greg Kroah-Hartman
2026-06-16 14:58 ` [PATCH 6.12 077/261] ASoC: wm_adsp: Fix NULL dereference when removing firmware controls Greg Kroah-Hartman
2026-06-16 14:58 ` [PATCH 6.12 078/261] tcp: restrict SO_ATTACH_FILTER to priv users Greg Kroah-Hartman
2026-06-16 14:58 ` [PATCH 6.12 079/261] net: add pskb_may_pull() to skb_gro_receive_list() Greg Kroah-Hartman
2026-06-16 14:58 ` [PATCH 6.12 080/261] net/mlx4: avoid GCC 10 __bad_copy_from() false positive Greg Kroah-Hartman
2026-06-16 14:58 ` [PATCH 6.12 081/261] net: ibm: emac: Fix use-after-free during device removal Greg Kroah-Hartman
2026-06-16 14:58 ` [PATCH 6.12 082/261] netdev: fix double-free in netdev_nl_bind_rx_doit() Greg Kroah-Hartman
2026-06-16 14:58 ` [PATCH 6.12 083/261] net: phy: clean the sfp upstream if phy probing fails Greg Kroah-Hartman
2026-06-16 14:58 ` [PATCH 6.12 084/261] net: qrtr: fix refcount saturation and potential UAF in qrtr_port_remove Greg Kroah-Hartman
2026-06-16 14:58 ` [PATCH 6.12 085/261] net/mlx5: Fix slab-out-of-bounds in mlx5_query_nic_vport_mac_list Greg Kroah-Hartman
2026-06-16 14:58 ` [PATCH 6.12 086/261] net/mlx5e: xsk: Fix DMA and xdp_frame leak on XDP_TX xmit failure Greg Kroah-Hartman
2026-06-16 14:58 ` [PATCH 6.12 087/261] net/mlx5: Use effective affinity mask for IRQ selection Greg Kroah-Hartman
2026-06-16 14:58 ` [PATCH 6.12 088/261] ipv6: sit: reload inner IPv6 header after GSO offloads Greg Kroah-Hartman
2026-06-16 14:58 ` [PATCH 6.12 089/261] net: openvswitch: fix possible kfree_skb of ERR_PTR Greg Kroah-Hartman
2026-06-16 14:58 ` [PATCH 6.12 090/261] r8152: handle the return value of usb_reset_device() Greg Kroah-Hartman
2026-06-16 14:58 ` [PATCH 6.12 091/261] gpio: zynq: fix runtime PM leak on remove Greg Kroah-Hartman
2026-06-16 14:58 ` [PATCH 6.12 092/261] sctp: fix uninit-value in __sctp_rcv_asconf_lookup() Greg Kroah-Hartman
2026-06-16 14:58 ` [PATCH 6.12 093/261] net: guard timestamp cmsgs to real error queue skbs Greg Kroah-Hartman
2026-06-16 14:58 ` [PATCH 6.12 094/261] net/rds: fix NULL deref in rds_ib_send_cqe_handler() on masked atomic completion Greg Kroah-Hartman
2026-06-16 14:58 ` [PATCH 6.12 095/261] ip6_vti: fix incorrect tunnel matching in vti6_tnl_lookup() Greg Kroah-Hartman
2026-06-16 14:58 ` [PATCH 6.12 096/261] rds: mark snapshot pages dirty in rds_info_getsockopt() Greg Kroah-Hartman
2026-06-16 14:58 ` [PATCH 6.12 097/261] netfilter: revalidate bridge ports Greg Kroah-Hartman
2026-06-16 14:58 ` [PATCH 6.12 098/261] netfilter: nf_conntrack: destroy stale expectfn expectations on unregister Greg Kroah-Hartman
2026-06-16 14:58 ` [PATCH 6.12 099/261] netfilter: x_tables: avoid leaking percpu counter pointers Greg Kroah-Hartman
2026-06-16 14:58 ` [PATCH 6.12 100/261] netfilter: nf_log: validate MAC header was set before dumping it Greg Kroah-Hartman
2026-06-16 14:58 ` [PATCH 6.12 101/261] netfilter: nft_exthdr: fix register tracking for F_PRESENT flag Greg Kroah-Hartman
2026-06-16 14:59 ` [PATCH 6.12 102/261] net: mvpp2: sync RX data at the hardware packet offset Greg Kroah-Hartman
2026-06-16 14:59 ` [PATCH 6.12 103/261] net: mvpp2: limit XDP frame size to the RX buffer Greg Kroah-Hartman
2026-06-16 14:59 ` [PATCH 6.12 104/261] net: mvpp2: Add metadata support for xdp mode Greg Kroah-Hartman
2026-06-16 14:59 ` [PATCH 6.12 105/261] net: mvpp2: refill RX buffers before XDP or skb use Greg Kroah-Hartman
2026-06-16 14:59 ` [PATCH 6.12 106/261] net: mvpp2: build skb from XDP-adjusted data on XDP_PASS Greg Kroah-Hartman
2026-06-16 14:59 ` [PATCH 6.12 107/261] ipv6: Fix a potential NPD in cleanup_prefix_route() Greg Kroah-Hartman
2026-06-16 14:59 ` [PATCH 6.12 108/261] netfilter: ctnetlink: ensure safe access to master conntrack Greg Kroah-Hartman
2026-06-16 14:59 ` [PATCH 6.12 109/261] writeback: Avoid contention on wb->list_lock when switching inodes Greg Kroah-Hartman
2026-06-16 14:59 ` [PATCH 6.12 110/261] writeback: Fix use after free in inode_switch_wbs_work_fn() Greg Kroah-Hartman
2026-06-16 14:59 ` [PATCH 6.12 111/261] xfrm: hold device only for the asynchronous decryption Greg Kroah-Hartman
2026-06-16 14:59 ` [PATCH 6.12 112/261] xfrm: hold dev ref until after transport_finish NF_HOOK Greg Kroah-Hartman
2026-06-16 14:59 ` [PATCH 6.12 113/261] KVM: VMX: Update SVI during runtime APICv activation Greg Kroah-Hartman
2026-06-16 14:59 ` [PATCH 6.12 114/261] clk: qcom: x1e80100-dispcc: Stop disp_cc_mdss_mdp_clk_src from getting parked Greg Kroah-Hartman
2026-06-16 14:59 ` [PATCH 6.12 115/261] clk: samsung: gs101: Fix missing USI7_USI DIV clock in peric0_clk_regs Greg Kroah-Hartman
2026-06-16 14:59 ` [PATCH 6.12 116/261] clk: qcom: dispcc-sc8280xp: Dont park mdp_clk_src at registration time Greg Kroah-Hartman
2026-06-16 14:59 ` [PATCH 6.12 117/261] drm/virtio: Fix driver removal with disabled KMS Greg Kroah-Hartman
2026-06-16 14:59 ` [PATCH 6.12 118/261] drm/vc4: fix krealloc() memory leak Greg Kroah-Hartman
2026-06-16 14:59 ` [PATCH 6.12 119/261] drm/xe: fix refcount leak in xe_range_fence_insert() Greg Kroah-Hartman
2026-06-16 14:59 ` [PATCH 6.12 120/261] netfilter: nft_tunnel: fix use-after-free on object destroy Greg Kroah-Hartman
2026-06-16 14:59 ` [PATCH 6.12 121/261] tee: shm: fix shm leak in register_shm_helper() Greg Kroah-Hartman
2026-06-16 14:59 ` [PATCH 6.12 122/261] Bluetooth: hci_sync: reject oversized Broadcast Announcement prepend Greg Kroah-Hartman
2026-06-16 14:59 ` [PATCH 6.12 123/261] Bluetooth: L2CAP: reject BR/EDR signaling packets over MTUsig Greg Kroah-Hartman
2026-06-16 14:59 ` [PATCH 6.12 124/261] soc: qcom: ice: Fix race between qcom_ice_probe() and of_qcom_ice_get() Greg Kroah-Hartman
2026-06-16 14:59 ` [PATCH 6.12 125/261] accel/ivpu: Add bounds checks for firmware log indices Greg Kroah-Hartman
2026-06-16 14:59 ` [PATCH 6.12 126/261] accel/ivpu: Add buffer overflow check in MS get_info_ioctl Greg Kroah-Hartman
2026-06-16 14:59 ` [PATCH 6.12 127/261] accel/ivpu: Fix signed integer truncation in IPC receive Greg Kroah-Hartman
2026-06-16 14:59 ` [PATCH 6.12 128/261] tracing/probes: Point the error offset correctly for eprobe argument error Greg Kroah-Hartman
2026-06-16 14:59 ` [PATCH 6.12 129/261] rust: x86: support Rust >= 1.98.0 target spec Greg Kroah-Hartman
2026-06-16 14:59 ` [PATCH 6.12 130/261] rust: arm64: set uwtable llvm module flag for CONFIG_UNWIND_TABLES Greg Kroah-Hartman
2026-06-16 14:59 ` [PATCH 6.12 131/261] rust: kasan/kbuild: fix rustc-option when cross-compiling Greg Kroah-Hartman
2026-06-16 14:59 ` [PATCH 6.12 132/261] mmc: litex_mmc: Use DIV_ROUND_UP for more accurate clock calculation Greg Kroah-Hartman
2026-06-16 14:59 ` [PATCH 6.12 133/261] KVM: Dont WARN if memory is dirtied without a vCPU when the VM is dying Greg Kroah-Hartman
2026-06-16 14:59 ` [PATCH 6.12 134/261] KVM: SEV: Decouple the need to sync the GHCB SA from the need to free the SA Greg Kroah-Hartman
2026-06-16 14:59 ` [PATCH 6.12 135/261] drm/i915/gem: Fix phys BO pread/pwrite with offset Greg Kroah-Hartman
2026-06-16 14:59 ` [PATCH 6.12 136/261] pinctrl: mcp23s08: Initialize mcp->dev and mcp->addr before regmap init Greg Kroah-Hartman
2026-06-16 14:59 ` [PATCH 6.12 137/261] ksmbd: fix use-after-free of a deferred file_lock on double SMB2_CANCEL Greg Kroah-Hartman
2026-06-16 14:59 ` [PATCH 6.12 138/261] xfrm: espintcp: do not reuse an in-progress partial send Greg Kroah-Hartman
2026-06-16 14:59 ` [PATCH 6.12 139/261] USB: serial: io_ti: fix heap overflow in get_manuf_info() Greg Kroah-Hartman
2026-06-16 14:59 ` [PATCH 6.12 140/261] USB: serial: io_ti: fix heap overflow in build_i2c_fw_hdr() Greg Kroah-Hartman
2026-06-16 14:59 ` [PATCH 6.12 141/261] USB: serial: option: add usb-id for Dell Wireless DW5826e-m Greg Kroah-Hartman
2026-06-16 14:59 ` [PATCH 6.12 142/261] USB: serial: kl5kusb105: fix bulk-out buffer overflow Greg Kroah-Hartman
2026-06-16 14:59 ` [PATCH 6.12 143/261] ALSA: timer: Forcibly close timer instances at closing Greg Kroah-Hartman
2026-06-16 14:59 ` [PATCH 6.12 144/261] ALSA: timer: Fix UAF at snd_timer_user_params() Greg Kroah-Hartman
2026-06-16 14:59 ` [PATCH 6.12 145/261] io_uring/net: inherit IORING_CQE_F_BUF_MORE across bundle recv retries Greg Kroah-Hartman
2026-06-16 14:59 ` [PATCH 6.12 146/261] drm/virtio: fix dma_fence refcount leak on error in virtio_gpu_dma_fence_wait() Greg Kroah-Hartman
2026-06-16 14:59 ` [PATCH 6.12 147/261] drm/amd/display: Reject gpio_bitshift >= 32 in bios_parser_get_gpio_pin_info() Greg Kroah-Hartman
2026-06-16 14:59 ` [PATCH 6.12 148/261] mm/huge_memory: update file PMD counter before folio_put() Greg Kroah-Hartman
2026-06-16 14:59 ` [PATCH 6.12 149/261] mm/damon/ops-common: call folio_test_lru() after folio_get() Greg Kroah-Hartman
2026-06-16 14:59 ` [PATCH 6.12 150/261] RDMA/srp: bound SRP_RSP sense copy by the received length Greg Kroah-Hartman
2026-06-16 14:59 ` [PATCH 6.12 151/261] zram: fix use-after-free in zram_bvec_write_partial() Greg Kroah-Hartman
2026-06-16 14:59 ` [PATCH 6.12 152/261] udp: clear skb->dev before running a sockmap verdict Greg Kroah-Hartman
2026-06-16 14:59 ` [PATCH 6.12 153/261] ARM: socfpga: Fix OF node refcount leak in SMP setup Greg Kroah-Hartman
2026-06-16 14:59 ` [PATCH 6.12 154/261] ARM: 9474/1: io: avoid KASAN instrumentation of raw halfword I/O Greg Kroah-Hartman
2026-06-16 14:59 ` [PATCH 6.12 155/261] ARM: 9475/1: entry: use byte load for KASAN VMAP stack shadow Greg Kroah-Hartman
2026-06-16 14:59 ` [PATCH 6.12 156/261] mptcp: fix retransmission loop when csum is enabled Greg Kroah-Hartman
2026-06-16 14:59 ` [PATCH 6.12 157/261] mptcp: close TOCTOU race while computing rcv_wnd Greg Kroah-Hartman
2026-06-16 14:59 ` [PATCH 6.12 158/261] mptcp: allow subflow rcv wnd to shrink Greg Kroah-Hartman
2026-06-16 14:59 ` [PATCH 6.12 159/261] mptcp: sockopt: check timestamping ret value Greg Kroah-Hartman
2026-06-16 14:59 ` [PATCH 6.12 160/261] selftests: mptcp: add test for extra_subflows underflow on userspace PM Greg Kroah-Hartman
2026-06-16 14:59 ` [PATCH 6.12 161/261] mptcp: add-addr: always drop other suboptions Greg Kroah-Hartman
2026-06-16 15:00 ` [PATCH 6.12 162/261] wifi: nl80211: reject oversized EMA RNR lists Greg Kroah-Hartman
2026-06-16 15:00 ` [PATCH 6.12 163/261] vsock/vmci: fix sk_ack_backlog leak on failed handshake Greg Kroah-Hartman
2026-06-16 15:00 ` [PATCH 6.12 164/261] timers/migration: Fix livelock in tmigr_handle_remote_up() Greg Kroah-Hartman
2026-06-16 15:00 ` [PATCH 6.12 165/261] ASoC: fsl_sai: Fix 32 slots TDM broken by integer shift UB in xMR write Greg Kroah-Hartman
2026-06-16 15:00 ` [PATCH 6.12 166/261] bnxt_en: Fix NULL pointer dereference Greg Kroah-Hartman
2026-06-16 15:00 ` [PATCH 6.12 167/261] IB/isert: Reject login PDUs shorter than ISER_HEADERS_LEN Greg Kroah-Hartman
2026-06-16 15:00 ` [PATCH 6.12 168/261] inet: frags: fix use-after-free caused by the fqdir_pre_exit() flush Greg Kroah-Hartman
2026-06-16 15:00 ` [PATCH 6.12 169/261] pidfd: refuse access to tasks that have started exiting harder Greg Kroah-Hartman
2026-06-16 15:00 ` [PATCH 6.12 170/261] fs/qnx6: fix pointer arithmetic in directory iteration Greg Kroah-Hartman
2026-06-16 15:00 ` [PATCH 6.12 171/261] fuse: reject fuse_notify() pagecache ops on directories Greg Kroah-Hartman
2026-06-16 15:00 ` [PATCH 6.12 172/261] i2c: qcom-cci: Fix NULL pointer dereference in cci_remove() Greg Kroah-Hartman
2026-06-16 15:00 ` [PATCH 6.12 173/261] i2c: stm32f7: fix timing computation ignoring i2c-analog-filter Greg Kroah-Hartman
2026-06-16 15:00 ` [PATCH 6.12 174/261] i2c: tegra: Fix NOIRQ suspend/resume Greg Kroah-Hartman
2026-06-16 15:00 ` [PATCH 6.12 175/261] Input: atkbd - add DMI quirk for Lenovo Yoga Air 14 (83QK) Greg Kroah-Hartman
2026-06-16 15:00 ` [PATCH 6.12 176/261] Input: atkbd - skip deactivate for HONOR BCC-Ns internal keyboard Greg Kroah-Hartman
2026-06-16 15:00 ` [PATCH 6.12 177/261] ipc/shm: serialize orphan cleanup with shm_nattch updates Greg Kroah-Hartman
2026-06-16 15:00 ` [PATCH 6.12 178/261] misc: fastrpc: fix use-after-free of fastrpc_user in workqueue context Greg Kroah-Hartman
2026-06-16 15:00 ` [PATCH 6.12 179/261] misc: fastrpc: fix use-after-free race in fastrpc_map_create Greg Kroah-Hartman
2026-06-16 15:00 ` [PATCH 6.12 180/261] misc: fastrpc: fix DMA address corruption due to find_vma misuse Greg Kroah-Hartman
2026-06-16 15:00 ` [PATCH 6.12 181/261] misc: fastrpc: Fix NULL pointer dereference in rpmsg callback Greg Kroah-Hartman
2026-06-16 15:00 ` [PATCH 6.12 182/261] net/mlx5: Reorder completion before putting command entry in cmd_work_handler Greg Kroah-Hartman
2026-06-16 15:00 ` [PATCH 6.12 183/261] net: bonding: fix NULL pointer dereference in bond_do_ioctl() Greg Kroah-Hartman
2026-06-16 15:00 ` [PATCH 6.12 184/261] net: mv643xx: fix OF node refcount Greg Kroah-Hartman
2026-06-16 15:00 ` [PATCH 6.12 185/261] net: rds: clear i_sends on setup unwind Greg Kroah-Hartman
2026-06-16 15:00 ` [PATCH 6.12 186/261] nvmem: core: fix use-after-free bugs in error paths Greg Kroah-Hartman
2026-06-16 15:00 ` [PATCH 6.12 187/261] nvmem: layouts: onie-tlv: fix hang on unknown types Greg Kroah-Hartman
2026-06-16 15:00 ` [PATCH 6.12 188/261] octeontx2-af: fix memory leak in rvu_setup_hw_resources() Greg Kroah-Hartman
2026-06-16 15:00 ` [PATCH 6.12 189/261] io_uring/kbuf: dont truncate end buffer for bundles Greg Kroah-Hartman
2026-06-16 15:00 ` [PATCH 6.12 190/261] io_uring/wait: fix min_timeout behavior Greg Kroah-Hartman
2026-06-16 15:00 ` [PATCH 6.12 191/261] mm/hugetlb: restore reservation on error in hugetlb folio copy paths Greg Kroah-Hartman
2026-06-16 15:00 ` [PATCH 6.12 192/261] mmc: core: Fix host controller programming for fixed driver type Greg Kroah-Hartman
2026-06-16 15:00 ` [PATCH 6.12 193/261] mmc: dw_mmc-rockchip: Add missing private data for very old controllers Greg Kroah-Hartman
2026-06-16 15:00 ` [PATCH 6.12 194/261] mmc: litex_mmc: Set mandatory idle clocks before CMD0 Greg Kroah-Hartman
2026-06-16 15:00 ` [PATCH 6.12 195/261] mmc: renesas_sdhi: Add OF entry for RZ/G2H SoC Greg Kroah-Hartman
2026-06-16 15:00 ` [PATCH 6.12 196/261] mmc: sdhci: add signal voltage switch in sdhci_resume_host Greg Kroah-Hartman
2026-06-16 15:00 ` [PATCH 6.12 197/261] pmdomain: imx: fix OF node refcount Greg Kroah-Hartman
2026-06-16 15:00 ` [PATCH 6.12 198/261] rtase: Avoid sleeping in get_stats64() Greg Kroah-Hartman
2026-06-16 15:00 ` [PATCH 6.12 199/261] rtase: Reset TX subqueue when clearing TX ring Greg Kroah-Hartman
2026-06-16 15:00 ` [PATCH 6.12 200/261] sctp: diag: reject stale associations in dump_one path Greg Kroah-Hartman
2026-06-16 15:00 ` [PATCH 6.12 201/261] sctp: stream: fully roll back denied add-stream state Greg Kroah-Hartman
2026-06-16 15:00 ` [PATCH 6.12 202/261] thunderbolt: Reject zero-length property entries in validator Greg Kroah-Hartman
2026-06-16 15:00 ` [PATCH 6.12 203/261] thunderbolt: Bound root directory content to block size Greg Kroah-Hartman
2026-06-16 15:00 ` [PATCH 6.12 204/261] thunderbolt: Clamp XDomain response data copy to allocation size Greg Kroah-Hartman
2026-06-16 15:00 ` [PATCH 6.12 205/261] thunderbolt: Validate XDomain request packet size before type cast Greg Kroah-Hartman
2026-06-16 15:00 ` [PATCH 6.12 206/261] thunderbolt: Limit XDomain response copy to actual frame size Greg Kroah-Hartman
2026-06-16 15:00 ` [PATCH 6.12 207/261] slimbus: qcom-ngd-ctrl: fix OF node refcount Greg Kroah-Hartman
2026-06-16 15:00 ` [PATCH 6.12 208/261] slimbus: qcom-ngd-ctrl: Fix up platform_driver registration Greg Kroah-Hartman
2026-06-16 15:00 ` [PATCH 6.12 209/261] slimbus: qcom-ngd-ctrl: Fix probe error path ordering Greg Kroah-Hartman
2026-06-16 15:00 ` [PATCH 6.12 210/261] slimbus: qcom-ngd-ctrl: Register callbacks after creating the ngd Greg Kroah-Hartman
2026-06-16 15:00 ` [PATCH 6.12 211/261] slimbus: qcom-ngd-ctrl: Initialize controller resources in controller Greg Kroah-Hartman
2026-06-16 15:00 ` [PATCH 6.12 212/261] slimbus: qcom-ngd-ctrl: Correct PDR and SSR cleanup ownership Greg Kroah-Hartman
2026-06-16 15:00 ` [PATCH 6.12 213/261] slimbus: qcom-ngd-ctrl: Balance pm_runtime enablement for NGD Greg Kroah-Hartman
2026-06-16 15:00 ` [PATCH 6.12 214/261] slimbus: qcom-ngd-ctrl: Avoid ABBA on tx_lock/ctrl->lock Greg Kroah-Hartman
2026-06-16 15:00 ` [PATCH 6.12 215/261] drm/amdkfd: fix NULL dereference in get_queue_ids() Greg Kroah-Hartman
2026-06-16 15:00 ` [PATCH 6.12 216/261] drm/amdkfd: Fix buffer overflow in SDMA queue checkpoint/restore on GFX11 Greg Kroah-Hartman
2026-06-16 15:00 ` [PATCH 6.12 217/261] drm/xe: Clear pending_disable before signaling suspend fence Greg Kroah-Hartman
2026-06-16 15:00 ` [PATCH 6.12 218/261] drm/v3d: Fix vaddr leak when indirect CSD has zeroed workgroups Greg Kroah-Hartman
2026-06-16 15:00 ` [PATCH 6.12 219/261] drm/amdgpu: restart the CS if some parts of the VM are still invalidated Greg Kroah-Hartman
2026-06-16 15:00 ` [PATCH 6.12 220/261] drm/amd/pm: fix smu13 power limit default/cap calculation Greg Kroah-Hartman
2026-06-16 15:00 ` [PATCH 6.12 221/261] drm/amd/pm: mark metrics.energy_accumulator is invalid for smu 14.0.2 Greg Kroah-Hartman
2026-06-16 15:01 ` [PATCH 6.12 222/261] drm/amd/pm: smu_v14_0_0: use SoftMin for gfxclk in set_soft_freq_limited_range Greg Kroah-Hartman
2026-06-16 15:01 ` [PATCH 6.12 223/261] drm/amd/display: Bound VBIOS record-chain walk loops Greg Kroah-Hartman
2026-06-16 15:01 ` [PATCH 6.12 224/261] drm/amd/display: Clamp HDMI HDCP2 rx_id_list read to buffer size Greg Kroah-Hartman
2026-06-16 15:01 ` [PATCH 6.12 225/261] drm/amd/display: Clamp VBIOS HDMI retimer register count to array size Greg Kroah-Hartman
2026-06-16 15:01 ` [PATCH 6.12 226/261] drm/amd/display: add missing CSC entries for BT.2020 for DCE IPs Greg Kroah-Hartman
2026-06-16 15:01 ` [PATCH 6.12 227/261] drm/amd/display: Fix NULL deref and buffer over-read in SDP debugfs Greg Kroah-Hartman
2026-06-16 15:01 ` [PATCH 6.12 228/261] drm/amd/display: Use krealloc_array() in dal_vector_reserve() Greg Kroah-Hartman
2026-06-16 15:01 ` [PATCH 6.12 229/261] fs/fcntl: fix SOFTIRQ-unsafe lock order in fasync signaling Greg Kroah-Hartman
2026-06-16 15:01 ` [PATCH 6.12 230/261] driver core: reject devices with unregistered buses Greg Kroah-Hartman
2026-06-16 15:01 ` [PATCH 6.12 231/261] mailbox: Fix NULL message support in mbox_send_message() Greg Kroah-Hartman
2026-06-16 15:01 ` [PATCH 6.12 232/261] hv_netvsc: use kmap_local_page in netvsc_copy_to_send_buf Greg Kroah-Hartman
2026-06-16 15:01 ` [PATCH 6.12 233/261] sched_ext: Dont warn on NULL cgrp_moving_from in scx_cgroup_move_task() Greg Kroah-Hartman
2026-06-16 15:01 ` [PATCH 6.12 234/261] netfilter: nft_fib: fix stale stack leak via the OIFNAME register Greg Kroah-Hartman
2026-06-16 15:01 ` [PATCH 6.12 235/261] mm/memory-failure: fix hugetlb_lock AA deadlock in get_huge_page_for_hwpoison Greg Kroah-Hartman
2026-06-16 15:01 ` [PATCH 6.12 236/261] RDMA/umem: Add ib_umem_dmabuf_get_pinned_and_lock helper Greg Kroah-Hartman
2026-06-16 15:01 ` [PATCH 6.12 237/261] RDMA/umem: Move umem dmabuf revoke logic into helper function Greg Kroah-Hartman
2026-06-16 15:01 ` [PATCH 6.12 238/261] RDMA/umem: Add helpers for umem dmabuf revoke lock Greg Kroah-Hartman
2026-06-16 15:01 ` [PATCH 6.12 239/261] RDMA: During rereg_mr ensure that REREG_ACCESS is compatible Greg Kroah-Hartman
2026-06-16 15:01 ` [PATCH 6.12 240/261] RDMA/umem: fix kernel-doc warnings Greg Kroah-Hartman
2026-06-16 15:01 ` [PATCH 6.12 241/261] RDMA: Move DMA block iterator logic into dedicated files Greg Kroah-Hartman
2026-06-16 15:01 ` [PATCH 6.12 242/261] RDMA/umem: Fix truncation for block sizes >= 4G Greg Kroah-Hartman
2026-06-16 15:01 ` [PATCH 6.12 243/261] mm/hugetlb: avoid false positive lockdep assertion Greg Kroah-Hartman
2026-06-16 15:01 ` [PATCH 6.12 244/261] mptcp: fix missing wakeups in edge scenarios Greg Kroah-Hartman
2026-06-16 15:01 ` [PATCH 6.12 245/261] ipmi:ssif: Remove unnecessary indention Greg Kroah-Hartman
2026-06-16 15:01 ` [PATCH 6.12 246/261] ipmi:ssif: NULL thread on error Greg Kroah-Hartman
2026-06-16 15:01 ` [PATCH 6.12 247/261] ipvs: skip ipv6 extension headers for csum checks Greg Kroah-Hartman
2026-06-16 15:01 ` [PATCH 6.12 248/261] vsock/virtio: fix potential unbounded skb queue Greg Kroah-Hartman
2026-06-16 15:01 ` [PATCH 6.12 249/261] vsock/virtio: fix skb overhead accounting to preserve full buf_alloc Greg Kroah-Hartman
2026-06-16 15:01 ` [PATCH 6.12 250/261] block: fix handling of dead zone write plugs Greg Kroah-Hartman
2026-06-16 15:01 ` [PATCH 6.12 251/261] arm64: cputype: Add NVIDIA Olympus definitions Greg Kroah-Hartman
2026-06-16 15:01 ` [PATCH 6.12 252/261] arm64: cputype: Add C1-Ultra definitions Greg Kroah-Hartman
2026-06-16 15:01 ` [PATCH 6.12 253/261] arm64: cputype: Add C1-Premium definitions Greg Kroah-Hartman
2026-06-16 15:01 ` [PATCH 6.12 254/261] arm64: errata: Mitigate TLBI errata on various Arm CPUs Greg Kroah-Hartman
2026-06-16 15:01 ` [PATCH 6.12 255/261] arm64: errata: Mitigate TLBI errata on NVIDIA Olympus CPU Greg Kroah-Hartman
2026-06-16 15:01 ` [PATCH 6.12 256/261] arm64: errata: Mitigate TLBI errata on Microsoft Azure Cobalt 100 CPU Greg Kroah-Hartman
2026-06-16 15:01 ` [PATCH 6.12 257/261] net: introduce EXPORT_IPV6_MOD() and EXPORT_IPV6_MOD_GPL() Greg Kroah-Hartman
2026-06-16 15:01 ` [PATCH 6.12 258/261] tcp: use EXPORT_IPV6_MOD[_GPL]() Greg Kroah-Hartman
2026-06-16 15:01 ` [PATCH 6.12 259/261] tcp: secure_seq: add back ports to TS offset Greg Kroah-Hartman
2026-06-16 15:01 ` [PATCH 6.12 260/261] mptcp: pm: fix extra_subflows underflow on userspace PM subflow creation Greg Kroah-Hartman
2026-06-16 15:01 ` [PATCH 6.12 261/261] Revert "selftest/ptp: update ptp selftest to exercise the gettimex options" Greg Kroah-Hartman
2026-06-16 16:55 ` [PATCH 6.12 000/261] 6.12.94-rc1 review Brett A C Sheffield

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.