]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/log
thirdparty/kernel/stable-queue.git
23 hours agoMerge branch 'master' of gitolite.kernel.org:/pub/scm/linux/kernel/git/stable/stable... master
Greg Kroah-Hartman [Wed, 17 Jun 2026 14:01:26 +0000 (19:31 +0530)] 
Merge branch 'master' of gitolite.kernel.org:/pub/scm/linux/kernel/git/stable/stable-queue

23 hours ago6.1-stable patches
Greg Kroah-Hartman [Wed, 17 Jun 2026 14:01:16 +0000 (19:31 +0530)] 
6.1-stable patches

added patches:
batman-adv-tp_meter-avoid-role-confusion-in-tp_list.patch
batman-adv-tp_meter-fix-race-condition-in-send-error-reporting.patch

23 hours ago5.15-stable patches
Greg Kroah-Hartman [Wed, 17 Jun 2026 14:00:24 +0000 (19:30 +0530)] 
5.15-stable patches

added patches:
batman-adv-tp_meter-avoid-role-confusion-in-tp_list.patch
batman-adv-tp_meter-fix-race-condition-in-send-error-reporting.patch

24 hours agodrop crypto-nx scomp migration cluster based on RC review feedback
Sasha Levin [Wed, 17 Jun 2026 13:23:54 +0000 (09:23 -0400)] 
drop crypto-nx scomp migration cluster based on RC review feedback

Dropped patches:

- "crypto: nx - Migrate to scomp API" (980b5705f4e7)
  Queues: 6.1, 5.15
  Reason: CRITICAL ppc64le build break (-Werror=incompatible-pointer-types
    in drivers/crypto/nx/nx-common-pseries.c:1021-1022). The backport
    assigns the new stateless alloc_ctx/free_ctx prototypes, but the scomp
    core prerequisite (stateless scomp_alg alloc_ctx/free_ctx) was not
    backported to 5.15/6.1, so scomp_alg still has the old stateful
    prototype. Queued only as a Stable-dep-of for adb3faf2db1a.
  Report: https://lore.kernel.org/stable/178163274542.15780.10458817119163247870@330cfa3079ca/
  Report: https://lore.kernel.org/stable/178163274374.15780.8786280632641904056@330cfa3079ca/

- "crypto: nx - fix bounce buffer leaks in nx842_crypto_{alloc,free}_ctx" (adb3faf2db1a)  [dependency]
  Queues: 6.1, 5.15
  Reason: the target fix; modifies the post-migration
    nx842_crypto_alloc_ctx()/nx842_crypto_free_ctx() and cannot build
    without the dropped scomp migration above.

- "crypto: nx - fix context leak in nx842_crypto_free_ctx" (344e6a4f7ff4)  [dependency]
  Queues: 6.1, 5.15
  Reason: Fixes: 980b5705f4e7; patches the post-migration
    nx842_crypto_free_ctx(void *) and depends on the dropped scomp migration.

- "crypto: nx - Avoid -Wflex-array-member-not-at-end warning" (1e6b251ce175)  [dependency]
  Queues: 6.1, 5.15
  Reason: Stable-dep-of adb3faf2db1a; queued only as a prerequisite for the
    dropped target fix, so dropped together with the cluster.

Signed-off-by: Sasha Levin <sashal@kernel.org>
30 hours ago6.1-stable patches
Greg Kroah-Hartman [Wed, 17 Jun 2026 07:44:59 +0000 (13:14 +0530)] 
6.1-stable patches

added patches:
ksmbd-oob-read-regression-in-smb_check_perm_dacl-ace-walk-loops.patch

30 hours ago5.15-stable patches
Greg Kroah-Hartman [Wed, 17 Jun 2026 07:44:30 +0000 (13:14 +0530)] 
5.15-stable patches

added patches:
ksmbd-oob-read-regression-in-smb_check_perm_dacl-ace-walk-loops.patch

30 hours agodrop net-sched-revert-net-sched-restrict-conditions-for-a.patch from everywhere
Greg Kroah-Hartman [Wed, 17 Jun 2026 07:38:12 +0000 (13:08 +0530)] 
drop net-sched-revert-net-sched-restrict-conditions-for-a.patch from everywhere

33 hours ago7.1 is alive!
Greg Kroah-Hartman [Wed, 17 Jun 2026 04:40:30 +0000 (10:10 +0530)] 
7.1 is alive!

33 hours agodrop some 6.6 patches
Greg Kroah-Hartman [Wed, 17 Jun 2026 04:40:10 +0000 (10:10 +0530)] 
drop some 6.6 patches

33 hours ago5.15-stable patches
Greg Kroah-Hartman [Wed, 17 Jun 2026 04:17:44 +0000 (09:47 +0530)] 
5.15-stable patches

added patches:
bluetooth-mgmt-fix-backward-compatibility-with-userspace.patch

33 hours agodrop some nvme 5.15 patches
Greg Kroah-Hartman [Wed, 17 Jun 2026 04:16:40 +0000 (09:46 +0530)] 
drop some nvme 5.15 patches

33 hours agoclean up the scsi 5.15 patches
Greg Kroah-Hartman [Wed, 17 Jun 2026 04:13:45 +0000 (09:43 +0530)] 
clean up the scsi 5.15 patches

Too much mess.

34 hours ago5.15-stable patches
Greg Kroah-Hartman [Wed, 17 Jun 2026 03:57:10 +0000 (09:27 +0530)] 
5.15-stable patches

added patches:
scsi-sd-revert-rework-asynchronous-resume-support.patch

34 hours ago5.10-stable patches
Greg Kroah-Hartman [Wed, 17 Jun 2026 03:27:29 +0000 (08:57 +0530)] 
5.10-stable patches

added patches:
media-rc-igorplugusb-fix-control-request-setup-packet.patch
media-rc-ttusbir-fix-inverted-error-logic.patch

34 hours ago5.15-stable patches
Greg Kroah-Hartman [Wed, 17 Jun 2026 03:26:22 +0000 (08:56 +0530)] 
5.15-stable patches

added patches:
ata-libata-scsi-avoid-deadlock-on-rescan-after-device-resume.patch
ata-libata-scsi-link-ata-port-and-scsi-device.patch
ata-scsi-do-not-issue-start-stop-unit-on-resume.patch
batman-adv-tp_meter-fix-tp_vars-reference-leak-in-receiver-shutdown.patch
crypto-nx-fix-context-leak-in-nx842_crypto_free_ctx.patch
media-rc-igorplugusb-fix-control-request-setup-packet.patch
media-rc-ttusbir-fix-inverted-error-logic.patch
nvme-fix-discard-support-without-oncs.patch
scsi-core-declare-scsi_scan_type-static.patch
scsi-core-suppress-a-kernel-doc-warning.patch
scsi-sd-rework-asynchronous-resume-support.patch
scsi-sd-unregister-device-if-device_add_disk-failed-in-sd_probe.patch

34 hours ago6.1-stable patches
Greg Kroah-Hartman [Wed, 17 Jun 2026 03:18:55 +0000 (08:48 +0530)] 
6.1-stable patches

added patches:
batman-adv-tp_meter-fix-tp_vars-reference-leak-in-receiver-shutdown.patch
bootconfig-fix-negative-seeks-on-32-bit-with-lfs-enabled.patch
crypto-nx-fix-context-leak-in-nx842_crypto_free_ctx.patch
media-rc-igorplugusb-fix-control-request-setup-packet.patch
media-rc-ttusbir-fix-inverted-error-logic.patch
r8152-hold-the-rtnl_lock-for-all-of-reset.patch
selftests-bpf-fix-bpf_nf-selftest-failure.patch

34 hours agoadd 6.1 git id
Greg Kroah-Hartman [Wed, 17 Jun 2026 03:13:20 +0000 (08:43 +0530)] 
add 6.1 git id

35 hours ago6.18-stable patches
Greg Kroah-Hartman [Wed, 17 Jun 2026 02:53:11 +0000 (08:23 +0530)] 
6.18-stable patches

added patches:
cfi-include-uaccess.h-for-get_kernel_nofault.patch

35 hours ago7.0-stable patches
Greg Kroah-Hartman [Wed, 17 Jun 2026 02:51:52 +0000 (08:21 +0530)] 
7.0-stable patches

added patches:
vsock-virtio-fix-skb-overhead-overflow-on-32-bit-builds.patch

35 hours ago6.18-stable patches
Greg Kroah-Hartman [Wed, 17 Jun 2026 02:51:25 +0000 (08:21 +0530)] 
6.18-stable patches

added patches:
vsock-virtio-fix-skb-overhead-overflow-on-32-bit-builds.patch

35 hours ago6.12-stable patches
Greg Kroah-Hartman [Wed, 17 Jun 2026 02:45:28 +0000 (08:15 +0530)] 
6.12-stable patches

added patches:
vsock-virtio-fix-skb-overhead-overflow-on-32-bit-builds.patch

2 days ago6.6-stable patches
Greg Kroah-Hartman [Tue, 16 Jun 2026 13:43:31 +0000 (19:13 +0530)] 
6.6-stable patches

added patches:
x86-cpu-amd-call-the-spectral-chicken-in-the-zen2-init-function.patch
x86-cpu-amd-move-the-zen3-btc_no-detection-to-the-zen3-init-function.patch
x86-cpu-amd-rename-init_amd_zn-to-init_amd_zen_common.patch

2 days ago6.1-stable patches
Greg Kroah-Hartman [Tue, 16 Jun 2026 13:43:01 +0000 (19:13 +0530)] 
6.1-stable patches

added patches:
apparmor-validate-default-dfa-states-are-in-bounds.patch
x86-cpu-amd-move-the-zen3-btc_no-detection-to-the-zen3-init-function.patch

