Linux kernel -stable discussions
 help / color / mirror / Atom feed
 messages from 2025-05-20 20:36:57 to 2025-05-21 16:48:43 UTC [more...]

[PATCH] remoteproc: mediatek: Add SCP watchdog handler in IRQ processing
 2025-05-21 16:48 UTC  (2+ messages)

[PATCH 6.12 000/143] 6.12.30-rc1 review
 2025-05-21 16:48 UTC  (8+ messages)

[PATCH 6.14 000/145] 6.14.8-rc1 review
 2025-05-21 16:25 UTC  (12+ messages)

FAILED: patch "[PATCH] drm/amdgpu: read back register after written for VCN v4.0.5" failed to apply to 6.12-stable tree
 2025-05-21 16:25 UTC 

FAILED: patch "[PATCH] drm/amdgpu: read back register after written for VCN v4.0.5" failed to apply to 6.14-stable tree
 2025-05-21 16:25 UTC 

[PATCH 1/1] alloc_tag: handle module codetag load errors as module load failures
 2025-05-21 16:06 UTC 

[PATCH v2] mm/hugetlb: fix a deadlock with pagecache_folio and hugetlb_fault_mutex_table
 2025-05-21 15:58 UTC  (5+ messages)

[PATCH 6.1 00/97] 6.1.140-rc1 review
 2025-05-21 15:38 UTC  (8+ messages)

[PATCH v6.1 00/27] af_unix: Align with upstream to avoid a potential UAF
 2025-05-21 15:27 UTC  (28+ messages)
