Linux kernel -stable discussions
 help / color / mirror / Atom feed
 messages from 2025-09-21 12:33:55 to 2025-09-22 15:53:46 UTC [more...]

[PATCH v2] crypto: caam: Add check for kcalloc() in test_len()
 2025-09-22 15:53 UTC 

[PATCH v2] ASoC: mediatek: mt8365: Add check for devm_kcalloc() in mt8365_afe_suspend()
 2025-09-22 15:43 UTC  (2+ messages)

[PATCH] mtd: nand: raw: gpmi: fix clocks when CONFIG_PM=N
 2025-09-22 15:39 UTC 

[PATCH v2] powerpc/smp: Add check for kcalloc() failure in parse_thread_groups()
 2025-09-22 15:38 UTC  (2+ messages)

[PATCH] ASoC: mediatek: mt8365: Add check for devm_kcalloc() in mt8365_afe_suspend()
 2025-09-22 15:35 UTC  (2+ messages)
` [PATCH v?] "

[PATCH 1/2] PCI: rcar-host: Drop PMSR spinlock
 2025-09-22 15:34 UTC  (8+ messages)
` [PATCH 2/2] PCI: rcar-host: Convert struct rcar_msi mask_lock into raw spinlock

[PATCH 6.12.y 1/3] drm/sched: Optimise drm_sched_entity_push_job
 2025-09-22 15:30 UTC  (4+ messages)
` [PATCH 6.12.y 2/3] drm/sched: Re-group and rename the entity run-queue lock
` [PATCH 6.12.y 3/3] drm/amdgpu: fix task hang from failed job submission during process kill

[PATCH v2] scsi: dc395x: correctly discard the return value in certain reads
 2025-09-22 15:26 UTC 

[PATCH] PCI: tegra: Convert struct tegra_msi mask_lock into raw spinlock
 2025-09-22 15:07 UTC 

[tip: x86/urgent] x86/Kconfig: Reenable PTDUMP on i386
 2025-09-22 15:08 UTC 

[PATCH] powerpc/smp: Add check for kcalloc() in parse_thread_groups()
 2025-09-22 15:04 UTC 

FAILED: patch "[PATCH] mm: folio_may_be_lru_cached() unless folio_test_large()" failed to apply to 6.12-stable tree
 2025-09-22 14:55 UTC  (6+ messages)
` [PATCH 6.12.y] mm: folio_may_be_lru_cached() unless folio_test_large()

[PATCH] scsi: dc395x: correctly discard the return value in certain reads
 2025-09-22 14:46 UTC  (2+ messages)

[PATCH v2] gpiolib: Extend software-node support to support secondary software-nodes
 2025-09-22 14:24 UTC  (5+ messages)

"loop: Avoid updating block size under exclusive owner" breaks on 6.6.103
 2025-09-22 14:12 UTC  (4+ messages)

[PATCH v2 1/3] PCI: tegra194: Fix broken tegra_pcie_ep_raise_msi_irq()
 2025-09-22 14:08 UTC  (3+ messages)
` [PATCH v2 2/3] PCI: tegra194: Reset BARs when running in PCIe endpoint mode
` [PATCH v2 3/3] PCI: tegra194: Handle errors in BPMP response

Patch "x86/sev: Guard sev_evict_cache() with CONFIG_AMD_MEM_ENCRYPT" has been added to the 6.12-stable tree
 2025-09-22 14:08 UTC  (2+ messages)

[PATCH] powerpc/Makefile: use $(objtree) for crtsavres.o
 2025-09-22 13:50 UTC  (3+ messages)

[PATCH] fbcon: Fix OOB access in font allocation
 2025-09-22 13:45 UTC 

[PATCH v2] cpufreq: Handle CPUFREQ_ETERNAL with a default transition latency
 2025-09-22 13:45 UTC  (2+ messages)

[PATCH v2] staging: gpib: Fix device reference leak in fmh_gpib driver
 2025-09-22 13:36 UTC  (3+ messages)

[PATCH] fs: udf: fix OOB read in lengthAllocDescs handling
 2025-09-22 13:35 UTC  (2+ messages)

[PATCH 00/27 5.10.y] Backport minmax.h updates from v6.17-rc6
 2025-09-22 13:10 UTC  (10+ messages)
` [PATCH 04/27 5.10.y] minmax: add in_range() macro

[PATCH] iommu/amd/pgtbl: Fix possible race while increase page table level
 2025-09-22 13:02 UTC  (4+ messages)