2 days ago5.15-stable patches
Greg Kroah-Hartman [Tue, 16 Jun 2026 13:42:33 +0000 (19:12 +0530)] 
5.15-stable patches

added patches:
apparmor-validate-default-dfa-states-are-in-bounds.patch
x86-cpu-amd-move-the-zen3-btc_no-detection-to-the-zen3-init-function.patch

2 days ago5.10-stable patches
Greg Kroah-Hartman [Tue, 16 Jun 2026 13:42:04 +0000 (19:12 +0530)] 
5.10-stable patches

added patches:
apparmor-validate-default-dfa-states-are-in-bounds.patch
x86-cpu-amd-move-the-zen3-btc_no-detection-to-the-zen3-init-function.patch

2 days agodrop 5.10 patch
Greg Kroah-Hartman [Tue, 16 Jun 2026 13:36:03 +0000 (19:06 +0530)] 
drop 5.10 patch

2 days ago6.12-stable patches
Greg Kroah-Hartman [Tue, 16 Jun 2026 13:35:06 +0000 (19:05 +0530)] 
6.12-stable patches

added patches:
mptcp-pm-fix-extra_subflows-underflow-on-userspace-pm-subflow-creation.patch
revert-selftest-ptp-update-ptp-selftest-to-exercise-the-gettimex-options.patch

2 days ago6.6-stable patches
Greg Kroah-Hartman [Tue, 16 Jun 2026 13:34:38 +0000 (19:04 +0530)] 
6.6-stable patches

added patches:
revert-selftest-ptp-update-ptp-selftest-to-exercise-the-gettimex-options.patch

2 days ago6.1-stable patches
Greg Kroah-Hartman [Tue, 16 Jun 2026 13:34:10 +0000 (19:04 +0530)] 
6.1-stable patches

added patches:
fbdev-vt8500lcdfb-fix-dma_free_coherent-cpu_addr-parameter.patch
revert-selftest-ptp-update-ptp-selftest-to-exercise-the-gettimex-options.patch

2 days ago5.15-stable patches
Greg Kroah-Hartman [Tue, 16 Jun 2026 13:33:40 +0000 (19:03 +0530)] 
5.15-stable patches

added patches:
fbdev-vt8500lcdfb-fix-dma_free_coherent-cpu_addr-parameter.patch

2 days ago5.10-stable patches
Greg Kroah-Hartman [Tue, 16 Jun 2026 13:33:04 +0000 (19:03 +0530)] 
5.10-stable patches

added patches:
fbdev-vt8500lcdfb-fix-dma_free_coherent-cpu_addr-parameter.patch
revert-selftest-ptp-update-ptp-selftest-to-exercise-the-gettimex-options.patch

2 days ago5.10-stable patches
Greg Kroah-Hartman [Tue, 16 Jun 2026 13:22:18 +0000 (18:52 +0530)] 
5.10-stable patches

added patches:
arm64-cputype-add-c1-premium-definitions.patch
arm64-cputype-add-c1-ultra-definitions.patch
arm64-cputype-add-nvidia-olympus-definitions.patch
arm64-errata-mitigate-tlbi-errata-on-microsoft-azure-cobalt-100-cpu.patch
arm64-errata-mitigate-tlbi-errata-on-nvidia-olympus-cpu.patch
arm64-errata-mitigate-tlbi-errata-on-various-arm-cpus.patch
arm64-subscribe-microsoft-azure-cobalt-100-to-arm-neoverse-n2-errata.patch

2 days ago5.15-stable patches
Greg Kroah-Hartman [Tue, 16 Jun 2026 13:19:41 +0000 (18:49 +0530)] 
5.15-stable patches

added patches:
arm64-cputype-add-c1-premium-definitions.patch
arm64-cputype-add-c1-ultra-definitions.patch
arm64-cputype-add-nvidia-olympus-definitions.patch
arm64-errata-mitigate-tlbi-errata-on-microsoft-azure-cobalt-100-cpu.patch
arm64-errata-mitigate-tlbi-errata-on-nvidia-olympus-cpu.patch
arm64-errata-mitigate-tlbi-errata-on-various-arm-cpus.patch
mptcp-close-toctou-race-while-computing-rcv_wnd.patch

2 days ago6.1-stable patches
Greg Kroah-Hartman [Tue, 16 Jun 2026 13:18:43 +0000 (18:48 +0530)] 
6.1-stable patches

added patches:
arm64-cputype-add-c1-premium-definitions.patch
arm64-cputype-add-c1-ultra-definitions.patch
arm64-cputype-add-nvidia-olympus-definitions.patch
arm64-errata-mitigate-tlbi-errata-on-microsoft-azure-cobalt-100-cpu.patch
arm64-errata-mitigate-tlbi-errata-on-nvidia-olympus-cpu.patch
arm64-errata-mitigate-tlbi-errata-on-various-arm-cpus.patch

2 days ago6.6-stable patches
Greg Kroah-Hartman [Tue, 16 Jun 2026 13:17:39 +0000 (18:47 +0530)] 
6.6-stable patches

added patches:
arm64-cputype-add-c1-premium-definitions.patch
arm64-cputype-add-c1-ultra-definitions.patch
arm64-cputype-add-nvidia-olympus-definitions.patch
arm64-errata-mitigate-tlbi-errata-on-microsoft-azure-cobalt-100-cpu.patch
arm64-errata-mitigate-tlbi-errata-on-nvidia-olympus-cpu.patch
arm64-errata-mitigate-tlbi-errata-on-various-arm-cpus.patch
mptcp-add-addr-always-drop-other-suboptions.patch
mptcp-fix-missing-wakeups-in-edge-scenarios.patch

2 days ago6.12-stable patches
Greg Kroah-Hartman [Tue, 16 Jun 2026 13:16:41 +0000 (18:46 +0530)] 
6.12-stable patches

added patches:
net-introduce-export_ipv6_mod-and-export_ipv6_mod_gpl.patch
tcp-secure_seq-add-back-ports-to-ts-offset.patch
tcp-use-export_ipv6_mod.patch

2 days ago6.12-stable patches
Greg Kroah-Hartman [Tue, 16 Jun 2026 13:14:56 +0000 (18:44 +0530)] 
6.12-stable patches

added patches:
arm64-cputype-add-c1-premium-definitions.patch
arm64-cputype-add-c1-ultra-definitions.patch
arm64-cputype-add-nvidia-olympus-definitions.patch
arm64-errata-mitigate-tlbi-errata-on-microsoft-azure-cobalt-100-cpu.patch
arm64-errata-mitigate-tlbi-errata-on-nvidia-olympus-cpu.patch
arm64-errata-mitigate-tlbi-errata-on-various-arm-cpus.patch

2 days ago7.0-stable patches
Greg Kroah-Hartman [Tue, 16 Jun 2026 13:12:56 +0000 (18:42 +0530)] 
7.0-stable patches

added patches:
arm64-errata-mitigate-tlbi-errata-on-microsoft-azure-cobalt-100-cpu.patch
arm64-errata-mitigate-tlbi-errata-on-nvidia-olympus-cpu.patch
arm64-errata-mitigate-tlbi-errata-on-various-arm-cpus.patch

2 days ago7.1-stable patches
Greg Kroah-Hartman [Tue, 16 Jun 2026 13:09:31 +0000 (18:39 +0530)] 
7.1-stable patches

added patches:
arm64-errata-mitigate-tlbi-errata-on-microsoft-azure-cobalt-100-cpu.patch
arm64-errata-mitigate-tlbi-errata-on-nvidia-olympus-cpu.patch
arm64-errata-mitigate-tlbi-errata-on-various-arm-cpus.patch

2 days ago6.1-stable patches
Greg Kroah-Hartman [Tue, 16 Jun 2026 12:06:46 +0000 (17:36 +0530)] 
6.1-stable patches

added patches:
drm-v3d-reject-empty-multisync-extension-to-prevent-infinite-loop.patch
ipmi-ssif-null-thread-on-error.patch
ipmi-ssif-remove-unnecessary-indention.patch
mm-damon-core-implement-damon_kdamond_pid.patch
mm-damon-lru_sort-detect-and-use-fresh-enabled-and-kdamond_pid-values.patch
mm-damon-reclaim-detect-and-use-fresh-enabled-and-kdamond_pid-values.patch

2 days ago5.15-stable patches
Greg Kroah-Hartman [Tue, 16 Jun 2026 12:06:45 +0000 (17:36 +0530)] 
5.15-stable patches

added patches:
selinux-enable-genfscon-labeling-for-securityfs.patch

2 days ago5.10-stable patches
Greg Kroah-Hartman [Tue, 16 Jun 2026 12:06:44 +0000 (17:36 +0530)] 
5.10-stable patches

added patches:
lib-crypto-mpi-fix-integer-underflow-in-mpi_read_raw_from_sgl.patch

2 days ago6.1-stable patches
Greg Kroah-Hartman [Tue, 16 Jun 2026 10:20:23 +0000 (15:50 +0530)] 
6.1-stable patches

added patches:
ipmi-ssif-clean-up-kthread-on-errors.patch
ipmi-ssif-fix-a-shutdown-race.patch
kvm-arm64-wake-up-from-wfi-when-iqrchip-is-in-userspace.patch
lib-crypto-mpi-fix-integer-underflow-in-mpi_read_raw_from_sgl.patch
mm-damon-core-disallow-time-quota-setting-zero-esz.patch
mm-damon-core-use-time_in_range_open-for-damos-quota-window-start.patch
usb-typec-tcpm-reset-internal-port-states-on-soft-reset-ams.patch

