The Linux Kernel Mailing List
 help / color / mirror / Atom feed
 messages from 2026-08-16 10:59:41 to 2026-08-16 17:22:46 UTC [more...]

[PATCH v2 0/2] spi: davinci: Convert bindings to DT schema and clean up DTS
 2026-08-16 17:22 UTC  (3+ messages)
` [PATCH v2 1/2] ARM: dts: ti: keystone-k2l: Rename ti,davinci-spi-num-cs to num-cs

[PATCH 0/6] x86: add missing vzeroupper instructions
 2026-08-16 17:15 UTC  (5+ messages)
` [PATCH 6/6] netfilter: nft_set_pipapo_avx2: add missing vzeroupper

[PATCH] PCI: aspeed: fix clk and phy leak in aspeed_pcie_port_init error paths
 2026-08-16 17:16 UTC 

[PATCH v2 0/2] docs/zh_CN: translate process/applying-patches.rst into Chinese
 2026-08-16 17:15 UTC  (3+ messages)

[PATCH net-next v2 0/2] net_shaper: fix kernel-doc rendering
 2026-08-16 17:14 UTC  (5+ messages)
` [PATCH net-next v2 1/2] net_shaper: fix kernel-doc list indentation
` [PATCH net-next v2 2/2] docs: kerneldoc.py: preserve headings in kernel-doc output

[PATCH 0/4] lib/textsearch: fix ts_bm resume offset, add tests, two small cleanups
 2026-08-16 17:05 UTC  (5+ messages)
` [PATCH 1/4] lib/ts_bm: advance state->offset past the reported match
` [PATCH 2/4] lib/tests: add KUnit tests for the textsearch infrastructure
` [PATCH 3/4] textsearch: align ts_state.cb like skb->cb
` [PATCH 4/4] lib/ts_fsm: document that a match must consume the remaining data

[GIT PULL] Qualcomm pinctrl updates for v7.3-rc1
 2026-08-16 17:01 UTC  (2+ messages)

[GIT PULL] Qualcomm pinctrl fixes for v7.2
 2026-08-16 17:01 UTC  (2+ messages)

[PATCH] mtd: spinand: winbond: add support for W25N04LV
 2026-08-16 16:56 UTC  (3+ messages)

[PATCH] RDMA/rtrs-clt: use find_next_zero_bit() for permit allocation
 2026-08-16 16:59 UTC 

[PATCH] drm/gem: Handle shadow plane state allocation failure
 2026-08-16 16:58 UTC 

[PATCH v2 0/5] Add support for Broadcom BCM2712 IOMMU driver (Raspberry Pi 5)
 2026-08-16 16:57 UTC  (7+ messages)
` [PATCH v2 4/5] iommu: Add Broadcom BCM2712 IOMMU driver

[RFC PATCH 0/4] mm/damon/perf: add ARM SPE AUX backend
 2026-08-16 16:56 UTC  (6+ messages)
` [RFC PATCH 1/4] mm/damon/perf: introduce AUX backend interface and Kconfig
` [RFC PATCH 2/4] mm/damon/perf: add AUX trace-buffer PMU backend for ARM SPE
` [RFC PATCH 3/4] mm/damon/perf: add KUnit tests for the SPE record parser
` [RFC PATCH 4/4] selftests/damon: add DAMON perf AUX backend test

[GIT PULL] perf/urgent for v7.2
 2026-08-16 16:54 UTC 

[PATCH v4 0/2] drm/nouveau: NVAC (MCP79) stability: MSI rearm and a NULL crtc guard
 2026-08-16 16:49 UTC  (4+ messages)
` [PATCH v4 2/2] drm/nouveau/kms: guard NULL crtc in nv50_sor_atomic_disable()
` [PATCH v4 1/2] drm/nouveau/pci: use config-space MSI rearm on MCP79/MCP7A (NVAC)

Quick regression status pre 7.2 final/-rc8
 2026-08-16 16:41 UTC 

[PATCH] usb: pci-quirks: always assert xHCI OS ownership
 2026-08-16 16:33 UTC  (2+ messages)

[GIT PULL] x86/urgent for v7.2
 2026-08-16 16:33 UTC 

[PATCH] mtd: core: call _get_device() with the master MTD
 2026-08-16 16:30 UTC 

[PATCH] mtd: core: avoid double-free of OTP NVMEM device
 2026-08-16 16:30 UTC 

[PATCH] staging: rtl8723bs: shorten long lines in update_network()
 2026-08-16 16:28 UTC 

[PATCH v2 0/5] Add SM7250 base dts file
 2026-08-16 16:18 UTC  (6+ messages)
` [PATCH v2 1/5] arm64: dts: qcom: "
` [PATCH v2 2/5] dt-bindings: arm: cpus: Document Kryo 475 CPUs
` [PATCH v2 3/5] dt-bindings: arm: qcom: Document SM7250 SoC and boards
` [PATCH v2 4/5] dt-bindings: firmware: qcom,scm: Document SM7250 SCM
` [PATCH v2 5/5] dt-bindings: interrupt-controller: qcom,pdc: Document SM7250 PDC