[PATCH] drm: sti: fix device leaks at component probe
 2025-09-22 12:20 UTC 

[PATCH 0/7 6.12.y] Backport minmax.h updates from v6.17-rc7
 2025-09-22 12:16 UTC  (10+ messages)
` [PATCH 1/7 6.12.y] minmax.h: add whitespace around operators and after commas
` [PATCH 2/7 6.12.y] minmax.h: update some comments
` [PATCH 3/7 6.12.y] minmax.h: reduce the #define expansion of min(), max() and clamp()
` [PATCH 4/7 6.12.y] minmax.h: use BUILD_BUG_ON_MSG() for the lo < hi test in clamp()
` [PATCH 5/7 6.12.y] minmax.h: move all the clamp() definitions after the min/max() ones
` [PATCH 6/7 6.12.y] minmax.h: simplify the variants of clamp()
` [PATCH 7/7 6.12.y] minmax.h: remove some #defines that are only expanded once

FAILED: patch "[PATCH] x86/cpu/topology: Always try cpu_parse_topology_ext() on" failed to apply to 6.6-stable tree
 2025-09-22 12:08 UTC  (5+ messages)
` [PATCH 6.6.y] x86/cpu/amd: Always try detect_extended_topology() on AMD processors

[PATCH v2] media: pci: intel: ivsc: fix error handling in mei_ace driver
 2025-09-22 10:44 UTC  (2+ messages)

[PATCH 00/15 v6.6.y] Backport minmax.h updates from v6.17-rc7
 2025-09-22 10:32 UTC  (16+ messages)
` [PATCH 01/15 6.6.y] minmax: avoid overly complicated constant expressions in VM code
` [PATCH 02/15 6.6.y] minmax: simplify and clarify min_t()/max_t() implementation
` [PATCH 03/15 6.6.y] minmax: add a few more MIN_T/MAX_T users
` [PATCH 04/15 6.6.y] minmax: make generic MIN() and MAX() macros available everywhere
` [PATCH 05/15 6.6.y] minmax: simplify min()/max()/clamp() implementation
` [PATCH 06/15 6.6.y] minmax: don't use max() in situations that want a C constant expression
` [PATCH 07/15 6.6.y] minmax: improve macro expansion and type checking
` [PATCH 08/15 6.6.y] minmax: fix up min3() and max3() too
` [PATCH 09/15 6.6.y] minmax.h: add whitespace around operators and after commas
` [PATCH 10/15 6.6.y] minmax.h: update some comments
` [PATCH 11/15 6.6.y] minmax.h: reduce the #define expansion of min(), max() and clamp()
` [PATCH 12/15 6.6.y] minmax.h: use BUILD_BUG_ON_MSG() for the lo < hi test in clamp()
` [PATCH 13/15 6.6.y] minmax.h: move all the clamp() definitions after the min/max() ones
` [PATCH 14/15 6.6.y] minmax.h: simplify the variants of clamp()
` [PATCH 15/15 6.6.y] minmax.h: remove some #defines that are only expanded once

[PATCH] tpm: Use -EPERM as fallback error code in tpm_ret_to_err
 2025-09-22  9:25 UTC  (2+ messages)

[regression] 1a8953f4f774 ("HID: Add IGNORE quirk for SMARTLINKTECHNOLOGY") causes issue with ID 4c4a:4155 Jieli Technology USB Composite Device
 2025-09-22  9:21 UTC  (11+ messages)

[PATCH v2] tee: fix register_shm_helper()
 2025-09-22  8:50 UTC  (2+ messages)

[PATCH v3] fs/proc/task_mmu: check p->vec_buf for NULL
 2025-09-22  8:43 UTC  (3+ messages)

[PATCH v2] fs/proc: check p->vec_buf for NULL
 2025-09-22  8:30 UTC  (2+ messages)

[PATCH] fs/proc/task_mmu: check cur_buf for NULL
 2025-09-22  8:25 UTC  (5+ messages)

[PATCH 1/1] mm/thp: fix MTE tag mismatch when replacing zero-filled subpages
 2025-09-22  8:24 UTC  (5+ messages)

[PATCH v2] ASoC: wcd934x: fix error handling in wcd934x_codec_parse_data()
 2025-09-22  7:45 UTC  (2+ messages)

[PATCH net v1 1/1] net: usb: asix: forbid runtime PM to avoid PM/MDIO + RTNL deadlock
 2025-09-22  7:11 UTC  (3+ messages)

[PATCH] tee: fix register_shm_helper()
 2025-09-22  6:39 UTC  (3+ messages)

[PATCH] staging: gpib: Fix device reference leak in fmh_gpib driver
 2025-09-22  6:28 UTC  (2+ messages)

[PATCH 2/2] eventpoll: Fix epoll_wait() report false negative
 2025-09-22  6:26 UTC  (9+ messages)

[PATCH] riscv: Use an atomic xchg in pudp_huge_get_and_clear()
 2025-09-22  6:19 UTC  (3+ messages)

FAILED: patch "[PATCH] io_uring: include dying ring in task_work "should cancel"" failed to apply to 6.12-stable tree
 2025-09-22  6:22 UTC  (5+ messages)

[PATCH] media: pci: intel: ivsc: fix error handling in scan_one_device()
 2025-09-22  6:21 UTC  (2+ messages)

[PATCH rtw-next v5 1/4] wifi: rtw89: fix use-after-free in rtw89_core_tx_kick_off_and_wait()
 2025-09-22  6:12 UTC  (5+ messages)
` [PATCH rtw-next v5 2/4] wifi: rtw89: avoid possible TX wait initialization race