` [PATCH v6.1 01/27] af_unix: Kconfig: make CONFIG_UNIX bool
` [PATCH v6.1 02/27] af_unix: Return struct unix_sock from unix_get_socket()
` [PATCH v6.1 03/27] af_unix: Run GC on only one CPU
` [PATCH v6.1 04/27] af_unix: Try to run GC async
` [PATCH v6.1 05/27] af_unix: Replace BUG_ON() with WARN_ON_ONCE()
` [PATCH v6.1 06/27] af_unix: Remove io_uring code for GC
` [PATCH v6.1 07/27] af_unix: Remove CONFIG_UNIX_SCM
` [PATCH v6.1 08/27] af_unix: Allocate struct unix_vertex for each inflight AF_UNIX fd
` [PATCH v6.1 09/27] af_unix: Allocate struct unix_edge "
` [PATCH v6.1 10/27] af_unix: Link struct unix_edge when queuing skb
` [PATCH v6.1 11/27] af_unix: Bulk update unix_tot_inflight/unix_inflight "
` [PATCH v6.1 12/27] af_unix: Iterate all vertices by DFS
` [PATCH v6.1 13/27] af_unix: Detect Strongly Connected Components
` [PATCH v6.1 14/27] af_unix: Save listener for embryo socket
` [PATCH v6.1 15/27] af_unix: Fix up unix_edge.successor "
` [PATCH v6.1 16/27] af_unix: Save O(n) setup of Tarjan's algo
` [PATCH v6.1 17/27] af_unix: Skip GC if no cycle exists
` [PATCH v6.1 18/27] af_unix: Avoid Tarjan's algorithm if unnecessary
` [PATCH v6.1 19/27] af_unix: Assign a unique index to SCC
` [PATCH v6.1 20/27] af_unix: Detect dead SCC
` [PATCH v6.1 21/27] af_unix: Replace garbage collection algorithm
` [PATCH v6.1 22/27] af_unix: Remove lock dance in unix_peek_fds()
` [PATCH v6.1 23/27] af_unix: Try not to hold unix_gc_lock during accept()
` [PATCH v6.1 24/27] af_unix: Don't access successor in unix_del_edges() during GC
` [PATCH v6.1 25/27] af_unix: Add dead flag to struct scm_fp_list
` [PATCH v6.1 26/27] af_unix: Fix garbage collection of embryos carrying OOB with SCM_RIGHTS
` [PATCH v6.1 27/27] af_unix: Fix uninit-value in __unix_walk_scc()

[PATCH 6.6 000/117] 6.6.92-rc1 review
 2025-05-21 15:07 UTC  (7+ messages)

nfs mount failed with ipv6 addr
 2025-05-21 15:03 UTC  (2+ messages)

[PATCH v6.6 00/26] af_unix: Align with upstream to avoid a potential UAF
 2025-05-21 14:45 UTC  (27+ messages)
` [PATCH v6.6 01/26] af_unix: Return struct unix_sock from unix_get_socket()
` [PATCH v6.6 02/26] af_unix: Run GC on only one CPU
` [PATCH v6.6 03/26] af_unix: Try to run GC async
` [PATCH v6.6 04/26] af_unix: Replace BUG_ON() with WARN_ON_ONCE()
` [PATCH v6.6 05/26] af_unix: Remove io_uring code for GC
` [PATCH v6.6 06/26] af_unix: Remove CONFIG_UNIX_SCM
` [PATCH v6.6 07/26] af_unix: Allocate struct unix_vertex for each inflight AF_UNIX fd
` [PATCH v6.6 08/26] af_unix: Allocate struct unix_edge "
` [PATCH v6.6 09/26] af_unix: Link struct unix_edge when queuing skb
` [PATCH v6.6 10/26] af_unix: Bulk update unix_tot_inflight/unix_inflight "
` [PATCH v6.6 11/26] af_unix: Iterate all vertices by DFS
` [PATCH v6.6 12/26] af_unix: Detect Strongly Connected Components
` [PATCH v6.6 13/26] af_unix: Save listener for embryo socket
` [PATCH v6.6 14/26] af_unix: Fix up unix_edge.successor "
` [PATCH v6.6 15/26] af_unix: Save O(n) setup of Tarjan's algo
` [PATCH v6.6 16/26] af_unix: Skip GC if no cycle exists
` [PATCH v6.6 17/26] af_unix: Avoid Tarjan's algorithm if unnecessary
` [PATCH v6.6 18/26] af_unix: Assign a unique index to SCC
` [PATCH v6.6 19/26] af_unix: Detect dead SCC
` [PATCH v6.6 20/26] af_unix: Replace garbage collection algorithm
` [PATCH v6.6 21/26] af_unix: Remove lock dance in unix_peek_fds()
` [PATCH v6.6 22/26] af_unix: Try not to hold unix_gc_lock during accept()
` [PATCH v6.6 23/26] af_unix: Don't access successor in unix_del_edges() during GC
` [PATCH v6.6 24/26] af_unix: Add dead flag to struct scm_fp_list
` [PATCH v6.6 25/26] af_unix: Fix garbage collection of embryos carrying OOB with SCM_RIGHTS
` [PATCH v6.6 26/26] af_unix: Fix uninit-value in __unix_walk_scc()

FAILED: patch "[PATCH] drm/amd/display: Defer BW-optimization-blocked DRR" failed to apply to 6.1-stable tree
 2025-05-21 14:09 UTC  (2+ messages)

Random Crashes in Linux Kernel 6.1.139 on Intel Cascadelake/Icelake Due to ITS Mitigation
 2025-05-21 13:55 UTC 

[PATCH] mmc: core: sd: Apply BROKEN_SD_DISCARD quirk earlier
 2025-05-21 13:48 UTC  (2+ messages)

[PATCH v3] net/mlx5_core: Add error handling inmlx5_query_nic_vport_qkey_viol_cntr()
 2025-05-21 13:36 UTC 

[PATCH v3] net/mlx5: Add error handling in mlx5_query_nic_vport_node_guid()
 2025-05-21 13:23 UTC 

Regression between 6.1.135 and 6.1.139, possibly related to ITS mitigations
 2025-05-21 13:15 UTC 

[PATCH v1] virtio_blk: Fix disk deletion hang on device surprise removal
 2025-05-21 12:40 UTC  (8+ messages)

[PATCH 5.15 00/59] 5.15.184-rc1 review
 2025-05-21 12:39 UTC  (6+ messages)

[PATCH 0/2] usb: usbtmc: Fix read/get_stb and timeout in get_stb
 2025-05-21 12:16 UTC  (4+ messages)
` [PATCH 0/2] usb: usbtmc "
` [PATCH 1/2] usb: usbtmc: Fix read_stb function and get_stb ioctl
` [PATCH 2/2] usb: usbtmc: Fix timeout value in get_stb

patch "iio: adc: ad7944: mask high bits on direct read" added to char-misc-next
 2025-05-21 12:16 UTC 

patch "iio: imu: inv_icm42600: Fix temperature calculation" added to char-misc-next
 2025-05-21 12:16 UTC 

patch "iio: adc: ad7606_spi: fix reg write value mask" added to char-misc-next
 2025-05-21 12:16 UTC 

patch "iio: adc: ad7173: fix compiling without gpiolib" added to char-misc-next
 2025-05-21 12:16 UTC 