[PATCH] i2c: cp2615: handle allocation failure
 2026-08-16 16:17 UTC 

[PATCH v2] i2c: xiic: restore runtime PM teardown in remove to fix clk WARN flood
 2026-08-16 16:14 UTC  (2+ messages)

[syzbot] [usb?] KASAN: slab-use-after-free Read in usa49_glocont_callback
 2026-08-16 16:12 UTC  (2+ messages)

[PATCH] proc: Report SIGEV_NONE in /proc/pid/timers if target task has died
 2026-08-16 16:12 UTC 

[PATCH 0/2] drm/amdgpu/userq: fix a leaked fence driver and an unlocked doorbell walk
 2026-08-16 16:11 UTC  (3+ messages)
` [PATCH 1/2] drm/amdgpu/userq: cancel linked fences on fence driver free
` [PATCH 2/2] drm/amdgpu/userq: hold the doorbell xa lock during hang reset

[PATCH v3 0/4] Add two new system call mq_recvmmsg() and mq_sendmmsg() to posix ipc mqueue
 2026-08-16 16:06 UTC  (6+ messages)
` [PATCH v3 1/4] IPC: Added two new system call mq_recvmmsg() and mq_sendmmsg()
` [PATCH v3 2/4] IPC: Added system call entry in all of most common architectures
` [PATCH v3 3/4] IPC: Added system call entry in performance tool
` [PATCH v3 4/4] Test: Added self-testing and documentation

[PATCH v2] dt-bindings: mfd: Convert TI TWL6040 to DT schema
 2026-08-16 16:00 UTC  (2+ messages)

[PATCH v3] ALSA: usb-audio: Fix boot-time audio stuttering for USB Audio device
 2026-08-16 16:01 UTC  (2+ messages)

[PATCH] userfaultfd: reset err to be 0 when move_pages_ptes succeeded
 2026-08-16 15:58 UTC  (7+ messages)

[syzbot] [usb?] general protection fault in adsl_state_store
 2026-08-16 15:50 UTC 

[PATCH v3 0/3] dmaengine: fix kref underflow and UAF in dma_chan_put()
 2026-08-16 15:49 UTC  (4+ messages)
` [PATCH v3 1/3] dmaengine: Fix device kref underflow "
` [PATCH v3 2/3] dmaengine: fix use-after-free in dma_chan_put() and dma_release_channel()
` [PATCH v3 3/3] dmaengine: wait for RCU readers before releasing dma_device

[PATCH] mmc: vub300: fix sleeping function call from invalid context in vub300_inactivity_timer_expired
 2026-08-16 15:38 UTC 

[PATCH v3 4/6] drm/pagemap: dma-unmap pages before handling migration errors
 2026-08-16 15:36 UTC  (2+ messages)
  ` [PATCH v3 5/6] drm/pagemap: Fix folio allocation fallback and use-after-put

[PATCH 0/5] riscv: Make IPI_MAX visible and use it consistently
 2026-08-16 15:28 UTC  (5+ messages)
