The Linux Kernel Mailing List
 help / color / mirror / Atom feed
 messages from 2026-08-04 08:20:50 to 2026-08-04 09:16:31 UTC [more...]

[PATCH] bpf: add KF_SPIN_LOCK flag for kfuncs under bpf_spin_lock
 2026-08-04  9:15 UTC  (3+ messages)

[PATCH] futex: Fix missed wakeup during private hash resize
 2026-08-04  9:16 UTC  (2+ messages)

[PATCH v2 0/3] Rust: add runtime PM support
 2026-08-04  9:16 UTC  (3+ messages)
` [PATCH v2 2/3] rust: platform: wire runtime PM callbacks

[PATCH] tty: serial: max3100: drain async producers in remove() to fix timer UAF
 2026-08-04  9:15 UTC  (4+ messages)
` [PATCH v2] tty: serial: max3100: shut down timer before freeing port

[PATCH v3 0/5] mm: Unconditional per-VMA locks and cleanups
 2026-08-04  9:15 UTC  (27+ messages)
` [PATCH v3 1/5] mm: Make per-VMA locks available universally
` [PATCH v3 2/5] binder: Make shrinker rely solely on per-VMA lock
` [PATCH v3 3/5] mm: Add RCU-based VMA lookup helper that waits for writers

[PATCH v7 00/11] arm_mpam: Add MPAM-Fb firmware support
 2026-08-04  9:15 UTC  (7+ messages)
` [PATCH v7 07/11] arm_mpam: propagate MSC access errors for mpam_reprogram_ris_partid()

[PATCH v4 0/2] drm/drm_blend: allow blend mode property without PREMULTI
 2026-08-04  9:07 UTC  (5+ messages)
` [PATCH v4 2/2] drm: ensure blend mode supported if pixel format with alpha exposed

[PATCH] i2c: iproc: recover the bus on transfer timeouts
 2026-08-04  9:14 UTC 

[PATCH v12 0/8] DCD Prep Series
 2026-08-04  9:12 UTC  (4+ messages)
` [PATCH v12 2/8] cxl/mem: Read dynamic capacity configuration from the device

[PATCH 0/4] Dongwoon DW9714 - correct vcc/vdd supply voltage
 2026-08-04  9:12 UTC  (4+ messages)
` [PATCH 2/4] arm64: dts: rockchip: rk3399-pinephone-pro: DW9714 coil requires higher voltage

[PATCH v4 0/2] selftests/mm: use pattern matching in .gitignore
 2026-08-04  9:12 UTC  (3+ messages)
` [PATCH v4 2/2] "

[PATCH v6 0/1] Rust PCI capability infrastructure and SR-IOV support
 2026-08-04  9:11 UTC  (4+ messages)
` [PATCH v6 1/1] rust: pci: add extended capability "

[RFC] mpam,x86,fs/resctrl: Generic schema description Proof of Concept
 2026-08-04  9:11 UTC  (21+ messages)

[PATCH 1/1] ntfs: add ioctl support for named data streams
 2026-08-04  9:10 UTC  (4+ messages)

[PATCH 00/19] buffer: stop clearing BH_Uptodate when a write fails
 2026-08-04  9:10 UTC  (24+ messages)
` [PATCH 03/19] jbd2: point the shadow buffer at the frozen data directly
` [PATCH 04/19] buffer: clear BH_Write_EIO when a buffer is forgotten
` [PATCH 05/19] buffer: discard BH_Write_EIO along with the rest of the buffer state
` [PATCH 06/19] buffer: detect metadata write errors with buffer_write_io_error()
` [PATCH 08/19] ext2: check for an xattr block write error "
` [PATCH 12/19] ext4: check for a metadata "
` [PATCH 13/19] ocfs2: "
` [PATCH 14/19] ocfs2: check for a stale write error before reusing a metadata buffer
` [PATCH 16/19] jbd2: report journal write errors with BH_Write_EIO
` [PATCH 17/19] jbd2: assert on a failed write, not on a buffer that is not up to date
` [PATCH 18/19] ext4, jbd2: report fast commit write errors with BH_Write_EIO

