]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/log
thirdparty/kernel/stable-queue.git
25 hours agodrop 22 patches based on RC review feedback master
Sasha Levin [Sun, 2 Aug 2026 03:01:41 +0000 (23:01 -0400)] 
drop 22 patches based on RC review feedback

Dropped patches:

- "thunderbolt: Prevent XDomain delayed work use-after-free on disconnect"
  Upstream: 2c5d2d3c3f70cde2565d7b279b544893a2035842
  Queues: 7.1, 6.18, 6.12, 6.6
  Reason: the queued backport contains none of the upstream fix -- it is a
    semantically inert relocation of the unmodified update_xdomain() with no
    upstream provenance.  Upstream is 5 in-place guard hunks in xdomain.c plus
    2 in include/linux/thunderbolt.h (xd->removing set under xd->lock in
    tb_xdomain_remove(), checked at each queue_delayed_work() site); none of
    that is present, so the use-after-free is not fixed.  Requeue candidate:
    the real upstream commit applies cleanly to all four branches.
  Report: https://lore.kernel.org/stable/2eae07c3-848e-4bc8-a444-f8274692f653@oracle.com/

- "thunderbolt: Keep XDomain reference during the lifetime of a service"  [dependency]
  Upstream: 8b4060998637f06975fceee9b73845d8672d411e
  Queues: 7.1, 6.18, 6.12, 6.6
  Reason: depends on dropped patch above (Stable-dep-of: 2c5d2d3c3f70)

- "thunderbolt: Remove service debugfs entries during unregister"  [dependency]
  Upstream: 4d5fc3f4068568dfcb8cbe2852b4adc56394aa26
  Queues: 7.1, 6.18, 6.12, 6.6
  Reason: depends on dropped patch above (Stable-dep-of: 2c5d2d3c3f70)

- "thunderbolt: Remove XDomain from the bus without holding tb->lock"  [dependency]
  Upstream: a8937f35cf39c39c64325aa84d0463d866850857
  Queues: 7.1, 6.18, 6.12, 6.6
  Reason: depends on dropped patch above (Stable-dep-of: 2c5d2d3c3f70)

- "thunderbolt: Handle lane bonding of Gen 4 XDomain links properly"  [dependency]
  Upstream: 36b6ad6ad0350554e611a8cb754ccd40857416a8
  Queues: 6.6
  Reason: depends on dropped patch above (Stable-dep-of: 2c5d2d3c3f70)

- "thunderbolt: Remove usage of the deprecated ida_simple_xx() API"  [dependency]
  Upstream: dec6a613574cd3dea799170b7aaa8fd76e22f176
  Queues: 6.6
  Reason: depends on dropped patch above (Stable-dep-of: 2c5d2d3c3f70)

- "thunderbolt: Update property.c function documentation"  [dependency]
  Upstream: d015642ad36d78e6eba12d8ab96cea6fd4602b49
  Queues: 6.6
  Reason: depends on dropped patch above (Stable-dep-of: 2c5d2d3c3f70)

- "bpf: Refactor {acquire,release}_reference_state"
  Upstream: 769b0f1c821455ab29baf42491e1ea1d726451fa
  Queues: 6.12
  Reason: spurious dependency -- the queued patch carries none of
    769b0f1c8214's semantics (no acquire_reference(), no
    release_reference_nomark()) and has zero references to the fix it is
    supposed to enable.  Its diff is actually the first half of
    201b62ccc831, which was adapted for 6.12 and split across two output
    slots while the SHA metadata stayed aligned to the original commit list.
  Report: https://lore.kernel.org/stable/129ad991-e9fa-4f6b-bc1a-a1d78eff6145@oracle.com/

- "bpf: Refactor check_ctx_access()"  [dependency]
  Upstream: 201b62ccc83153d2925d310a2afe762905e0c455
  Queues: 6.12
  Reason: carries the second half of the mis-split adaptation above and will
    not apply without it

- "bpf: Reset register bounds before narrowing retval range in check_mem_access()"  [dependency]
  Upstream: 5e0b273e0a62cc04ec338c7b502797c66c2ed42a
  Queues: 6.12
  Reason: the target fix -- has a hard textual dependency on the mis-split
    refactor above.  Will be requeued next cycle with a corrected dependency
    set.

Signed-off-by: Sasha Levin <sashal@kernel.org>
30 hours agoFixes for all trees
Sasha Levin [Sat, 1 Aug 2026 22:13:03 +0000 (18:13 -0400)] 
Fixes for all trees

Signed-off-by: Sasha Levin <sashal@kernel.org>
2 days agoFixes for all trees
Sasha Levin [Sat, 1 Aug 2026 01:39:44 +0000 (21:39 -0400)] 
Fixes for all trees

Signed-off-by: Sasha Levin <sashal@kernel.org>
2 days agoDrop selftests-ftrace-reset-triggers-at-top-level-before-instance-loop.patch
Sasha Levin [Fri, 31 Jul 2026 16:52:50 +0000 (12:52 -0400)] 
Drop selftests-ftrace-reset-triggers-at-top-level-before-instance-loop.patch

Signed-off-by: Sasha Levin <sashal@kernel.org>
2 days agoreorder s390 ptff export ahead of its consumer in 7.1 and 6.18
Sasha Levin [Fri, 31 Jul 2026 14:52:14 +0000 (10:52 -0400)] 
reorder s390 ptff export ahead of its consumer in 7.1 and 6.18

Reordered patches:

- "s390/ptff: Export ptff_function_mask[]"
  Upstream: 9de445d8296a7f2b011ebb5834fdc94dcda5c778
  Queues: 7.1, 6.18
  Reason: this export is the prerequisite for "ptp: ptp_s390: Add missing
    facility check" (e78f1ac37afcb16cb6fef8a2c92591eab6558956), whose
    ptff_query() use needs ptff_function_mask[]. Both were queued, but the
    export landed after its consumer in the series (7.1: 744 vs 666,
    6.18: 676 vs 544), so applying the series in order leaves an
    intermediate commit that fails to build on s390x. Moved the export to
    immediately before the consumer in both series files. No patch files
    were added or removed; both patches stay queued.
  Report: https://lore.kernel.org/stable/669b8e16-19a6-49bf-a1ef-a7bce5075a9a@kernel.org/

Signed-off-by: Sasha Levin <sashal@kernel.org>
2 days agodrop 1 patch based on RC review feedback
Sasha Levin [Fri, 31 Jul 2026 14:51:05 +0000 (10:51 -0400)] 
drop 1 patch based on RC review feedback

Dropped patches:

- "mtd: maps: vmu-flash: fix fault in unaligned fixup"
  Upstream: 79d1661502c6e4b6f626185cef72cf2fa78116e1
  Queues: 6.6
  Reason: malformed backport -- the removal side of every hunk was
    context-adjusted down to the 6.6 kmalloc()/kmalloc_array() code, but
    the addition side was left verbatim from upstream and still calls
    kzalloc_obj()/kzalloc_objs(). Those helpers came from 2932ba8d9c99
    ("slab: Introduce kmalloc_obj() and family"), which is not in 6.6, so
    any config that builds drivers/mtd/maps/vmu-flash.c (CONFIG_MTD_VMU,
    sh/Dreamcast) fails to compile. Same root cause as the stratix10-svc
    build regression already dropped from 6.1/6.6. The 6.12 and 6.18
    copies are unaffected -- those bases define the helpers -- and stay
    queued. The upstream fix is valid and can be requeued for 6.6 as a
    properly adapted backport using kzalloc()/kcalloc().
  Report: https://lore.kernel.org/stable/178542714373.4058.4312420996135460246@kernelci.org/

Signed-off-by: Sasha Levin <sashal@kernel.org>
2 days agodrop ceph patch from 6.6
Greg Kroah-Hartman [Fri, 31 Jul 2026 07:07:31 +0000 (09:07 +0200)] 
drop ceph patch from 6.6

2 days ago6.18-stable patches
Greg Kroah-Hartman [Fri, 31 Jul 2026 06:57:04 +0000 (08:57 +0200)] 
6.18-stable patches

added patches:
drm-drop-lib-from-header-search-path.patch

2 days agodrop some vub300 patches that were incorrect
Greg Kroah-Hartman [Fri, 31 Jul 2026 06:51:55 +0000 (08:51 +0200)] 
drop some vub300 patches that were incorrect

2 days ago7.1-stable patches
Greg Kroah-Hartman [Fri, 31 Jul 2026 06:48:18 +0000 (08:48 +0200)] 
7.1-stable patches

added patches:
cifs-consolidate-time_last_write-stamp-into-_cifsfileinfo_put.patch
cifs-fix-time_last_write-stamp-placement-in-setattr-truncate-paths.patch
s390-ptff-export-ptff_function_mask.patch

2 days ago6.18-stable patches
Greg Kroah-Hartman [Fri, 31 Jul 2026 06:47:57 +0000 (08:47 +0200)] 
6.18-stable patches

added patches:
s390-ptff-export-ptff_function_mask.patch

2 days agoMerge branch 'master' of gitolite.kernel.org:/pub/scm/linux/kernel/git/stable/stable...
Greg Kroah-Hartman [Fri, 31 Jul 2026 06:45:47 +0000 (08:45 +0200)] 
Merge branch 'master' of gitolite.kernel.org:/pub/scm/linux/kernel/git/stable/stable-queue

2 days agoremove ceph patch on request
Greg Kroah-Hartman [Fri, 31 Jul 2026 06:45:33 +0000 (08:45 +0200)] 
remove ceph patch on request

3 days agoFixes for all trees
Sasha Levin [Fri, 31 Jul 2026 02:39:37 +0000 (22:39 -0400)] 
Fixes for all trees

Signed-off-by: Sasha Levin <sashal@kernel.org>
3 days ago7.1-stable patches
Greg Kroah-Hartman [Thu, 30 Jul 2026 14:13:20 +0000 (16:13 +0200)] 
7.1-stable patches

added patches:
kvm-svm-bump-asid_generation-on-cpu-online-to-avoid-asid-collision-after-hotplug.patch

3 days ago6.18-stable patches
Greg Kroah-Hartman [Thu, 30 Jul 2026 14:13:13 +0000 (16:13 +0200)] 
6.18-stable patches

added patches:
kvm-svm-bump-asid_generation-on-cpu-online-to-avoid-asid-collision-after-hotplug.patch

3 days ago6.12-stable patches
Greg Kroah-Hartman [Thu, 30 Jul 2026 14:13:05 +0000 (16:13 +0200)] 
6.12-stable patches

added patches:
kvm-svm-bump-asid_generation-on-cpu-online-to-avoid-asid-collision-after-hotplug.patch

3 days ago6.6-stable patches
Greg Kroah-Hartman [Thu, 30 Jul 2026 14:12:58 +0000 (16:12 +0200)] 
6.6-stable patches

added patches:
kvm-svm-bump-asid_generation-on-cpu-online-to-avoid-asid-collision-after-hotplug.patch

3 days ago6.1-stable patches
Greg Kroah-Hartman [Thu, 30 Jul 2026 14:12:50 +0000 (16:12 +0200)] 
6.1-stable patches

added patches:
kvm-svm-bump-asid_generation-on-cpu-online-to-avoid-asid-collision-after-hotplug.patch

3 days ago5.10-stable patches
Greg Kroah-Hartman [Thu, 30 Jul 2026 13:57:33 +0000 (15:57 +0200)] 
5.10-stable patches

added patches:
net-bridge-vlan-fix-global-vlan-option-range-dumping.patch
raw-fix-a-typo-in-raw_icmp_error.patch
raw-remove-unused-variables-from-raw6_icmp_error.patch

3 days ago5.15-stable patches
Greg Kroah-Hartman [Thu, 30 Jul 2026 13:57:00 +0000 (15:57 +0200)] 
5.15-stable patches

added patches:
raw-fix-a-typo-in-raw_icmp_error.patch
raw-remove-unused-variables-from-raw6_icmp_error.patch

3 days ago6.6-stable patches
Greg Kroah-Hartman [Thu, 30 Jul 2026 13:54:31 +0000 (15:54 +0200)] 
6.6-stable patches

added patches:
asoc-mediatek-mt8195-add-platform-entry-for-etdm1_out_be-dai-link.patch
asoc-mediatek-mt8195-set-etdm1-2-in-out-to-comp_dummy.patch
rxrpc-disable-irq-not-bh-to-take-the-lock-for-attend_link.patch
udmabuf-ensure-to-perform-cache-synchronisation-in-begin_cpu_udmabuf.patch

3 days ago6.12-stable patches
Greg Kroah-Hartman [Thu, 30 Jul 2026 13:49:47 +0000 (15:49 +0200)] 
6.12-stable patches

added patches:
afs-fix-uninit-var-in-afs_alloc_anon_key.patch
bluetooth-hci_conn-fix-memory-leak-in-hci_le_big_terminate.patch
bluetooth-hci_conn-fix-not-cleaning-up-broadcaster-broadcast-source.patch
bluetooth-hci_conn-fix-not-cleaning-up-pa_link-connections.patch
bluetooth-hci_conn-fix-running-bis_cleanup-for-hci_conn-type-pa_link.patch

3 days ago6.12-stable patches
Greg Kroah-Hartman [Thu, 30 Jul 2026 13:35:56 +0000 (15:35 +0200)] 
6.12-stable patches