[PATCH] xen: take system_transition_mutex on suspend
 2025-09-22  6:06 UTC  (2+ messages)

[PATCH v3] sparc: fix error handling in scan_one_device()
 2025-09-22  5:48 UTC  (2+ messages)

FAILED: patch "[PATCH] ksmbd: smbdirect: verify remaining_data_length respects" failed to apply to 5.15-stable tree
 2025-09-22  2:19 UTC  (2+ messages)
` [PATCH 5.15.y] ksmbd: smbdirect: verify remaining_data_length respects max_fragmented_recv_size

FAILED: patch "[PATCH] mptcp: propagate shutdown to subflows when possible" failed to apply to 5.10-stable tree
 2025-09-22  1:46 UTC  (2+ messages)
` [PATCH 5.10.y] mptcp: propagate shutdown to subflows when possible

FAILED: patch "[PATCH] mptcp: propagate shutdown to subflows when possible" failed to apply to 5.15-stable tree
 2025-09-22  0:56 UTC  (2+ messages)
` [PATCH 5.15.y] mptcp: propagate shutdown to subflows when possible

WTF: patch "[PATCH] LoongArch: Replace sprintf() with sysfs_emit()" was seriously submitted to be applied to the 6.16-stable tree?
 2025-09-22  0:49 UTC  (3+ messages)
  `  "

FAILED: patch "[PATCH] mptcp: propagate shutdown to subflows when possible" failed to apply to 6.1-stable tree
 2025-09-22  0:44 UTC  (2+ messages)
` [PATCH 6.1.y] mptcp: propagate shutdown to subflows when possible

FAILED: patch "[PATCH] selftests: mptcp: connect: catch IO errors on listen side" failed to apply to 6.1-stable tree
 2025-09-22  0:43 UTC  (2+ messages)
` [PATCH 6.1.y] selftests: mptcp: connect: catch IO errors on listen side

FAILED: patch "[PATCH] platform/x86: asus-wmi: Re-add extra keys to ignore_key_wlan" failed to apply to 6.16-stable tree
 2025-09-22  0:41 UTC  (3+ messages)
` [PATCH 6.16.y 1/2] platform/x86: asus-wmi: Fix ROG button mapping, tablet mode on ASUS ROG Z13
  ` [PATCH 6.16.y 2/2] platform/x86: asus-wmi: Re-add extra keys to ignore_key_wlan quirk

FAILED: patch "[PATCH] mptcp: propagate shutdown to subflows when possible" failed to apply to 6.6-stable tree
 2025-09-22  0:09 UTC  (2+ messages)
` [PATCH 6.6.y] mptcp: propagate shutdown to subflows when possible

FAILED: patch "[PATCH] KVM: SVM: Sync TPR from LAPIC into VMCB::V_TPR even if AVIC" failed to apply to 5.4-stable tree
 2025-09-22  0:07 UTC  (2+ messages)
` [PATCH 5.4.y] KVM: SVM: Sync TPR from LAPIC into VMCB::V_TPR even if AVIC is active

FAILED: patch "[PATCH] net: rfkill: gpio: Fix crash due to dereferencering" failed to apply to 5.4-stable tree
 2025-09-22  0:06 UTC  (3+ messages)