[PATCH] phy: renesas: rcar-gen3-usb2: Fix use-after-free in rcar_gen3_phy_usb2_remove due to race condition
 2026-08-04  9:08 UTC  (4+ messages)

[PATCH v7] usb: gadget: uvc: Fix null pointer dereference in uvcg_video_init()
 2026-08-04  9:03 UTC  (2+ messages)

[PATCH v3 3/6] dt-bindings: soc: rockchip: grf: Add RV1106 compatibles
 2026-08-04  8:38 UTC  (2+ messages)

[PATCH v4 0/3] tools/accounting: refactor delay fields and share format_timespec()
 2026-08-04  9:04 UTC  (2+ messages)

[PATCH RFC 00/15] mm/mglru: frequency guided promotion (MGLRU-FG) and flag cleanup
 2026-08-04  9:02 UTC  (7+ messages)
` [PATCH RFC 08/15] mm/memcg: add folio-based lruvec live helper
` [PATCH RFC 10/15] mm/mglru: make folio lru referenced times count a generic API

[PATCH] sched/numa: clear locality statistics on early return
 2026-08-04  9:02 UTC 

[PATCH v2 3/3] md/raid10: skip clean regions in bulk during recovery
 2026-08-04  9:01 UTC  (2+ messages)

[PATCH net v2] sctp: auth: propagate HMAC calculation errors to callers
 2026-08-04  8:58 UTC  (2+ messages)
` [PATCH net v3] "

[PATCH net] net/dibs: Fix UAF of dmb_clientid_arr after dibs_dev_del()
 2026-08-04  8:58 UTC 

[PATCH] usb: misc: usbio: check ibuf_len against rxbuf_len in bulk msg
 2026-08-04  8:55 UTC  (3+ messages)

[PATCH v2 0/8] serial: Some yak shaving
 2026-08-04  8:58 UTC  (9+ messages)
` [PATCH v2 1/8] serial: txx9: Drop noop probe function and dangerous remove callback
` [PATCH v2 2/8] serial: txx9: Simplify knowing that .iotype is always UPIO_PORT
` [PATCH v2 3/8] serial: txx9: Drop usage of uart_match_port()
` [PATCH v2 4/8] serial: 8250: Make uart_match_port() a 8250 specific function
` [PATCH v2 5/8] serial: 8250: Simplify serial8250_match_port()
` [PATCH v2 6/8] serial: 8250: Fix corner case for port matching
` [PATCH v2 7/8] serial: 8250: hub6: Add cleanup code
` [PATCH v2 8/8] serial: 8250: pnp: Annotate init and exit functions for conditional discarding

[PATCH] LoongArch: Fix acpi_package_ids array overflow
 2026-08-04  8:57 UTC  (2+ messages)

[PATCH] Add JEDEC ID table entries for additional ISSI SPI-NOR devices. Additionally added several structs to support ISSI octal flash functionality. (Octal SPI 2026 revised)
 2026-08-04  8:56 UTC  (2+ messages)

[PATCH v16 00/45] arm64: Support for Arm CCA in KVM
 2026-08-04  8:57 UTC  (3+ messages)
` [PATCH v16 21/45] KVM: arm64: CCA: Handle realm enter/exit

[PATCH v4] x86/virt/tdx: Formalize SEAMCALL version encoding support
 2026-08-04  8:50 UTC 

[PATCH v2 0/3] arm64: dts: qcom: add the Xiaomi Mi Pad 5 Pro 5G
 2026-08-04  8:55 UTC  (4+ messages)
` [PATCH v2 1/3] dt-bindings: display: panel: novatek,nt36523: add the Mi Pad 5 Pro 5G panel
` [PATCH v2 2/3] dt-bindings: arm: qcom: add the Xiaomi Mi Pad 5 Pro 5G
` [PATCH v2 3/3] arm64: dts: qcom: sm8250: add device tree for "

[PATCH v2] wifi: rsi: Fix types to appease CFI
 2026-08-04  8:55 UTC 

[PATCH 1/2] media: rcar-isp: Fix VSPX reference leaks
 2026-08-04  8:54 UTC  (8+ messages)
` [PATCH 2/2] media: rcar-isp: Release ISPCORE resources

[PATCH v8 0/8] Add VIM4 MCU/FAN support
 2026-08-04  8:54 UTC  (6+ messages)
` [PATCH v8 4/8] mfd: khadas-mcu: Add support for VIM4 MCU variant

[PATCH] vdpa/pds: check virtqueue notify mapping
 2026-08-04  8:53 UTC 

[PATCH net 1/2] virtio_net: check AF_XDP queue index before use
 2026-08-04  8:53 UTC  (2+ messages)
` [PATCH net 2/2] virtio_net: unmap AF_XDP header with tx virtqueue

[RFC][PATCH v2 0/8] ACPI: CPPC: Resource Priority Register support and sysfs interface
 2026-08-04  8:50 UTC  (9+ messages)
` [PATCH v2 1/8] ACPI: CPPC: Prepare cpc_register_resource for Package-type entries
` [PATCH v2 2/8] ACPI: CPPC: Refactor element parsing into parse_cpc_element()
` [PATCH v2 3/8] ACPI: CPPC: Refactor resource cleanup into free_reg_resource()
` [PATCH v2 4/8] ACPI: CPPC: Parse Resource Priority Register entries from _CPC package
` [PATCH v2 5/8] ACPI: CPPC: Store optional flag in cpc_register_resource
` [PATCH v2 6/8] ACPI: CPPC: Factor out cpc_read_reg() and cpc_write_reg()
` [PATCH v2 7/8] ACPI: CPPC: Add Resource Priority accessors
` [PATCH v2 8/8] cpufreq: cppc: Expose Resource Priority attributes via sysfs

[PATCH v8 0/3] i2c: ma35d1: Add support for MA35D1 I2C controller
 2026-08-04  8:48 UTC  (4+ messages)
` [PATCH v8 1/3] dt-bindings: i2c: nuvoton,ma35d1-i2c: Add "
` [PATCH v8 2/3] i2c: ma35d1: Add Nuvoton MA35D1 I2C driver support
` [PATCH v8 3/3] arm64: dts: nuvoton: Add I2C nodes for MA35D1 SoC

[PATCH] selftests/mm: Drop duplicate test_seal_mprotect_two_vma_with_gap() call
 2026-08-04  8:51 UTC  (4+ messages)

[PATCH] sched/numa: Prevent race on sysctl_numa_balancing static key
 2026-08-04  8:52 UTC  (5+ messages)

[PATCH v2 00/11] KVM: arm64: Restore type-checking across the host/hyp hypercall boundary
 2026-08-04  8:50 UTC  (6+ messages)
` [PATCH v2 10/11] KVM: arm64: nVHE: Check hypercall handlers against the declared ABI

[PATCH v2 0/5] powerpc/spufs: assorted fixes
 2026-08-04  8:50 UTC  (6+ messages)
` [PATCH v2 1/5] powerpc/spufs: fix spu_context leak in coredump
` [PATCH v2 2/5] powerpc/spufs: don't leak kernel stack via spu_run
` [PATCH v2 3/5] powerpc/spufs: check permissions in spufs_setattr()
` [PATCH v2 4/5] powerpc/spufs: fix deadlock on gang creation failure
` [PATCH v2 5/5] powerpc/spufs: don't hold state_mutex during user access

[PATCH v14 00/22] media: i2c: add Maxim GMSL2/3 serializer and deserializer drivers
 2026-08-04  8:50 UTC  (23+ messages)
` [PATCH v14 01/22] media: mc: Add INTERNAL pad flag
` [PATCH v14 02/22] dt-bindings: media: i2c: max96717: add support for I2C ATR
` [PATCH v14 03/22] dt-bindings: media: i2c: max96717: add support for pinctrl/pinconf
` [PATCH v14 04/22] dt-bindings: media: i2c: max96717: add support for MAX9295A
` [PATCH v14 05/22] dt-bindings: media: i2c: max96717: add support for MAX96793
` [PATCH v14 06/22] dt-bindings: media: i2c: max96712: use pattern properties for ports
` [PATCH v14 07/22] dt-bindings: media: i2c: max96712: add support for I2C ATR
` [PATCH v14 08/22] dt-bindings: media: i2c: max96712: add support for POC supplies
` [PATCH v14 09/22] dt-bindings: media: i2c: max96712: add support for MAX96724F/R
` [PATCH v14 10/22] dt-bindings: media: i2c: max96712: add control-channel-port property
` [PATCH v14 11/22] dt-bindings: media: i2c: max96714: add support for MAX96714R
` [PATCH v14 12/22] dt-bindings: media: i2c: add MAX9296A, MAX96716A, MAX96792A
` [PATCH v14 13/22] media: i2c: add Maxim GMSL2/3 serializer and deserializer framework
` [PATCH v14 14/22] media: i2c: add Maxim GMSL2/3 serializer framework
` [PATCH v14 15/22] media: i2c: add Maxim GMSL2/3 deserializer framework
` [PATCH v14 16/22] media: i2c: maxim-serdes: add MAX96717 driver
` [PATCH v14 17/22] media: i2c: maxim-serdes: add MAX96724 driver
` [PATCH v14 18/22] media: i2c: maxim-serdes: add MAX9296A driver
` [PATCH v14 19/22] arm64: defconfig: disable deprecated MAX96712 driver
` [PATCH v14 20/22] staging: media: remove "
` [PATCH v14 21/22] media: i2c: remove MAX96717 driver
` [PATCH v14 22/22] media: i2c: remove MAX96714 driver

[PATCH v3 00/13] mm/slab, alloc_tag: reduce obj_ext memory waste
 2026-08-04  8:50 UTC  (3+ messages)
` [PATCH v3 11/13] mm/slab: add cache_ and slab_needs_objcg() helpers

[PATCH v2] drm/omap: dsi: do not copy isr table
 2026-08-04  8:49 UTC  (3+ messages)

[PATCH] fbdev: ssd1307fb: defer I2C transfers from damage callbacks
 2026-08-04  8:47 UTC  (2+ messages)

[PATCH] crypto: eip93 - use struct_size() and flexible array for ring allocation
 2026-08-04  8:47 UTC  (5+ messages)

[PATCH v2 0/4] mmc: sdhci_am654: Fix DDR50 mode for cards without tuning support
 2026-08-04  8:45 UTC  (4+ messages)
` [PATCH v2 4/4] mmc: sdhci_am654: Fallback to DT-provided itap delay on DDR50 tuning failure

linux-next: manual merge of the slab tree with the rcu tree
 2026-08-04  8:44 UTC  (7+ messages)

[PATCH net-next] sctp: fix use-after-free in timeout event handling
 2026-08-04  8:43 UTC 

[PATCH] dt-bindings: remoteproc: qcom,sm8550-pas: Add Hawi and Maili MPSS compatible
 2026-08-04  8:43 UTC  (3+ messages)

[PATCH v4] sched/fair: Preserve wake-affine CPU for non-SMT reciprocal sync wakeups
 2026-08-04  8:42 UTC  (3+ messages)

[PATCH] module: fix UAF and GPF in idempotent_init_module via heap allocation
 2026-08-04  8:42 UTC  (2+ messages)

[PATCH 0/2] zram: fix stale scan bounds after reinitialization
 2026-08-04  8:42 UTC  (5+ messages)
` [PATCH 1/2] zram: fix out-of-bounds access in writeback_store()
` [PATCH 2/2] zram: fix out-of-bounds access in read_block_state()

[PATCH v3] sched/fair: Prefer fully idle cores for NOHZ balancing
 2026-08-04  8:42 UTC  (2+ messages)

[PATCH v5 00/16] Add dmabuf read/write via io_uring
 2026-08-04  8:41 UTC  (7+ messages)
` [PATCH v5 02/16] iov_iter: add iterator type for dmabuf maps
  ` [PATCH v5 09/16] nvme-pci: implement dma-buf backed requests

[PATCH v3 4/6] ARM: dts: rockchip: Add support for RV1106 and RV1103
 2026-08-04  8:41 UTC  (2+ messages)

[PATCH 1/2] dt-bindings: remoteproc: qcom,sm8550-pas: Make SDX75, Hawi and Maili MPSS fallback to SM8650
 2026-08-04  8:41 UTC  (2+ messages)

[PATCH] devpts: fix pty count limit off by one
 2026-08-04  8:40 UTC  (2+ messages)

[PATCH RFT 0/3] Add UW Camera Actuator support for Nothing Phone (1)
 2026-08-04  8:40 UTC  (5+ messages)
` [PATCH RFT 1/3] dt-bindings: media: i2c: dw9719: Document DW9800W
` [PATCH RFT 2/3] media: i2c: dw9719: Add DW9800W support

[PATCH net-next V2 00/13] net/mlx5e: Add support for HW-GRO to PSP
 2026-08-04  8:35 UTC  (14+ messages)
` [PATCH net-next V2 01/13] net/mlx5e: Generalize TC <-> IPsec mutual exclusion
` [PATCH net-next V2 02/13] net/mlx5e: ipsec: Block TC offload when IPsec is enabled
` [PATCH net-next V2 03/13] net/mlx5e: psp: Block TC offload when PSP "
` [PATCH net-next V2 04/13] net/mlx5e: macsec: Block TC offload when MACsec "
` [PATCH net-next V2 05/13] net/mlx5e: psp: Move RX marker from ft_metadata to flow_tag
` [PATCH net-next V2 06/13] net/mlx5e: ipsec: "
` [PATCH net-next V2 07/13] net/mlx5e: macsec: "
` [PATCH net-next V2 08/13] net/mlx5e: psp: Handle HW-decapsulated RX PSP packets
` [PATCH net-next V2 09/13] net/mlx5e: psp: Add an rx_decap steering table
` [PATCH net-next V2 10/13] net/mlx5e: shampo: Flush session on PSP mismatch
` [PATCH net-next V2 11/13] net/mlx5e: psp: Dynamically reconfigure based on SHAMPO mode
` [PATCH net-next V2 12/13] selftests: drv-net: psp: Fix responder parsing
` [PATCH net-next V2 13/13] selftests: drv-net: psp: Add a test for PSP with HW-GRO

[PATCH v6] drm/omap: dsi: avoid sending bta sync all the time in writes
 2026-08-04  8:37 UTC 

[PATCH v2 0/2] arm64: dts: broadcom: bcm2712-d-rpi-5-b: add compatible
 2026-08-04  8:38 UTC  (4+ messages)
` [PATCH v2 2/2] "

[PATCH v3 0/4] rust: Add support for reserving of ranges of IDs
 2026-08-04  8:37 UTC  (6+ messages)
` [PATCH v3 2/4] rust: bitmap: add contiguous area operations

[PATCH] usb: typec: mux: initialize orientation switch array
 2026-08-04  8:34 UTC 

[PATCH iwl v3] ice: acquire NVM lock around each flash read
 2026-08-04  8:37 UTC  (3+ messages)
` [Intel-wired-lan] "

[PATCH net-next 0/3] net: stmmac: page pool Tx buffer quirk
 2026-08-04  8:37 UTC  (3+ messages)
` [PATCH net-next 1/3] dt-bindings: net: snps,dwmac: Add snps,pagepool-tx-buf-quirk

[PATCH v2 0/6] Fix regulator voting for the Qualcomm SGMII SerDes PHY
 2026-08-04  8:36 UTC  (2+ messages)

[PATCH 00/28] arm64: dts: qcom: Fix swapped QMP PHY vdda-phy/vdda-pll supplies
 2026-08-04  8:36 UTC  (3+ messages)