added patches:
afs-fix-delayed-allocation-of-a-cell-s-anonymous-key.patch
afs-handle-cb.initcallbackstate3-requests-without-a-server-record.patch
afs-set-vllist-to-null-if-addr-parsing-fails.patch
dpll-fix-clock-quality-level-reporting.patch
net-ethernet-remove-accidental-duplication-in-kconfig-file.patch
rxrpc-disable-irq-not-bh-to-take-the-lock-for-attend_link.patch
rxrpc-fix-locking-issues-with-the-peer-record-hash.patch
wifi-nl80211-fix-nl80211_start_radar_detection-return-value.patch

3 days ago6.6-stable patches
Greg Kroah-Hartman [Thu, 30 Jul 2026 13:31:56 +0000 (15:31 +0200)] 
6.6-stable patches

added patches:
coredump-fix-pidfs-file-refcount-leak-in-umh_coredump_setup.patch
mm-damon-core-disallow-overlapping-input-ranges-for-damon_set_regions.patch
mm-damon-core-validate-ranges-in-damon_set_regions.patch

3 days ago6.18-stable patches
Greg Kroah-Hartman [Thu, 30 Jul 2026 13:28:26 +0000 (15:28 +0200)] 
6.18-stable patches

added patches:
gpu-fix-uninitialized-buddy-for-built-in-drivers.patch
net-mlx5e-fix-null-pointer-dereference-in-ioctl-module-eeprom-query.patch
net-stmmac-fix-dwmac4-transmit-performance-regression.patch

3 days ago6.12-stable patches
Greg Kroah-Hartman [Thu, 30 Jul 2026 13:28:16 +0000 (15:28 +0200)] 
6.12-stable patches

added patches:
gpu-fix-uninitialized-buddy-for-built-in-drivers.patch
net-mlx5e-fix-null-pointer-dereference-in-ioctl-module-eeprom-query.patch

3 days agodrop some 6.18 patches
Greg Kroah-Hartman [Thu, 30 Jul 2026 13:22:58 +0000 (15:22 +0200)] 
drop some 6.18 patches

3 days ago7.1-stable patches
Greg Kroah-Hartman [Thu, 30 Jul 2026 13:15:26 +0000 (15:15 +0200)] 
7.1-stable patches

added patches:
selftests-drv-net-cope-with-slow-env-in-so_txtime.py-test.patch
selftests-drv-net-so_txtime-relax-variance-bounds.patch

3 days ago6.6-stable patches
Greg Kroah-Hartman [Thu, 30 Jul 2026 13:14:40 +0000 (15:14 +0200)] 
6.6-stable patches

added patches:
afs-annotate-struct-afs_addr_list-with-__counted_by.patch
afs-turn-the-afs_addr_list-address-array-into-an-array-of-structs.patch
alsa-hda-conexant-remove-mic-bias-threshold-override.patch
alsa-hda-fix-cached-processing-coefficient-verbs.patch
asoc-mediatek-mt8183-check-runtime-resume-during-probe.patch
asoc-mediatek-mt8192-afe-pcm-convert-to-devm_pm_runtime_enable.patch
asoc-mediatek-mt8192-afe-pcm-simplify-probe-with-local-dev-variable.patch
asoc-mediatek-mt8192-afe-pcm-simplify-with-dev_err_probe.patch
asoc-mediatek-mt8192-check-runtime-resume-during-probe.patch
asoc-mediatek-mt8195-remove-afe-dai-component-and-rework-codec-link.patch
asoc-mediatek-use-common-mtk_afe_pcm_platform-with-common-probe-cb.patch
ata-libata-core-reject-an-invalid-concurrent-positioning-ranges-count.patch
audit-fix-recursive-locking-deadlock-in-audit_dupe_exe.patch
audit-use-unsigned-int-instead-of-unsigned.patch
audit-widen-ino-fields-to-u64.patch
bootconfig-do-not-put-quotes-on-cmdline-items-unless-necessary.patch
bootconfig-fix-null-pointer-arithmetic-in-xbc_snprint_cmdline.patch
bootconfig-move-xbc_snprint_cmdline-to-lib-bootconfig.c.patch
bpf-reject-bpf_map_type_inode_storage-creation-if-bpf-lsm-is-uninitialized.patch
dm-verity-avoid-double-increment-of-use_bh_wq_enabled.patch
dm-verity-make-error-counter-atomic.patch
dma-buf-udmabuf-skip-redundant-cpu-sync-to-fix-cacheline-eexist-warning.patch
dma-dw-edma-fix-build-warning-in-dw_edma_pcie_probe.patch
dmaengine-dw-edma-fix-confusing-cleanup.h-syntax.patch
dmaengine-dw-edma-pcie-reject-devices-without-driver-data.patch
fbcon-rename-struct-fbcon_ops-to-struct-fbcon_par.patch
fbcon-use-correct-type-for-vc_resize-return-value.patch
fbdev-efifb-fix-memory-leak-in-efifb_probe.patch
fbdev-efifb-replace-references-to-global-screen_info-by-local-pointer.patch
firmware_loader-introduce-__free-cleanup-hanler.patch
fpga-dfl-afu-validate-dma-mapping-length-in-afu_dma_map_region.patch
fs-resctrl-fix-double-add-of-pseudo-locked-region-s-rmid-to-free-list.patch
gpio-mt7621-avoid-corruption-of-shared-interrupt-trigger-state.patch
gpio-tegra-do-not-call-pinctrl-for-gpio-direction.patch
i2c-davinci-unregister-cpufreq-notifier-on-probe-failure.patch
i2c-i801-fix-hardware-state-machine-corruption-in-error-path.patch
i2c-imx-fix-locked-bus-on-smbus-block-read-of-0-atomic.patch
i2c-imx-separate-atomic-dma-and-non-dma-use-case.patch
input-ims-pcu-fix-firmware-leak-in-async-update.patch
iommu-amd-don-t-split-flush-for-amd_iommu_domain_flush_all.patch
ipmi-fix-refcount-leak-in-i_ipmi_request.patch
kvm-introduce-vcpu-wants_to_run.patch
kvm-x86-only-reset-tsc-deadline-timer-in-apic_timer_expired-on-kvm_run.patch
locking-rt-fix-the-incorrect-rcu-protection-in-rt_spin_unlock.patch
lsm-infrastructure-management-of-the-sock-security.patch
mm-mm_init-fix-pageblock-migratetype-for-zone_device-compound-pages.patch
mmc-vub300-fix-use-after-free-on-disconnect.patch
mmc-vub300-fix-use-after-free-on-probe-failure.patch
mmc-vub300-rename-probe-error-labels.patch
mtd-maps-vmu-flash-fix-fault-in-unaligned-fixup.patch
mtd-rawnand-add-a-helper-for-calculating-a-page-index.patch
mtd-rawnand-ensure-all-continuous-terms-are-always-in-sync.patch
mtd-rawnand-pause-continuous-reads-at-block-boundaries.patch
net-ip6_tunnel-require-cap_net_admin-in-the-device-netns-for-changelink.patch
net-ipa-fix-smem-state-handle-leaks-in-smp2p-init.patch
net-macb-drop-in-flight-tx-skbs-on-close.patch
net-mana-validate-the-packet-length-reported-by-the-nic.patch
netfilter-nf_conntrack_sip-remove-net-variable-shadowing.patch
netfilter-nf_conntrack_sip-validate-skb_dst-before-accessing-it.patch
netfilter-nf_tables-remove-register-tracking-infrastructure.patch
netfilter-nf_tables-remove-unused-nft_reduce_is_readonly.patch
netfilter-nft_fib-reject-fib-expression-on-the-netdev-egress-hook.patch
netfilter-nft_set_pipapo-don-t-leak-bad-clone-into-future-transaction.patch
netfilter-nft_set_pipapo-make-pipapo_clone-helper-return-null.patch
netfilter-nft_set_pipapo-merge-deactivate-helper-into-caller.patch
netfilter-nft_set_pipapo-move-cloning-of-match-info-to-insert-removal-path.patch
netfilter-nft_set_pipapo-move-prove_locking-helper-around.patch
netfilter-nft_set_pipapo-prepare-pipapo_get-helper-for-on-demand-clone.patch
netfilter-nft_set_pipapo-prepare-walk-function-for-on-demand-clone.patch
netfilter-nft_set_pipapo-use-gfp_kernel-for-insertions.patch
nfs-charge-unstable-writes-by-request-size-not-folio-size.patch
nfs-remove-dead-code-for-the-old-swap-over-nfs-implementation.patch
nfsd-pass-nfsd_file-to-nfsd_iter_read.patch
octeontx2-af-cn10k-restrict-vf-lmtline-sharing-to-its-own-pf.patch
octeontx2-annotate-mmio-regions-as-__iomem.patch
octeontx2-pf-clear-stale-mailbox-irq-state-before-request_irq.patch
octeontx2-pf-fix-sqb-pointer-leak-on-init-failure.patch
octeontx2-vf-clear-stale-mailbox-irq-state-before-request_irq.patch
ovl-use-linked-upper-dentry-in-copy-up-tmpfile.patch
pinctrl-remove-pinctrl_gpio_direction_output.patch
platform-x86-dell-laptop-fix-missing-cleanups-in-init-error-path.patch
platform-x86-dell-smbios-move-request-functions-for-reuse.patch
rxrpc-don-t-need-barrier-for-tx_bottom-and-acks_hard_ack.patch
rxrpc-fix-notification-vs-call-release-vs-recvmsg.patch
rxrpc-fix-socket-notification-race.patch
rxrpc-pull-out-certain-app-callback-funcs-into-an-ops-table.patch
rxrpc-serialize-kernel-accept-preallocation-with-socket-teardown.patch
rxrpc-use-irq-disabling-spinlocks-between-app-and-i-o-thread.patch
selinux-avoid-sk_socket-dereference-in-selinux_sctp_bind_connect.patch
serial-max310x-implement-gpio_chip-get_direction.patch
serial-max310x-replace-bare-use-of-unsigned-with-unsigned-int-checkpatch.patch
sunrpc-add-helpers-to-convert-xdr_buf-byte-ranges-to-scatterlists.patch
sunrpc-allocate-a-separate-bvec-array-for-socket-sends.patch
sunrpc-return-an-error-from-xdr_buf_to_bvec-on-overflow.patch
taskstats-fill_stats_for_tgid-use-for_each_thread.patch
taskstats-retain-dead-thread-stats-in-tgid-queries.patch
thunderbolt-handle-lane-bonding-of-gen-4-xdomain-links-properly.patch
thunderbolt-keep-xdomain-reference-during-the-lifetime-of-a-service.patch
thunderbolt-prevent-xdomain-delayed-work-use-after-free-on-disconnect.patch
thunderbolt-remove-service-debugfs-entries-during-unregister.patch
thunderbolt-remove-usage-of-the-deprecated-ida_simple_xx-api.patch
thunderbolt-remove-xdomain-from-the-bus-without-holding-tb-lock.patch
thunderbolt-update-property.c-function-documentation.patch
tipc-restrict-socket-queue-dumps-in-enqueue-tracepoints.patch
tracing-user_events-fix-use-after-free-in-user_event_mm_dup.patch
udmabuf-do-not-create-malformed-scatterlists.patch
vduse-avoid-leaking-information-to-userspace.patch
vduse-remove-unused-vaddr-parameter-of-vduse_domain_free_coherent.patch
vduse-take-out-allocations-from-vduse_dev_alloc_coherent.patch
vduse-use-fixed-4kb-bounce-pages-for-non-4kb-page-size.patch
vfs-audit-introduce-kern_path_parent-for-audit.patch
wifi-libertas_tf-fix-use-after-free-in-lbtf_free_adapter.patch
workqueue-add-system_percpu_wq-and-system_dfl_wq.patch
workqueue-factor-out-init_cpu_worker_pool.patch

3 days ago6.18-stable patches
Greg Kroah-Hartman [Thu, 30 Jul 2026 13:11:52 +0000 (15:11 +0200)] 
6.18-stable patches

added patches:
rust-device-avoid-trailing-in-printing-macros.patch
usb-gadget-f_tcm-synchronize-delayed-set_alt-with-teardown.patch

3 days ago6.12-stable patches
Greg Kroah-Hartman [Thu, 30 Jul 2026 13:11:42 +0000 (15:11 +0200)] 
6.12-stable patches

added patches:
usb-musb-omap2430-clean-up-probe-error-handling.patch
usb-musb-omap2430-do-not-put-borrowed-of_node-in-probe.patch

3 days ago6.12-stable patches
Greg Kroah-Hartman [Thu, 30 Jul 2026 12:50:11 +0000 (14:50 +0200)] 
6.12-stable patches