patch "iio: adc: ad7606: fix raw read for 18-bit chips" added to char-misc-next
 2025-05-21 12:16 UTC 

patch "iio: adc: ad7944: mask high bits on direct read" added to char-misc-testing
 2025-05-21 12:15 UTC 

patch "iio: imu: inv_icm42600: Fix temperature calculation" added to char-misc-testing
 2025-05-21 12:15 UTC 

patch "iio: adc: ad7606: fix raw read for 18-bit chips" added to char-misc-testing
 2025-05-21 12:15 UTC 

patch "iio: adc: ad7606_spi: fix reg write value mask" added to char-misc-testing
 2025-05-21 12:15 UTC 

patch "iio: adc: ad7173: fix compiling without gpiolib" added to char-misc-testing
 2025-05-21 12:15 UTC 

[PATCH] tty: serial: 8250_omap: fix TX with DMA for am33xx
 2025-05-21 11:38 UTC  (2+ messages)

[PATCH 3/4 v3] crypto: octeontx2: Fix address alignment on CN10K A0/A1 and OcteonTX2
 2025-05-21 11:28 UTC  (3+ messages)
` [PATCH 4/4 v3] crypto: octeontx2: Fix address alignment on CN10KB and CN10KA-B0

[PATCH] mm/hugetlb: fix a deadlock with pagecache_folio and hugetlb_fault_mutex_table
 2025-05-21 11:12 UTC  (3+ messages)

[PATCH v 3] usb: dwc2: gadget: Fix enter to hibernation for UTMI+ PHY
 2025-05-21 11:08 UTC  (2+ messages)

[PATCH v2] usb: typec: tcpm: apply vbus before data bringup in tcpm_src_attach
 2025-05-21 11:06 UTC  (2+ messages)

Panic with a lis2dw12 accelerometer
 2025-05-21 11:05 UTC  (6+ messages)

[PATCH] usb: gadget: udc: renesas_usb3: Add null pointer check in usb3_irq_epc_pipe0_setup()
 2025-05-21 11:02 UTC  (2+ messages)

[PATCH net,v2] hv_netvsc: fix potential deadlock in netvsc_vf_setxdp()
 2025-05-21 10:51 UTC  (2+ messages)

[PATCH] drm/xe/svm: Fix regression disallowing 64K SVM migration
 2025-05-21  9:07 UTC  (2+ messages)

[PATCH 5.15.y v3 0/1] Manual Backport of 099606a7b2d5 to 5.15
 2025-05-21  8:51 UTC  (2+ messages)
` [PATCH 5.15.y v3 1/1] xen/swiotlb: relax alignment requirements

[PATCH net] hv_netvsc: fix potential deadlock in netvsc_vf_setxdp()
 2025-05-21  8:41 UTC  (2+ messages)

[PATCH v2] r8152: Add wake up function for RTL8153
 2025-05-21  8:39 UTC  (3+ messages)

[PATCH v2] mmc: sdhci-omap: Add error handling for sdhci_runtime_suspend_host()
 2025-05-21  8:38 UTC 

[PATCH net 1/4] can: kvaser_pciefd: Force IRQ edge in case of nested IRQ
 2025-05-21  8:14 UTC  (4+ messages)
` [PATCH net 2/4] can: kvaser_pciefd: Fix echo_skb race
` [PATCH net 3/4] can: kvaser_pciefd: Continue parsing DMA buf after dropped RX
` [PATCH net 4/4] can: slcan: allow reception of short error messages

[PATCH v1] media: i2c: set lt6911uxe's reset_gpio to GPIOD_OUT_LOW
 2025-05-21  7:15 UTC 

[PATCH v4] fs: minix: Fix handling of corrupted directories
 2025-05-21  6:34 UTC 

[PATCH AUTOSEL 6.14 001/642] kconfig: merge_config: use an empty file as initfile
 2025-05-21  6:15 UTC  (5+ messages)
` [PATCH AUTOSEL 6.14 400/642] x86/relocs: Handle R_X86_64_REX_GOTPCRELX relocations

[PATCH 5.10 0/5] kernfs: backport locking and concurrency improvement
 2025-05-21  6:09 UTC  (10+ messages)
