public inbox for stable@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-02-12 15:44:47 to 2026-02-13 13:54:46 UTC [more...]

[PATCH 6.18 00/49] 6.18.11-rc1 review
 2026-02-13 13:48 UTC  (47+ messages)
` [PATCH 6.18 01/49] io_uring/io-wq: add exit-on-idle state
` [PATCH 6.18 02/49] io_uring: allow io-wq workers to exit when unused
` [PATCH 6.18 03/49] smb: client: split cached_fid bitfields to avoid shared-byte RMW races
` [PATCH 6.18 04/49] ksmbd: fix infinite loop caused by next_smb2_rcv_hdr_off reset in error paths
` [PATCH 6.18 05/49] ksmbd: add chann_lock to protect ksmbd_chann_list xarray
` [PATCH 6.18 06/49] smb: server: fix leak of active_num_conn in ksmbd_tcp_new_connection()
` [PATCH 6.18 07/49] smb: smbdirect: introduce smbdirect_socket.recv_io.credits.available
` [PATCH 6.18 08/49] smb: smbdirect: introduce smbdirect_socket.send_io.bcredits.*
` [PATCH 6.18 09/49] smb: server: make use of smbdirect_socket.recv_io.credits.available
` [PATCH 6.18 10/49] smb: server: let recv_done() queue a refill when the peer is low on credits
` [PATCH 6.18 11/49] smb: server: make use of smbdirect_socket.send_io.bcredits
` [PATCH 6.18 12/49] smb: server: fix last send credit problem causing disconnects
` [PATCH 6.18 13/49] smb: server: let send_done handle a completion without IB_SEND_SIGNALED
` [PATCH 6.18 14/49] smb: client: make use of smbdirect_socket.recv_io.credits.available
` [PATCH 6.18 15/49] smb: client: let recv_done() queue a refill when the peer is low on credits
` [PATCH 6.18 16/49] smb: client: let smbd_post_send() make use of request->wr
` [PATCH 6.18 17/49] smb: client: remove pointless sc->recv_io.credits.count rollback
` [PATCH 6.18 18/49] smb: client: remove pointless sc->send_io.pending handling in smbd_post_send_iter()
` [PATCH 6.18 19/49] smb: client: port and use the wait_for_credits logic used by server
` [PATCH 6.18 20/49] smb: client: split out smbd_ib_post_send()
` [PATCH 6.18 21/49] smb: client: introduce and use smbd_{alloc, free}_send_io()
` [PATCH 6.18 22/49] smb: client: use smbdirect_send_batch processing
` [PATCH 6.18 23/49] smb: client: make use of smbdirect_socket.send_io.bcredits
` [PATCH 6.18 24/49] smb: client: fix last send credit problem causing disconnects
` [PATCH 6.18 25/49] smb: client: let smbd_post_send_negotiate_req() use smbd_post_send()
` [PATCH 6.18 26/49] smb: client: let send_done handle a completion without IB_SEND_SIGNALED
` [PATCH 6.18 27/49] driver core: enforce device_lock for driver_match_device()
` [PATCH 6.18 28/49] Bluetooth: btusb: Add USB ID 7392:e611 for Edimax EW-7611UXB
` [PATCH 6.18 29/49] ALSA: hda/conexant: Add quirk for HP ZBook Studio G4
` [PATCH 6.18 30/49] crypto: iaa - Fix out-of-bounds index in find_empty_iaa_compression_mode
` [PATCH 6.18 31/49] crypto: octeontx - Fix length check to avoid truncation in ucode_load_store
` [PATCH 6.18 32/49] crypto: omap - Allocate OMAP_CRYPTO_FORCE_COPY scatterlists correctly
` [PATCH 6.18 33/49] crypto: virtio - Add spinlock protection with virtqueue notification
` [PATCH 6.18 35/49] nilfs2: Fix potential block overflow that cause system hang
` [PATCH 6.18 36/49] hfs: ensure sb->s_fs_info is always cleaned up
` [PATCH 6.18 37/49] wifi: rtw88: Fix alignment fault in rtw_core_enable_beacon()
` [PATCH 6.18 38/49] scsi: qla2xxx: Validate sp before freeing associated memory
` [PATCH 6.18 39/49] scsi: qla2xxx: Allow recovery for tape devices
` [PATCH 6.18 40/49] scsi: qla2xxx: Delay module unload while fabric scan in progress
` [PATCH 6.18 41/49] scsi: qla2xxx: Free sp in error path to fix system crash
` [PATCH 6.18 44/49] erofs: fix UAF issue for file-backed mounts w/ directio option
` [PATCH 6.18 45/49] xfs: fix UAF in xchk_btree_check_block_owner
` [PATCH 6.18 46/49] drm/exynos: vidi: use ctx->lock to protect struct vidi_context member variables related to memory alloc/free
` [PATCH 6.18 47/49] PCI: endpoint: Avoid creating sub-groups asynchronously
` [PATCH 6.18 48/49] wifi: rtl8xxxu: fix slab-out-of-bounds in rtl8xxxu_sta_add
` [PATCH 6.18 49/49] gpio: omap: do not register driver in probe()