2 days ago7.1-stable patches
Greg Kroah-Hartman [Tue, 16 Jun 2026 10:14:12 +0000 (15:44 +0530)] 
7.1-stable patches

added patches:
arm64-cputype-add-c1-premium-definitions.patch
arm64-cputype-add-c1-ultra-definitions.patch

2 days ago7.0-stable patches
Greg Kroah-Hartman [Tue, 16 Jun 2026 10:14:11 +0000 (15:44 +0530)] 
7.0-stable patches

added patches:
arm64-cputype-add-c1-premium-definitions.patch
arm64-cputype-add-c1-ultra-definitions.patch

2 days ago6.18-stable patches
Greg Kroah-Hartman [Tue, 16 Jun 2026 10:14:06 +0000 (15:44 +0530)] 
6.18-stable patches

added patches:
arm64-cputype-add-c1-premium-definitions.patch
arm64-cputype-add-c1-ultra-definitions.patch
arm64-errata-mitigate-tlbi-errata-on-microsoft-azure-cobalt-100-cpu.patch
arm64-errata-mitigate-tlbi-errata-on-nvidia-olympus-cpu.patch
arm64-errata-mitigate-tlbi-errata-on-various-arm-cpus.patch
block-fix-handling-of-dead-zone-write-plugs.patch

2 days ago6.12-stable patches
Greg Kroah-Hartman [Tue, 16 Jun 2026 10:14:03 +0000 (15:44 +0530)] 
6.12-stable patches

added patches:
block-fix-handling-of-dead-zone-write-plugs.patch

2 days ago6.1-stable patches
Greg Kroah-Hartman [Tue, 16 Jun 2026 10:13:43 +0000 (15:43 +0530)] 
6.1-stable patches

added patches:
perf-build-conditionally-define-ndebug.patch
perf-build-disable-fewer-bison-warnings.patch
perf-build-remove-wno-unused-but-set-variable-from-the-flex-flags-when-building-with-clang-13.0.0.patch
perf-parse-events-make-yydebug-dependent-on-doing-a-debug-build.patch
tools-build-add-3-component-logical-version-comparators.patch

2 days ago6.6-stable patches
Greg Kroah-Hartman [Tue, 16 Jun 2026 10:12:09 +0000 (15:42 +0530)] 
6.6-stable patches

added patches:
alsa-hda-hdmi-add-quirk-for-tuxedo-ibs14g6.patch

2 days ago6.1-stable patches
Greg Kroah-Hartman [Tue, 16 Jun 2026 10:09:46 +0000 (15:39 +0530)] 
6.1-stable patches

added patches:
alsa-hda-hdmi-add-quirk-for-tuxedo-ibs14g6.patch

2 days ago5.15-stable patches
Greg Kroah-Hartman [Tue, 16 Jun 2026 10:07:18 +0000 (15:37 +0530)] 
5.15-stable patches

added patches:
alsa-hda-hdmi-add-quirk-for-tuxedo-ibs14g6.patch
nfsd-fix-heap-overflow-in-nfsv4.0-lock-replay-cache.patch

2 days ago5.10-stable patches
Greg Kroah-Hartman [Tue, 16 Jun 2026 10:04:46 +0000 (15:34 +0530)] 
5.10-stable patches

added patches:
alsa-hda-hdmi-add-quirk-for-tuxedo-ibs14g6.patch

2 days ago7.0-stable patches
Greg Kroah-Hartman [Tue, 16 Jun 2026 09:53:18 +0000 (15:23 +0530)] 
7.0-stable patches

added patches:
debugobjects-do-not-fill_pool-if-pi_blocked_on.patch
debugobjects-don-t-call-fill_pool-in-early-boot-hardirq-context.patch
vsock-virtio-fix-potential-unbounded-skb-queue.patch
vsock-virtio-fix-skb-overhead-accounting-to-preserve-full-buf_alloc.patch

2 days ago6.18-stable patches
Greg Kroah-Hartman [Tue, 16 Jun 2026 09:50:50 +0000 (15:20 +0530)] 
6.18-stable patches

added patches:
vsock-virtio-fix-potential-unbounded-skb-queue.patch
vsock-virtio-fix-skb-overhead-accounting-to-preserve-full-buf_alloc.patch

2 days ago6.12-stable patches
Greg Kroah-Hartman [Tue, 16 Jun 2026 09:48:21 +0000 (15:18 +0530)] 
6.12-stable patches

added patches:
vsock-virtio-fix-potential-unbounded-skb-queue.patch
vsock-virtio-fix-skb-overhead-accounting-to-preserve-full-buf_alloc.patch

2 days agodrop some iio patches that broke the build
Greg Kroah-Hartman [Tue, 16 Jun 2026 07:48:21 +0000 (13:18 +0530)] 
drop some iio patches that broke the build

2 days ago5.10-stable patches
Greg Kroah-Hartman [Tue, 16 Jun 2026 07:30:53 +0000 (13:00 +0530)] 
5.10-stable patches

added patches:
bluetooth-l2cap-use-chan-timer-to-close-channels-in-cleanup_listen.patch
iio-adc-npcm-fix-unbalanced-clk_disable_unprepare.patch
iio-chemical-scd30-fix-division-by-zero-in-write_raw.patch
iio-chemical-scd30-use-guard-mutex-to-allow-early-returns.patch
iio-dac-ad5686-acquire-lock-when-doing-powerdown-control.patch
iio-dac-ad5686-fix-ref-bit-initialization-for-single-channel-parts.patch
iio-gyro-adis16260-fix-division-by-zero-in-write_raw.patch
net-skbuff-fix-missing-zerocopy-reference-in-pskb_carve-helpers.patch
serial-samsung_tty-use-port-lock-wrappers.patch
tty-serial-samsung-remove-redundant-port-lock-acquisition-in-rx-helpers.patch
tty-serial-samsung-use-u32-for-register-interactions.patch
usb-cdns3-gadget-fix-request-skipping-after-clearing-halt.patch
usb-gadget-f_hid-fix-device-reference-leak-in-hidg_alloc.patch
usb-gadget-f_hid-tidy-error-handling-in-hidg_alloc.patch
xfrm-input-hold-netns-during-deferred-transport-reinjection.patch

2 days ago5.15-stable patches
Greg Kroah-Hartman [Tue, 16 Jun 2026 07:21:12 +0000 (12:51 +0530)] 
5.15-stable patches

added patches:
ksmbd-compare-macs-in-constant-time.patch

2 days ago5.10-stable patches
Greg Kroah-Hartman [Tue, 16 Jun 2026 07:10:40 +0000 (12:40 +0530)] 
5.10-stable patches