added patches:
afs-drop-the-net-parameter-from-afs_unuse_cell.patch
afs-fix-afs_server-ref-accounting.patch
afs-fix-dynamic-lookup-to-fail-on-cell-lookup-failure.patch
afs-fix-lack-of-locking-around-modifications-of-net-cells_dyn_ino.patch
afs-improve-server-refcount-active-count-tracing.patch
afs-make-afs_lookup_cell-take-a-trace-note.patch
afs-simplify-cell-record-handling.patch
afs-use-the-per-peer-app-data-provided-by-rxrpc.patch
alsa-hda-conexant-remove-mic-bias-threshold-override.patch
alsa-hda-fix-cached-processing-coefficient-verbs.patch
arm64-dts-qcom-correct-rbr-opp-entry.patch
arm64-dts-qcom-hamoa-fix-opp-tables-for-all-displayport-controllers.patch
asoc-mediatek-mt8183-afe-pcm-shorten-memif_data-table-using-macros.patch
asoc-mediatek-mt8183-afe-pcm-support-32-bit-dma-addresses.patch
asoc-mediatek-mt8183-afe-pcm-use-local-dev-pointer-in-driver-callbacks.patch
asoc-mediatek-mt8183-check-runtime-resume-during-probe.patch
asoc-mediatek-mt8192-afe-pcm-simplify-probe-with-local-dev-variable.patch
asoc-mediatek-mt8192-check-runtime-resume-during-probe.patch
ata-libata-core-reject-an-invalid-concurrent-positioning-ranges-count.patch
audit-fix-recursive-locking-deadlock-in-audit_dupe_exe.patch
audit-use-unsigned-int-instead-of-unsigned.patch
audit-widen-ino-fields-to-u64.patch
block-add-helper-add_disk_final.patch
block-remove-redundant-gd_need_part_scan-in-add_disk_final.patch
bluetooth-add-pa_link-to-distinguish-big-sync-and-pa-sync-connections.patch
bluetooth-hci_core-fix-not-accounting-for-bis-cis-pa-links-separately.patch
bootconfig-fix-null-pointer-arithmetic-in-xbc_snprint_cmdline.patch
bootconfig-move-xbc_snprint_cmdline-to-lib-bootconfig.c.patch
bpf-refactor-acquire-release-_reference_state.patch
bpf-refactor-check_ctx_access.patch
bpf-reset-register-bounds-before-narrowing-retval-range-in-check_mem_access.patch
cleanup-add-a-scoped-version-of-class.patch
cleanup-fix-scoped_class.patch
cred-add-kernel_cred-helper.patch
cred-add-scoped_with_kernel_creds.patch
dm-avoid-leaking-the-caller-s-thread-keyring-via-the-table-device-file.patch
dm-integrity-fix-leaking-uninitialized-kernel-memory.patch
dma-dw-edma-fix-build-warning-in-dw_edma_pcie_probe.patch
dmaengine-dw-edma-fix-confusing-cleanup.h-syntax.patch
dmaengine-dw-edma-pcie-reject-devices-without-driver-data.patch
fbcon-rename-struct-fbcon_ops-to-struct-fbcon_par.patch
fbcon-use-correct-type-for-vc_resize-return-value.patch
fpga-dfl-afu-validate-dma-mapping-length-in-afu_dma_map_region.patch
fs-resctrl-fix-double-add-of-pseudo-locked-region-s-rmid-to-free-list.patch
gpio-mt7621-avoid-corruption-of-shared-interrupt-trigger-state.patch
gpu-buddy-bail-out-of-try_harder-when-alignment-cannot-be-honoured.patch
gpu-move-drm-buddy-allocator-one-level-up-part-two.patch
gve-fix-header-buffer-corruption-with-header-split-and-hw-gro.patch
i2c-davinci-unregister-cpufreq-notifier-on-probe-failure.patch
i2c-i801-fix-hardware-state-machine-corruption-in-error-path.patch
i2c-imx-fix-locked-bus-on-smbus-block-read-of-0-atomic.patch
i2c-imx-separate-atomic-dma-and-non-dma-use-case.patch
iommufd-avoid-partial-fault-group-delivery-in-iommufd_fault_fops_read.patch
iommufd-break-the-loop-on-failure-in-iommufd_fault_fops_read.patch
iommufd-reject-invalid-read-count-in-iommufd_fault_fops_read.patch
ipmi-fix-refcount-leak-in-i_ipmi_request.patch
landlock-fix-landlock_scope_signal-bypass-on-the-sigio-path.patch
landlock-prepare-to-use-credential-instead-of-domain-for-fowner.patch
locking-rt-fix-the-incorrect-rcu-protection-in-rt_spin_unlock.patch
mm-hugetlb-fix-hugetlb-cgroup-rsvd-charge-uncharge-mismatch.patch
mm-mm_init-fix-pageblock-migratetype-for-zone_device-compound-pages.patch
mm-prepare-to-move-subsection_map_init-to-mm-sparse-vmemmap.c.patch
mm-sparse-vmemmap-fix-dax-vmemmap-accounting-with-optimization.patch
mm-sparse-vmemmap-fix-vmemmap-accounting-underflow.patch
mmc-vub300-fix-use-after-free-on-disconnect.patch
mmc-vub300-fix-use-after-free-on-probe-failure.patch
mmc-vub300-rename-probe-error-labels.patch
mtd-maps-vmu-flash-fix-fault-in-unaligned-fixup.patch
net-ip6_tunnel-require-cap_net_admin-in-the-device-netns-for-changelink.patch
net-ipa-fix-smem-state-handle-leaks-in-smp2p-init.patch
net-macb-drop-in-flight-tx-skbs-on-close.patch
net-mana-validate-the-packet-length-reported-by-the-nic.patch
net-mlx5-hws-fix-matcher-leak-on-resize-target-setup-failure.patch
net-mlx5-hws-rearrange-to-prevent-forward-declaration.patch
netfilter-bitwise-rename-some-boolean-operation-functions.patch
netfilter-nf_conntrack_sip-remove-net-variable-shadowing.patch
netfilter-nf_conntrack_sip-validate-skb_dst-before-accessing-it.patch
netfilter-nf_tables-remove-register-tracking-infrastructure.patch
netfilter-nf_tables-remove-unused-nft_reduce_is_readonly.patch
netfilter-nft_fib-reject-fib-expression-on-the-netdev-egress-hook.patch
nfsd-pass-nfsd_file-to-nfsd_iter_read.patch
nvmet-auth-reject-short-auth_receive-buffers.patch
nvmet-introduce-nvmet_req_transfer_len.patch
octeontx2-af-cn10k-restrict-vf-lmtline-sharing-to-its-own-pf.patch
octeontx2-annotate-mmio-regions-as-__iomem.patch
octeontx2-pf-clear-stale-mailbox-irq-state-before-request_irq.patch
octeontx2-pf-fix-sqb-pointer-leak-on-init-failure.patch
octeontx2-vf-clear-stale-mailbox-irq-state-before-request_irq.patch
ovl-use-linked-upper-dentry-in-copy-up-tmpfile.patch
remoteproc-xlnx-check-remote-core-state.patch
rxrpc-allow-the-app-to-store-private-data-on-peer-structs.patch
rxrpc-don-t-need-barrier-for-tx_bottom-and-acks_hard_ack.patch
rxrpc-fix-cpu-time-starvation-in-i-o-thread.patch
rxrpc-fix-notification-vs-call-release-vs-recvmsg.patch
rxrpc-fix-socket-notification-race.patch
rxrpc-pull-out-certain-app-callback-funcs-into-an-ops-table.patch
rxrpc-serialize-kernel-accept-preallocation-with-socket-teardown.patch
rxrpc-use-irq-disabling-spinlocks-between-app-and-i-o-thread.patch
sunrpc-add-helpers-to-convert-xdr_buf-byte-ranges-to-scatterlists.patch
sunrpc-allocate-a-separate-bvec-array-for-socket-sends.patch
sunrpc-return-an-error-from-xdr_buf_to_bvec-on-overflow.patch
tcp-decrement-tcp_md5_needed-static-branch.patch
tcp-defer-md5sig_info-kfree-past-rcu-grace-period-in-tcp_connect.patch
thunderbolt-keep-xdomain-reference-during-the-lifetime-of-a-service.patch
thunderbolt-prevent-xdomain-delayed-work-use-after-free-on-disconnect.patch
thunderbolt-remove-service-debugfs-entries-during-unregister.patch
thunderbolt-remove-xdomain-from-the-bus-without-holding-tb-lock.patch
tipc-restrict-socket-queue-dumps-in-enqueue-tracepoints.patch
usb-gadget-fsl-udc-fix-dev_printk-device.patch
usb-gadget-use-str_enable_disable-like-helpers.patch
vduse-avoid-leaking-information-to-userspace.patch
vduse-remove-unused-vaddr-parameter-of-vduse_domain_free_coherent.patch
vduse-take-out-allocations-from-vduse_dev_alloc_coherent.patch
vduse-use-fixed-4kb-bounce-pages-for-non-4kb-page-size.patch
vfs-audit-introduce-kern_path_parent-for-audit.patch
wifi-libertas_tf-fix-use-after-free-in-lbtf_free_adapter.patch
xfrm-nat_keepalive-avoid-double-free-on-send-error.patch
xfrm-use-nested-bh-locking-for-nat_keepalive_sk_ipv.patch
xfs-don-t-replace-the-wrong-part-of-the-cow-fork.patch
xfs-factor-out-xfs_attr3_leaf_init.patch

3 days ago6.18-stable patches
Greg Kroah-Hartman [Thu, 30 Jul 2026 12:40:26 +0000 (14:40 +0200)] 
6.18-stable patches

added patches:
rust-allow-suspicious_runtime_symbol_definitions-lint-for-rust-1.98.patch

3 days ago6.12-stable patches
Greg Kroah-Hartman [Thu, 30 Jul 2026 12:40:17 +0000 (14:40 +0200)] 
6.12-stable patches

added patches:
mm-damon-core-disallow-overlapping-input-ranges-for-damon_set_regions.patch
mm-damon-core-validate-ranges-in-damon_set_regions.patch
rust-allow-suspicious_runtime_symbol_definitions-lint-for-rust-1.98.patch

3 days ago6.18-stable patches
Greg Kroah-Hartman [Thu, 30 Jul 2026 12:35:00 +0000 (14:35 +0200)] 
6.18-stable patches

added patches:
mm-damon-core-disallow-overlapping-input-ranges-for-damon_set_regions.patch
mm-damon-core-validate-ranges-in-damon_set_regions.patch

3 days agodrop queue-6.18/kho-add-interfaces-to-unpreserve-folios-page-ranges-and-vmalloc.patch
Greg Kroah-Hartman [Thu, 30 Jul 2026 12:34:49 +0000 (14:34 +0200)] 
drop queue-6.18/kho-add-interfaces-to-unpreserve-folios-page-ranges-and-vmalloc.patch

3 days ago6.18-stable patches
Greg Kroah-Hartman [Thu, 30 Jul 2026 12:25:25 +0000 (14:25 +0200)] 
6.18-stable patches

added patches:
accel-amdxdna-reject-command-submission-on-devices-without-a-submit-op.patch
arm64-dts-qcom-correct-rbr-opp-entry.patch
arm64-dts-qcom-hamoa-fix-opp-tables-for-all-displayport-controllers.patch
ata-libata-core-reject-an-invalid-concurrent-positioning-ranges-count.patch
audit-fix-recursive-locking-deadlock-in-audit_dupe_exe.patch
audit-use-unsigned-int-instead-of-unsigned.patch
audit-widen-ino-fields-to-u64.patch
bootconfig-fix-null-pointer-arithmetic-in-xbc_snprint_cmdline.patch
bootconfig-move-xbc_snprint_cmdline-to-lib-bootconfig.c.patch
cred-add-kernel_cred-helper.patch
cxl-fix-cxl_headerlog_size-to-match-ras-capability-size.patch
cxl-pci-remove-cxl-vh-handling-in-config_pcieaer_cxl-conditional-blocks-from-core-pci.c.patch
cxl-pci-remove-unnecessary-cxl-endpoint-handling-helper-functions.patch
cxl-pci-remove-unnecessary-cxl-rch-handling-helper-functions.patch
dm-avoid-leaking-the-caller-s-thread-keyring-via-the-table-device-file.patch
dmaengine-dw-edma-fix-confusing-cleanup.h-syntax.patch
dmaengine-dw-edma-pcie-reject-devices-without-driver-data.patch
fs-resctrl-fix-use-after-free-during-unmount.patch
fs-resctrl-move-allocation-free-of-closid_num_dirty_rmid.patch
fs-resctrl-move-rmid-initialization-to-first-mount.patch
fs-resctrl-split-l3-dependent-parts-out-of-__mon_event_count.patch
fuse-uring-fix-race-between-registration-and-connection-abortion.patch
gpu-buddy-bail-out-of-try_harder-when-alignment-cannot-be-honoured.patch
gpu-move-drm-buddy-allocator-one-level-up-part-two.patch
i3c-mipi-i3c-hci-fix-handling-of-shared-irqs-during-early-initialization.patch
i3c-mipi-i3c-hci-fix-hot-join-nack.patch
kho-add-interfaces-to-unpreserve-folios-page-ranges-and-vmalloc.patch
kho-make-sure-scratch-size-is-always-aligned-by-cma_min_alignment_bytes.patch
landlock-account-all-audit-data-allocations-to-user-space.patch
landlock-fix-formatting.patch
mm-sparse-vmemmap-fix-vmemmap-accounting-underflow.patch
mmc-vub300-fix-use-after-free-on-probe-failure.patch
mmc-vub300-rename-probe-error-labels.patch
mtd-maps-vmu-flash-fix-fault-in-unaligned-fixup.patch
net-ipa-fix-smem-state-handle-leaks-in-smp2p-init.patch
net-mana-optimize-irq-affinity-for-low-vcpu-configs.patch
net-mana-validate-the-packet-length-reported-by-the-nic.patch
netfilter-nf_conntrack_sip-remove-net-variable-shadowing.patch
netfilter-nf_conntrack_sip-validate-skb_dst-before-accessing-it.patch
netfilter-nf_tables-remove-register-tracking-infrastructure.patch
netfilter-nft_fib-reject-fib-expression-on-the-netdev-egress-hook.patch
nfsd-pass-nfsd_file-to-nfsd_iter_read.patch
octeontx2-af-cn10k-restrict-vf-lmtline-sharing-to-its-own-pf.patch
octeontx2-af-validate-body-pcifunc-in-rvu_mbox_handler_rep_event_notify.patch
ovl-use-linked-upper-dentry-in-copy-up-tmpfile.patch
pinctrl-renesas-rzg2l-use-enotsupp-instead-of-eopnotsupp.patch
pmdomain-imx93-blk-ctrl-convert-to-devm_-only.patch
pmdomain-imx93-blk-ctrl-extract-phy-as-shared-domain-for-dsi-csi.patch
remoteproc-xlnx-check-remote-core-state.patch
sunrpc-add-helpers-to-convert-xdr_buf-byte-ranges-to-scatterlists.patch
sunrpc-allocate-a-separate-bvec-array-for-socket-sends.patch
sunrpc-return-an-error-from-xdr_buf_to_bvec-on-overflow.patch
thunderbolt-keep-xdomain-reference-during-the-lifetime-of-a-service.patch
thunderbolt-prevent-xdomain-delayed-work-use-after-free-on-disconnect.patch
thunderbolt-remove-service-debugfs-entries-during-unregister.patch
thunderbolt-remove-xdomain-from-the-bus-without-holding-tb-lock.patch
vduse-avoid-leaking-information-to-userspace.patch
vduse-remove-unused-vaddr-parameter-of-vduse_domain_free_coherent.patch
vduse-return-internal-vq-group-struct-as-map-token.patch
vduse-take-out-allocations-from-vduse_dev_alloc_coherent.patch
x86-fs-resctrl-rename-some-l3-specific-functions.patch
x86-fs-resctrl-rename-struct-rdt_mon_domain-and-rdt_hw_mon_domain.patch
xfs-don-t-replace-the-wrong-part-of-the-cow-fork.patch