[PATCH 6.19 00/49] 6.19.1-rc1 review
 2026-02-13 13:48 UTC  (50+ messages)
` [PATCH 6.19 01/49] io_uring/io-wq: add exit-on-idle state
` [PATCH 6.19 02/49] io_uring: allow io-wq workers to exit when unused
` [PATCH 6.19 03/49] smb: client: split cached_fid bitfields to avoid shared-byte RMW races
` [PATCH 6.19 04/49] ksmbd: fix infinite loop caused by next_smb2_rcv_hdr_off reset in error paths
` [PATCH 6.19 05/49] ksmbd: add chann_lock to protect ksmbd_chann_list xarray
` [PATCH 6.19 06/49] smb: server: fix leak of active_num_conn in ksmbd_tcp_new_connection()
` [PATCH 6.19 07/49] smb: smbdirect: introduce smbdirect_socket.recv_io.credits.available
` [PATCH 6.19 08/49] smb: smbdirect: introduce smbdirect_socket.send_io.bcredits.*
` [PATCH 6.19 09/49] smb: server: make use of smbdirect_socket.recv_io.credits.available
` [PATCH 6.19 10/49] smb: server: let recv_done() queue a refill when the peer is low on credits
` [PATCH 6.19 11/49] smb: server: make use of smbdirect_socket.send_io.bcredits
` [PATCH 6.19 12/49] smb: server: fix last send credit problem causing disconnects
` [PATCH 6.19 13/49] smb: server: let send_done handle a completion without IB_SEND_SIGNALED
` [PATCH 6.19 14/49] smb: client: make use of smbdirect_socket.recv_io.credits.available
` [PATCH 6.19 15/49] smb: client: let recv_done() queue a refill when the peer is low on credits
` [PATCH 6.19 16/49] smb: client: let smbd_post_send() make use of request->wr
` [PATCH 6.19 17/49] smb: client: remove pointless sc->recv_io.credits.count rollback
` [PATCH 6.19 18/49] smb: client: remove pointless sc->send_io.pending handling in smbd_post_send_iter()
` [PATCH 6.19 19/49] smb: client: port and use the wait_for_credits logic used by server
` [PATCH 6.19 20/49] smb: client: split out smbd_ib_post_send()
` [PATCH 6.19 21/49] smb: client: introduce and use smbd_{alloc, free}_send_io()
` [PATCH 6.19 22/49] smb: client: use smbdirect_send_batch processing
` [PATCH 6.19 23/49] smb: client: make use of smbdirect_socket.send_io.bcredits
` [PATCH 6.19 24/49] smb: client: fix last send credit problem causing disconnects
` [PATCH 6.19 25/49] smb: client: let smbd_post_send_negotiate_req() use smbd_post_send()
` [PATCH 6.19 26/49] smb: client: let send_done handle a completion without IB_SEND_SIGNALED
` [PATCH 6.19 27/49] driver core: enforce device_lock for driver_match_device()
` [PATCH 6.19 28/49] Bluetooth: btusb: Add USB ID 7392:e611 for Edimax EW-7611UXB
` [PATCH 6.19 29/49] ALSA: hda/conexant: Add quirk for HP ZBook Studio G4
` [PATCH 6.19 30/49] crypto: iaa - Fix out-of-bounds index in find_empty_iaa_compression_mode
` [PATCH 6.19 31/49] crypto: octeontx - Fix length check to avoid truncation in ucode_load_store
` [PATCH 6.19 32/49] crypto: omap - Allocate OMAP_CRYPTO_FORCE_COPY scatterlists correctly
` [PATCH 6.19 33/49] crypto: virtio - Add spinlock protection with virtqueue notification
` [PATCH 6.19 34/49] crypto: virtio - Remove duplicated virtqueue_kick in virtio_crypto_skcipher_crypt_req
` [PATCH 6.19 35/49] nilfs2: Fix potential block overflow that cause system hang
` [PATCH 6.19 36/49] hfs: ensure sb->s_fs_info is always cleaned up
` [PATCH 6.19 37/49] wifi: rtw88: Fix alignment fault in rtw_core_enable_beacon()
` [PATCH 6.19 38/49] scsi: qla2xxx: Validate sp before freeing associated memory
` [PATCH 6.19 39/49] scsi: qla2xxx: Allow recovery for tape devices
` [PATCH 6.19 40/49] scsi: qla2xxx: Delay module unload while fabric scan in progress
` [PATCH 6.19 41/49] scsi: qla2xxx: Free sp in error path to fix system crash
` [PATCH 6.19 42/49] scsi: qla2xxx: Query FW again before proceeding with login
` [PATCH 6.19 43/49] sched/mmcid: Dont assume CID is CPU owned on mode switch
` [PATCH 6.19 44/49] bus: fsl-mc: fix use-after-free in driver_override_show()
` [PATCH 6.19 45/49] erofs: fix UAF issue for file-backed mounts w/ directio option
` [PATCH 6.19 46/49] xfs: fix UAF in xchk_btree_check_block_owner
` [PATCH 6.19 47/49] drm/exynos: vidi: use ctx->lock to protect struct vidi_context member variables related to memory alloc/free
` [PATCH 6.19 48/49] PCI: endpoint: Avoid creating sub-groups asynchronously
` [PATCH 6.19 49/49] wifi: rtl8xxxu: fix slab-out-of-bounds in rtl8xxxu_sta_add

[Patch v3] mm/huge_memory: fix early failure try_to_migrate() when split huge pmd for shared thp
 2026-02-13 13:20 UTC  (4+ messages)

[RESEND PATCH] uio: fix uio_unregister_device
 2026-02-13 13:19 UTC  (2+ messages)

[PATCH] uio: fix uio_unregister_device
 2026-02-13 12:17 UTC  (4+ messages)

FAILED: patch "[PATCH] PCI: endpoint: Avoid creating sub-groups asynchronously" failed to apply to 5.15-stable tree
 2026-02-13 12:14 UTC 

FAILED: patch "[PATCH] PCI: endpoint: Avoid creating sub-groups asynchronously" failed to apply to 6.1-stable tree
 2026-02-13 12:14 UTC 

FAILED: patch "[PATCH] PCI: endpoint: Avoid creating sub-groups asynchronously" failed to apply to 6.6-stable tree
 2026-02-13 12:14 UTC 

FAILED: patch "[PATCH] bus: fsl-mc: fix use-after-free in driver_override_show()" failed to apply to 5.10-stable tree
 2026-02-13 12:11 UTC 

FAILED: patch "[PATCH] bus: fsl-mc: fix use-after-free in driver_override_show()" failed to apply to 6.1-stable tree
 2026-02-13 12:11 UTC 

FAILED: patch "[PATCH] bus: fsl-mc: fix use-after-free in driver_override_show()" failed to apply to 5.15-stable tree
 2026-02-13 12:11 UTC 

FAILED: patch "[PATCH] bus: fsl-mc: fix use-after-free in driver_override_show()" failed to apply to 6.6-stable tree
 2026-02-13 12:11 UTC 

FAILED: patch "[PATCH] bus: fsl-mc: fix use-after-free in driver_override_show()" failed to apply to 6.12-stable tree
 2026-02-13 12:11 UTC 

[PATCH net v6 1/1] net/sched: act_gate: snapshot parameters with RCU on replace
 2026-02-13 11:39 UTC 

[BUG] sched_mm_cid_exit+0xe2: page fault on CID bitmap write with nopti on 6.19.0
 2026-02-13 11:16 UTC  (3+ messages)

FAILED: patch "[PATCH] scsi: qla2xxx: Fix bsg_done() causing double free" failed to apply to 5.10-stable tree
 2026-02-13 11:15 UTC 

FAILED: patch "[PATCH] scsi: qla2xxx: Fix bsg_done() causing double free" failed to apply to 5.15-stable tree
 2026-02-13 11:15 UTC 

FAILED: patch "[PATCH] scsi: qla2xxx: Fix bsg_done() causing double free" failed to apply to 6.1-stable tree
 2026-02-13 11:15 UTC 

FAILED: patch "[PATCH] scsi: qla2xxx: Fix bsg_done() causing double free" failed to apply to 6.6-stable tree
 2026-02-13 11:15 UTC 

FAILED: patch "[PATCH] scsi: qla2xxx: Fix bsg_done() causing double free" failed to apply to 6.12-stable tree
 2026-02-13 11:15 UTC 

FAILED: patch "[PATCH] scsi: qla2xxx: Fix bsg_done() causing double free" failed to apply to 6.18-stable tree
 2026-02-13 11:15 UTC 

FAILED: patch "[PATCH] scsi: qla2xxx: Fix bsg_done() causing double free" failed to apply to 6.19-stable tree
 2026-02-13 11:15 UTC 

FAILED: patch "[PATCH] scsi: qla2xxx: Free sp in error path to fix system crash" failed to apply to 5.10-stable tree
 2026-02-13 11:15 UTC 

FAILED: patch "[PATCH] scsi: qla2xxx: Free sp in error path to fix system crash" failed to apply to 5.15-stable tree
 2026-02-13 11:15 UTC 

FAILED: patch "[PATCH] scsi: qla2xxx: Free sp in error path to fix system crash" failed to apply to 6.1-stable tree
 2026-02-13 11:15 UTC 

FAILED: patch "[PATCH] scsi: qla2xxx: Allow recovery for tape devices" failed to apply to 5.10-stable tree
 2026-02-13 11:14 UTC 

FAILED: patch "[PATCH] scsi: qla2xxx: Allow recovery for tape devices" failed to apply to 5.15-stable tree
 2026-02-13 11:14 UTC 

FAILED: patch "[PATCH] scsi: qla2xxx: Validate sp before freeing associated memory" failed to apply to 5.10-stable tree
 2026-02-13 11:13 UTC 

[PATCH v1 0/3] KVM: arm64: Fix guest feature sanitization and pKVM state synchronization
 2026-02-13 11:07 UTC  (10+ messages)
` [PATCH v1 1/3] KVM: arm64: Hide S1POE from guests when not supported by the host
` [PATCH v1 2/3] KVM: arm64: Fix ID register initialization for non-protected pKVM guests

FAILED: patch "[PATCH] crypto: virtio - Remove duplicated virtqueue_kick in" failed to apply to 5.10-stable tree
 2026-02-13 11:06 UTC 

FAILED: patch "[PATCH] crypto: virtio - Remove duplicated virtqueue_kick in" failed to apply to 5.15-stable tree
 2026-02-13 11:06 UTC 

[PATCH v1] mm/kfence: disable KFENCE upon KASAN HW tags enablement
 2026-02-13 10:50 UTC  (2+ messages)

[PATCH net v5] net: nfc: nci: Fix parameter validation for packet data
 2026-02-13 10:35 UTC  (4+ messages)

[RFC PATCH v2 1/2] usb: offload: move device locking to callers in offload.c
 2026-02-13 10:07 UTC  (2+ messages)
` [RFC PATCH v2 2/2] ALSA: usb: qcom: manage offload device usage