added patches:
acpi-scan-use-acpi_dev_put-in-object-add-error-paths.patch
alsa-aloop-fix-peer-runtime-uaf-during-format-change-stop.patch
alsa-aoa-i2sbus-clear-stale-prepared-state.patch
alsa-aoa-skip-devices-with-no-codecs-in-i2sbus_resume.patch
alsa-aoa-use-guard-for-mutex-locks.patch
alsa-core-fix-potential-data-race-at-fasync-handling.patch
arm64-mm-enable-batched-tlb-flush-in-unmap_hotplug_range.patch
arm64-tlb-flush-walk-cache-when-unsharing-pmd-tables.patch
bluetooth-consolidate-code-around-sk_alloc-into-a-helper-function.patch
bluetooth-fix-uaf-in-l2cap_sock_cleanup_listen-vs-l2cap_conn_del.patch
bluetooth-hci_event-fix-potential-uaf-in-ssp-passkey-handlers.patch
bluetooth-hci_qca-convert-timeout-from-jiffies-to-ms.patch
bluetooth-init-sk_peer_-on-bt_sock_alloc.patch
bluetooth-serialize-accept_q-access.patch
btrfs-fix-btrfs_ioctl_space_info-slot_count-toctou-which-can-lead-to-info-leak.patch
btrfs-fix-missing-last_unlink_trans-update-when-removing-a-directory.patch
can-ucan-fix-devres-lifetime.patch
can-ucan-fix-typos-in-comments.patch
ceph-only-d_add-negative-dentries-when-they-are-unhashed.patch
crypto-caam-guard-hmac-key-hex-dumps-in-hash_digest_key.patch
dm-btree-improve-btree-residency.patch
dm-thin-fix-metadata-refcount-underflow.patch
drm-nouveau-fix-u32-overflow-in-pushbuf-reloc-bounds-check.patch
erofs-fix-the-out-of-bounds-nameoff-handling-for-trailing-dirents.patch
f2fs-fix-incorrect-file-address-mapping-when-inline-inode-is-unwritten.patch
f2fs-fix-uaf-caused-by-decrementing-sbi-nr_pages-in-f2fs_write_end_io.patch
fbcon-avoid-oob-font-access-if-console-rotation-fails.patch
hfsplus-fix-held-lock-freed-on-hfsplus_fill_super.patch
hfsplus-fix-uninit-value-by-validating-catalog-record-size.patch
hv_netvsc-use-kmap_local_page-in-netvsc_copy_to_send_buf.patch
ice-fix-vf-queue-configuration-with-low-mtu-values.patch
ktest-fix-the-month-in-the-name-of-the-failure-directory.patch
ktest-fixing-indentation-to-match-expected-pattern.patch
media-rc-igorplugusb-heed-coherency-rules.patch
media-rc-ttusbir-respect-dma-coherency-rules.patch
mm-huge_memory-update-file-pmd-counter-before-folio_put.patch
mm-hugetlb_cma-round-up-per_node-before-logging-it.patch
mptcp-do-not-drop-partial-packets.patch
mptcp-pm-add_addr-rtx-fix-potential-data-race.patch
mtd-spi-nor-sst-fix-write-enable-before-aai-sequence.patch
net-bridge-use-a-stable-fdb-dst-snapshot-in-rcu-readers.patch
net-hsr-defer-node-table-free-until-after-rcu-readers.patch
net-packet-fix-toctou-race-on-mmap-d-vnet_hdr-in-tpacket_snd.patch
net-qrtr-ns-change-servers-radix-tree-to-xarray.patch
net-qrtr-ns-free-the-node-during-ctrl_cmd_bye.patch
net-qrtr-ns-limit-the-maximum-number-of-lookups.patch
net-qrtr-ns-limit-the-total-number-of-nodes.patch
net-remove-redundant-if-statements.patch
netfilter-nf_queue-hold-bridge-skb-dev-while-queued.patch
netfilter-nft_fib-fix-stale-stack-leak-via-the-oifname-register.patch
octeontx2-af-add-validation-for-lmac-type.patch
octeontx2-af-cgx-add-bounds-check-to-cgx_speed_mbps-index.patch
octeontx2-af-replace-deprecated-strncpy-with-strscpy.patch
octeontx2-pf-avoid-double-free-of-pool-stack-on-aq-init-failure.patch
phy-tegra-xusb-disable-trk-clk-when-not-in-use.patch
phy-tegra-xusb-fix-per-pad-high-speed-termination-calibration.patch
pmdomain-core-fix-detach-procedure-for-virtual-devices-in-genpd.patch
printk-add-print_hex_dump_devel.patch
qed-fix-double-free-in-qed_cxt_tables_alloc.patch
qed-use-the-bitmap-api-to-simplify-some-functions.patch
rdma-move-dma-block-iterator-logic-into-dedicated-files.patch
rdma-umem-fix-kernel-doc-warnings.patch
rdma-umem-fix-truncation-for-block-sizes-4g.patch
sched-use-u64-for-bandwidth-ratio-calculations.patch
scsi-target-iscsi-bound-iscsi_encode_text_output-appends-to-rsp_buf.patch
scsi-target-iscsi-fix-crc-overread-and-double-free-in-iscsit_handle_text_cmd.patch
selftests-mptcp-drop-nanoseconds-width-specifier.patch
serial-altera_jtaguart-handle-uart_add_one_port-failures.patch
serial-altera_jtaguart-use-platform_get_irq_optional-to-get-the-interrupt.patch
serial-qcom-geni-fix-uart_rx_par_en-bit-position.patch
smb-client-fix-oob-read-in-smb2_ioctl_query_info-query_info-path.patch
smb-client-require-a-full-nfs-mode-sid-before-reading-mode-bits.patch
smb-client-use-fullsessionkey-for-aes-256-encryption-key-derivation.patch
spi-lantiq-ssc-fix-controller-deregistration.patch
spi-qup-fix-error-pointer-deref-after-dma-setup-failure.patch
spi-qup-switch-to-use-modern-name.patch
spi-st-ssc4-fix-controller-deregistration.patch
spi-sun4i-fix-controller-deregistration.patch
spi-sun6i-fix-controller-deregistration.patch
spi-syncuacer-fix-controller-deregistration.patch
spi-tegra114-fix-controller-deregistration.patch
spi-tegra20-sflash-fix-controller-deregistration.patch
spi-ti-qspi-fix-controller-deregistration.patch
spi-topcliff-pch-fix-controller-deregistration.patch
spi-uniphier-fix-controller-deregistration.patch
spi-zynq-qspi-fix-controller-deregistration.patch
thermal-core-fix-thermal-zone-governor-cleanup-issues.patch
thunderbolt-property-cap-recursion-depth-in-__tb_property_parse_dir.patch
tracepoint-balance-regfunc-on-func_add-failure-in-tracepoint_add_func.patch
tracing-probes-limit-size-of-event-probe-to-3k.patch
tty-serial-qcom-geni-serial-align-define-values.patch
tty-serial-qcom-geni-serial-remove-unused-symbols.patch
udf-fix-partition-descriptor-append-bookkeeping.patch
usb-dwc3-move-guid-programming-after-phy-initialization.patch
usb-typec-ucsi-check-if-power-role-change-actually-happened-before-handling.patch
usb-typec-ucsi-don-t-update-power_supply-on-power-role-change-if-not-connected.patch
use-less-confusing-names-for-iov_iter-direction-initializers.patch
wifi-brcmfmac-fix-potential-use-after-free-issue-when-stopping-watchdog-task.patch
wifi-mwifiex-fix-use-after-free-in-mwifiex_adapter_cleanup.patch

2 days ago6.18-stable patches
Greg Kroah-Hartman [Tue, 16 Jun 2026 07:02:57 +0000 (12:32 +0530)] 
6.18-stable patches

added patches:
ipvs-skip-ipv6-extension-headers-for-csum-checks.patch

2 days ago6.12-stable patches
Greg Kroah-Hartman [Tue, 16 Jun 2026 07:02:30 +0000 (12:32 +0530)] 
6.12-stable patches

added patches:
ipvs-skip-ipv6-extension-headers-for-csum-checks.patch

2 days ago6.6-stable patches
Greg Kroah-Hartman [Tue, 16 Jun 2026 07:02:02 +0000 (12:32 +0530)] 
6.6-stable patches

added patches:
ipvs-skip-ipv6-extension-headers-for-csum-checks.patch

2 days ago6.1-stable patches
Greg Kroah-Hartman [Tue, 16 Jun 2026 07:01:03 +0000 (12:31 +0530)] 
6.1-stable patches

added patches:
batman-adv-stop-tp_meter-sessions-during-mesh-teardown.patch
batman-adv-tp_meter-fix-tp_num-leak-on-kmalloc-failure.patch
blk-cgroup-fix-null-deref-caused-by-blkg_policy_data-being-installed-before-init.patch
ipvs-skip-ipv6-extension-headers-for-csum-checks.patch

2 days ago5.15-stable patches
Greg Kroah-Hartman [Tue, 16 Jun 2026 06:58:40 +0000 (12:28 +0530)] 
5.15-stable patches

added patches:
batman-adv-stop-tp_meter-sessions-during-mesh-teardown.patch
batman-adv-tp_meter-fix-tp_num-leak-on-kmalloc-failure.patch
blk-cgroup-fix-null-deref-caused-by-blkg_policy_data-being-installed-before-init.patch
ipvs-skip-ipv6-extension-headers-for-csum-checks.patch
net-ipv6-ioam6-prevent-schema-length-wraparound-in-trace-fill.patch

2 days ago5.10-stable patches
Greg Kroah-Hartman [Tue, 16 Jun 2026 06:56:12 +0000 (12:26 +0530)] 
5.10-stable patches

added patches:
batman-adv-stop-tp_meter-sessions-during-mesh-teardown.patch
batman-adv-tp_meter-fix-tp_num-leak-on-kmalloc-failure.patch
ipvs-skip-ipv6-extension-headers-for-csum-checks.patch

2 days agobad_stable: quote the git range
Greg Kroah-Hartman [Tue, 16 Jun 2026 06:53:30 +0000 (12:23 +0530)] 
bad_stable: quote the git range

Fixes up some bash globbing issues.

Reported-by: Sven Eckelmann <sven@narfation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2 days ago6.6-stable patches
Greg Kroah-Hartman [Tue, 16 Jun 2026 06:03:37 +0000 (11:33 +0530)] 
6.6-stable patches

added patches:
net-bonding-fix-use-after-free-in-bond_xmit_broadcast.patch

2 days agodrop queue-5.15/ksmbd-compare-macs-in-constant-time.patch
Greg Kroah-Hartman [Tue, 16 Jun 2026 06:02:32 +0000 (11:32 +0530)] 
drop queue-5.15/ksmbd-compare-macs-in-constant-time.patch

2 days ago5.15-stable patches
Greg Kroah-Hartman [Tue, 16 Jun 2026 05:41:01 +0000 (11:11 +0530)] 
5.15-stable patches