3 days ago7.1-stable patches
Greg Kroah-Hartman [Thu, 30 Jul 2026 11:41:03 +0000 (13:41 +0200)] 
7.1-stable patches

added patches:
audit-fix-recursive-locking-deadlock-in-audit_dupe_exe.patch
audit-use-unsigned-int-instead-of-unsigned.patch
bootconfig-fix-null-pointer-arithmetic-in-xbc_snprint_cmdline.patch
bootconfig-move-xbc_snprint_cmdline-to-lib-bootconfig.c.patch
fuse-uring-fix-race-between-registration-and-connection-abortion.patch
mm-sparse-vmemmap-fix-dax-vmemmap-accounting-with-optimization.patch
mm-sparse-vmemmap-pass-pgmap-argument-to-memory-deactivation-paths.patch
net-mana-optimize-irq-affinity-for-low-vcpu-configs.patch
sched_ext-move-shared-helpers-from-ext.c-into-internal.h-and-cid.h.patch
sched_ext-preserve-rq-tracking-across-local-dsq-dispatch.patch
sunrpc-add-helpers-to-convert-xdr_buf-byte-ranges-to-scatterlists.patch
sunrpc-return-an-error-from-xdr_buf_to_bvec-on-overflow.patch
thunderbolt-keep-xdomain-reference-during-the-lifetime-of-a-service.patch
thunderbolt-prevent-xdomain-delayed-work-use-after-free-on-disconnect.patch
thunderbolt-remove-service-debugfs-entries-during-unregister.patch
thunderbolt-remove-xdomain-from-the-bus-without-holding-tb-lock.patch
xfs-don-t-replace-the-wrong-part-of-the-cow-fork.patch

3 days agodrop patches already applied
Greg Kroah-Hartman [Thu, 30 Jul 2026 11:19:26 +0000 (13:19 +0200)] 
drop patches already applied

3 days agomove the queues back
Greg Kroah-Hartman [Thu, 30 Jul 2026 11:11:40 +0000 (13:11 +0200)] 
move the queues back

3 days agoLinux 6.18.41 v6.18.41
Greg Kroah-Hartman [Thu, 30 Jul 2026 11:06:08 +0000 (13:06 +0200)] 
Linux 6.18.41

3 days agoLinux 6.12.100 v6.12.100
Greg Kroah-Hartman [Thu, 30 Jul 2026 11:05:28 +0000 (13:05 +0200)] 
Linux 6.12.100

3 days agoLinux 6.6.147 v6.6.147
Greg Kroah-Hartman [Thu, 30 Jul 2026 11:04:25 +0000 (13:04 +0200)] 
Linux 6.6.147

3 days agoLinux 6.1.180 v6.1.180
Greg Kroah-Hartman [Thu, 30 Jul 2026 11:01:46 +0000 (13:01 +0200)] 
Linux 6.1.180

3 days agoLinux 5.15.213 v5.15.213
Greg Kroah-Hartman [Thu, 30 Jul 2026 10:59:31 +0000 (12:59 +0200)] 
Linux 5.15.213

3 days agoLinux 5.10.262 v5.10.262
Greg Kroah-Hartman [Thu, 30 Jul 2026 10:56:14 +0000 (12:56 +0200)] 
Linux 5.10.262

3 days agoadd some patches back into the queues...
Greg Kroah-Hartman [Thu, 30 Jul 2026 10:00:43 +0000 (12:00 +0200)] 
add some patches back into the queues...

3 days agooops, 7.1 is fine, move that queue back
Greg Kroah-Hartman [Thu, 30 Jul 2026 09:51:37 +0000 (11:51 +0200)] 
oops, 7.1 is fine, move that queue back

3 days agomove all queues out of the way.
Greg Kroah-Hartman [Thu, 30 Jul 2026 09:51:13 +0000 (11:51 +0200)] 
move all queues out of the way.

emergency release, fun!

3 days agofuzz cleanup
Greg Kroah-Hartman [Thu, 30 Jul 2026 09:50:35 +0000 (11:50 +0200)] 
fuzz cleanup

4 days agoFixes for all trees
Sasha Levin [Thu, 30 Jul 2026 02:29:33 +0000 (22:29 -0400)] 
Fixes for all trees

Signed-off-by: Sasha Levin <sashal@kernel.org>
4 days agoDrop wifi-mt76-disable-napi-when-removing-device.patch
Sasha Levin [Thu, 30 Jul 2026 02:25:11 +0000 (22:25 -0400)] 
Drop wifi-mt76-disable-napi-when-removing-device.patch

Signed-off-by: Sasha Levin <sashal@kernel.org>
4 days agoDrop ksmbd-validate-compound-request-size-before-reading-.patch-18864
Sasha Levin [Thu, 30 Jul 2026 00:54:34 +0000 (20:54 -0400)] 
Drop ksmbd-validate-compound-request-size-before-reading-.patch-18864

Signed-off-by: Sasha Levin <sashal@kernel.org>
4 days agoDrop selftests-net-test-pppoe-packets-in-gro.sh.patch
Sasha Levin [Thu, 30 Jul 2026 00:43:07 +0000 (20:43 -0400)] 
Drop selftests-net-test-pppoe-packets-in-gro.sh.patch

Signed-off-by: Sasha Levin <sashal@kernel.org>
4 days agoDrop selftests-drv-net-add-missing-kconfig-for-psp.py.patch
Sasha Levin [Thu, 30 Jul 2026 00:43:01 +0000 (20:43 -0400)] 
Drop selftests-drv-net-add-missing-kconfig-for-psp.py.patch

Signed-off-by: Sasha Levin <sashal@kernel.org>
4 days agoDrop firmware-stratix10-svc-fix-memory-leaks-and-list-corruption-bugs.patch from...
Sasha Levin [Wed, 29 Jul 2026 21:28:38 +0000 (17:28 -0400)] 
Drop firmware-stratix10-svc-fix-memory-leaks-and-list-corruption-bugs.patch from 6.1 and 6.6

Signed-off-by: Sasha Levin <sashal@kernel.org>
4 days ago7.1-stable patches
Greg Kroah-Hartman [Wed, 29 Jul 2026 16:33:34 +0000 (18:33 +0200)] 
7.1-stable patches

added patches:
drm-amd-pm-fix-smu13-power-limit-range-calculation.patch
drm-amdgpu-fix-check-in-amdgpu_hmm_invalidate_gfx.patch

4 days ago6.18-stable patches
Greg Kroah-Hartman [Wed, 29 Jul 2026 16:33:25 +0000 (18:33 +0200)] 
6.18-stable patches

added patches:
drm-amd-pm-fix-smu13-power-limit-range-calculation.patch
drm-amdgpu-fix-check-in-amdgpu_hmm_invalidate_gfx.patch

4 days ago6.12-stable patches
Greg Kroah-Hartman [Wed, 29 Jul 2026 16:33:15 +0000 (18:33 +0200)] 
6.12-stable patches

added patches:
drm-amd-pm-fix-smu13-power-limit-range-calculation.patch

4 days ago7.1-stable patches
Greg Kroah-Hartman [Wed, 29 Jul 2026 16:31:41 +0000 (18:31 +0200)] 
7.1-stable patches

added patches:
drm-amd-pm-fix-amdgpu_pm_info-power-display-units.patch
drm-amd-pm-make-pp_features-read-only-when-scpm-is-enabled.patch
drm-amdgpu-fix-aperture-mapping-leak.patch
drm-amdgpu-fix-division-by-zero-with-invalid-uvd-dimensions.patch
drm-amdgpu-fix-kernel-panic-during-driver-load-failure.patch
drm-amdgpu-fix-resource-leak-on-acp-reset-timeout.patch
drm-amdgpu-gfx10-replace-bug_on-with-warn_on.patch
drm-amdgpu-gfx11-fix-eop-interrupt-routing-for-kq-and-userq.patch
drm-amdgpu-gfx12-fix-eop-interrupt-routing-for-kq-and-userq.patch
drm-amdgpu-gfx12-replace-bug_on-with-warn_on.patch
drm-amdgpu-gfx12.1-replace-bug_on-with-warn_on.patch
drm-amdgpu-gfx8-drop-unecessary-bug_on.patch
drm-amdgpu-gfx9-replace-bug_on-with-warn_on.patch
drm-amdgpu-gfx9.4.3-replace-bug_on-with-warn_on.patch
drm-amdgpu-invoke-pm_genpd_remove-before-freeing-genpd.patch
drm-amdgpu-jpeg-fix-jpeg_v4_0_3_is_idle-detection.patch
drm-amdgpu-jpeg-fix-jpeg_v5_0_1_is_idle-detection.patch
drm-amdgpu-mes11-set-doorbell-offset-for-suspending-userq.patch
drm-amdgpu-reject-mapping-a-reserved-doorbell-to-a-new-queue.patch
drm-amdgpu-sdma4.4.2-replace-bug_on-with-warn_on.patch
drm-amdgpu-sdma7.1-replace-bug_on-with-warn_on.patch
drm-amdgpu-vce-fix-integer-overflow-in-image-size.patch
drm-amdgpu-vcn4-avoid-rereading-ib-param-length.patch
drm-dp_mst-handle-torn-down-topology-gracefully-in-drm_dp_mst_topology_queue_probe.patch

4 days ago6.18-stable patches
Greg Kroah-Hartman [Wed, 29 Jul 2026 16:28:17 +0000 (18:28 +0200)] 
6.18-stable patches

added patches:
drm-amd-pm-fix-amdgpu_pm_info-power-display-units.patch
drm-amd-pm-make-pp_features-read-only-when-scpm-is-enabled.patch
drm-amdgpu-fix-aperture-mapping-leak.patch
drm-amdgpu-fix-division-by-zero-with-invalid-uvd-dimensions.patch
drm-amdgpu-fix-resource-leak-on-acp-reset-timeout.patch
drm-amdgpu-gfx10-replace-bug_on-with-warn_on.patch
drm-amdgpu-gfx11-replace-bug_on-with-warn_on.patch
drm-amdgpu-gfx12-replace-bug_on-with-warn_on.patch
drm-amdgpu-gfx8-drop-unecessary-bug_on.patch
drm-amdgpu-gfx9-replace-bug_on-with-warn_on.patch
drm-amdgpu-gfx9.4.3-replace-bug_on-with-warn_on.patch
drm-amdgpu-invoke-pm_genpd_remove-before-freeing-genpd.patch
drm-amdgpu-jpeg-fix-jpeg_v4_0_3_is_idle-detection.patch
drm-amdgpu-jpeg-fix-jpeg_v5_0_1_is_idle-detection.patch
drm-amdgpu-sdma4.4.2-replace-bug_on-with-warn_on.patch
drm-amdgpu-soc24-reset-dgpu-if-suspend-got-aborted.patch
drm-amdgpu-vce-fix-integer-overflow-in-image-size.patch
drm-amdgpu-vcn4-avoid-rereading-ib-param-length.patch
drm-dp_mst-handle-torn-down-topology-gracefully-in-drm_dp_mst_topology_queue_probe.patch