[GIT PULL] virtio,vhost,vdpa: features, fixes
 2026-02-13 10:06 UTC 

FAILED: patch "[PATCH] smb: server: fix leak of active_num_conn in" failed to apply to 5.15-stable tree
 2026-02-13  9:52 UTC 

[PATCH] media: iris: Fix dma_free_attrs() size in iris_hfi_queues_init()
 2026-02-13  9:40 UTC  (2+ messages)

[PATCH] gpio: sysfs: fix chip removal with GPIOs exported over sysfs
 2026-02-13  8:32 UTC  (2+ messages)

[PATCH 6.1.y] wifi: cfg80211: Add missing lock in cfg80211_check_and_end_cac()
 2026-02-13  8:26 UTC 

[PATCH] rust_binder: fix oneway spam detection
 2026-02-13  7:57 UTC  (4+ messages)

[PATCH v2 0/2] phy: qcom: edp: Add DP/eDP switch for phys
 2026-02-13  7:31 UTC  (3+ messages)
` [PATCH v2 1/2] phy: qcom: edp: Add eDP/DP mode switch support
` [PATCH v2 2/2] phy: qcom: edp: Add per-version LDO configuration callback

[PATCH v4 0/1] block/blk-mq: use atomic_t for quiesce_depth to avoid lock contention on RT
 2026-02-13  7:24 UTC  (2+ messages)