added patches:
arm64-tlb-flush-walk-cache-when-unsharing-pmd-tables.patch
bluetooth-consolidate-code-around-sk_alloc-into-a-helper-function.patch
bluetooth-fix-uaf-in-l2cap_sock_cleanup_listen-vs-l2cap_conn_del.patch
bluetooth-hci_qca-convert-timeout-from-jiffies-to-ms.patch
bluetooth-hci_sync-make-use-of-hci_cmd_sync_queue-set-2.patch
bluetooth-init-sk_peer_-on-bt_sock_alloc.patch
bluetooth-l2cap-use-chan-timer-to-close-channels-in-cleanup_listen.patch
bluetooth-mgmt-validate-add-extended-advertising-data-length.patch
bluetooth-serialize-accept_q-access.patch
btrfs-fix-btrfs_ioctl_space_info-slot_count-toctou-which-can-lead-to-info-leak.patch
btrfs-fix-missing-last_unlink_trans-update-when-removing-a-directory.patch
drm-hyperv-remove-support-for-hyper-v-2008-and-2008r2-win7.patch
drm-hyperv-validate-resolution_count-and-fix-win8-fallback.patch
f2fs-fix-false-alarm-of-lockdep-on-cp_global_sem-lock.patch
f2fs-fix-incorrect-file-address-mapping-when-inline-inode-is-unwritten.patch
fbcon-avoid-oob-font-access-if-console-rotation-fails.patch
genetlink-use-internal-flags-for-multicast-groups.patch
hv_netvsc-use-kmap_local_page-in-netvsc_copy_to_send_buf.patch
ice-fix-vf-queue-configuration-with-low-mtu-values.patch
iio-adc-fix-the-return-value-handle-for-platform_get_irq.patch
iio-adc-npcm-convert-to-platform-remove-callback-returning-void.patch
iio-adc-npcm-fix-unbalanced-clk_disable_unprepare.patch
iio-chemical-scd30-fix-division-by-zero-in-write_raw.patch
iio-chemical-scd30-use-guard-mutex-to-allow-early-returns.patch
iio-dac-ad5686-acquire-lock-when-doing-powerdown-control.patch
iio-dac-ad5686-fix-ref-bit-initialization-for-single-channel-parts.patch
iio-gyro-adis16260-fix-division-by-zero-in-write_raw.patch
ipv6-addrconf-annotate-data-races-around-devconf-fields-ii.patch
ipv6-ioam-add-null-check-for-idev-in-ipv6_hop_ioam.patch
mm-huge_memory-update-file-pmd-counter-before-folio_put.patch
mm-hugetlb_cma-round-up-per_node-before-logging-it.patch
mptcp-do-not-drop-partial-packets.patch
mptcp-pm-add_addr-rtx-fix-potential-data-race.patch
mptcp-pm-add_addr-rtx-resched-blocked-add_addr-quicker.patch
mptcp-pm-fix-add_addr-timer-infinite-retry-on-option-space-insufficient.patch
mptcp-pm-prio-skip-closed-subflows.patch
net-hsr-defer-node-table-free-until-after-rcu-readers.patch
net-ipv4-stop-checking-crypto_ahash_alignmask.patch
net-ipv6-stop-checking-crypto_ahash_alignmask.patch
net-skbuff-fix-missing-zerocopy-reference-in-pskb_carve-helpers.patch
netfilter-nft_fib-fix-stale-stack-leak-via-the-oifname-register.patch
octeontx2-af-cgx-add-bounds-check-to-cgx_speed_mbps-index.patch
octeontx2-pf-avoid-double-free-of-pool-stack-on-aq-init-failure.patch
phy-tegra-xusb-disable-trk-clk-when-not-in-use.patch
phy-tegra-xusb-fix-per-pad-high-speed-termination-calibration.patch
pmdomain-core-fix-detach-procedure-for-virtual-devices-in-genpd.patch
qed-fix-double-free-in-qed_cxt_tables_alloc.patch
qed-use-the-bitmap-api-to-simplify-some-functions.patch
rdma-move-dma-block-iterator-logic-into-dedicated-files.patch
rdma-umem-fix-kernel-doc-warnings.patch
rdma-umem-fix-truncation-for-block-sizes-4g.patch
scsi-target-iscsi-bound-iscsi_encode_text_output-appends-to-rsp_buf.patch
scsi-target-iscsi-fix-crc-overread-and-double-free-in-iscsit_handle_text_cmd.patch
selftests-mptcp-drop-nanoseconds-width-specifier.patch
serial-altera_jtaguart-handle-uart_add_one_port-failures.patch
serial-altera_jtaguart-use-platform_get_irq_optional-to-get-the-interrupt.patch
serial-qcom-geni-fix-uart_rx_par_en-bit-position.patch
serial-samsung_tty-use-port-lock-wrappers.patch
smb-client-require-net-admin-for-cifs-swn-netlink.patch
smb-client-use-fullsessionkey-for-aes-256-encryption-key-derivation.patch
smb-client-validate-dacloffset-before-building-dacl-pointers.patch
smb-client-validate-the-whole-dacl-before-rewriting-it-in-cifsacl.patch
spi-lantiq-ssc-fix-controller-deregistration.patch
spi-qup-fix-error-pointer-deref-after-dma-setup-failure.patch
spi-qup-switch-to-use-modern-name.patch
spi-spi-ti-qspi-convert-to-platform-remove-callback-returning-void.patch
spi-st-ssc4-fix-controller-deregistration.patch
spi-sun4i-fix-controller-deregistration.patch
spi-sun6i-fix-controller-deregistration.patch
spi-syncuacer-fix-controller-deregistration.patch
spi-tegra114-fix-controller-deregistration.patch
spi-tegra20-sflash-fix-controller-deregistration.patch
spi-ti-qspi-fix-controller-deregistration.patch
spi-topcliff-pch-convert-to-platform-remove-callback-returning-void.patch
spi-topcliff-pch-fix-controller-deregistration.patch
spi-uniphier-fix-controller-deregistration.patch
spi-zynq-qspi-fix-controller-deregistration.patch
thunderbolt-property-cap-recursion-depth-in-__tb_property_parse_dir.patch
tracing-probes-limit-size-of-event-probe-to-3k.patch
tty-serial-qcom-geni-serial-align-define-values.patch
tty-serial-qcom-geni-serial-remove-unused-symbols.patch
tty-serial-samsung-remove-redundant-port-lock-acquisition-in-rx-helpers.patch
tty-serial-samsung-use-u32-for-register-interactions.patch
usb-cdns3-plat-fix-leaked-usb2_phy-initialization-on-usb3_phy-acquisition-failure.patch
usb-dwc3-move-guid-programming-after-phy-initialization.patch
usb-dwc3-xilinx-fix-error-handling-in-zynqmp-init-error-paths.patch
usb-gadget-f_hid-fix-device-reference-leak-in-hidg_alloc.patch
usb-gadget-f_hid-tidy-error-handling-in-hidg_alloc.patch
usb-typec-tcpm-reset-internal-port-states-on-soft-reset-ams.patch
usb-typec-ucsi-check-if-power-role-change-actually-happened-before-handling.patch
use-less-confusing-names-for-iov_iter-direction-initializers.patch
wifi-brcmfmac-fix-potential-use-after-free-issue-when-stopping-watchdog-task.patch
xfrm-ah-account-for-esn-high-bits-in-async-callbacks.patch
xfrm-defensively-unhash-xfrm_state-lists-in-__xfrm_state_delete.patch

2 days ago5.15-stable patches
Greg Kroah-Hartman [Tue, 16 Jun 2026 05:32:02 +0000 (11:02 +0530)] 
5.15-stable patches

added patches:
alsa-aloop-fix-peer-runtime-uaf-during-format-change-stop.patch
alsa-aoa-i2sbus-clear-stale-prepared-state.patch
alsa-aoa-skip-devices-with-no-codecs-in-i2sbus_resume.patch
alsa-aoa-use-guard-for-mutex-locks.patch
alsa-core-fix-potential-data-race-at-fasync-handling.patch
arm64-mm-enable-batched-tlb-flush-in-unmap_hotplug_range.patch
bluetooth-hci_event-fix-potential-uaf-in-ssp-passkey-handlers.patch
can-ucan-fix-devres-lifetime.patch
can-ucan-fix-typos-in-comments.patch
ceph-only-d_add-negative-dentries-when-they-are-unhashed.patch
crypto-caam-guard-hmac-key-hex-dumps-in-hash_digest_key.patch
crypto-nx-avoid-wflex-array-member-not-at-end-warning.patch
crypto-nx-fix-bounce-buffer-leaks-in-nx842_crypto_-alloc-free-_ctx.patch
crypto-nx-migrate-to-scomp-api.patch
erofs-fix-the-out-of-bounds-nameoff-handling-for-trailing-dirents.patch
erofs-fix-unsigned-underflow-in-z_erofs_lz4_handle_overlap.patch
f2fs-fix-to-do-sanity-check-on-dcc-discard_cmd_cnt-conditionally.patch
f2fs-fix-uaf-caused-by-decrementing-sbi-nr_pages-in-f2fs_write_end_io.patch
fbdev-defio-disconnect-deferred-i-o-from-the-lifetime-of-struct-fb_info.patch
hfsplus-fix-held-lock-freed-on-hfsplus_fill_super.patch
hfsplus-fix-uninit-value-by-validating-catalog-record-size.patch
io_uring-poll-fix-signed-comparison-in-io_poll_get_ownership.patch
ksmbd-compare-macs-in-constant-time.patch
ksmbd-require-minimum-ace-size-in-smb_check_perm_dacl.patch
lib-crypto-mpi-fix-integer-underflow-in-mpi_read_raw_from_sgl.patch
media-rc-igorplugusb-heed-coherency-rules.patch
media-rc-ttusbir-respect-dma-coherency-rules.patch
mmc-sdhci-of-dwcmshc-disable-clock-before-dll-configuration.patch
mtd-docg3-convert-to-platform-remove-callback-returning-void.patch
mtd-docg3-fix-use-after-free-in-docg3_release.patch
mtd-spi-nor-sst-fix-write-enable-before-aai-sequence.patch
net-bridge-use-a-stable-fdb-dst-snapshot-in-rcu-readers.patch
net-mctp-fix-don-t-require-received-header-reserved-bits-to-be-zero.patch
net-packet-fix-toctou-race-on-mmap-d-vnet_hdr-in-tpacket_snd.patch
net-qrtr-ns-change-servers-radix-tree-to-xarray.patch
net-qrtr-ns-free-the-node-during-ctrl_cmd_bye.patch
net-qrtr-ns-limit-the-maximum-number-of-lookups.patch
net-qrtr-ns-limit-the-total-number-of-nodes.patch
net-tcp-md5-fix-mac-comparison-to-be-constant-time.patch
nvme-fix-interpretation-of-dmrsl.patch
nvme-respect-nvme_quirk_disable_write_zeroes-when-wzsl-is-set.patch
printk-add-print_hex_dump_devel.patch
randomize_kstack-maintain-kstack_offset-per-task.patch
rtw88-8821ce-disable-pcie-aspm-l1-for-8821ce-using-chip-id.patch
rxrpc-fix-conn-level-packet-handling-to-unshare-response-packets.patch
sched-use-u64-for-bandwidth-ratio-calculations.patch
scsi-core-pm-rely-on-the-device-driver-core-for-async-power-management.patch
scsi-sd-add-error-handling-support-for-add_disk.patch
scsi-sd-fix-missing-put_disk-when-device_add-disk_dev-fails.patch
sd-rename-the-scsi_disk.dev-field.patch
smb-client-fix-oob-read-in-smb2_ioctl_query_info-query_info-path.patch
smb-client-require-a-full-nfs-mode-sid-before-reading-mode-bits.patch
smb-server-fix-active_num_conn-leak-on-transport-allocation-failure.patch
smb-server-fix-max_connections-off-by-one-in-tcp-accept-path.patch
thermal-core-fix-thermal-zone-governor-cleanup-issues.patch
tracepoint-balance-regfunc-on-func_add-failure-in-tracepoint_add_func.patch
udf-fix-partition-descriptor-append-bookkeeping.patch
wifi-mwifiex-fix-use-after-free-in-mwifiex_adapter_cleanup.patch
wifi-rtw88-check-for-pci-upstream-bridge-existence.patch