4 days ago6.12-stable patches
Greg Kroah-Hartman [Wed, 29 Jul 2026 16:28:06 +0000 (18:28 +0200)] 
6.12-stable patches

added patches:
drm-amd-pm-fix-amdgpu_pm_info-power-display-units.patch
drm-amd-pm-make-pp_features-read-only-when-scpm-is-enabled.patch
drm-amdgpu-fix-aperture-mapping-leak.patch
drm-amdgpu-fix-division-by-zero-with-invalid-uvd-dimensions.patch
drm-amdgpu-gfx10-replace-bug_on-with-warn_on.patch
drm-amdgpu-gfx11-replace-bug_on-with-warn_on.patch
drm-amdgpu-gfx12-replace-bug_on-with-warn_on.patch
drm-amdgpu-gfx8-drop-unecessary-bug_on.patch
drm-amdgpu-gfx9-replace-bug_on-with-warn_on.patch
drm-amdgpu-gfx9.4.3-replace-bug_on-with-warn_on.patch
drm-amdgpu-invoke-pm_genpd_remove-before-freeing-genpd.patch
drm-amdgpu-sdma4.4.2-replace-bug_on-with-warn_on.patch
drm-amdgpu-vce-fix-integer-overflow-in-image-size.patch
drm-amdgpu-vcn4-avoid-rereading-ib-param-length.patch
drm-dp_mst-handle-torn-down-topology-gracefully-in-drm_dp_mst_topology_queue_probe.patch

4 days ago5.15-stable patches
Greg Kroah-Hartman [Wed, 29 Jul 2026 16:26:00 +0000 (18:26 +0200)] 
5.15-stable patches

added patches:
drm-amdgpu-fix-division-by-zero-with-invalid-uvd-dimensions.patch
drm-amdgpu-gfx10-replace-bug_on-with-warn_on.patch
drm-amdgpu-gfx8-drop-unecessary-bug_on.patch
drm-amdgpu-gfx9-replace-bug_on-with-warn_on.patch
drm-amdgpu-invoke-pm_genpd_remove-before-freeing-genpd.patch

4 days ago5.10-stable patches
Greg Kroah-Hartman [Wed, 29 Jul 2026 16:25:50 +0000 (18:25 +0200)] 
5.10-stable patches

added patches:
drm-amdgpu-fix-division-by-zero-with-invalid-uvd-dimensions.patch
drm-amdgpu-gfx10-replace-bug_on-with-warn_on.patch
drm-amdgpu-gfx8-drop-unecessary-bug_on.patch
drm-amdgpu-gfx9-replace-bug_on-with-warn_on.patch
drm-amdgpu-invoke-pm_genpd_remove-before-freeing-genpd.patch

4 days ago6.6-stable patches
Greg Kroah-Hartman [Wed, 29 Jul 2026 16:23:52 +0000 (18:23 +0200)] 
6.6-stable patches

added patches:
drm-amd-pm-make-pp_features-read-only-when-scpm-is-enabled.patch
drm-amdgpu-fix-aperture-mapping-leak.patch
drm-amdgpu-fix-division-by-zero-with-invalid-uvd-dimensions.patch
drm-amdgpu-gfx10-replace-bug_on-with-warn_on.patch
drm-amdgpu-gfx11-replace-bug_on-with-warn_on.patch
drm-amdgpu-gfx8-drop-unecessary-bug_on.patch
drm-amdgpu-gfx9-replace-bug_on-with-warn_on.patch
drm-amdgpu-gfx9.4.3-replace-bug_on-with-warn_on.patch
drm-amdgpu-invoke-pm_genpd_remove-before-freeing-genpd.patch
drm-amdgpu-sdma4.4.2-replace-bug_on-with-warn_on.patch
drm-amdgpu-vce-fix-integer-overflow-in-image-size.patch
drm-amdgpu-vcn4-avoid-rereading-ib-param-length.patch
drm-dp_mst-handle-torn-down-topology-gracefully-in-drm_dp_mst_topology_queue_probe.patch

4 days ago6.1-stable patches
Greg Kroah-Hartman [Wed, 29 Jul 2026 16:23:39 +0000 (18:23 +0200)] 
6.1-stable patches

added patches:
drm-amd-pm-make-pp_features-read-only-when-scpm-is-enabled.patch
drm-amdgpu-fix-division-by-zero-with-invalid-uvd-dimensions.patch
drm-amdgpu-gfx10-replace-bug_on-with-warn_on.patch
drm-amdgpu-gfx11-replace-bug_on-with-warn_on.patch
drm-amdgpu-gfx8-drop-unecessary-bug_on.patch
drm-amdgpu-gfx9-replace-bug_on-with-warn_on.patch
drm-amdgpu-invoke-pm_genpd_remove-before-freeing-genpd.patch
drm-amdgpu-vce-fix-integer-overflow-in-image-size.patch

4 days agodrop already applied patch from queues
Greg Kroah-Hartman [Wed, 29 Jul 2026 15:51:30 +0000 (17:51 +0200)] 
drop already applied patch from queues

4 days agomove the queues back
Greg Kroah-Hartman [Wed, 29 Jul 2026 15:50:56 +0000 (17:50 +0200)] 
move the queues back

4 days agoLinux 6.12.99 v6.12.99
Greg Kroah-Hartman [Wed, 29 Jul 2026 15:49:40 +0000 (17:49 +0200)] 
Linux 6.12.99

4 days agoLinux 6.6.146 v6.6.146
Greg Kroah-Hartman [Wed, 29 Jul 2026 15:48:41 +0000 (17:48 +0200)] 
Linux 6.6.146

4 days agoLinux 6.1.179 v6.1.179
Greg Kroah-Hartman [Wed, 29 Jul 2026 15:48:02 +0000 (17:48 +0200)] 
Linux 6.1.179

4 days agodrop queue-7.1/mm-slab-prevent-unbounded-recursion-in-free-path-with-new-kmalloc...
Greg Kroah-Hartman [Wed, 29 Jul 2026 15:47:16 +0000 (17:47 +0200)] 
drop queue-7.1/mm-slab-prevent-unbounded-recursion-in-free-path-with-new-kmalloc-type.patch

4 days ago6.12-stable patches
Greg Kroah-Hartman [Wed, 29 Jul 2026 14:58:34 +0000 (16:58 +0200)] 
6.12-stable patches

added patches:
mm-refactor-mm_access-to-not-return-null.patch
series

4 days ago6.6-stable patches
Greg Kroah-Hartman [Wed, 29 Jul 2026 14:58:23 +0000 (16:58 +0200)] 
6.6-stable patches

added patches:
mm-refactor-mm_access-to-not-return-null.patch
series

4 days ago6.1-stable patches
Greg Kroah-Hartman [Wed, 29 Jul 2026 14:58:13 +0000 (16:58 +0200)] 
6.1-stable patches

added patches:
mm-refactor-mm_access-to-not-return-null.patch
series

4 days agomove the queues off to the side for a minute...
Greg Kroah-Hartman [Wed, 29 Jul 2026 14:56:59 +0000 (16:56 +0200)] 
move the queues off to the side for a minute...

4 days ago6.18-stable patches
Greg Kroah-Hartman [Wed, 29 Jul 2026 14:49:42 +0000 (16:49 +0200)] 
6.18-stable patches

added patches:
gve-fix-rx-queue-stall-on-alloc-failure.patch
ice-reject-out-of-range-ptype-in-ice_parser_profile_init.patch
ice-use-read_once-to-access-cached-phc-time.patch
ila-reload-ipv6-header-after-pskb_may_pull-in-checksum-adjust.patch
mac802154-hold-an-interface-reference-across-the-scan-worker.patch
mac802154-llsec-reject-frames-shorter-than-the-authentication-tag.patch
mctp-serial-handle-zero-length-frames-to-prevent-rx-buffer-overflow.patch
openvswitch-fix-gso-userspace-truncation-underflow.patch
ovpn-fix-peer-refcount-leak-in-tcp-error-paths.patch
ovpn-hold-peer-before-scheduling-keepalive-work.patch
pppoe-reload-header-pointer-after-dev_hard_header.patch
rtase-workaround-for-tx-hang-caused-by-hardware-packet-parsing.patch
tcp-challenge-ack-for-non-exact-rst-in-syn-received.patch
tcp-initialize-standalone-tcp-ao-response-padding.patch
tipc-clear-sock-sk-on-the-failed-insert-path-in-tipc_sk_create.patch
vsock-virtio-collapse-receive-queue-under-memory-pressure.patch
vxlan-mdb-fix-source-list-corruption-on-a-failed-replace.patch
watchdog-s32g_wdt-remove-incorrect-options-in-watchdog_info-struct.patch

4 days ago6.12-stable patches
Greg Kroah-Hartman [Wed, 29 Jul 2026 14:49:31 +0000 (16:49 +0200)] 
6.12-stable patches

added patches:
ice-reject-out-of-range-ptype-in-ice_parser_profile_init.patch
ice-use-read_once-to-access-cached-phc-time.patch
ila-reload-ipv6-header-after-pskb_may_pull-in-checksum-adjust.patch
mac802154-hold-an-interface-reference-across-the-scan-worker.patch
mac802154-llsec-reject-frames-shorter-than-the-authentication-tag.patch
mctp-serial-handle-zero-length-frames-to-prevent-rx-buffer-overflow.patch
openvswitch-fix-gso-userspace-truncation-underflow.patch
pppoe-reload-header-pointer-after-dev_hard_header.patch
rtase-workaround-for-tx-hang-caused-by-hardware-packet-parsing.patch
tcp-initialize-standalone-tcp-ao-response-padding.patch
tipc-clear-sock-sk-on-the-failed-insert-path-in-tipc_sk_create.patch
vsock-virtio-collapse-receive-queue-under-memory-pressure.patch
vxlan-mdb-fix-source-list-corruption-on-a-failed-replace.patch

4 days ago6.6-stable patches
Greg Kroah-Hartman [Wed, 29 Jul 2026 14:49:22 +0000 (16:49 +0200)] 
6.6-stable patches

added patches:
ice-use-read_once-to-access-cached-phc-time.patch
ila-reload-ipv6-header-after-pskb_may_pull-in-checksum-adjust.patch
mac802154-hold-an-interface-reference-across-the-scan-worker.patch
mac802154-llsec-reject-frames-shorter-than-the-authentication-tag.patch
mctp-serial-handle-zero-length-frames-to-prevent-rx-buffer-overflow.patch
pppoe-reload-header-pointer-after-dev_hard_header.patch
tipc-clear-sock-sk-on-the-failed-insert-path-in-tipc_sk_create.patch
vxlan-mdb-fix-source-list-corruption-on-a-failed-replace.patch

4 days ago6.1-stable patches
Greg Kroah-Hartman [Wed, 29 Jul 2026 14:49:12 +0000 (16:49 +0200)] 
6.1-stable patches

added patches:
ice-use-read_once-to-access-cached-phc-time.patch
ila-reload-ipv6-header-after-pskb_may_pull-in-checksum-adjust.patch
mac802154-llsec-reject-frames-shorter-than-the-authentication-tag.patch
mctp-serial-handle-zero-length-frames-to-prevent-rx-buffer-overflow.patch
pppoe-reload-header-pointer-after-dev_hard_header.patch
tipc-clear-sock-sk-on-the-failed-insert-path-in-tipc_sk_create.patch

4 days ago5.15-stable patches
Greg Kroah-Hartman [Wed, 29 Jul 2026 14:49:02 +0000 (16:49 +0200)] 
5.15-stable patches

added patches:
ice-use-read_once-to-access-cached-phc-time.patch
ila-reload-ipv6-header-after-pskb_may_pull-in-checksum-adjust.patch
mac802154-llsec-reject-frames-shorter-than-the-authentication-tag.patch
pppoe-reload-header-pointer-after-dev_hard_header.patch
tipc-clear-sock-sk-on-the-failed-insert-path-in-tipc_sk_create.patch

4 days ago5.10-stable patches
Greg Kroah-Hartman [Wed, 29 Jul 2026 14:48:52 +0000 (16:48 +0200)] 
5.10-stable patches

added patches:
ila-reload-ipv6-header-after-pskb_may_pull-in-checksum-adjust.patch
mac802154-llsec-reject-frames-shorter-than-the-authentication-tag.patch
pppoe-reload-header-pointer-after-dev_hard_header.patch
tipc-clear-sock-sk-on-the-failed-insert-path-in-tipc_sk_create.patch

4 days ago7.1-stable patches
Greg Kroah-Hartman [Wed, 29 Jul 2026 14:46:47 +0000 (16:46 +0200)] 
7.1-stable patches