` [PATCH 01/28] dt-bindings: phy: qcom: Describe QMP USB and UFS PHY vdda-phy/vdda-pll voltages

[PATCH iwl v4] ice: acquire NVM lock around each flash read
 2026-08-04  8:35 UTC 

drivers/vfio/pci/nvgrace-gpu/main.c:167:9: sparse: sparse: cast from restricted vm_fault_t
 2026-08-04  8:35 UTC 

[PATCH v1] of: Put coreboot node after compatibility check
 2026-08-04  8:34 UTC  (2+ messages)

[PATCH] bpf: disable lockdep while running BPF on lock_release
 2026-08-04  8:34 UTC  (3+ messages)

[REGRESSION] Power9 pseries boot hang in v7.2-rc6, narrowed to PowerPC GENERIC_ENTRY conversion window
 2026-08-04  8:34 UTC 

[PATCH v2 00/10] Add HPD support for Rockchip Analogix DP
 2026-08-04  8:17 UTC  (8+ messages)
` [PATCH v2 01/10] drm/bridge: analogix_dp: Manage pm runtime and IRQ for native HPD pin detection
` [PATCH v2 02/10] drm/bridge: analogix_dp: Return bitmask from analogix_dp_get_irq_type()
` [PATCH v2 05/10] drm/bridge: analogix_dp: Extend mute/unmute HPD interrupts to accept irq bitmask
` [PATCH v2 07/10] drm/bridge: analogix_dp: Use platform-specific HPD detection scheme
` [PATCH v2 08/10] drm/bridge: analogix_dp: Skip native HPD interrupt ops for GPIO HPD
` [PATCH v2 09/10] drm/bridge: analogix_dp: Restrict forced connected status only for panel endpoint
` [PATCH v2 10/10] drm/bridge: analogix_dp: Handle HPD notification from downstream bridge

[PATCH] sched/cache: honor migrate_llc_task semantics in active load balance
 2026-08-04  8:30 UTC  (2+ messages)

[PATCH v4 0/4] zram: fix zstd per-CPU error path and add parameter validation
 2026-08-04  8:30 UTC  (9+ messages)
` [PATCH v5 0/4] zram: fix zstd error paths "
  ` [PATCH v5 3/4] zram: validate parameters in each backend's setup_params

[PATCH net] net: pppoe: check register_netdevice_notifier() error in pppoe_init()
 2026-08-04  8:28 UTC  (2+ messages)

[PATCH 0/4] ASoC: fsl: expose individual DAIs per ASRC/EASRC conversion pair/context
 2026-08-04  8:29 UTC  (4+ messages)
` [PATCH 1/4] dt-bindings: sound: fsl,imx-asrc: update port binding to support multiple pairs

[PATCH] mei: vsc: Fix packet CRC computed over pointer size
 2026-08-04  8:29 UTC  (2+ messages)

[PATCH] LoongArch: KVM: Set cpu before IN_GUEST_MODE is set
 2026-08-04  8:21 UTC 

[PATCH 0/2] clk: qcom: Add Graphics clock controllers support for Qualcomm Maili SoC
 2026-08-04  8:27 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: clock: qcom: Add Maili Graphics Clock Controllers

[PATCH] LoongArch: KVM: Advertise already-supported capabilities
 2026-08-04  8:26 UTC 

[PATCH v4 5/6] KVM: arm64: Add HDBSS fault handling and buffer flush
 2026-08-04  8:26 UTC  (12+ messages)

[PATCH net] wifi: ath9k: Fix potential spin_lock() before spin_lock_init()
 2026-08-04  8:09 UTC 

[PATCH v2 0/3] dt-bindings: riscv: Add RISC-V Worlds and SiFive WorldGuard DT bindings
 2026-08-04  8:25 UTC  (3+ messages)

[PATCH] usb: gadget: f_phonet: fix use-after-free in pn_bind
 2026-08-04  8:25 UTC  (7+ messages)
` [PATCH v2] "

[PATCH] mm: pull writability check to follow_pfnmap_start()
 2026-08-04  8:24 UTC  (3+ messages)

[BUG] ext4/jbd2: KASAN UAF in jbd2_fc_release_bufs after loop shrink + fast commit fsync
 2026-08-04  8:24 UTC 

[PATCH net v3] net/mlx5e: fix BQL reset on SQ re-activation
 2026-08-04  8:23 UTC  (2+ messages)

[PATCH net-next 0/2] net: convert remaining CAN protocols to getsockopt_iter
 2026-08-04  8:21 UTC  (6+ messages)
` [PATCH net-next 2/2] can: isotp: convert "


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