2 days ago5.10-stable patches
Greg Kroah-Hartman [Tue, 16 Jun 2026 05:31:34 +0000 (11:01 +0530)] 
5.10-stable patches

added patches:
io_uring-poll-fix-signed-comparison-in-io_poll_get_ownership.patch

2 days ago6.1-stable patches
Greg Kroah-Hartman [Tue, 16 Jun 2026 05:25:46 +0000 (10:55 +0530)] 
6.1-stable patches

added patches:
alsa-firewire-motu-protect-register-dsp-event-queue-positions.patch
arm64-tlb-flush-walk-cache-when-unsharing-pmd-tables.patch
bluetooth-hci_qca-convert-timeout-from-jiffies-to-ms.patch
bluetooth-init-sk_peer_-on-bt_sock_alloc.patch
bluetooth-serialize-accept_q-access.patch
btrfs-fix-btrfs_ioctl_space_info-slot_count-toctou-which-can-lead-to-info-leak.patch
btrfs-fix-double-free-in-create_space_info_sub_group-error-path.patch
btrfs-fix-missing-last_unlink_trans-update-when-removing-a-directory.patch
btrfs-remove-fs_info-argument-from-btrfs_sysfs_add_space_info_type.patch
ceph-only-d_add-negative-dentries-when-they-are-unhashed.patch
cgroup-cpuset-reset-dl-migration-state-on-can_attach-failure.patch
crypto-caam-guard-hmac-key-hex-dumps-in-hash_digest_key.patch
crypto-nx-avoid-wflex-array-member-not-at-end-warning.patch
crypto-nx-fix-bounce-buffer-leaks-in-nx842_crypto_-alloc-free-_ctx.patch
crypto-nx-migrate-to-scomp-api.patch
erofs-fix-unsigned-underflow-in-z_erofs_lz4_handle_overlap.patch
f2fs-fix-false-alarm-of-lockdep-on-cp_global_sem-lock.patch
f2fs-fix-incorrect-file-address-mapping-when-inline-inode-is-unwritten.patch
fbcon-avoid-oob-font-access-if-console-rotation-fails.patch
genetlink-use-internal-flags-for-multicast-groups.patch
hfsplus-fix-held-lock-freed-on-hfsplus_fill_super.patch
hfsplus-fix-uninit-value-by-validating-catalog-record-size.patch
hv_netvsc-use-kmap_local_page-in-netvsc_copy_to_send_buf.patch
ice-fix-vf-queue-configuration-with-low-mtu-values.patch
iio-adc-fix-the-return-value-handle-for-platform_get_irq.patch
iio-adc-npcm-convert-to-platform-remove-callback-returning-void.patch
iio-adc-npcm-fix-unbalanced-clk_disable_unprepare.patch
iio-chemical-scd30-fix-division-by-zero-in-write_raw.patch
iio-chemical-scd30-use-guard-mutex-to-allow-early-returns.patch
iio-dac-ad5686-fix-ref-bit-initialization-for-single-channel-parts.patch
iio-gyro-adis16260-fix-division-by-zero-in-write_raw.patch
ipv6-ioam-add-null-check-for-idev-in-ipv6_hop_ioam.patch
mm-hugetlb-rename-folio_putback_active_hugetlb-to-folio_putback_hugetlb.patch
mm-hugetlb-rename-isolate_hugetlb-to-folio_isolate_hugetlb.patch
mm-hugetlb_cma-round-up-per_node-before-logging-it.patch
mm-memory-failure-fix-hugetlb_lock-aa-deadlock-in-get_huge_page_for_hwpoison.patch
mm-memory-failure-fix-missing-mf_stats-count-in-hugetlb-poison.patch
mm-memory-fix-spurious-warning-when-unmapping-device-private-exclusive-pages.patch
mm-migrate-don-t-call-folio_putback_active_hugetlb-on-dst-hugetlb-folio.patch
mptcp-do-not-drop-partial-packets.patch
mptcp-fastclose-msk-when-linger-time-is-0.patch
mptcp-pm-add_addr-rtx-allow-id-0.patch
mptcp-pm-add_addr-rtx-fix-potential-data-race.patch
mptcp-pm-add_addr-rtx-resched-blocked-add_addr-quicker.patch
mptcp-pm-fix-add_addr-timer-infinite-retry-on-option-space-insufficient.patch
mptcp-pm-kernel-correctly-retransmit-add_addr-id-0.patch
mptcp-pm-prio-skip-closed-subflows.patch
mptcp-reset-rcv-wnd-on-disconnect.patch
mtd-spi-nor-core-fix-implicit-declaration-warning.patch
mtd-spi-nor-debugfs-fix-out-of-bounds-read-in-spi_nor_params_show.patch
net-hsr-defer-node-table-free-until-after-rcu-readers.patch
net-ipv4-stop-checking-crypto_ahash_alignmask.patch
net-ipv6-stop-checking-crypto_ahash_alignmask.patch
net-stmmac-avoid-shadowing-global-buf_sz.patch
net-stmmac-prevent-null-deref-when-rx-memory-exhausted.patch
net-stmmac-rename-stmmac_get_entry-stmmac_next_entry.patch
net-wwan-t7xx-validate-port_count-against-message-length-in-t7xx_port_enum_msg_handler.patch
netfilter-nft_fib-fix-stale-stack-leak-via-the-oifname-register.patch
octeontx2-af-cgx-add-bounds-check-to-cgx_speed_mbps-index.patch
octeontx2-af-replace-deprecated-strncpy-with-strscpy.patch
octeontx2-pf-avoid-double-free-of-pool-stack-on-aq-init-failure.patch
phy-tegra-xusb-disable-trk-clk-when-not-in-use.patch
phy-tegra-xusb-fix-per-pad-high-speed-termination-calibration.patch
platform-x86-intel-vsec-add-private-data-for-per-device-data.patch
platform-x86-intel-vsec-create-wrapper-to-walk-pci-config-space.patch
platform-x86-intel-vsec-fix-enable_cnt-imbalance-on-pcie-error-recovery.patch
platform-x86-intel-vsec-make-driver_data-info-const.patch
pmdomain-core-fix-detach-procedure-for-virtual-devices-in-genpd.patch
printk-add-print_hex_dump_devel.patch
rdma-move-dma-block-iterator-logic-into-dedicated-files.patch
rdma-umem-fix-kernel-doc-warnings.patch
rdma-umem-fix-truncation-for-block-sizes-4g.patch
scsi-target-iscsi-fix-crc-overread-and-double-free-in-iscsit_handle_text_cmd.patch
selftests-mptcp-drop-nanoseconds-width-specifier.patch
serial-qcom-geni-fix-uart_rx_par_en-bit-position.patch
serial-samsung_tty-use-port-lock-wrappers.patch
smb-client-require-net-admin-for-cifs-swn-netlink.patch
smb-client-use-fullsessionkey-for-aes-256-encryption-key-derivation.patch
smb-client-validate-dacloffset-before-building-dacl-pointers.patch
spi-convert-to-spi_controller_half_duplex.patch
spi-lantiq-ssc-fix-controller-deregistration.patch
spi-microchip-core-qspi-convert-to-platform-remove-callback-returning-void.patch
spi-microchip-core-qspi-fix-controller-deregistration.patch
spi-microchip-core-qspi-use-helper-function-devm_clk_get_enabled.patch
spi-qup-fix-error-pointer-deref-after-dma-setup-failure.patch
spi-qup-switch-to-use-modern-name.patch
spi-s3c64xx-fix-null-deref-on-driver-unbind.patch
spi-s3c64xx-use-devm_clk_get_enabled.patch
spi-spi-ti-qspi-convert-to-platform-remove-callback-returning-void.patch
spi-spi-ti-qspi-switch-to-use-modern-name.patch
spi-spi-zynq-do-not-check-for-0-return-after-calling-platform_get_irq.patch
spi-st-ssc4-fix-controller-deregistration.patch
spi-st-ssc4-switch-to-use-modern-name.patch
spi-sun4i-convert-to-platform-remove-callback-returning-void.patch
spi-sun4i-fix-controller-deregistration.patch
spi-sun4i-switch-to-use-modern-name.patch
spi-sun6i-fix-controller-deregistration.patch
spi-syncuacer-fix-controller-deregistration.patch
spi-synquacer-convert-to-platform-remove-callback-returning-void.patch
spi-synquacer-switch-to-use-modern-name.patch
spi-tegra114-fix-controller-deregistration.patch
spi-tegra20-sflash-fix-controller-deregistration.patch
spi-ti-qspi-fix-controller-deregistration.patch
spi-topcliff-pch-convert-to-platform-remove-callback-returning-void.patch
spi-uniphier-convert-to-platform-remove-callback-returning-void.patch
spi-uniphier-fix-controller-deregistration.patch
spi-uniphier-simplify-clock-handling-with-devm_clk_get_enabled.patch
spi-uniphier-switch-to-use-modern-name.patch
spi-zynq-qspi-convert-to-platform-remove-callback-returning-void.patch
spi-zynq-qspi-fix-controller-deregistration.patch
spi-zynq-qspi-simplify-clock-handling-with-devm_clk_get_enabled.patch
spi-zynq-qspi-switch-to-use-modern-name.patch
thunderbolt-property-cap-recursion-depth-in-__tb_property_parse_dir.patch
tracepoint-balance-regfunc-on-func_add-failure-in-tracepoint_add_func.patch
tracing-probes-limit-size-of-event-probe-to-3k.patch
tty-serial-qcom-geni-serial-align-define-values.patch
tty-serial-qcom-geni-serial-remove-unused-symbols.patch
tty-serial-samsung-remove-redundant-port-lock-acquisition-in-rx-helpers.patch
tty-serial-samsung-use-u32-for-register-interactions.patch
udf-fix-partition-descriptor-append-bookkeeping.patch
usb-cdns3-plat-fix-leaked-usb2_phy-initialization-on-usb3_phy-acquisition-failure.patch
usb-dwc3-move-guid-programming-after-phy-initialization.patch
usb-dwc3-xilinx-fix-error-handling-in-zynqmp-init-error-paths.patch
usb-gadget-f_hid-fix-device-reference-leak-in-hidg_alloc.patch
usb-gadget-f_hid-tidy-error-handling-in-hidg_alloc.patch
usb-musb-omap2430-fix-use-after-free-in-omap2430_probe.patch
usb-typec-ucsi-check-if-power-role-change-actually-happened-before-handling.patch
usb-typec-ucsi-don-t-update-power_supply-on-power-role-change-if-not-connected.patch
wifi-brcmfmac-fix-potential-use-after-free-issue-when-stopping-watchdog-task.patch
wifi-mac80211-remove-station-if-connection-prep-fails.patch
xfrm-ah-account-for-esn-high-bits-in-async-callbacks.patch
xfrm-defensively-unhash-xfrm_state-lists-in-__xfrm_state_delete.patch
xfs-fix-a-resource-leak-in-xfs_alloc_buftarg.patch