added patches:
gve-fix-rx-queue-stall-on-alloc-failure.patch
ice-reject-out-of-range-ptype-in-ice_parser_profile_init.patch
ice-use-read_once-to-access-cached-phc-time.patch
ila-reload-ipv6-header-after-pskb_may_pull-in-checksum-adjust.patch
mac802154-hold-an-interface-reference-across-the-scan-worker.patch
mac802154-llsec-reject-frames-shorter-than-the-authentication-tag.patch
mctp-serial-handle-zero-length-frames-to-prevent-rx-buffer-overflow.patch
openvswitch-fix-gso-userspace-truncation-underflow.patch
ovpn-fix-peer-refcount-leak-in-tcp-error-paths.patch
ovpn-hold-peer-before-scheduling-keepalive-work.patch
pppoe-reload-header-pointer-after-dev_hard_header.patch
rtase-workaround-for-tx-hang-caused-by-hardware-packet-parsing.patch
tcp-challenge-ack-for-non-exact-rst-in-syn-received.patch
tcp-initialize-standalone-tcp-ao-response-padding.patch
tipc-clear-sock-sk-on-the-failed-insert-path-in-tipc_sk_create.patch
vsock-virtio-collapse-receive-queue-under-memory-pressure.patch
vxlan-mdb-fix-source-list-corruption-on-a-failed-replace.patch
watchdog-s32g_wdt-remove-incorrect-options-in-watchdog_info-struct.patch

4 days ago6.6-stable patches
Greg Kroah-Hartman [Wed, 29 Jul 2026 14:38:37 +0000 (16:38 +0200)] 
6.6-stable patches

added patches:
binfmt_elf_fdpic-only-honour-the-first-pt_interp.patch
ceph-add-owner-capability-checks-for-ceph_ioc_set_layout.patch
ceph-fix-pre-auth-out-of-bounds-read-on-snaptrace-in-ceph_handle_caps.patch
fs-preserve-acl_dont_cache-state-in-forget_cached_acl.patch
fscrypt-add-missing-superblock-check-in-find_or_insert_direct_key.patch
ftrace-add-global-mutex-to-serialize-trace_parser-access.patch
geneve-require-cap_net_admin-in-the-device-netns-for-changelink.patch
iommu-vt-d-disallow-sva-if-page-walk-is-not-coherent.patch
ksmbd-defer-destroy_previous_session-until-after-ntlm-authentication.patch
libceph-bound-get_version-reply-decode-to-front-len.patch
libceph-fix-multiplication-overflow-in-decode_new_up_state_weight.patch
libceph-guard-missing-crush-type-name-lookup.patch
libceph-refresh-auth-authorizer_buf-_len-after-authorizer-update.patch
libceph-reject-monmaps-advertising-zero-monitors.patch
libceph-reject-zero-bucket-types-in-crush_decode.patch
libceph-remove-debugfs-files-before-client-teardown.patch
net-af_iucv-fix-null-deref-in-afiucv_hs_callback_syn.patch
net-hip04-fix-rx-buffer-leak-on-build_skb-failure.patch
net-iucv-fix-use-after-free-of-a-severed-iucv_path.patch
net-slip-serialize-receive-against-buffer-reallocation.patch
net-x25-fix-use-after-free-in-x25_kill_by_neigh.patch
phonet-pep-fix-use-after-free-in-pep_get_sb.patch
proc-fix-broken-error-paths-for-namespace-links.patch
rbd-reset-positive-result-codes-to-zero-in-object-map-update-path.patch
sctp-don-t-free-the-asconf-s-own-transport-in-del-ip-processing.patch
selftests-ftrace-reset-triggers-at-top-level-before-instance-loop.patch
vxlan-require-cap_net_admin-in-the-device-netns-for-changelink.patch

4 days ago6.1-stable patches
Greg Kroah-Hartman [Wed, 29 Jul 2026 14:38:26 +0000 (16:38 +0200)] 
6.1-stable patches

added patches:
binfmt_elf_fdpic-only-honour-the-first-pt_interp.patch
ceph-fix-pre-auth-out-of-bounds-read-on-snaptrace-in-ceph_handle_caps.patch
fscrypt-add-missing-superblock-check-in-find_or_insert_direct_key.patch
ftrace-add-global-mutex-to-serialize-trace_parser-access.patch
geneve-require-cap_net_admin-in-the-device-netns-for-changelink.patch
iommu-vt-d-disallow-sva-if-page-walk-is-not-coherent.patch
ksmbd-defer-destroy_previous_session-until-after-ntlm-authentication.patch
libceph-bound-get_version-reply-decode-to-front-len.patch
libceph-fix-multiplication-overflow-in-decode_new_up_state_weight.patch
libceph-guard-missing-crush-type-name-lookup.patch
libceph-refresh-auth-authorizer_buf-_len-after-authorizer-update.patch
libceph-reject-monmaps-advertising-zero-monitors.patch
libceph-reject-zero-bucket-types-in-crush_decode.patch
libceph-remove-debugfs-files-before-client-teardown.patch
net-af_iucv-fix-null-deref-in-afiucv_hs_callback_syn.patch
net-hip04-fix-rx-buffer-leak-on-build_skb-failure.patch
net-iucv-fix-use-after-free-of-a-severed-iucv_path.patch
net-slip-serialize-receive-against-buffer-reallocation.patch
net-x25-fix-use-after-free-in-x25_kill_by_neigh.patch
phonet-pep-fix-use-after-free-in-pep_get_sb.patch
proc-fix-broken-error-paths-for-namespace-links.patch
rbd-reset-positive-result-codes-to-zero-in-object-map-update-path.patch
sctp-don-t-free-the-asconf-s-own-transport-in-del-ip-processing.patch
selftests-ftrace-reset-triggers-at-top-level-before-instance-loop.patch
vxlan-require-cap_net_admin-in-the-device-netns-for-changelink.patch

4 days ago5.15-stable patches
Greg Kroah-Hartman [Wed, 29 Jul 2026 14:38:15 +0000 (16:38 +0200)] 
5.15-stable patches

added patches:
binfmt_elf_fdpic-only-honour-the-first-pt_interp.patch
ceph-fix-pre-auth-out-of-bounds-read-on-snaptrace-in-ceph_handle_caps.patch
geneve-require-cap_net_admin-in-the-device-netns-for-changelink.patch
iommu-vt-d-disallow-sva-if-page-walk-is-not-coherent.patch
libceph-bound-get_version-reply-decode-to-front-len.patch
libceph-fix-multiplication-overflow-in-decode_new_up_state_weight.patch
libceph-guard-missing-crush-type-name-lookup.patch
libceph-refresh-auth-authorizer_buf-_len-after-authorizer-update.patch
libceph-reject-monmaps-advertising-zero-monitors.patch
libceph-reject-zero-bucket-types-in-crush_decode.patch
libceph-remove-debugfs-files-before-client-teardown.patch
net-af_iucv-fix-null-deref-in-afiucv_hs_callback_syn.patch
net-hip04-fix-rx-buffer-leak-on-build_skb-failure.patch
net-iucv-fix-use-after-free-of-a-severed-iucv_path.patch
net-slip-serialize-receive-against-buffer-reallocation.patch
net-x25-fix-use-after-free-in-x25_kill_by_neigh.patch
phonet-pep-fix-use-after-free-in-pep_get_sb.patch
proc-fix-broken-error-paths-for-namespace-links.patch
rbd-reset-positive-result-codes-to-zero-in-object-map-update-path.patch
sctp-don-t-free-the-asconf-s-own-transport-in-del-ip-processing.patch
selftests-ftrace-reset-triggers-at-top-level-before-instance-loop.patch
vxlan-require-cap_net_admin-in-the-device-netns-for-changelink.patch

4 days ago5.10-stable patches
Greg Kroah-Hartman [Wed, 29 Jul 2026 14:38:01 +0000 (16:38 +0200)] 
5.10-stable patches

added patches:
binfmt_elf_fdpic-only-honour-the-first-pt_interp.patch
ceph-fix-pre-auth-out-of-bounds-read-on-snaptrace-in-ceph_handle_caps.patch
geneve-require-cap_net_admin-in-the-device-netns-for-changelink.patch
iommu-vt-d-disallow-sva-if-page-walk-is-not-coherent.patch
libceph-bound-get_version-reply-decode-to-front-len.patch
libceph-fix-multiplication-overflow-in-decode_new_up_state_weight.patch
libceph-guard-missing-crush-type-name-lookup.patch
libceph-refresh-auth-authorizer_buf-_len-after-authorizer-update.patch
libceph-reject-zero-bucket-types-in-crush_decode.patch
libceph-remove-debugfs-files-before-client-teardown.patch
net-af_iucv-fix-null-deref-in-afiucv_hs_callback_syn.patch
net-hip04-fix-rx-buffer-leak-on-build_skb-failure.patch
net-iucv-fix-use-after-free-of-a-severed-iucv_path.patch
net-slip-serialize-receive-against-buffer-reallocation.patch
net-x25-fix-use-after-free-in-x25_kill_by_neigh.patch
phonet-pep-fix-use-after-free-in-pep_get_sb.patch
proc-fix-broken-error-paths-for-namespace-links.patch
rbd-reset-positive-result-codes-to-zero-in-object-map-update-path.patch
sctp-don-t-free-the-asconf-s-own-transport-in-del-ip-processing.patch
selftests-ftrace-reset-triggers-at-top-level-before-instance-loop.patch
vxlan-require-cap_net_admin-in-the-device-netns-for-changelink.patch

4 days ago6.18-stable patches
Greg Kroah-Hartman [Wed, 29 Jul 2026 13:59:41 +0000 (15:59 +0200)] 
6.18-stable patches

added patches:
amt-fix-use-after-free-in-amt-delayed-works.patch
asoc-fsl-imx-card-skip-sysclk-reset-for-active-dais-in-shutdown.patch
asoc-fsl_sai-fix-spurious-bclk-on-resume-by-clearing-byp.patch
binfmt_elf_fdpic-only-honour-the-first-pt_interp.patch
ceph-add-owner-capability-checks-for-ceph_ioc_set_layout.patch
ceph-fix-pre-auth-out-of-bounds-read-on-snaptrace-in-ceph_handle_caps.patch
ceph-fix-refcount-leak-in-ceph_readdir.patch
ceph-fix-writeback_count-leak-in-write_folio_nounlock.patch
fs-preserve-acl_dont_cache-state-in-forget_cached_acl.patch
fs-super-fix-emergency-thaw-double-unlock-of-s_umount.patch
fscrypt-add-missing-superblock-check-in-find_or_insert_direct_key.patch
ftrace-add-global-mutex-to-serialize-trace_parser-access.patch
geneve-require-cap_net_admin-in-the-device-netns-for-changelink.patch
ice-fix-ptp-call-trace-during-ptp-release.patch
io_uring-rw-fix-missing-erestartsys-conversion-in-read-paths.patch
iomap-fix-out-of-bounds-bitmap_set-with-zero-length-range.patch
iommu-vt-d-disallow-sva-if-page-walk-is-not-coherent.patch
ksmbd-defer-destroy_previous_session-until-after-ntlm-authentication.patch
libceph-bound-get_version-reply-decode-to-front-len.patch
libceph-fix-multiplication-overflow-in-decode_new_up_state_weight.patch
libceph-guard-missing-crush-type-name-lookup.patch
libceph-refresh-auth-authorizer_buf-_len-after-authorizer-update.patch
libceph-reject-monmaps-advertising-zero-monitors.patch
libceph-reject-zero-bucket-types-in-crush_decode.patch
libceph-remove-debugfs-files-before-client-teardown.patch
mm-huge_memory-set-pg_has_hwpoisoned-only-after-new-folio-head-is-established.patch
mm-kmemleak-fix-checksum-computation-for-per-cpu-objects.patch
net-af_iucv-fix-null-deref-in-afiucv_hs_callback_syn.patch
net-gro-fix-double-aggregation-of-flush-marked-skbs.patch
net-hip04-fix-rx-buffer-leak-on-build_skb-failure.patch
net-iucv-fix-use-after-free-of-a-severed-iucv_path.patch
net-mlx5e-use-sender-devcom-for-mpv-master-up.patch
net-pcs-xpcs-fix-sgmii-state-reading.patch
net-slip-serialize-receive-against-buffer-reallocation.patch
net-stmmac-intel-skip-serdes-reconfig-when-rate-is-unchanged.patch
net-x25-fix-use-after-free-in-x25_kill_by_neigh.patch
phonet-pep-fix-use-after-free-in-pep_get_sb.patch
proc-fix-broken-error-paths-for-namespace-links.patch
ptp-ptp_s390-add-missing-facility-check.patch
rbd-reset-positive-result-codes-to-zero-in-object-map-update-path.patch
sctp-avoid-auth_enable-sysctl-uaf-during-netns-teardown.patch
sctp-close-udp-tunnel-sockets-during-netns-teardown.patch
sctp-don-t-free-the-asconf-s-own-transport-in-del-ip-processing.patch
selftests-ftrace-reset-triggers-at-top-level-before-instance-loop.patch
smb-client-handle-status_stopped_on_symlink-responses-without-a-symlink-target.patch
super-fix-emergency-thaw-deadlock-on-frozen-block-devices.patch
vxlan-require-cap_net_admin-in-the-device-netns-for-changelink.patch

4 days ago6.12-stable patches
Greg Kroah-Hartman [Wed, 29 Jul 2026 13:59:28 +0000 (15:59 +0200)] 
6.12-stable patches