` [PATCH v4] "

[PATCH v8 0/1] Bluetooth: mgmt: Fix heap overflow and race condition
 2026-02-13  7:22 UTC  (2+ messages)
` [PATCH v8 1/1] Bluetooth: mgmt: Fix heap overflow and race condition in mesh handling

[PATCH] kbuild: rpm-pkg: Fix manual debuginfo generation when using .src.rpm
 2026-02-13  6:45 UTC 

[PATCH] powercap: intel_rapl: use unsigned arithmetic in time window computation
 2026-02-13  6:29 UTC 

[PATCH bluetooth v7 1/1] Bluetooth: mgmt: Fix heap overflow and race condition in mesh handling
 2026-02-13  6:04 UTC 

[PATCH v4 1/1] mm: numa_memblks: Identify the accurate NUMA ID of CFMW
 2026-02-13  6:03 UTC 

[PATCH v3,net] virtio_net: Improve RSS key size validation
 2026-02-13  5:40 UTC  (3+ messages)
  ` [EXTERNAL] "

[PATCH v6 1/1] Bluetooth: mgmt: Fix heap overflow and race condition in mesh handling
 2026-02-13  5:15 UTC 

[PATCH v3] net: arcnet: com20020-pci: fix support for 2.5Mbit cards
 2026-02-13  4:55 UTC 

[PATCH] net/sched: act_skbedit: fix divide-by-zero in tcf_skbedit_hash()
 2026-02-13  3:29 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v5 1/1] Bluetooth: mgmt: Fix heap overflow and race condition in mesh handling
 2026-02-13  3:01 UTC 

[PATCH 6.1] scsi: ufs: core: Fix handling of lrbp->cmd
 2026-02-13  3:02 UTC 

[PATCH v2] net: intel: fix PCI device ID conflict between i40e and ipw2200
 2026-02-13  2:50 UTC  (2+ messages)

[PATCH v2] net: arcnet: com20020-pci: fix support for 2.5Mbit cards
 2026-02-13  2:45 UTC  (2+ messages)

[STATUS] stable/linux-6.12.y - ae591174b1f2e6b81ffe182fb621bba910bfb44e
 2026-02-13  2:30 UTC 

[PATCH v2 0/4] soc: qcom: ice: Remove platform_driver support and expose as a pure library
 2026-02-13  2:17 UTC  (4+ messages)
` [PATCH v2 1/4] "