2 days ago6.1-stable patches
Greg Kroah-Hartman [Tue, 16 Jun 2026 05:16:28 +0000 (10:46 +0530)] 
6.1-stable patches

added patches:
alsa-aoa-i2sbus-clear-stale-prepared-state.patch
alsa-aoa-skip-devices-with-no-codecs-in-i2sbus_resume.patch
alsa-aoa-use-guard-for-mutex-locks.patch
arm64-mm-enable-batched-tlb-flush-in-unmap_hotplug_range.patch
f2fs-fix-to-do-sanity-check-on-dcc-discard_cmd_cnt-conditionally.patch
f2fs-fix-uaf-caused-by-decrementing-sbi-nr_pages-in-f2fs_write_end_io.patch
f2fs-use-kfree-instead-of-kvfree-to-free-some-memory.patch
fbdev-defio-disconnect-deferred-i-o-from-the-lifetime-of-struct-fb_info.patch
ksmbd-require-minimum-ace-size-in-smb_check_perm_dacl.patch
lib-test_hmm-evict-device-pages-on-file-close-to-avoid-use-after-free.patch
loongarch-add-spectre-boundry-for-syscall-dispatch-table.patch
media-rc-igorplugusb-heed-coherency-rules.patch
media-rc-ttusbir-respect-dma-coherency-rules.patch
net-bridge-use-a-stable-fdb-dst-snapshot-in-rcu-readers.patch
net-mctp-fix-don-t-require-received-header-reserved-bits-to-be-zero.patch
net-qrtr-ns-change-servers-radix-tree-to-xarray.patch
net-qrtr-ns-free-the-node-during-ctrl_cmd_bye.patch
net-qrtr-ns-limit-the-maximum-number-of-lookups.patch
net-qrtr-ns-limit-the-total-number-of-nodes.patch
sched-use-u64-for-bandwidth-ratio-calculations.patch
smb-client-validate-the-whole-dacl-before-rewriting-it-in-cifsacl.patch
spi-fix-resource-leaks-on-device-setup-failure.patch
spi-imx-convert-to-platform-remove-callback-returning-void.patch
spi-imx-fix-use-after-free-on-unbind.patch
thermal-core-fix-thermal-zone-governor-cleanup-issues.patch
wifi-mwifiex-fix-use-after-free-in-mwifiex_adapter_cleanup.patch

2 days ago6.6-stable patches
Greg Kroah-Hartman [Tue, 16 Jun 2026 05:06:08 +0000 (10:36 +0530)] 
6.6-stable patches

added patches:
alsa-firewire-motu-protect-register-dsp-event-queue-positions.patch
hv_netvsc-use-kmap_local_page-in-netvsc_copy_to_send_buf.patch
iio-chemical-scd30-fix-division-by-zero-in-write_raw.patch
iio-chemical-scd30-use-guard-mutex-to-allow-early-returns.patch
iio-dac-ad5686-fix-ref-bit-initialization-for-single-channel-parts.patch
iio-gyro-adis16260-fix-division-by-zero-in-write_raw.patch
memfd-deny-writeable-mappings-when-implying-seal_write.patch
mm-hugetlb-rename-folio_putback_active_hugetlb-to-folio_putback_hugetlb.patch
mm-hugetlb-rename-isolate_hugetlb-to-folio_isolate_hugetlb.patch
mm-memory-failure-fix-hugetlb_lock-aa-deadlock-in-get_huge_page_for_hwpoison.patch
mm-memory-failure-fix-missing-mf_stats-count-in-hugetlb-poison.patch
mm-migrate-don-t-call-folio_putback_active_hugetlb-on-dst-hugetlb-folio.patch
netfilter-nft_fib-fix-stale-stack-leak-via-the-oifname-register.patch
rdma-during-rereg_mr-ensure-that-rereg_access-is-compatible.patch
rdma-move-dma-block-iterator-logic-into-dedicated-files.patch
rdma-umem-fix-kernel-doc-warnings.patch
rdma-umem-fix-truncation-for-block-sizes-4g.patch
scsi-target-iscsi-fix-crc-overread-and-double-free-in-iscsit_handle_text_cmd.patch
serial-qcom_geni-fix-kfifo-underflow-when-flush-precedes-dma-completion-irq.patch
serial-samsung_tty-use-port-lock-wrappers.patch
thunderbolt-property-cap-recursion-depth-in-__tb_property_parse_dir.patch
tty-serial-samsung-remove-redundant-port-lock-acquisition-in-rx-helpers.patch
tty-serial-samsung-use-u32-for-register-interactions.patch
usb-cdns3-plat-fix-leaked-usb2_phy-initialization-on-usb3_phy-acquisition-failure.patch
usb-dwc3-xilinx-fix-error-handling-in-zynqmp-init-error-paths.patch
usb-gadget-uvc-hold-opts-lock-across-xu-walks-in-uvc_function_bind.patch
usb-musb-omap2430-fix-use-after-free-in-omap2430_probe.patch
usb-typec-ucsi-check-if-power-role-change-actually-happened-before-handling.patch
usb-typec-ucsi-don-t-update-power_supply-on-power-role-change-if-not-connected.patch

2 days ago6.6-stable patches
Greg Kroah-Hartman [Tue, 16 Jun 2026 05:01:48 +0000 (10:31 +0530)] 
6.6-stable patches

added patches:
af_unix-cache-state-msg-in-unix_stream_read_generic.patch
af_unix-fix-uaf-read-of-tail-len-in-unix_stream_data_wait.patch
arm64-tlb-flush-walk-cache-when-unsharing-pmd-tables.patch
bluetooth-hci_qca-convert-timeout-from-jiffies-to-ms.patch
bluetooth-hci_qca-migrate-to-serdev-specific-shutdown-function.patch
ice-fix-vf-queue-configuration-with-low-mtu-values.patch
iio-adc-npcm-convert-to-platform-remove-callback-returning-void.patch
iio-adc-npcm-fix-unbalanced-clk_disable_unprepare.patch
ipv6-addrconf-annotate-data-races-around-devconf-fields-ii.patch
ipv6-ioam-add-null-check-for-idev-in-ipv6_hop_ioam.patch
mm-damon-sysfs-schemes-delete-tried-region-in-regions_rmdirs.patch
mm-memory-fix-spurious-warning-when-unmapping-device-private-exclusive-pages.patch
mptcp-cleanup-fallback-dummy-mapping-generation.patch
mptcp-do-not-drop-partial-packets.patch
mptcp-handle-first-subflow-closing-consistently.patch
mptcp-introduce-the-mptcp_init_skb-helper.patch
mptcp-pm-fix-add_addr-timer-infinite-retry-on-option-space-insufficient.patch
mptcp-reset-rcv-wnd-on-disconnect.patch
mptcp-use-plain-bool-instead-of-custom-binary-enum.patch
net-hsr-defer-node-table-free-until-after-rcu-readers.patch
octeontx2-af-cgx-add-bounds-check-to-cgx_speed_mbps-index.patch
octeontx2-af-replace-deprecated-strncpy-with-strscpy.patch
octeontx2-pf-avoid-double-free-of-pool-stack-on-aq-init-failure.patch
platform-x86-intel-vsec-fix-enable_cnt-imbalance-on-pcie-error-recovery.patch
rxrpc-fix-data-decrypt-vs-splice-by-copying-data-to-buffer-in-recvmsg.patch
rxrpc-fix-response-packet-verification-to-extract-skb-to-a-linear-buffer.patch
selftests-mptcp-drop-nanoseconds-width-specifier.patch
serdev-make-serdev_bus_type-const.patch
serdev-provide-a-bustype-shutdown-function.patch