added patches:
amt-fix-use-after-free-in-amt-delayed-works.patch
asoc-fsl_sai-fix-spurious-bclk-on-resume-by-clearing-byp.patch
binfmt_elf_fdpic-only-honour-the-first-pt_interp.patch
ceph-add-owner-capability-checks-for-ceph_ioc_set_layout.patch
ceph-fix-pre-auth-out-of-bounds-read-on-snaptrace-in-ceph_handle_caps.patch
ceph-fix-refcount-leak-in-ceph_readdir.patch
fs-preserve-acl_dont_cache-state-in-forget_cached_acl.patch
fscrypt-add-missing-superblock-check-in-find_or_insert_direct_key.patch
ftrace-add-global-mutex-to-serialize-trace_parser-access.patch
geneve-require-cap_net_admin-in-the-device-netns-for-changelink.patch
ice-fix-ptp-call-trace-during-ptp-release.patch
iomap-fix-out-of-bounds-bitmap_set-with-zero-length-range.patch
iommu-vt-d-disallow-sva-if-page-walk-is-not-coherent.patch
ksmbd-defer-destroy_previous_session-until-after-ntlm-authentication.patch
libceph-bound-get_version-reply-decode-to-front-len.patch
libceph-fix-multiplication-overflow-in-decode_new_up_state_weight.patch
libceph-guard-missing-crush-type-name-lookup.patch
libceph-refresh-auth-authorizer_buf-_len-after-authorizer-update.patch
libceph-reject-monmaps-advertising-zero-monitors.patch
libceph-reject-zero-bucket-types-in-crush_decode.patch
libceph-remove-debugfs-files-before-client-teardown.patch
net-af_iucv-fix-null-deref-in-afiucv_hs_callback_syn.patch
net-gro-fix-double-aggregation-of-flush-marked-skbs.patch
net-hip04-fix-rx-buffer-leak-on-build_skb-failure.patch
net-iucv-fix-use-after-free-of-a-severed-iucv_path.patch
net-mlx5e-use-sender-devcom-for-mpv-master-up.patch
net-slip-serialize-receive-against-buffer-reallocation.patch
net-x25-fix-use-after-free-in-x25_kill_by_neigh.patch
phonet-pep-fix-use-after-free-in-pep_get_sb.patch
proc-fix-broken-error-paths-for-namespace-links.patch
rbd-reset-positive-result-codes-to-zero-in-object-map-update-path.patch
sctp-avoid-auth_enable-sysctl-uaf-during-netns-teardown.patch
sctp-close-udp-tunnel-sockets-during-netns-teardown.patch
sctp-don-t-free-the-asconf-s-own-transport-in-del-ip-processing.patch
selftests-ftrace-reset-triggers-at-top-level-before-instance-loop.patch
vxlan-require-cap_net_admin-in-the-device-netns-for-changelink.patch

4 days ago7.1-stable patches
Greg Kroah-Hartman [Wed, 29 Jul 2026 13:57:09 +0000 (15:57 +0200)] 
7.1-stable patches

added patches:
amt-fix-use-after-free-in-amt-delayed-works.patch
asoc-fsl-imx-card-skip-sysclk-reset-for-active-dais-in-shutdown.patch
asoc-fsl_sai-fix-spurious-bclk-on-resume-by-clearing-byp.patch
binfmt_elf_fdpic-only-honour-the-first-pt_interp.patch
ceph-add-owner-capability-checks-for-ceph_ioc_set_layout.patch
ceph-fix-pre-auth-out-of-bounds-read-on-snaptrace-in-ceph_handle_caps.patch
ceph-fix-refcount-leak-in-ceph_readdir.patch
ceph-fix-writeback_count-leak-in-write_folio_nounlock.patch
fs-preserve-acl_dont_cache-state-in-forget_cached_acl.patch
fs-super-fix-emergency-thaw-double-unlock-of-s_umount.patch
fscrypt-add-missing-superblock-check-in-find_or_insert_direct_key.patch
fscrypt-avoid-dynamic-allocation-in-fscrypt_get_devices.patch
ftrace-add-global-mutex-to-serialize-trace_parser-access.patch
geneve-require-cap_net_admin-in-the-device-netns-for-changelink.patch
ice-fix-ptp-call-trace-during-ptp-release.patch
io_uring-rw-fix-missing-erestartsys-conversion-in-read-paths.patch
iomap-fix-out-of-bounds-bitmap_set-with-zero-length-range.patch
iommu-vt-d-disallow-sva-if-page-walk-is-not-coherent.patch
ksmbd-defer-destroy_previous_session-until-after-ntlm-authentication.patch
ksmbd-validate-minimum-pdu-size-for-transform-requests.patch
libceph-bound-get_version-reply-decode-to-front-len.patch
libceph-bound-pg_-temp-upmap-upmap_items-length-to-ceph_pg_max_size.patch
libceph-fix-multiplication-overflow-in-decode_new_up_state_weight.patch
libceph-fix-two-unsafe-bare-decodes-in-decode_lockers.patch
libceph-guard-missing-crush-type-name-lookup.patch
libceph-refresh-auth-authorizer_buf-_len-after-authorizer-update.patch
libceph-reject-monmaps-advertising-zero-monitors.patch
libceph-reject-zero-bucket-types-in-crush_decode.patch
libceph-remove-debugfs-files-before-client-teardown.patch
m68k-avoid-wunused-but-set-parameter-in-clear_user_page.patch
mm-damon-core-disallow-overlapping-input-ranges-for-damon_set_regions.patch
mm-damon-core-validate-ranges-in-damon_set_regions.patch
mm-huge_memory-set-pg_has_hwpoisoned-only-after-new-folio-head-is-established.patch
mm-kmemleak-fix-checksum-computation-for-per-cpu-objects.patch
mm-memory-failure-trace-change-memory_failure_event-to-ras-subsystem.patch
mm-page_vma_mapped-fix-device-private-pmd-handling.patch
mm-slab-fix-a-memory-leak-due-to-bootstrapping-sheaves-twice.patch
mm-slab-prevent-unbounded-recursion-in-free-path-with-new-kmalloc-type.patch
mm-slub-fix-lost-local-objects-when-bulk-remote-free-batch-fills.patch
net-af_iucv-fix-null-deref-in-afiucv_hs_callback_syn.patch
net-gro-fix-double-aggregation-of-flush-marked-skbs.patch
net-hip04-fix-rx-buffer-leak-on-build_skb-failure.patch
net-iucv-fix-use-after-free-of-a-severed-iucv_path.patch
net-mlx5e-use-sender-devcom-for-mpv-master-up.patch
net-pcs-xpcs-fix-sgmii-state-reading.patch
net-qrtr-ns-raise-node-count-limit-to-512.patch
net-sched-serialize-qdisc_rtab_list-against-concurrent-get-put.patch
net-slip-serialize-receive-against-buffer-reallocation.patch
net-stmmac-intel-skip-serdes-reconfig-when-rate-is-unchanged.patch
net-x25-fix-use-after-free-in-x25_kill_by_neigh.patch
phonet-pep-fix-use-after-free-in-pep_get_sb.patch
proc-fix-broken-error-paths-for-namespace-links.patch
ptp-ptp_s390-add-missing-facility-check.patch
rbd-reset-positive-result-codes-to-zero-in-object-map-update-path.patch
sctp-avoid-auth_enable-sysctl-uaf-during-netns-teardown.patch
sctp-close-udp-tunnel-sockets-during-netns-teardown.patch
sctp-don-t-free-the-asconf-s-own-transport-in-del-ip-processing.patch
selftests-ftrace-reset-triggers-at-top-level-before-instance-loop.patch
smb-client-handle-status_stopped_on_symlink-responses-without-a-symlink-target.patch
super-fix-emergency-thaw-deadlock-on-frozen-block-devices.patch
userfaultfd-prevent-registration-of-special-vmas.patch
vxlan-require-cap_net_admin-in-the-device-netns-for-changelink.patch

4 days ago6.12-stable patches
Greg Kroah-Hartman [Wed, 29 Jul 2026 13:42:49 +0000 (15:42 +0200)] 
6.12-stable patches

added patches:
arm64-syscall-ensure-saved-x0-is-kept-in-sync-with-tracer-updates.patch
cdrom-fix-stack-out-of-bounds-read-in-cdromvolctrl.patch
comedi-comedi_parport-deal-with-premature-interrupt.patch
firmware-stratix10-svc-fix-memory-leaks-and-list-corruption-bugs.patch
intel_th-fix-msc-output-device-reference-leak.patch
loongarch-fix-oops-during-single-step-debugging.patch
loongarch-move-jump_label_init-before-parse_early_param.patch
loongarch-retrieve-cpu-package-id-from-pptt-when-available.patch
mei-bus-access-mei_device-under-device_lock-on-cleanup.patch
misc-nsm-only-unlock-nsm_dev-on-post-lock-error-paths.patch
misc-nsm-pin-the-module-while-the-device-is-open.patch
mptcp-decrement-subflows-counter-on-failed-passive-join.patch
mptcp-only-set-data_fin-when-a-mapping-is-present.patch
objtool-rust-add-one-more-noreturn-rust-function-for-rust-1.99.0.patch
revert-arm64-syscall-ensure-saved-x0-is-kept-in-sync-with-tracer-updates.patch
rust-allow-clippy-unwrap_or_default-globally.patch
serial-8250_mid-fix-null-function-pointer-dereference-on-dnv-icx-d-snr-platforms.patch
serial-sc16is7xx-implement-gpio-get_direction-callback.patch
tracing-eprobe-fix-exact-system-name-matching-in-eprobe_dyn_event_match.patch
tracing-fix-mmiotrace-possible-null-dereferencing-of-hiter-dev.patch
tracing-fix-resource-leak-on-mmiotrace-trace_pipe-close.patch
tracing-probes-avoid-temporary-buffer-truncation-in-trace_probe_match_command_args.patch
tracing-probes-fix-potential-underflow-in-len_or_zero-macro.patch
tracing-probes-prevent-out-of-bounds-write-in-__trace_probe_log_err.patch
uio_hv_generic-bind-to-fcopy-device-by-default.patch
x86-boot-compressed-disable-jump-tables.patch

4 days ago6.18-stable patches
Greg Kroah-Hartman [Wed, 29 Jul 2026 13:40:33 +0000 (15:40 +0200)] 
6.18-stable patches

added patches:
afs-fix-afs_edit_dir_remove-to-get-not-find-block-0.patch
arm64-make-huge_ptep_get-handled-unaligned-addresses.patch
arm64-syscall-ensure-saved-x0-is-kept-in-sync-with-tracer-updates.patch
cdrom-fix-stack-out-of-bounds-read-in-cdromvolctrl.patch
comedi-comedi_parport-deal-with-premature-interrupt.patch
firmware-stratix10-svc-fix-memory-leaks-and-list-corruption-bugs.patch
intel_th-fix-msc-output-device-reference-leak.patch
loongarch-fix-address-space-mismatch-in-kexec-command-line-lookup.patch
loongarch-fix-oops-during-single-step-debugging.patch
loongarch-move-jump_label_init-before-parse_early_param.patch
loongarch-retrieve-cpu-package-id-from-pptt-when-available.patch
mei-bus-access-mei_device-under-device_lock-on-cleanup.patch
misc-nsm-only-unlock-nsm_dev-on-post-lock-error-paths.patch
misc-nsm-pin-the-module-while-the-device-is-open.patch
mptcp-decrement-subflows-counter-on-failed-passive-join.patch
mptcp-only-set-data_fin-when-a-mapping-is-present.patch
mptcp-pm-userspace-fix-use-after-free-in-get_local_id.patch
objtool-rust-add-one-more-noreturn-rust-function-for-rust-1.99.0.patch
revert-arm64-syscall-ensure-saved-x0-is-kept-in-sync-with-tracer-updates.patch
rhashtable-clear-stale-iter-p-on-table-restart.patch
rust-allow-clippy-unwrap_or_default-globally.patch
rust-time-fix-as_micros_ceil-to-round-correctly-for-negative-delta.patch
rust_binder-only-print-failure-if-error-has-source.patch
selftests-ntsync-correct-config_ntsync-name.patch
serial-8250_mid-fix-null-function-pointer-dereference-on-dnv-icx-d-snr-platforms.patch
serial-sc16is7xx-implement-gpio-get_direction-callback.patch
tracing-eprobe-fix-exact-system-name-matching-in-eprobe_dyn_event_match.patch
tracing-fix-context-switch-counter-truncation.patch
tracing-fix-mmiotrace-possible-null-dereferencing-of-hiter-dev.patch
tracing-fix-resource-leak-on-mmiotrace-trace_pipe-close.patch
tracing-fix-union-collision-of-module-and-refcnt-for-dynamic-events.patch
tracing-probes-avoid-temporary-buffer-truncation-in-trace_probe_match_command_args.patch
tracing-probes-fix-potential-underflow-in-len_or_zero-macro.patch
tracing-probes-prevent-out-of-bounds-write-in-__trace_probe_log_err.patch
uio_hv_generic-bind-to-fcopy-device-by-default.patch
x86-boot-compressed-disable-jump-tables.patch

4 days ago7.1-stable patches
Greg Kroah-Hartman [Wed, 29 Jul 2026 13:39:13 +0000 (15:39 +0200)] 
7.1-stable patches