[PATCH] gpu: host1x: Fix passing zero to ERR_PTR in host1x_iommu_attach()
 2026-02-13  2:03 UTC  (2+ messages)

[PATCH v4 1/1] mm: numa_memblks: Identify the accurate NUMA ID of CFMW
 2026-02-13  1:55 UTC 

[PATCH v5 1/3] x86/cpu: Clear feature bits disabled at compile-time
 2026-02-13  0:58 UTC  (10+ messages)

[PATCH 6.12 00/87] 6.12.69-rc1 review
 2026-02-13  0:16 UTC  (3+ messages)
` [PATCH 6.12 30/87] bcache: fix I/O accounting leak in detached_dev_do_request

[merged mm-stable] mm-page_alloc-clear-page-private-in-free_pages_prepare.patch removed from -mm tree
 2026-02-12 23:44 UTC 

[merged mm-stable] mm-vmscan-fix-demotion-targets-checks-in-reclaim-demotion.patch removed from -mm tree
 2026-02-12 23:43 UTC 

[merged mm-hotfixes-stable] procfs-fix-possible-double-mmput-in-do_procmap_query.patch removed from -mm tree
 2026-02-12 23:40 UTC 

[merged mm-hotfixes-stable] mm-page_alloc-skip-debug_check_no_objlocks_freed-with-fpi_trylock.patch removed from -mm tree
 2026-02-12 23:40 UTC 

[merged mm-hotfixes-stable] mm-hugetlb-restore-failed-global-reservations-to-subpool.patch removed from -mm tree
 2026-02-12 23:40 UTC 

[RFC PATCH 1/5] KVM: nSVM: Do not use L2's RIP for vmcb02's NextRIP after first L2 VMRUN
 2026-02-12 23:07 UTC  (4+ messages)
` [RFC PATCH 2/5] KVM: nSVM: Use the correct RIP when restoring vmcb02's control area
` [RFC PATCH 3/5] KVM: nSVM: Move updating NextRIP and soft IRQ RIPs into a helper
` [RFC PATCH 4/5] KVM: SVM: Recalculate nested RIPs after restoring REGS/SREGS