2 days ago6.12-stable patches
Greg Kroah-Hartman [Tue, 16 Jun 2026 04:52:26 +0000 (10:22 +0530)] 
6.12-stable patches

added patches:
ipmi-ssif-null-thread-on-error.patch
ipmi-ssif-remove-unnecessary-indention.patch

2 days ago6.6-stable patches
Greg Kroah-Hartman [Tue, 16 Jun 2026 04:51:51 +0000 (10:21 +0530)] 
6.6-stable patches

added patches:
cgroup-cpuset-reset-dl-migration-state-on-can_attach-failure.patch
fbdev-vt8500lcdfb-initialize-fb_ops-with-fbdev-macros.patch
genetlink-use-internal-flags-for-multicast-groups.patch
ipmi-ssif-null-thread-on-error.patch
ipmi-ssif-remove-unnecessary-indention.patch
ksmbd-fix-oob-write-in-query_info-for-compound-requests.patch
smb-client-require-net-admin-for-cifs-swn-netlink.patch

2 days ago6.12-stable patches
Greg Kroah-Hartman [Tue, 16 Jun 2026 04:38:03 +0000 (10:08 +0530)] 
6.12-stable patches

added patches:
mptcp-fix-missing-wakeups-in-edge-scenarios.patch

2 days agodrop queue-6.12/wifi-iwlwifi-fix-22000-series-smem-parsing.patch
Greg Kroah-Hartman [Tue, 16 Jun 2026 04:20:42 +0000 (09:50 +0530)] 
drop queue-6.12/wifi-iwlwifi-fix-22000-series-smem-parsing.patch

2 days agodrop duplicate 6.12 patch
Greg Kroah-Hartman [Tue, 16 Jun 2026 04:18:13 +0000 (09:48 +0530)] 
drop duplicate 6.12 patch

2 days ago6.12-stable patches
Greg Kroah-Hartman [Tue, 16 Jun 2026 03:45:27 +0000 (09:15 +0530)] 
6.12-stable patches

added patches:
hv_netvsc-use-kmap_local_page-in-netvsc_copy_to_send_buf.patch
mailbox-fix-null-message-support-in-mbox_send_message.patch
mm-memory-failure-fix-hugetlb_lock-aa-deadlock-in-get_huge_page_for_hwpoison.patch
netfilter-nft_fib-fix-stale-stack-leak-via-the-oifname-register.patch
rdma-during-rereg_mr-ensure-that-rereg_access-is-compatible.patch
rdma-move-dma-block-iterator-logic-into-dedicated-files.patch
rdma-umem-add-helpers-for-umem-dmabuf-revoke-lock.patch
rdma-umem-add-ib_umem_dmabuf_get_pinned_and_lock-helper.patch
rdma-umem-fix-kernel-doc-warnings.patch
rdma-umem-fix-truncation-for-block-sizes-4g.patch
rdma-umem-move-umem-dmabuf-revoke-logic-into-helper-function.patch
sched_ext-don-t-warn-on-null-cgrp_moving_from-in-scx_cgroup_move_task.patch
wifi-iwlwifi-fix-22000-series-smem-parsing.patch

2 days ago6.18-stable patches
Greg Kroah-Hartman [Tue, 16 Jun 2026 03:32:14 +0000 (09:02 +0530)] 
6.18-stable patches

added patches:
netfilter-nft_fib-fix-stale-stack-leak-via-the-oifname-register.patch
rdma-during-rereg_mr-ensure-that-rereg_access-is-compatible.patch
rdma-move-dma-block-iterator-logic-into-dedicated-files.patch
rdma-umem-add-helpers-for-umem-dmabuf-revoke-lock.patch
rdma-umem-add-ib_umem_dmabuf_get_pinned_and_lock-helper.patch
rdma-umem-fix-kernel-doc-warnings.patch
rdma-umem-fix-truncation-for-block-sizes-4g.patch
rdma-umem-move-umem-dmabuf-revoke-logic-into-helper-function.patch

2 days ago7.0-stable patches
Greg Kroah-Hartman [Tue, 16 Jun 2026 03:30:23 +0000 (09:00 +0530)] 
7.0-stable patches

added patches:
rdma-move-dma-block-iterator-logic-into-dedicated-files.patch
rdma-umem-fix-kernel-doc-warnings.patch
rdma-umem-fix-truncation-for-block-sizes-4g.patch

2 days agoMerge branch 'master' of gitolite.kernel.org:/pub/scm/linux/kernel/git/stable/stable...
Greg Kroah-Hartman [Tue, 16 Jun 2026 03:28:24 +0000 (08:58 +0530)] 
Merge branch 'master' of gitolite.kernel.org:/pub/scm/linux/kernel/git/stable/stable-queue

2 days ago7.0-stable patches
Greg Kroah-Hartman [Tue, 16 Jun 2026 03:26:57 +0000 (08:56 +0530)] 
7.0-stable patches

added patches:
wifi-mac80211-skip-ieee80211_verify_sta_ht_mcs_support-check-in-non-strict-mode.patch
wifi-mac80211-tests-mark-ht-check-strict.patch

2 days ago6.18-stable patches
Greg Kroah-Hartman [Tue, 16 Jun 2026 03:26:23 +0000 (08:56 +0530)] 
6.18-stable patches

added patches:
wifi-mac80211-skip-ieee80211_verify_sta_ht_mcs_support-check-in-non-strict-mode.patch
wifi-mac80211-tests-mark-ht-check-strict.patch

2 days agoFixes for all trees
Sasha Levin [Tue, 16 Jun 2026 02:52:23 +0000 (22:52 -0400)] 
Fixes for all trees

Signed-off-by: Sasha Levin <sashal@kernel.org>
2 days ago7.1-stable patches
Greg Kroah-Hartman [Mon, 15 Jun 2026 16:55:47 +0000 (18:55 +0200)] 
7.1-stable patches

added patches:
driver-core-faux-fix-root-device-registration.patch
driver-core-reject-devices-with-unregistered-buses.patch

2 days ago7.0-stable patches
Greg Kroah-Hartman [Mon, 15 Jun 2026 16:55:44 +0000 (18:55 +0200)] 
7.0-stable patches

added patches:
driver-core-faux-fix-root-device-registration.patch
driver-core-reject-devices-with-unregistered-buses.patch
netfilter-nft_fib-fix-stale-stack-leak-via-the-oifname-register.patch
rdma-during-rereg_mr-ensure-that-rereg_access-is-compatible.patch
sched_ext-don-t-warn-on-null-cgrp_moving_from-in-scx_cgroup_move_task.patch

2 days ago6.18-stable patches
Greg Kroah-Hartman [Mon, 15 Jun 2026 16:55:42 +0000 (18:55 +0200)] 
6.18-stable patches

added patches:
driver-core-reject-devices-with-unregistered-buses.patch

2 days ago6.12-stable patches
Greg Kroah-Hartman [Mon, 15 Jun 2026 16:55:40 +0000 (18:55 +0200)] 
6.12-stable patches

added patches:
driver-core-reject-devices-with-unregistered-buses.patch

2 days ago6.6-stable patches
Greg Kroah-Hartman [Mon, 15 Jun 2026 16:55:39 +0000 (18:55 +0200)] 
6.6-stable patches

added patches:
driver-core-reject-devices-with-unregistered-buses.patch

2 days ago7.1-stable patches
Greg Kroah-Hartman [Mon, 15 Jun 2026 16:45:27 +0000 (18:45 +0200)] 
7.1-stable patches

added patches:
fs-fcntl-fix-softirq-unsafe-lock-order-in-fasync-signaling.patch
series

2 days ago7.0-stable patches
Greg Kroah-Hartman [Mon, 15 Jun 2026 16:45:26 +0000 (18:45 +0200)] 
7.0-stable patches

added patches:
fs-fcntl-fix-softirq-unsafe-lock-order-in-fasync-signaling.patch

2 days ago6.18-stable patches
Greg Kroah-Hartman [Mon, 15 Jun 2026 16:45:25 +0000 (18:45 +0200)] 
6.18-stable patches

added patches:
fs-fcntl-fix-softirq-unsafe-lock-order-in-fasync-signaling.patch

2 days ago6.12-stable patches
Greg Kroah-Hartman [Mon, 15 Jun 2026 16:45:24 +0000 (18:45 +0200)] 
6.12-stable patches

added patches:
fs-fcntl-fix-softirq-unsafe-lock-order-in-fasync-signaling.patch

2 days ago6.6-stable patches
Greg Kroah-Hartman [Mon, 15 Jun 2026 16:45:23 +0000 (18:45 +0200)] 
6.6-stable patches

added patches:
fs-fcntl-fix-softirq-unsafe-lock-order-in-fasync-signaling.patch

2 days ago6.1-stable patches
Greg Kroah-Hartman [Mon, 15 Jun 2026 16:45:22 +0000 (18:45 +0200)] 
6.1-stable patches

added patches:
fs-fcntl-fix-softirq-unsafe-lock-order-in-fasync-signaling.patch

2 days ago5.15-stable patches
Greg Kroah-Hartman [Mon, 15 Jun 2026 16:45:21 +0000 (18:45 +0200)] 
5.15-stable patches

added patches:
fs-fcntl-fix-softirq-unsafe-lock-order-in-fasync-signaling.patch

2 days ago5.10-stable patches
Greg Kroah-Hartman [Mon, 15 Jun 2026 16:45:20 +0000 (18:45 +0200)] 
5.10-stable patches

added patches:
fs-fcntl-fix-softirq-unsafe-lock-order-in-fasync-signaling.patch