` [PATCH 4/5] irqchip/aclint-sswi: Use IPI_MAX for IPI muxing
` [PATCH 5/5] irqchip/imsic: Use IPI_MAX instead of IMSIC_NR_IPI

AMD Phoenix 1002:1640 Radeon HDA WALLCLK becomes 5.76 MHz after s2idle resume
 2026-08-16 15:17 UTC 

[PATCH v3 0/7] gpio: rtd1625: minor cleanups and log improvements
 2026-08-16 15:17 UTC  (8+ messages)
` [PATCH v3 1/7] gpio: rtd1625: Remove unnecessary blank line
` [PATCH v3 2/7] gpio: rtd1625: Drop unneeded initializations
` [PATCH v3 3/7] gpio: rtd1625: Fix variable type for regmap_read()
` [PATCH v3 4/7] gpio: rtd1625: Narrow 'i' variable scope in loop
` [PATCH v3 5/7] gpio: rtd1625: Narrow 'hwirq' "
` [PATCH v3 6/7] gpio: rtd1625: Replace pr_err_ratelimited() with dev_err_ratelimited()
` [PATCH v3 7/7] gpio: rtd1625: Use IRQ_TYPE_DEFAULT macro

[PATCH v5 0/2] alloc_tag: fix undetected compressed tag overflow when profiling is disabled
 2026-08-16 15:16 UTC  (5+ messages)
` [PATCH v5 2/2] "

[PATCH] ALSA: usb-audio: Check sticky mixers precisely
 2026-08-16 15:08 UTC  (4+ messages)

[syzbot] [kernel?] BUG: unable to handle kernel paging request in cirrus_primary_plane_helper_atomic_update
 2026-08-16 15:10 UTC 

[syzbot] [block?] INFO: task hung in queue_limits_commit_update_frozen
 2026-08-16 15:09 UTC  (2+ messages)

[PATCH 0/2] fpga: add dma-buf based FPGA programming interface
 2026-08-16 15:07 UTC  (3+ messages)
` [PATCH 1/2] fpga: Add dma-buf interface for FPGA programming
` [PATCH 2/2] fpga: versal: add dma-buf programming support

[PATCH] Doc: process: Getting rid of OProfile url enlisting
 2026-08-16 15:07 UTC  (3+ messages)

[PATCH 7.1.y] Revert "tracing: perf: Fix stale head for perf syscall tracing"
 2026-08-16 14:57 UTC  (2+ messages)

[PATCH net-next v8 0/3] dpll: zl3073x: add PTP clock support
 2026-08-16 14:52 UTC  (5+ messages)
` [PATCH net-next v8 2/3] dpll: zl3073x: add channel ToD, phase step and TIE operations
` [PATCH net-next v8 3/3] dpll: zl3073x: add PTP clock support

[PATCH net] net: openvswitch: fix flow mask use-after-free on flow deletion
 2026-08-16 14:52 UTC  (2+ messages)

[PATCH] platform/x86: asus-armoury: add support for FX517ZR
 2026-08-16 14:48 UTC  (2+ messages)

[PATCH] iommu/amd: Fix PCI device reference leak in PPR handling
 2026-08-16 14:48 UTC  (2+ messages)

[syzbot] KASAN: slab-out-of-bounds Read in fb_pad_aligned_buffer (3)
 2026-08-16 14:48 UTC 

[PATCH] alpha: cleanup dead ALPHA_LARGE_VMALLOC
 2026-08-16 14:38 UTC 

[syzbot] [udf?] WARNING in udf_map_block
 2026-08-16 14:37 UTC 

[PATCH] net/sched: taprio: enforce minimum software scheduling interval
 2026-08-16 14:28 UTC  (2+ messages)

[syzbot] [usb-storage?] WARNING in usb_stor_msg_common/usb_submit_urb
 2026-08-16 14:28 UTC  (2+ messages)
` [syzbot] [usb?] "

[PATCH v2] Bluetooth: ISO: fix use-after-free of listener socket in iso_conn_ready
 2026-08-16 14:26 UTC  (2+ messages)

[PATCH] bcache: validate sb->keys before computing checksum
 2026-08-16 14:25 UTC 

[PATCH] ARC: cleanup dead ARC_CANT_LLSC option in Kconfig
 2026-08-16 14:22 UTC 

[PATCH net-next V3 0/5] net/mlx5: HWS misc enhancements
 2026-08-16 14:20 UTC  (6+ messages)
` [PATCH net-next V3 1/5] net/mlx5: HWS, Print more details for bad completion
` [PATCH net-next V3 2/5] net/mlx5: HWS, Log syndrome on STC modify failure
` [PATCH net-next V3 3/5] net/mlx5: HWS, Set the num of queues only when alloc succeeded
` [PATCH net-next V3 4/5] net/mlx5: HWS, Remove redundant MLX5_SET in RTC creation
` [PATCH net-next V3 5/5] net/mlx5: HWS, Remove redundant FW command when reading caps

[PATCH] arm64: dts: qcom: sm8550: add Xiaomi Pad 6S Pro (sheng)
 2026-08-16 14:08 UTC  (2+ messages)

[syzbot] [media?] general protection fault in usbtv_querycap
 2026-08-16 13:57 UTC 

[PATCH] spi: spi-qpic-snand: pick default ECC settings based on OOB size
 2026-08-16 13:52 UTC 

[PATCH 00/12] arm64/bti: Fix kernel BTI issues with livepatch, large kernels, toolchains
 2026-08-16 13:49 UTC  (5+ messages)
` [PATCH 02/12] arm64/module: Fix BTI exceptions caused by omitted landing pads in Clang 21

[PATCH 0/2] Add pinctrl support for MSM8952
 2026-08-16 13:48 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: pinctrl: qcom: Add MSM8952 pinctrl
` [PATCH 2/2] pinctrl: qcom: Add MSM8952 tlmm pinctrl driver

[syzbot] [net?] KASAN: slab-use-after-free Read in llc_conn_ac_send_sabme_cmd_p_set_x
 2026-08-16 13:45 UTC  (2+ messages)

[PATCH] spi: spi-qpic-snand: reject when no enough OOB space
 2026-08-16 13:44 UTC 

[PATCH] usb: typec: ucsi: Handle connectors already attached at init
 2026-08-16 13:35 UTC  (2+ messages)

[PATCH v7 0/7] docs/zh_CN: update DAMON documentation translation
 2026-08-16 13:41 UTC  (4+ messages)
` [PATCH v7 1/7] docs/zh_CN: update DAMON design translation

[PATCH 0/5] Add SM7250 base dts file
 2026-08-16 13:32 UTC  (6+ messages)
` [PATCH 1/5] arm64: dts: qcom: "
` [PATCH 2/5] dt-bindings: arm: cpus: Document Kryo 475 CPUs
` [PATCH 3/5] dt-bindings: arm: qcom: Document SM7250 SoC and boards
` [PATCH 4/5] dt-bindings: firmware: qcom,scm: Document SM7250 SCM
` [PATCH 5/5] dt-bindings: interrupt-controller: qcom,pdc: Document SM7250 PDC

[PATCH] io_uring/bpf-ops: wake up the loop task on eject
 2026-08-16 13:26 UTC  (4+ messages)

[PATCH] wifi: mt76: mt7921: validate CLC firmware records
 2026-08-16 13:23 UTC  (2+ messages)

[PATCH 0/3] drm/nouveau: teardown ordering fixes for events and work
 2026-08-16 13:21 UTC  (4+ messages)
` [PATCH 1/3] drm/nouveau: destroy the fence event before cancelling its work
  ` [PATCH v2] drm/nouveau: disable the fence uevent work instead of just cancelling it

[RFC PATCH] fpga: region: Add support for FPGA region variants
 2026-08-16 13:18 UTC  (12+ messages)

[PATCH 0/2] Add SM7250 rpmh clocks
 2026-08-16 13:16 UTC  (3+ messages)
` [PATCH 1/2] clk: qcom: rpmh: "
` [PATCH 2/2] dt-bindings: clock: qcom,rpmhcc: Document RPMHCC bindings for SM7250

[PATCH 0/2] blk-mq-dma: kernel-doc fixes
 2026-08-16 13:14 UTC  (3+ messages)
` [PATCH 1/2] blk-mq-dma: fix kernel-doc for integrity DMA iterators
` [PATCH 2/2] blk-mq-dma: fix typo in DMA iterator kernel-doc

[PATCH 0/1] erofs: fix unused pcluster_pools for higher page sizes
 2026-08-16 13:07 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH v11 00/21] Synopsys DisplayPort Controller improvements for Rockchip platforms
 2026-08-16 12:56 UTC  (17+ messages)
` [PATCH v11 01/21] drm/bridge: synopsys: dw-dp: Register DP AUX on bridge attach
  `  "
` [PATCH v11 02/21] drm/bridge: synopsys: dw-dp: Fix incorrect resource lifetimes in bind callback
  `  "
` [PATCH v11 03/21] drm/bridge: synopsys: dw-dp: Fix error handling for DP link enablement
  `  "
` [PATCH v11 04/21] drm/bridge: synopsys: dw-dp: Document missing reset line deassert
  `  "
` [PATCH v11 05/21] drm/bridge: synopsys: dw-dp: Add missing mutex cleanups on module removal
  `  "
` [PATCH v11 06/21] drm/bridge: synopsys: dw-dp: Fix AUX transfer timeout race condition
  `  "
` [PATCH v11 07/21] drm/bridge: synopsys: dw-dp: Fix support for short I2C reads
  `  "
` [PATCH v11 08/21] drm/bridge: synopsys: dw-dp: Free output_fmts when none are valid
  `  "

[PATCH] powerpc: remove dead 440SP code
 2026-08-16 12:56 UTC 

[PATCH v11 0/6] Add initial device trees for Nord platform
 2026-08-16 12:54 UTC  (7+ messages)
` [PATCH v11 1/6] arm64: dts: qcom: Add device tree for Nord SoC series
` [PATCH v11 2/6] arm64: dts: qcom: Add device tree for Nord GearVM variant
` [PATCH v11 3/6] arm64: dts: qcom: Add device tree for Nord Embedded variant
` [PATCH v11 4/6] dt-bindings: arm: qcom: Document Nord reference boards
` [PATCH v11 5/6] arm64: dts: qcom: Add device tree for Nord Ride board
` [PATCH v11 6/6] arm64: dts: qcom: Add device tree for Nord RRD board

[PATCH] mm/gup_test: keep longterm pin state per file
 2026-08-16 12:53 UTC  (2+ messages)

[syzbot] kernel BUG in __free_frozen_pages
 2026-08-16 12:47 UTC 

[PATCH RFC 0/7] PCI/HMAT: Describe P2PDMA reachability and performance
 2026-08-16 12:38 UTC  (4+ messages)
` [PATCH RFC 4/7] PCI/P2PDMA: Prefer providers with better HMAT performance

[PATCH 0/2] arm64: dts: qcom: Use hyphen in rpmhpd OPP node names
 2026-08-16 12:36 UTC  (3+ messages)
` [PATCH 1/2] arm64: dts: qcom: kodiak: "
` [PATCH 2/2] arm64: dts: qcom: lemans: "

[syzbot] Monthly kvm report (Aug 2026)
 2026-08-16 12:32 UTC 

[PATCH net] vxlan: mdb: Fix use-after-free in vxlan_mdb_flush()
 2026-08-16 12:29 UTC  (2+ messages)

[PATCH] fat: fix data race in fat_add_entries() over unlocked buffer write
 2026-08-16 12:22 UTC  (2+ messages)

[PATCH net-next v4 0/3] net: wwan: support DTR/RTS on AT ports via MHI IP_CTRL
 2026-08-16 12:17 UTC  (4+ messages)
` [PATCH net-next v4 1/3] net: wwan: core: propagate modem control signals to port drivers
` [PATCH net-next v4 2/3] bus: mhi: host: pci_generic: enumerate IP_CTRL channel for Sierra EM919x/EM929x
` [PATCH net-next v4 3/3] net: wwan: mhi_wwan_ctrl: drive DTR/RTS via the IP_CTRL channel

[PATCH v2 00/13] CRASH_WIPE_SECRETS: Wipe secrets before kdump (was: CRASH_ZEROIZE)
 2026-08-16 12:13 UTC  (5+ messages)
` [PATCH v2 01/13] kexec: add CRASH_WIPE_SECRETS to wipe secrets before kdump

[PATCH] f2fs: call __add_ino_entry out of the eviction path
 2026-08-16 12:06 UTC  (2+ messages)

[PATCH v10 0/8] mm: optimize zone-device memmap initialization
 2026-08-16 12:04 UTC  (5+ messages)
` [PATCH v10 1/8] mm: fix stale ZONE_DEVICE refcount comment
` [PATCH v10 2/8] mm: factor zone-device page init helpers out of __init_zone_device_page

[syzbot] [usb?] BUG: sleeping function called from invalid context in cancel_delayed_work_sync
 2026-08-16 12:00 UTC 

[PATCH] mm/rmap: synchronize lock and unlock target in anon_vma_clone
 2026-08-16 11:51 UTC  (3+ messages)

[PATCH] iio: adc: rockchip_saradc: Add support for RV1106
 2026-08-16 11:45 UTC  (2+ messages)

[PATCH bpf-next v2 2/2] selftests/bpf: Cover mixed arena and stack atomics
 2026-08-16 11:43 UTC  (2+ messages)

[PATCH net v3] e100: prevent shift-out-of-bounds in EEPROM access
 2026-08-16 11:37 UTC 

[PATCH] dt-bindings: iio: adc: rockchip-saradc: Fix RV1106 compatible
 2026-08-16 11:36 UTC 

[syzbot] [usb?] BUG: sleeping function called from invalid context in cancel_delayed_work_sync
 2026-08-16 11:27 UTC  (2+ messages)
` Forwarded: [PATCH] mmc: vub300: fix sleeping function call from invalid context in vub300_inactivity_timer_expired

[PATCH net] ipv6: use RCU iterator to dump route exceptions
 2026-08-16 11:26 UTC  (2+ messages)

[PATCH net-next] net: ip_tunnel: remove unused non-strict __ip_tunnel_change_mtu
 2026-08-16 11:23 UTC  (2+ messages)

[PATCH 0/2] PCI/CXL: Distinguish CXL capabilities in MCAP
 2026-08-16 11:22 UTC  (5+ messages)
` [PATCH 1/2] PCI: Add MMIO Capabilities Register Block definitions
` [PATCH 2/2] cxl/core: Skip non-CXL capabilities in MCAP

[PATCH RESEND] Bluetooth: hci_core: add lockdep check to hci_conn lookups
 2026-08-16 11:19 UTC  (2+ messages)

[PATCH v3] ethernet: tlan: Convert to use jiffies macro
 2026-08-16 11:13 UTC  (2+ messages)

[PATCH v4 0/2] ARM: dts: aspeed: ASRock Rack X470D4U BMC support
 2026-08-16 11:05 UTC  (3+ messages)
` [PATCH v4 1/2] dt-bindings: arm: aspeed: add ASRock X470D4U BMC
` [PATCH v4 2/2] ARM: dts: aspeed: add asrock x470d4u bmc

[PATCH net-next] dpll: zl3073x: add chip-specific minimum input reference frequency
 2026-08-16 11:04 UTC  (2+ messages)

[PATCH 0/6] arch, mm/execmem: resolve confusion about set_direct_map_valid_noflush()
 2026-08-16 10:59 UTC  (7+ messages)
` [PATCH 1/6] set_memory: add number of pages parameter to set_direct_map APIs
` [PATCH 2/6] mm/vmalloc: set area's page_order after allocation succeeds
` [PATCH 3/6] mm/vmalloc: constify vm parameter of get_vm_area_page_order()
` [PATCH 4/6] mm/vmalloc: make set_area_direct_map HUGE_VMAP friendly
` [PATCH 5/6] mm/execmem: use VM_FLUSH_RESET_PERMS for ROX cache allocations
` [PATCH 6/6] Revert "arch: introduce set_direct_map_valid_noflush()"


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