added patches:
afs-fix-afs_edit_dir_remove-to-get-not-find-block-0.patch
arm64-make-huge_ptep_get-handled-unaligned-addresses.patch
arm64-syscall-ensure-saved-x0-is-kept-in-sync-with-tracer-updates.patch
btrfs-do-not-try-compression-for-data-reloc-inodes.patch
cdrom-fix-stack-out-of-bounds-read-in-cdromvolctrl.patch
comedi-comedi_parport-deal-with-premature-interrupt.patch
firmware-stratix10-svc-fix-memory-leaks-and-list-corruption-bugs.patch
firmware-stratix10-svc-fix-teardown-order-in-remove-to-prevent-race.patch
firmware-stratix10-svc-handle-no_response-in-async-poll.patch
intel_th-fix-msc-output-device-reference-leak.patch
loongarch-fix-address-space-mismatch-in-kexec-command-line-lookup.patch
loongarch-fix-build-errors-due-to-wrong-instructions-for-32bit.patch
loongarch-fix-oops-during-single-step-debugging.patch
loongarch-increase-task_struct_offset-up-to-2040-for-32bit.patch
loongarch-move-jump_label_init-before-parse_early_param.patch
loongarch-retrieve-cpu-package-id-from-pptt-when-available.patch
mei-bus-access-mei_device-under-device_lock-on-cleanup.patch
misc-nsm-only-unlock-nsm_dev-on-post-lock-error-paths.patch
misc-nsm-pin-the-module-while-the-device-is-open.patch
mptcp-decrement-subflows-counter-on-failed-passive-join.patch
mptcp-fix-build_bug_on-on-legacy-arm-config.patch
mptcp-fix-stale-skb-sk-reference-on-subflow-close.patch
mptcp-only-set-data_fin-when-a-mapping-is-present.patch
mptcp-pm-userspace-fix-use-after-free-in-get_local_id.patch
objtool-rust-add-one-more-noreturn-rust-function-for-rust-1.99.0.patch
revert-arm64-syscall-ensure-saved-x0-is-kept-in-sync-with-tracer-updates.patch
rhashtable-clear-stale-iter-p-on-table-restart.patch
rust-allow-clippy-unwrap_or_default-globally.patch
rust-allow-suspicious_runtime_symbol_definitions-lint-for-rust-1.98.patch
rust-device-avoid-trailing-in-printing-macros.patch
rust-time-fix-as_micros_ceil-to-round-correctly-for-negative-delta.patch
rust_binder-only-print-failure-if-error-has-source.patch
selftests-mptcp-userspace_pm-fix-undefined-variable-port.patch
selftests-ntsync-correct-config_ntsync-name.patch
serial-8250_mid-fix-null-function-pointer-dereference-on-dnv-icx-d-snr-platforms.patch
serial-sc16is7xx-implement-gpio-get_direction-callback.patch
tracing-delay-module-ref-count-for-enable_event-trigger.patch
tracing-eprobe-fix-exact-system-name-matching-in-eprobe_dyn_event_match.patch
tracing-fix-context-switch-counter-truncation.patch
tracing-fix-mmiotrace-possible-null-dereferencing-of-hiter-dev.patch
tracing-fix-resource-leak-on-mmiotrace-trace_pipe-close.patch
tracing-fix-union-collision-of-module-and-refcnt-for-dynamic-events.patch
tracing-perf-fix-stale-head-for-perf-syscall-tracing.patch
tracing-probes-avoid-temporary-buffer-truncation-in-trace_probe_match_command_args.patch
tracing-probes-fix-potential-underflow-in-len_or_zero-macro.patch
tracing-probes-prevent-out-of-bounds-write-in-__trace_probe_log_err.patch
tracing-propagate-errors-from-remote-event-bulk-updates.patch
tracing-remotes-fix-page_va-access-before-counter-update-in-trace_remote_alloc_buffer.patch
ublk-wait-on-ublk_dev_ready-instead-of-ub-completion.patch
uio_hv_generic-bind-to-fcopy-device-by-default.patch
x86-boot-compressed-disable-jump-tables.patch

4 days ago6.6-stable patches
Greg Kroah-Hartman [Wed, 29 Jul 2026 13:37:59 +0000 (15:37 +0200)] 
6.6-stable patches

added patches:
arm64-syscall-ensure-saved-x0-is-kept-in-sync-with-tracer-updates.patch
cdrom-fix-stack-out-of-bounds-read-in-cdromvolctrl.patch
comedi-comedi_parport-deal-with-premature-interrupt.patch
firmware-stratix10-svc-fix-memory-leaks-and-list-corruption-bugs.patch
intel_th-fix-msc-output-device-reference-leak.patch
loongarch-fix-oops-during-single-step-debugging.patch
mei-bus-access-mei_device-under-device_lock-on-cleanup.patch
mptcp-decrement-subflows-counter-on-failed-passive-join.patch
mptcp-only-set-data_fin-when-a-mapping-is-present.patch
revert-arm64-syscall-ensure-saved-x0-is-kept-in-sync-with-tracer-updates.patch
serial-8250_mid-fix-null-function-pointer-dereference-on-dnv-icx-d-snr-platforms.patch
serial-sc16is7xx-implement-gpio-get_direction-callback.patch
tracing-eprobe-fix-exact-system-name-matching-in-eprobe_dyn_event_match.patch
tracing-fix-mmiotrace-possible-null-dereferencing-of-hiter-dev.patch
tracing-fix-resource-leak-on-mmiotrace-trace_pipe-close.patch
tracing-probes-avoid-temporary-buffer-truncation-in-trace_probe_match_command_args.patch
tracing-probes-fix-potential-underflow-in-len_or_zero-macro.patch
tracing-probes-prevent-out-of-bounds-write-in-__trace_probe_log_err.patch
x86-boot-compressed-disable-jump-tables.patch

4 days ago6.1-stable patches
Greg Kroah-Hartman [Wed, 29 Jul 2026 13:37:32 +0000 (15:37 +0200)] 
6.1-stable patches

added patches:
arm64-syscall-ensure-saved-x0-is-kept-in-sync-with-tracer-updates.patch
cdrom-fix-stack-out-of-bounds-read-in-cdromvolctrl.patch
comedi-comedi_parport-deal-with-premature-interrupt.patch
firmware-stratix10-svc-fix-memory-leaks-and-list-corruption-bugs.patch
intel_th-fix-msc-output-device-reference-leak.patch
mptcp-decrement-subflows-counter-on-failed-passive-join.patch
mptcp-only-set-data_fin-when-a-mapping-is-present.patch
revert-arm64-syscall-ensure-saved-x0-is-kept-in-sync-with-tracer-updates.patch
serial-8250_mid-fix-null-function-pointer-dereference-on-dnv-icx-d-snr-platforms.patch
serial-sc16is7xx-implement-gpio-get_direction-callback.patch
tracing-eprobe-fix-exact-system-name-matching-in-eprobe_dyn_event_match.patch
tracing-fix-mmiotrace-possible-null-dereferencing-of-hiter-dev.patch
tracing-fix-resource-leak-on-mmiotrace-trace_pipe-close.patch
tracing-probes-avoid-temporary-buffer-truncation-in-trace_probe_match_command_args.patch
tracing-probes-fix-potential-underflow-in-len_or_zero-macro.patch
tracing-probes-prevent-out-of-bounds-write-in-__trace_probe_log_err.patch
x86-boot-compressed-disable-jump-tables.patch

4 days ago5.15-stable patches
Greg Kroah-Hartman [Wed, 29 Jul 2026 13:37:17 +0000 (15:37 +0200)] 
5.15-stable patches

added patches:
arm64-syscall-ensure-saved-x0-is-kept-in-sync-with-tracer-updates.patch
cdrom-fix-stack-out-of-bounds-read-in-cdromvolctrl.patch
comedi-comedi_parport-deal-with-premature-interrupt.patch
intel_th-fix-msc-output-device-reference-leak.patch
mptcp-only-set-data_fin-when-a-mapping-is-present.patch
revert-arm64-syscall-ensure-saved-x0-is-kept-in-sync-with-tracer-updates.patch
tracing-eprobe-fix-exact-system-name-matching-in-eprobe_dyn_event_match.patch
tracing-fix-mmiotrace-possible-null-dereferencing-of-hiter-dev.patch
tracing-fix-resource-leak-on-mmiotrace-trace_pipe-close.patch
tracing-probes-avoid-temporary-buffer-truncation-in-trace_probe_match_command_args.patch
tracing-probes-fix-potential-underflow-in-len_or_zero-macro.patch
tracing-probes-prevent-out-of-bounds-write-in-__trace_probe_log_err.patch
x86-boot-compressed-disable-jump-tables.patch

4 days ago5.10-stable patches
Greg Kroah-Hartman [Wed, 29 Jul 2026 13:37:00 +0000 (15:37 +0200)] 
5.10-stable patches

added patches:
arm64-syscall-ensure-saved-x0-is-kept-in-sync-with-tracer-updates.patch
cdrom-fix-stack-out-of-bounds-read-in-cdromvolctrl.patch
comedi-comedi_parport-deal-with-premature-interrupt.patch
intel_th-fix-msc-output-device-reference-leak.patch
revert-arm64-syscall-ensure-saved-x0-is-kept-in-sync-with-tracer-updates.patch
tracing-fix-mmiotrace-possible-null-dereferencing-of-hiter-dev.patch
tracing-fix-resource-leak-on-mmiotrace-trace_pipe-close.patch
tracing-probes-avoid-temporary-buffer-truncation-in-trace_probe_match_command_args.patch
tracing-probes-fix-potential-underflow-in-len_or_zero-macro.patch
tracing-probes-prevent-out-of-bounds-write-in-__trace_probe_log_err.patch

4 days ago5.15-stable patches
Greg Kroah-Hartman [Wed, 29 Jul 2026 13:19:26 +0000 (15:19 +0200)] 
5.15-stable patches

added patches:
binfmt_misc-set-have_execfd-only-once-the-interpreter-is-opened.patch
bluetooth-rfcomm-fix-session-uaf-in-set_termios.patch
exec-fix-unsigned-loop-counter-wrap-in-transfer_args_to_stack.patch
media-pci-dm1105-free-allocated-workqueue.patch
media-pwc-drain-fill_buf-on-start_streaming-failure.patch
media-pwc-return-queued-buffers-on-start_streaming-failure.patch
media-radio-si476x-unregister-v4l2_device-on-probe-failure.patch
media-rtl2832-fix-use-after-free-in-rtl2832_remove.patch
media-rtl2832_sdr-return-queued-buffers-on-start_streaming-failure.patch
media-saa7134-fix-a-possible-memory-leak-in-saa7134_video_init1.patch
media-sun4i-csi-return-queued-buffers-on-start_streaming-failure.patch
media-tegra-video-vi-fix-invalid-u32-return-value-in-format-lookup.patch
media-v4l2-ctrls-request-add-null-check-in-v4l2_ctrl_request_complete.patch
media-vb2-use-ssize_t-for-vb2_read-vb2_write.patch
media-vidtv-fix-reference-leak-on-failed-device-registration.patch
media-vimc-fix-reference-leak-on-failed-device-registration.patch
media-vivid-check-for-vb2_is_busy-when-toggling-caps.patch
staging-rtl8723bs-fix-inverted-ht40-secondary-channel-offset.patch
staging-rtl8723bs-fix-oob-reads-in-rtw_get_wps_ie.patch
wifi-ath6kl-fix-oob-access-from-firmware-addba-window-size.patch
wifi-brcmfmac-make-release_scratchbuffers-idempotent.patch
wifi-mwifiex-fix-null-dereference-when-the-ap-has-ht-cap-but-no-ht-oper.patch
wifi-wilc1000-validate-assoc-response-length-before-subtracting-header.patch

4 days ago5.10-stable patches
Greg Kroah-Hartman [Wed, 29 Jul 2026 13:19:15 +0000 (15:19 +0200)] 
5.10-stable patches

added patches:
binfmt_misc-set-have_execfd-only-once-the-interpreter-is-opened.patch
bluetooth-rfcomm-fix-session-uaf-in-set_termios.patch
exec-fix-unsigned-loop-counter-wrap-in-transfer_args_to_stack.patch
media-pci-dm1105-free-allocated-workqueue.patch
media-pwc-drain-fill_buf-on-start_streaming-failure.patch
media-pwc-return-queued-buffers-on-start_streaming-failure.patch
media-radio-si476x-unregister-v4l2_device-on-probe-failure.patch
media-rtl2832-fix-use-after-free-in-rtl2832_remove.patch
media-rtl2832_sdr-return-queued-buffers-on-start_streaming-failure.patch
media-saa7134-fix-a-possible-memory-leak-in-saa7134_video_init1.patch
media-sun4i-csi-return-queued-buffers-on-start_streaming-failure.patch
media-tegra-video-vi-fix-invalid-u32-return-value-in-format-lookup.patch
media-vb2-use-ssize_t-for-vb2_read-vb2_write.patch
media-vidtv-fix-reference-leak-on-failed-device-registration.patch
media-vimc-fix-reference-leak-on-failed-device-registration.patch
media-vivid-check-for-vb2_is_busy-when-toggling-caps.patch
wifi-ath6kl-fix-oob-access-from-firmware-addba-window-size.patch
wifi-brcmfmac-make-release_scratchbuffers-idempotent.patch
wifi-mwifiex-fix-null-dereference-when-the-ap-has-ht-cap-but-no-ht-oper.patch
wifi-wilc1000-validate-assoc-response-length-before-subtracting-header.patch