` [PATCH 5.4.y 1/2] net: rfkill: gpio: add DT support
  ` [PATCH 5.4.y 2/2] net: rfkill: gpio: Fix crash due to dereferencering uninitialized pointer

FAILED: patch "[PATCH] net: rfkill: gpio: Fix crash due to dereferencering" failed to apply to 5.10-stable tree
 2025-09-21 23:46 UTC  (3+ messages)
` [PATCH 5.10.y 1/2] net: rfkill: gpio: add DT support
  ` [PATCH 5.10.y 2/2] net: rfkill: gpio: Fix crash due to dereferencering uninitialized pointer

FAILED: patch "[PATCH] net: rfkill: gpio: Fix crash due to dereferencering" failed to apply to 5.15-stable tree
 2025-09-21 23:37 UTC  (3+ messages)
` [PATCH 5.15.y 1/2] net: rfkill: gpio: add DT support
  ` [PATCH 5.15.y 2/2] net: rfkill: gpio: Fix crash due to dereferencering uninitialized pointer

FAILED: patch "[PATCH] net: rfkill: gpio: Fix crash due to dereferencering" failed to apply to 6.1-stable tree
 2025-09-21 23:29 UTC  (3+ messages)
` [PATCH 6.1.y 1/2] net: rfkill: gpio: add DT support
  ` [PATCH 6.1.y 2/2] net: rfkill: gpio: Fix crash due to dereferencering uninitialized pointer

[DISCUSSION] Fixing bad pmd due to a race condition between change_prot_numa() and THP migration in pre-6.5 kernels
 2025-09-21 23:27 UTC 

FAILED: patch "[PATCH] x86/sev: Guard sev_evict_cache() with CONFIG_AMD_MEM_ENCRYPT" failed to apply to 6.12-stable tree
 2025-09-21 23:17 UTC  (2+ messages)
` [PATCH 6.12.y] x86/sev: Guard sev_evict_cache() with CONFIG_AMD_MEM_ENCRYPT

FAILED: patch "[PATCH] ASoC: qcom: q6apm-lpass-dais: Fix NULL pointer dereference if" failed to apply to 6.1-stable tree
 2025-09-21 23:16 UTC  (4+ messages)
` [PATCH 6.1.y 1/3] ASoC: qcom: q6apm-lpass-dai: close graphs before opening a new one
  ` [PATCH 6.1.y 2/3] ASoC: q6apm-lpass-dai: close graph on prepare errors
  ` [PATCH 6.1.y 3/3] ASoC: qcom: q6apm-lpass-dais: Fix NULL pointer dereference if source graph failed

FAILED: patch "[PATCH] btrfs: tree-checker: fix the incorrect inode ref size check" failed to apply to 5.10-stable tree
 2025-09-21 23:15 UTC  (2+ messages)
` [PATCH 5.10.y] btrfs: tree-checker: fix the incorrect inode ref size check

[PATCH 6.12 000/140] 6.12.48-rc1 review
 2025-09-21 22:59 UTC  (5+ messages)
` [PATCH 6.12 113/140] netfilter: nf_tables: Reintroduce shortened deletion notifications

[PATCH v2 1/9] btrfs: fix the incorrect @max_bytes value for find_lock_delalloc_range()
 2025-09-21 22:46 UTC  (2+ messages)

[merged mm-stable] mm-damon-lru_sort-use-param_ctx-for-damon_attrs-staging.patch removed from -mm tree
 2025-09-21 21:26 UTC 

[PATCH 6.17 REGRESSION FIX] gpiolib: acpi: Make set debounce errors non fatal
 2025-09-21 20:25 UTC  (5+ messages)

[PATCH RESEND net v3] net: nfc: nci: Add parameter validation for packet data
 2025-09-21 18:23 UTC 

[PATCH] rtc: pcf2127: fix SPI command byte for PCF2131 backport
 2025-09-21 17:36 UTC  (4+ messages)

[PATCH 0/7 5.10.y] Cherry pick of minmax.h commits from 5.15.y
 2025-09-21 17:30 UTC  (5+ messages)
` [PATCH 1/7 5.10.y] tracing: Define the is_signed_type() macro once

[PATCH 6.1 035/198] scsi: core: Use GFP_NOIO to avoid circular locking dependency
 2025-09-21 17:24 UTC  (3+ messages)

[PATCH 6.6.y 0/2] mptcp: fix recent failed backports (20250919)
 2025-09-21 17:19 UTC  (2+ messages)

[PATCH CANDIDATE 5.15, 6.1, 6.6] xfs: Increase XFS_QM_TRANS_MAXDQS to 5
 2025-09-21 17:16 UTC  (6+ messages)

FAILED: patch "[PATCH] platform/x86: asus-wmi: Re-add extra keys to ignore_key_wlan" failed to apply to 6.12-stable tree
 2025-09-21 16:41 UTC  (5+ messages)

FAILED: patch "[PATCH] iommu/amd/pgtbl: Fix possible race while increase page table" failed to apply to 6.6-stable tree
 2025-09-21 15:39 UTC  (2+ messages)
` [PATCH 6.6.y] iommu/amd/pgtbl: Fix possible race while increase page table level

FAILED: patch "[PATCH] ksmbd: smbdirect: validate data_offset and data_length field" failed to apply to 5.15-stable tree
 2025-09-21 15:00 UTC  (2+ messages)
` [PATCH 5.15.y] ksmbd: smbdirect: validate data_offset and data_length field of smb_direct_data_transfer

FAILED: patch "[PATCH] mm/gup: check ref_count instead of lru before migration" failed to apply to 6.12-stable tree
 2025-09-21 14:39 UTC  (3+ messages)
` [PATCH 6.12.y 1/2] mm: add folio_expected_ref_count() for reference count calculation
  ` [PATCH 6.12.y 2/2] mm/gup: check ref_count instead of lru before migration

FAILED: patch "[PATCH] samples/damon/mtier: avoid starting DAMON before" failed to apply to 6.16-stable tree
 2025-09-21 14:11 UTC  (4+ messages)
` [PATCH 6.16.y 1/3] samples/damon/prcl: fix boot time enable crash
  ` [PATCH 6.16.y 2/3] samples/damon: change enable parameters to enabled
  ` [PATCH 6.16.y 3/3] samples/damon/mtier: avoid starting DAMON before initialization

FAILED: patch "[PATCH] samples/damon/wsse: avoid starting DAMON before" failed to apply to 6.16-stable tree
 2025-09-21 13:37 UTC  (4+ messages)
` [PATCH 6.16.y 1/3] samples/damon/prcl: fix boot time enable crash
  ` [PATCH 6.16.y 2/3] samples/damon: change enable parameters to enabled
  ` [PATCH 6.16.y 3/3] samples/damon/wsse: avoid starting DAMON before initialization

FAILED: patch "[PATCH] io_uring: include dying ring in task_work "should cancel"" failed to apply to 6.1-stable tree
 2025-09-21 12:55 UTC  (3+ messages)

FAILED: patch "[PATCH] io_uring: include dying ring in task_work "should cancel"" failed to apply to 6.6-stable tree
 2025-09-21 12:55 UTC  (3+ messages)

FAILED: patch "[PATCH] mm/gup: local lru_add_drain() to avoid lru_add_drain_all()" failed to apply to 6.12-stable tree
 2025-09-21 12:52 UTC 

FAILED: patch "[PATCH] mm/gup: check ref_count instead of lru before migration" failed to apply to 6.6-stable tree
 2025-09-21 12:51 UTC 

FAILED: patch "[PATCH] mm/gup: check ref_count instead of lru before migration" failed to apply to 6.1-stable tree
 2025-09-21 12:50 UTC 

FAILED: patch "[PATCH] crypto: af_alg - Disallow concurrent writes in af_alg_sendmsg" failed to apply to 5.10-stable tree
 2025-09-21 12:38 UTC 

FAILED: patch "[PATCH] crypto: af_alg - Disallow concurrent writes in af_alg_sendmsg" failed to apply to 5.4-stable tree
 2025-09-21 12:38 UTC 

FAILED: patch "[PATCH] crypto: af_alg - Disallow concurrent writes in af_alg_sendmsg" failed to apply to 5.15-stable tree
 2025-09-21 12:38 UTC 

FAILED: patch "[PATCH] crypto: af_alg - Disallow concurrent writes in af_alg_sendmsg" failed to apply to 6.1-stable tree
 2025-09-21 12:38 UTC 

FAILED: patch "[PATCH] selftests: mptcp: connect: catch IO errors on listen side" failed to apply to 5.15-stable tree
 2025-09-21 12:33 UTC 


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