Linux kernel -stable discussions
 help / color / mirror / Atom feed
 messages from 2025-09-29 14:40:16 to 2025-09-30 14:52:10 UTC [more...]

[PATCH 5.4 00/81] 5.4.300-rc1 review
 2025-09-30 14:47 UTC  (52+ messages)
` [PATCH 5.4 01/81] usb: hub: Fix flushing of delayed work used for post resume purposes
` [PATCH 5.4 02/81] net: Fix null-ptr-deref by sock_lock_init_class_and_name() and rmmod
` [PATCH 5.4 03/81] NFSv4: Dont clear capabilities that wont be reset
` [PATCH 5.4 04/81] tcp_bpf: Call sk_msg_free() when tcp_bpf_send_verdict() fails to allocate psock->cork
` [PATCH 5.4 05/81] EDAC/altera: Delete an inappropriate dma_free_coherent() call
` [PATCH 5.4 06/81] ocfs2: fix recursive semaphore deadlock in fiemap call
` [PATCH 5.4 07/81] mtd: rawnand: stm32_fmc2: fix ECC overwrite
` [PATCH 5.4 08/81] fuse: check if copy_file_range() returns larger than requested size
` [PATCH 5.4 09/81] fuse: prevent overflow in copy_file_range return value
` [PATCH 5.4 10/81] mm/khugepaged: fix the address passed to notifier on testing young
` [PATCH 5.4 11/81] mtd: rawnand: stm32_fmc2: avoid overlapping mappings on ECC buffer
` [PATCH 5.4 12/81] mtd: nand: raw: atmel: Fix comment in timings preparation
` [PATCH 5.4 13/81] mtd: nand: raw: atmel: Respect tAR, tCLR in read setup timing
` [PATCH 5.4 14/81] tty: hvc_console: Call hvc_kick in hvc_write unconditionally
` [PATCH 5.4 15/81] USB: serial: option: add Telit Cinterion FN990A w/audio compositions
` [PATCH 5.4 16/81] USB: serial: option: add Telit Cinterion LE910C4-WWX new compositions
` [PATCH 5.4 17/81] net: fec: Fix possible NPD in fec_enet_phy_reset_after_clk_enable()
` [PATCH 5.4 18/81] igb: fix link test skipping when interface is admin down
` [PATCH 5.4 19/81] genirq/affinity: Add irq_update_affinity_desc()
` [PATCH 5.4 20/81] genirq: Export affinity setter for modules
` [PATCH 5.4 21/81] genirq: Provide new interfaces for affinity hints
` [PATCH 5.4 22/81] i40e: Use irq_update_affinity_hint()
` [PATCH 5.4 23/81] i40e: fix IRQ freeing in i40e_vsi_request_irq_msix error path
` [PATCH 5.4 24/81] can: j1939: j1939_sk_bind(): call j1939_priv_put() immediately when j1939_local_ecu_get() failed
` [PATCH 5.4 26/81] dmaengine: ti: edma: Fix memory allocation size for queue_priority_map
` [PATCH 5.4 27/81] dmaengine: qcom: bam_dma: Fix DT error handling for num-channels/ees
` [PATCH 5.4 28/81] phy: ti-pipe3: fix device leak at unbind
` [PATCH 5.4 35/81] net: natsemi: fix `rx_dropped` double accounting on `netif_rx()` failure
` [PATCH 5.4 36/81] i40e: remove redundant memory barrier when cleaning Tx descs
` [PATCH 5.4 37/81] tcp: Clear tcp_sk(sk)->fastopen_rsk in tcp_disconnect()
` [PATCH 5.4 38/81] Revert "net/mlx5e: Update and set Xon/Xoff upon port speed set"
` [PATCH 5.4 39/81] net: liquidio: fix overflow in octeon_init_instr_queue()
` [PATCH 5.4 40/81] cnic: Fix use-after-free bugs in cnic_delete_task
` [PATCH 5.4 41/81] nilfs2: fix CFI failure when accessing /sys/fs/nilfs2/features/*
` [PATCH 5.4 42/81] power: supply: bq27xxx: fix error return in case of no bq27000 hdq battery
` [PATCH 5.4 43/81] power: supply: bq27xxx: restrict no-battery detection to bq27000
` [PATCH 5.4 44/81] mmc: mvsdio: Fix dma_unmap_sg() nents value
` [PATCH 5.4 45/81] rds: ib: Increment i_fastreg_wrs before bailing out
` [PATCH 5.4 46/81] ASoC: wm8940: Correct typo in control name
` [PATCH 5.4 47/81] ASoC: wm8974: Correct PLL rate rounding
` [PATCH 5.4 48/81] ASoC: SOF: Intel: hda-stream: Fix incorrect variable used in error message
` [PATCH 5.4 49/81] usb: gadget: dummy_hcd: remove usage of list iterator past the loop body
` [PATCH 5.4 50/81] USB: gadget: dummy-hcd: Fix locking bug in RT-enabled kernels
` [PATCH 5.4 51/81] serial: sc16is7xx: fix bug in flow control levels init
` [PATCH 5.4 52/81] net: rfkill: gpio: add DT support
` [PATCH 5.4 53/81] net: rfkill: gpio: Fix crash due to dereferencering uninitialized pointer
` [PATCH 5.4 54/81] KVM: SVM: Sync TPR from LAPIC into VMCB::V_TPR even if AVIC is active
` [PATCH 5.4 55/81] ALSA: usb-audio: Fix block comments in mixer_quirks
` [PATCH 5.4 56/81] ALSA: usb-audio: Avoid multiple assignments "
` [PATCH 5.4 57/81] ALSA: usb-audio: Simplify NULL comparison "
` [PATCH 5.4 58/81] ALSA: usb-audio: Remove unneeded wmb() "

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

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

[PATCH] Revert "usb: xhci: remove option to change a default ring's TRB cycle bit"
 2025-09-30 14:04 UTC  (3+ messages)

[PATCH] mm/ksm: fix flag-dropping behavior in ksm_madvise
 2025-09-30 13:03 UTC  (3+ messages)

[PATCH v2] mm/ksm: fix flag-dropping behavior in ksm_madvise
 2025-09-30 13:00 UTC 

[PATCH net v2] page_pool: Fix PP_MAGIC_MASK to avoid crashing on some 32-bit arches
 2025-09-30 11:43 UTC 

[PATCH v4] net/can/gs_usb: increase max interface to U8_MAX
 2025-09-30 11:36 UTC  (3+ messages)

[PATCH v5] net/can/gs_usb: increase max interface to U8_MAX
 2025-09-30 11:34 UTC 

[PATCH v4 1/1] mm/rmap: fix soft-dirty and uffd-wp bit loss when remapping zero-filled mTHP subpage to shared zeropage
 2025-09-30 11:20 UTC  (4+ messages)
` [syzbot ci] "

[PATCH v3 1/1] mm/rmap: fix soft-dirty and uffd-wp bit loss when remapping zero-filled mTHP subpage to shared zeropage
 2025-09-30 11:17 UTC  (7+ messages)
` [syzbot ci] "

[PATCH 6.6.y] loop: Avoid updating block size under exclusive owner
 2025-09-30 11:03 UTC  (5+ messages)

[PATCH v2] pinctrl: renesas: rzg2l: Fix ISEL restore on resume
 2025-09-30 10:24 UTC  (6+ messages)

[PATCH] net: wan: hd64572: validate RX length before skb allocation and copy
 2025-09-30  9:57 UTC  (2+ messages)

[PATCH] KVM: arm64: Prevent access to vCPU events before init
 2025-09-30  9:28 UTC  (3+ messages)

[REGRESSION] drm/xe/guc: Lenovo Thinkpad X1 Carbon Gen 12 can't boot with 6.16.9 and Xe driver
 2025-09-30  9:04 UTC  (7+ messages)

[PATCH] scsi: ips: Fix potential ioremap memory leak in ips_init_phase1()
 2025-09-30  8:05 UTC 

[PATCH net v4] net: nfc: nci: Add parameter validation for packet data
 2025-09-30  8:30 UTC  (2+ messages)

[PATCH v2] of: unittest: Fix device reference count leak in of_unittest_pci_node_verify
 2025-09-30  8:16 UTC 

[PATCH v5 1/1] mm/rmap: fix soft-dirty and uffd-wp bit loss when remapping zero-filled mTHP subpage to shared zeropage
 2025-09-30  8:10 UTC 

[PATCH rtw-next] wifi: rtl8xxxu: Add USB ID 2001:3328 for D-Link AN3U rev. A1
 2025-09-30  7:59 UTC  (6+ messages)
` [PATCH rtw-next] wifi: rtw88: Add USB ID 2001:3329 for D-Link AC13U "

[PATCH 6.12 stable] pktcdvd: Handle bio_split() failure
 2025-09-30  7:34 UTC  (2+ messages)

[PATCH] net/can/gs_usb: populate net_device->dev_port
 2025-09-30  6:53 UTC 

[PATCH v3] net/can/gs_usb: increase max interface to U8_MAX
 2025-09-30  6:19 UTC  (4+ messages)

[PATCH net v2 1/2] octeontx2-vf: fix bitmap leak
 2025-09-30  6:12 UTC  (2+ messages)
` [PATCH net v2 2/2] octeontx2-pf: "

[PATCH 1/2] octeontx2-vf: fix bitmap leak
 2025-09-30  5:46 UTC  (5+ messages)

[PATCH v2 1/1] mm/rmap: fix soft-dirty and uffd-wp bit loss when remapping zero-filled mTHP subpage to shared zeropage
 2025-09-30  5:29 UTC  (4+ messages)

[BUG REPORT] Incorrect adaptation of 7e49538288e5 ("loop: Avoid updating block size under exclusive owner") for stable 6.6
 2025-09-30  3:42 UTC  (3+ messages)

[PATCH v2] net/can/gs_usb: increase max interface to U8_MAX
 2025-09-30  3:09 UTC  (3+ messages)

[PATCH AUTOSEL 6.16-6.12] netfs: Prevent duplicate unlocking
 2025-09-30  2:18 UTC  (8+ messages)
` [PATCH AUTOSEL 6.16-6.1] can: rcar_canfd: Fix controller mode setting
` [PATCH AUTOSEL 6.16-5.10] tracing: dynevent: Add a missing lockdown check on dynevent
` [PATCH AUTOSEL 6.16] iommufd: WARN if an object is aborted with an elevated refcount
` [PATCH AUTOSEL 6.16] HID: intel-thc-hid: intel-quickspi: Add WCL Device IDs
` [PATCH AUTOSEL 6.16-6.1] can: hi311x: fix null pointer dereference when resuming from sleep before interface was enabled
` [PATCH AUTOSEL 6.16-6.6] HID: asus: add support for missing PX series fn keys
` [PATCH AUTOSEL 6.16-6.6] platform/x86/amd/pmc: Add Stellaris Slim Gen6 AMD to spurious 8042 quirks list

[PATCH 1/1] mm/rmap: fix soft-dirty bit loss when remapping zero-filled mTHP subpage to shared zeropage
 2025-09-30  1:53 UTC  (8+ messages)

[PATCH] mm/damon/vaddr: do not repeat pte_offset_map_lock() until success
 2025-09-30  0:44 UTC 

[PATCH v2] loop: fix backing file reference leak on validation error
 2025-09-30  0:35 UTC 

FAILED: patch "[PATCH] spi: cadence-qspi: defer runtime support on socfpga if reset" failed to apply to 6.12-stable tree
 2025-09-29 23:53 UTC  (2+ messages)
` [PATCH 6.12.y] spi: cadence-qspi: defer runtime support on socfpga if reset bit is enabled

[PATCH v3] platform/x86: alienware-wmi-wmax: Add AWCC support to Dell G15 5530
 2025-09-29 23:34 UTC  (2+ messages)

FAILED: patch "[PATCH] mm/hugetlb: fix folio is still mapped when deleted" failed to apply to 5.4-stable tree
 2025-09-29 22:35 UTC  (2+ messages)
` [PATCH 5.4.y] mm/hugetlb: fix folio is still mapped when deleted

+ mm-hugetlb-avoid-soft-lockup-when-mprotect-to-large-memory-area.patch added to mm-hotfixes-unstable branch
 2025-09-29 21:44 UTC 

FAILED: patch "[PATCH] mm/hugetlb: fix folio is still mapped when deleted" failed to apply to 5.10-stable tree
 2025-09-29 20:34 UTC  (2+ messages)
` [PATCH 5.10.y] mm/hugetlb: fix folio is still mapped when deleted

FAILED: patch "[PATCH] mm/hugetlb: fix folio is still mapped when deleted" failed to apply to 5.15-stable tree
 2025-09-29 19:44 UTC  (2+ messages)
` [PATCH 5.15.y] mm/hugetlb: fix folio is still mapped when deleted

FAILED: patch "[PATCH] spi: cadence-qspi: defer runtime support on socfpga if reset" failed to apply to 6.16-stable tree
 2025-09-29 19:42 UTC  (3+ messages)
` [PATCH 6.16.y 1/2] spi: cadence-quadspi: Implement refcount to handle unbind during busy
  ` [PATCH 6.16.y 2/2] spi: cadence-qspi: defer runtime support on socfpga if reset bit is enabled

FAILED: patch "[PATCH] kmsan: fix out-of-bounds access to shadow memory" failed to apply to 6.1-stable tree
 2025-09-29 19:22 UTC  (2+ messages)
` [PATCH 6.1.y] kmsan: fix out-of-bounds access to shadow memory

Executive Assistants and HNWI Directory to Enhance Your Marketing and Networking
 2025-09-29 18:58 UTC 

FAILED: patch "[PATCH] gpiolib: Extend software-node support to support secondary" failed to apply to 6.6-stable tree
 2025-09-29 18:57 UTC  (2+ messages)
` [PATCH 6.6.y] gpiolib: Extend software-node support to support secondary software-nodes

[PATCH 00/19 v6.1.y] Backport minmax.h updates from v6.17-rc7
 2025-09-29 18:39 UTC  (7+ messages)
` [PATCH 07/19 v6.1.y] minmax: make generic MIN() and MAX() macros available everywhere

[PATCH 6.1] arch_topology: Build cacheinfo from primary CPU
 2025-09-29 18:29 UTC  (4+ messages)

regression from 6.12.48 to 6.12.49: usb wlan adaptor stops working: bisected
 2025-09-29 17:53 UTC  (3+ messages)

[PATCH RESEND] PCI/AER: Check for NULL aer_info before ratelimiting in pci_print_aer()
 2025-09-29 17:01 UTC  (3+ messages)

[PATCH 0/2] PCI: Keystone: __init and IRQ Fixes
 2025-09-29 16:25 UTC  (2+ messages)

FAILED: patch "[PATCH] iommufd: Fix race during abort for file descriptors" failed to apply to 6.12-stable tree
 2025-09-29 16:12 UTC  (2+ messages)
` [PATCH 6.12.y] iommufd: Fix race during abort for file descriptors

FAILED: patch "[PATCH] i40e: add mask to apply valid bits for itr_idx" failed to apply to 5.4-stable tree
 2025-09-29 16:02 UTC  (2+ messages)
` [PATCH 5.4.y] i40e: add mask to apply valid bits for itr_idx

[PATCH] mtd: nand: raw: gpmi: fix clocks when CONFIG_PM=N
 2025-09-29 15:59 UTC  (4+ messages)

FAILED: patch "[PATCH] drm/ast: Use msleep instead of mdelay for edid read" failed to apply to 6.1-stable tree
 2025-09-29 15:54 UTC  (2+ messages)
` [PATCH 6.1.y] drm/ast: Use msleep instead of mdelay for edid read

FAILED: patch "[PATCH] drm/ast: Use msleep instead of mdelay for edid read" failed to apply to 6.6-stable tree
 2025-09-29 15:50 UTC  (2+ messages)
` [PATCH 6.6.y] drm/ast: Use msleep instead of mdelay for edid read

FAILED: patch "[PATCH] iommufd: Fix race during abort for file descriptors" failed to apply to 6.16-stable tree
 2025-09-29 15:47 UTC  (2+ messages)
` [PATCH 6.16.y] iommufd: Fix race during abort for file descriptors

[PATCH RESEND] of: unittest: Fix device reference count leak in of_unittest_pci_node_verify
 2025-09-29 15:14 UTC  (2+ messages)

FAILED: patch "[PATCH] i40e: fix validation of VF state in get resources" failed to apply to 5.4-stable tree
 2025-09-29 15:02 UTC  (2+ messages)
` [PATCH 5.4.y] i40e: fix validation of VF state in get resources

FAILED: patch "[PATCH] i40e: fix idx validation in config queues msg" failed to apply to 5.4-stable tree
 2025-09-29 14:58 UTC  (2+ messages)
` [PATCH 5.4.y] i40e: fix idx validation in config queues msg

FAILED: patch "[PATCH] i40e: fix validation of VF state in get resources" failed to apply to 5.10-stable tree
 2025-09-29 14:58 UTC  (2+ messages)
` [PATCH 5.10.y] i40e: fix validation of VF state in get resources

FAILED: patch "[PATCH] i40e: fix idx validation in config queues msg" failed to apply to 5.10-stable tree
 2025-09-29 14:54 UTC  (2+ messages)
` [PATCH 5.10.y] i40e: fix idx validation in config queues msg

FAILED: patch "[PATCH] i40e: fix validation of VF state in get resources" failed to apply to 5.15-stable tree
 2025-09-29 14:53 UTC  (2+ messages)
` [PATCH 5.15.y] i40e: fix validation of VF state in get resources

FAILED: patch "[PATCH] i40e: add validation for ring_len param" failed to apply to 5.4-stable tree
 2025-09-29 14:53 UTC  (3+ messages)
` [PATCH 5.4.y 1/2] i40e: increase max descriptors for XL710
  ` [PATCH 5.4.y 2/2] i40e: add validation for ring_len param

FAILED: patch "[PATCH] i40e: fix idx validation in config queues msg" failed to apply to 5.15-stable tree
 2025-09-29 14:46 UTC  (2+ messages)
` [PATCH 5.15.y] i40e: fix idx validation in config queues msg

FAILED: patch "[PATCH] i40e: add validation for ring_len param" failed to apply to 5.10-stable tree
 2025-09-29 14:45 UTC  (3+ messages)
` [PATCH 5.10.y 1/2] i40e: increase max descriptors for XL710
  ` [PATCH 5.10.y 2/2] i40e: add validation for ring_len param

FAILED: patch "[PATCH] i40e: fix validation of VF state in get resources" failed to apply to 6.1-stable tree
 2025-09-29 14:45 UTC  (2+ messages)
` [PATCH 6.1.y] i40e: fix validation of VF state in get resources

FAILED: patch "[PATCH] i40e: fix idx validation in config queues msg" failed to apply to 6.1-stable tree
 2025-09-29 14:42 UTC  (2+ messages)
` [PATCH 6.1.y] i40e: fix idx validation in config queues msg

[PATCH v5] mm: Fix possible deadlock in kmemleak
 2025-09-29 14:40 UTC  (6+ messages)


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