[to-be-updated] mm-huge_memory-fix-early-failure-try_to_migrate-when-split-huge-pmd-for-shared-thp.patch removed from -mm tree
 2026-02-12 22:08 UTC 

+ mm-numa_memblks-identify-the-accurate-numa-id-of-cfmw.patch added to mm-new branch
 2026-02-12 20:59 UTC 

[PATCH] lib/crypto: riscv: Depend on RISCV_EFFICIENT_VECTOR_UNALIGNED_ACCESS
 2026-02-12 17:47 UTC  (3+ messages)

[PATCH 5.15.y] mptcp: fix race in mptcp_pm_nl_flush_addrs_doit()
 2026-02-12 17:41 UTC 

[PATCH 6.1.y] mptcp: fix race in mptcp_pm_nl_flush_addrs_doit()
 2026-02-12 17:40 UTC 

[PATCH 6.6.y] mptcp: fix race in mptcp_pm_nl_flush_addrs_doit()
 2026-02-12 17:37 UTC 

+ mm-allow-__gfp_retry_mayfail-in-vmalloc.patch added to mm-hotfixes-unstable branch
 2026-02-12 16:42 UTC 

[PATCH 1/2] Drivers: hv: vmbus: Provide option to skip VMBus unload on panic
 2026-02-12 16:30 UTC  (7+ messages)
` [PATCH 2/2] drm/hyperv: During panic do VMBus unload after frame buffer is flushed

[merged] mm-fix-a-hmm_range_fault-livelock-starvation-problem.patch removed from -mm tree
 2026-02-12 15:44 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox