public inbox for stable@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-09-17 13:02:03 to 2025-09-18 13:34:48 UTC [more...]

[PATCH rtw v4 1/4] wifi: rtw89: fix use-after-free in rtw89_core_tx_kick_off_and_wait()
 2025-09-18 13:34 UTC  (7+ messages)
` [PATCH rtw v4 2/4] wifi: rtw89: fix tx_wait initialization race

[PATCH 6.1 00/78] 6.1.153-rc1 review
 2025-09-18 13:28 UTC  (44+ messages)
` [PATCH 6.1 26/78] mptcp: sockopt: make sync_socket_options propagate SOCK_KEEPOPEN
` [PATCH 6.1 29/78] mtd: rawnand: stm32_fmc2: avoid overlapping mappings on ECC buffer
` [PATCH 6.1 30/78] mtd: rawnand: stm32_fmc2: fix ECC overwrite
` [PATCH 6.1 31/78] fuse: check if copy_file_range() returns larger than requested size
` [PATCH 6.1 32/78] fuse: prevent overflow in copy_file_range return value
` [PATCH 6.1 33/78] libceph: fix invalid accesses to ceph_connection_v1_info
` [PATCH 6.1 34/78] mm/damon/sysfs: fix use-after-free in state_show()
` [PATCH 6.1 35/78] mm/damon/reclaim: avoid divide-by-zero in damon_reclaim_apply_parameters()
` [PATCH 6.1 53/78] docs: networking: can: change bcm_msg_head frames member to support flexible array
` [PATCH 6.1 54/78] igb: fix link test skipping when interface is admin down
` [PATCH 6.1 55/78] i40e: fix IRQ freeing in i40e_vsi_request_irq_msix error path
` [PATCH 6.1 56/78] can: j1939: j1939_sk_bind(): call j1939_priv_put() immediately when j1939_local_ecu_get() failed
` [PATCH 6.1 57/78] can: j1939: j1939_local_ecu_get(): undo increment when j1939_local_ecu_get() fails
` [PATCH 6.1 58/78] can: xilinx_can: xcan_write_frame(): fix use-after-free of transmitted SKB
` [PATCH 6.1 59/78] net: hsr: Disable promiscuous mode in offload mode
` [PATCH 6.1 60/78] net: hsr: Add support for MC filtering at the slave device
` [PATCH 6.1 61/78] net: hsr: Add VLAN CTAG filter support
` [PATCH 6.1 62/78] hsr: use rtnl lock when iterating over ports
` [PATCH 6.1 63/78] hsr: use hsr_for_each_port_rtnl in hsr_port_get_hsr
` [PATCH 6.1 64/78] dmaengine: idxd: Fix double free in idxd_setup_wqs()
` [PATCH 6.1 65/78] dmaengine: ti: edma: Fix memory allocation size for queue_priority_map
` [PATCH 6.1 66/78] regulator: sy7636a: fix lifecycle of power good gpio
` [PATCH 6.1 67/78] hrtimer: Remove unused function
` [PATCH 6.1 68/78] hrtimer: Rename __hrtimer_hres_active() to hrtimer_hres_active()
` [PATCH 6.1 69/78] hrtimers: Unconditionally update target CPU base after offline timer migration
` [PATCH 6.1 70/78] USB: gadget: dummy-hcd: Fix locking bug in RT-enabled kernels
` [PATCH 6.1 71/78] dmaengine: qcom: bam_dma: Fix DT error handling for num-channels/ees
` [PATCH 6.1 72/78] dmaengine: dw: dmamux: Fix device reference leak in rzn1_dmamux_route_allocate
` [PATCH 6.1 73/78] phy: tegra: xusb: fix device and OF node leak at probe
` [PATCH 6.1 74/78] phy: ti-pipe3: fix device leak at unbind
` [PATCH 6.1 75/78] drm/amdgpu: fix a memory leak in fence cleanup when unloading
` [PATCH 6.1 76/78] drm/i915/power: fix size for for_each_set_bit() in abox iteration
` [PATCH 6.1 77/78] soc: qcom: mdt_loader: Fix error return values in mdt_header_valid()
` [PATCH 6.1 78/78] soc: qcom: mdt_loader: Deal with zero e_shentsize
` 6.1.153-rc1 review

[PATCH 6.6 000/101] 6.6.107-rc1 review
 2025-09-18 13:25 UTC  (10+ messages)
` [PATCH 6.6 100/101] drm/amdgpu: fix a memory leak in fence cleanup when unloading
` 6.6.107-rc1 review

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

[PATCH] drm/amdgpu/atom: Check kcalloc() for WS buffer in amdgpu_atom_execute_table_locked()
 2025-09-18 13:12 UTC  (2+ messages)

[PATCH] usb: xhci: Check kcalloc_node() when allocating interrupter array in xhci_mem_init()
 2025-09-18 13:08 UTC 

[PATCH 6.12 000/140] 6.12.48-rc1 review
 2025-09-18 13:08 UTC  (11+ messages)
` [PATCH 6.12 140/140] drm/amdgpu: fix a memory leak in fence cleanup when unloading
` 6.12.48-rc1 review

[PATCH] crypto: caam: Add check for kcalloc() in test_len()
 2025-09-18 12:55 UTC 

[PATCH v6.6-v6.12] vmxnet3: unregister xdp rxq info in the reset path
 2025-09-18 12:37 UTC 

[PATCH 6.16 000/189] 6.16.8-rc1 review
 2025-09-18 12:46 UTC  (11+ messages)
`  "

[PATCH] net: ethernet: broadcom: sb1250-mac: Add checks for kcalloc() in sbdma_initctx()
 2025-09-18 12:10 UTC 

[PATCH] RDMA/rxe: Fix race in do_task() when draining
 2025-09-18 12:10 UTC  (6+ messages)

[PATCH 0/3] drm/xe: Fix some rebar issues
 2025-09-18 11:45 UTC  (5+ messages)
` [PATCH 1/3] PCI: Release BAR0 of an integrated bridge to allow GPU BAR resize
` [PATCH 2/3] drm/xe: Move rebar to be done earlier

[PATCH v2 1/7] mm: fix off-by-one error in VMA count limit checks
 2025-09-18 11:31 UTC  (2+ messages)

[PATCH] crypto: caam: Add check for kcalloc() in test_len()
 2025-09-18 10:48 UTC  (2+ messages)

[PATCH v2 0/4] arm64: dts: marvell: cn913x-solidrun: fix sata ports status
 2025-09-18 10:46 UTC  (4+ messages)
` [PATCH v2 3/4] arm64: dts: marvell: cn9132-clearfog: fix multi-lane pci x2 and x4 ports

[PATCH net v5 0/4] net: netpoll: fix memory leak and add comprehensive selftests
 2025-09-18 10:42 UTC  (2+ messages)
` [PATCH net v5 1/4] net: netpoll: fix incorrect refcount handling causing incorrect cleanup

[PATCH v3 1/8] efi: Add missing static initializer for efi_mm::cpus_allowed_lock
 2025-09-18 10:30 UTC 

[PATCH] ovl: check before dereferencing s_root field
 2025-09-18  9:59 UTC  (13+ messages)

[PATCH] powerpc/smp: Add check for kcalloc() in parse_thread_groups()
 2025-09-18  9:45 UTC  (2+ messages)

[PATCH v2 1/3] drm/xe: Don't copy pinned kernel bos twice on suspend
 2025-09-18  9:38 UTC  (2+ messages)

[PATCH net-next] mptcp: reset blackhole on success with non-loopback ifaces
 2025-09-18  8:50 UTC 

[PATCH v2] mtd: rawnand: fsmc: Default to autodetect buswidth
 2025-09-18  8:34 UTC  (2+ messages)

[PATCH] mtd: rawnand: fsmc: Default to autodetect buswidth
 2025-09-18  8:00 UTC  (4+ messages)

[PATCH] LoongArch: vDSO: check kcalloc() result in init_vdso
 2025-09-18  7:35 UTC 

[PATCH v1] ACPI: video: Fix missing backlight node creation on
 2025-09-18  7:33 UTC  (4+ messages)

[PATCH] LoongArch: vDSO: check kcalloc() result in init_vdso
 2025-09-18  7:06 UTC  (2+ messages)

[PATCH] wifi: ath11k: fix NULL derefence in ath11k_qmi_m3_load()
 2025-09-18  7:05 UTC  (3+ messages)

[PATCH v1] tty: serial: qcom_geni_serial: Fix error handling for RS485 mode
 2025-09-18  6:34 UTC  (3+ messages)

[REGRESSION] v5.15: UDP packets not fragmented after receiving ICMP "Fragmentation Needed" (works in v5.10)
 2025-09-18  5:09 UTC  (2+ messages)

[PATCH v2] ceph: fix deadlock bugs by making iput() calls asynchronous
 2025-09-18  4:52 UTC  (11+ messages)

[PATCH] ceph: fix deadlock bugs by making iput() calls asynchronous
 2025-09-18  4:43 UTC  (12+ messages)

[PATCH 1/1] iommu/vt-d: PRS isn't usable if PDS isn't supported
 2025-09-18  4:35 UTC  (2+ messages)

New September Order. 01646 Thursday, September 18, 2025 at 06:33:48 AM
 2025-09-18  4:33 UTC 

Backport request for commit 5326ab737a47 ("virtio_console: fix order of fields cols and rows")
 2025-09-17 23:13 UTC 

[PATCH 2/2] eventpoll: Fix epoll_wait() report false negative
 2025-09-17 22:38 UTC  (8+ messages)

+ selftests-mm-skip-soft-dirty-tests-when-config_mem_soft_dirty-is-disabled.patch added to mm-new branch
 2025-09-17 22:31 UTC 

[PATCH 03/39] Bluetooth: L2CAP: Fix L2CAP MTU negotiation
 2025-09-17 22:28 UTC  (2+ messages)

[PATCH net v1 1/1] net: usb: asix: forbid runtime PM to avoid PM/MDIO + RTNL deadlock
 2025-09-17 18:58 UTC  (5+ messages)

[PATCH net] net: clear sk->sk_ino in sk_set_socket(sk, NULL)
 2025-09-17 17:28 UTC  (2+ messages)

[PATCH v2] clocksource: clps711x: Fix resource leaks in error paths
 2025-09-17 16:05 UTC  (3+ messages)
` [PATCH v3] "

[PATCH v2 0/3] ext4: Add support for mounted updates to the superblock via an ioctl
 2025-09-17 16:05 UTC  (3+ messages)
` [PATCH v2 1/3] ext4: avoid potential buffer over-read in parse_apply_sb_mount_options()

[PATCH] kmsan: Fix out-of-bounds access to shadow memory
 2025-09-17 15:48 UTC  (8+ messages)

"loop: Avoid updating block size under exclusive owner" breaks on 6.6.103
 2025-09-17 15:47 UTC 

[PATCH] net: liquidio: fix overflow in octeon_init_instr_queue()
 2025-09-17 15:30 UTC 

[PATCH] wifi: mt76: Fix DTS power-limits on little endian systems
 2025-09-17 15:18 UTC 

FAILED: patch "[PATCH] serial: sc16is7xx: fix bug in flow control levels init" failed to apply to 5.15-stable tree
 2025-09-17 15:00 UTC  (3+ messages)
` [PATCH 5.15.y] serial: sc16is7xx: fix bug in flow control levels init

FAILED: patch "[PATCH] serial: sc16is7xx: fix bug in flow control levels init" failed to apply to 5.4-stable tree
 2025-09-17 15:17 UTC  (3+ messages)
` [PATCH 5.4.y] serial: sc16is7xx: fix bug in flow control levels init

FAILED: patch "[PATCH] serial: sc16is7xx: fix bug in flow control levels init" failed to apply to 5.10-stable tree
 2025-09-17 15:09 UTC  (3+ messages)
` [PATCH 5.10.y] serial: sc16is7xx: fix bug in flow control levels init

[PATCH] dmaengine: fsl-edma: fix channel parameter config for fixed channel requests
 2025-09-17 14:42 UTC  (2+ messages)

FAILED: patch "[PATCH] xhci: dbc: Fix full DbC transfer ring after several" failed to apply to 5.10-stable tree
 2025-09-17 14:11 UTC  (3+ messages)
` [PATCH 5.10.y 1/2] xhci: dbc: decouple endpoint allocation from initialization
  ` [PATCH 5.10.y 2/2] xhci: dbc: Fix full DbC transfer ring after several reconnects

FAILED: patch "[PATCH] xhci: dbc: Fix full DbC transfer ring after several" failed to apply to 5.15-stable tree
 2025-09-17 14:04 UTC  (3+ messages)
` [PATCH 5.15.y 1/2] xhci: dbc: decouple endpoint allocation from initialization
  ` [PATCH 5.15.y 2/2] xhci: dbc: Fix full DbC transfer ring after several reconnects

FAILED: patch "[PATCH] xhci: dbc: Fix full DbC transfer ring after several" failed to apply to 6.1-stable tree
 2025-09-17 14:00 UTC  (3+ messages)
` [PATCH 6.1.y 1/2] xhci: dbc: decouple endpoint allocation from initialization
  ` [PATCH 6.1.y 2/2] xhci: dbc: Fix full DbC transfer ring after several reconnects

FAILED: patch "[PATCH] phy: ti: omap-usb2: fix device leak at unbind" failed to apply to 5.10-stable tree
 2025-09-17 13:55 UTC  (7+ messages)
` [PATCH 5.10.y 1/6] phy: broadcom: convert to devm_platform_ioremap_resource(_byname)
  ` [PATCH 5.10.y 2/6] phy: ti: "
  ` [PATCH 5.10.y 3/6] phy: phy-bcm-ns-usb3: drop support for deprecated DT binding
  ` [PATCH 5.10.y 4/6] phy: broadcom: ns-usb3: fix Wvoid-pointer-to-enum-cast warning
  ` [PATCH 5.10.y 5/6] phy: Use device_get_match_data()
  ` [PATCH 5.10.y 6/6] phy: ti: omap-usb2: fix device leak at unbind

FAILED: patch "[PATCH] xhci: dbc: Fix full DbC transfer ring after several" failed to apply to 6.6-stable tree
 2025-09-17 13:54 UTC  (3+ messages)
` [PATCH 6.6.y 1/2] xhci: dbc: decouple endpoint allocation from initialization
  ` [PATCH 6.6.y 2/2] xhci: dbc: Fix full DbC transfer ring after several reconnects

FAILED: patch "[PATCH] phy: ti: omap-usb2: fix device leak at unbind" failed to apply to 5.15-stable tree
 2025-09-17 13:32 UTC  (4+ messages)
` [PATCH 5.15.y 1/3] phy: broadcom: ns-usb3: fix Wvoid-pointer-to-enum-cast warning
  ` [PATCH 5.15.y 2/3] phy: Use device_get_match_data()
  ` [PATCH 5.15.y 3/3] phy: ti: omap-usb2: fix device leak at unbind

FAILED: patch "[PATCH] USB: gadget: dummy-hcd: Fix locking bug in RT-enabled kernels" failed to apply to 5.4-stable tree
 2025-09-17 13:30 UTC  (3+ messages)
` [PATCH 5.4.y 1/2] usb: gadget: dummy_hcd: remove usage of list iterator past the loop body
  ` [PATCH 5.4.y 2/2] USB: gadget: dummy-hcd: Fix locking bug in RT-enabled kernels

FAILED: patch "[PATCH] phy: ti: omap-usb2: fix device leak at unbind" failed to apply to 6.1-stable tree
 2025-09-17 13:29 UTC  (4+ messages)
` [PATCH 6.1.y 1/3] phy: broadcom: ns-usb3: fix Wvoid-pointer-to-enum-cast warning
  ` [PATCH 6.1.y 2/3] phy: Use device_get_match_data()
  ` [PATCH 6.1.y 3/3] phy: ti: omap-usb2: fix device leak at unbind

FAILED: patch "[PATCH] USB: gadget: dummy-hcd: Fix locking bug in RT-enabled kernels" failed to apply to 5.10-stable tree
 2025-09-17 13:25 UTC  (3+ messages)
` [PATCH 5.10.y 1/2] usb: gadget: dummy_hcd: remove usage of list iterator past the loop body
  ` [PATCH 5.10.y 2/2] USB: gadget: dummy-hcd: Fix locking bug in RT-enabled kernels

FAILED: patch "[PATCH] phy: ti: omap-usb2: fix device leak at unbind" failed to apply to 6.6-stable tree
 2025-09-17 13:18 UTC  (3+ messages)
` [PATCH 6.6.y 1/2] phy: Use device_get_match_data()
  ` [PATCH 6.6.y 2/2] phy: ti: omap-usb2: fix device leak at unbind

FAILED: patch "[PATCH] USB: gadget: dummy-hcd: Fix locking bug in RT-enabled kernels" failed to apply to 5.15-stable tree
 2025-09-17 13:17 UTC  (3+ messages)
` [PATCH 5.15.y 1/2] usb: gadget: dummy_hcd: remove usage of list iterator past the loop body
  ` [PATCH 5.15.y 2/2] USB: gadget: dummy-hcd: Fix locking bug in RT-enabled kernels


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