` [PATCH 5.10 1/5] kernfs: add a revision to identify directory node changes
` [PATCH 5.10 2/5] kernfs: use VFS negative dentry caching
` [PATCH 5.10 3/5] kernfs: switch kernfs to use an rwsem
` [PATCH 5.10 4/5] kernfs: use i_lock to protect concurrent inode updates
` [PATCH 5.10 5/5] kernfs: dont call d_splice_alias() under kernfs node lock

[PATCH 1/2] block: Make __submit_bio_noacct() preserve the bio submission order
 2025-05-21  5:53 UTC  (6+ messages)

[merged mm-hotfixes-stable] kasan-avoid-sleepable-page-allocation-from-atomic-context-v9.patch removed from -mm tree
 2025-05-21  5:50 UTC 

[merged mm-hotfixes-stable] highmem-add-folio_test_partial_kmap.patch removed from -mm tree
 2025-05-21  5:50 UTC 

[merged mm-hotfixes-stable] taskstats-fix-struct-taskstats-breaks-backward-compatibility-since-version-15.patch removed from -mm tree
 2025-05-21  5:50 UTC 

[merged mm-hotfixes-stable] mm-fix-vm_uffd_minor-==-vm_shadow_stack-on-userfaultfd=y-arm64_gcs=y.patch removed from -mm tree
 2025-05-21  5:50 UTC 

[merged mm-hotfixes-stable] mm-mmap-map-map_stack-to-vm_nohugepage-only-if-thp-is-enabled.patch removed from -mm tree
 2025-05-21  5:50 UTC 

[merged mm-hotfixes-stable] mm-page_allocc-avoid-infinite-retries-caused-by-cpuset-race.patch removed from -mm tree
 2025-05-21  5:50 UTC 

[PATCH 2/4 v2] crypto: octeontx2: Fix address alignment issue on ucode loading
 2025-05-21  5:38 UTC  (6+ messages)
` [PATCH 3/4 v2] crypto: octeontx2: Fix address alignment on CN10K A0/A1 and OcteonTX2

[PATCH 6.1.y v2 1/2] drm/msm/disp/dpu: use atomic enable/disable callbacks for encoder functions
 2025-05-21  4:18 UTC  (2+ messages)

[PATCH 5.10.y] sched/deadline: Fix warning in migrate_enable for boosted tasks
 2025-05-21  4:16 UTC  (2+ messages)

[PATCH] mmc: sdhci-sprd: Add error handling for sdhci_runtime_suspend_host()
 2025-05-21  3:22 UTC  (2+ messages)

FAILED: patch "[PATCH] hrtimers: Force migrate away hrtimers queued after" failed to apply to 6.1-stable tree
 2025-05-21  2:02 UTC  (2+ messages)
` [PATCH 6.1.y] hrtimers: Force migrate away hrtimers queued after CPUHP_AP_HRTIMERS_DYING

FAILED: patch "[PATCH] hrtimers: Force migrate away hrtimers queued after" failed to apply to 6.6-stable tree
 2025-05-21  1:59 UTC  (2+ messages)
` [PATCH 6.6.y] hrtimers: Force migrate away hrtimers queued after CPUHP_AP_HRTIMERS_DYING

FAILED: patch "[PATCH] btrfs: check folio mapping after unlock in" failed to apply to 6.1-stable tree
 2025-05-21  1:50 UTC  (2+ messages)
` [PATCH 6.1.y] btrfs: check folio mapping after unlock in relocate_one_folio()

FAILED: patch "[PATCH] btrfs: check folio mapping after unlock in" failed to apply to 6.6-stable tree
 2025-05-21  1:47 UTC  (2+ messages)
` [PATCH 6.6.y] btrfs: check folio mapping after unlock in relocate_one_folio()

[PATCH 5.15.y] sched/deadline: Fix warning in migrate_enable for boosted tasks
 2025-05-21  1:33 UTC 

[PATCH 6.1.y] sched/deadline: Fix warning in migrate_enable for boosted tasks
 2025-05-21  1:31 UTC 

[PATCH] Bluetooth: btusb: Add USB ID 3625:010b for TP-LINK Archer TX10UB Nano
 2025-05-21  1:30 UTC 

[PATCH 6.1.y v2 2/2] drm/msm/dpu: move dpu_encoder's connector assignment to atomic_enable()
 2025-05-21  1:21 UTC 

[PATCH v6] clk: qcom: dispcc-sm8750: Fix setting rate byte and pixel clocks
 2025-05-20 21:52 UTC  (3+ messages)

FAILED: patch "[PATCH] gpio: pca953x: fix IRQ storm on system wake up" failed to apply to 6.6-stable tree
 2025-05-20 20:36 UTC  (2+ messages)
` [PATCH 6.6.y] gpio: pca953x: fix IRQ storm on system wake up


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