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

[PATCH v11 0/4] coreboot CFR firmware attributes
 2026-08-04 10:13 UTC  (5+ messages)
` [PATCH v11 1/4] platform/x86: Sort firmware attributes class includes
` [PATCH v11 2/4] firmware: Move firmware attributes class helper
` [PATCH v11 3/4] firmware: Rename google firmware directory to coreboot
` [PATCH v11 4/4] firmware: coreboot: Add CFR firmware attributes driver

[PATCH RESEND] x86/fpu: Use vmemdup_user() in xstateregs_set()
 2026-08-04 10:12 UTC  (4+ messages)

[PATCH V17 0/7] Rust Support for powerpc
 2026-08-04 10:11 UTC  (3+ messages)

[PATCH 0/3] Exynos PMU fixes for cpu hotplug and cpuidle routines
 2026-08-04 10:11 UTC  (9+ messages)
` [PATCH 3/3] soc: samsung: exynos-pmu: fix error paths in cpuhotplug/idle states setup

[PATCH v11] misc: fastrpc: Allocate entire reserved memory for Audio PD in probe
 2026-08-04 10:11 UTC  (3+ messages)

[PATCH] bpf: add KF_SPIN_LOCK flag for kfuncs under bpf_spin_lock
 2026-08-04 10:09 UTC  (6+ messages)

[PATCH 1/2] drm/sched: Guard against NULL dev in drm_sched_job trace event
 2026-08-04 10:09 UTC  (2+ messages)
` [PATCH 2/2] drm/sched: Set mock device in KUnit test scheduler

rust compile failure in next-20260730
 2026-08-04 10:10 UTC  (8+ messages)

[PATCH 00/12] drm/panthor: Fix the unplug logic
 2026-08-04 10:09 UTC  (13+ messages)
` [PATCH 01/12] drm/panthor: Disable reset work before unplug
` [PATCH 02/12] drm/panthor: Further delay reset work enablement
` [PATCH 03/12] drm/panthor: Move the debugfs initialization to panthor_device.c
` [PATCH 04/12] drm/panthor: Flush the cleanup_wq before destroying the drm_device
` [PATCH 05/12] drm/panthor: Drop unused vm argument passed to panthor_vm_prepare_sync_only_op_ctx()
` [PATCH 06/12] drm/panthor: Split panthor_vm
` [PATCH 07/12] drm/panthor: Add fine-grained restrictions on VMs
` [PATCH 08/12] drm/panthor: Check AS state before disabling
` [PATCH 09/12] drm/panthor: Don't pre-allocate VMAs or page tables when preparing a full VM unmap
` [PATCH 10/12] drm/panthor: Make the VM cleanup path more robust against UAF
` [PATCH 11/12] drm/panthor: Make the unplug logic more robust
` [PATCH 12/12] drm/panthor: Fix unplug in the reset path

[PATCH] mm: add some missing includes to mm-local headers
 2026-08-04 10:08 UTC 

[PATCH] mm/sparse: keep mem_section_usage_size() internal
 2026-08-04 10:09 UTC  (2+ messages)

[PATCH v5 0/4] KVM: PPC: Expose CPU compatibility modes for nested guests
 2026-08-04 10:08 UTC  (4+ messages)
` [PATCH v5 1/4] KVM: PPC: Introduce KVM_CAP_PPC_COMPAT_CAPS and wire up ioctl

[PATCH] HID: universal-pidff: stop the device when force-feedback init fails
 2026-08-04 10:08 UTC  (4+ messages)

[PATCH v8 00/11] arm_mpam: Add MPAM-Fb firmware support
 2026-08-04 10:06 UTC  (12+ messages)
` [PATCH v8 01/11] arm_mpam: let low level MSC accessors return an error
` [PATCH v8 02/11] arm_mpam: propagate MSC access errors for hw_probe functions
` [PATCH v8 03/11] arm_mpam: propagate MSC access errors for MBWU counters
` [PATCH v8 04/11] arm_mpam: propagate MSC access errors for msmon helpers
` [PATCH v8 05/11] arm_mpam: propagate MSC access errors for __ris_msmon_read()
` [PATCH v8 06/11] arm_mpam: propagate MSC access errors for state saving function
` [PATCH v8 07/11] arm_mpam: propagate MSC access errors for mpam_reprogram_ris_partid()
` [PATCH v8 08/11] arm_mpam: prepare mon_sel locking for MPAM-Fb
` [PATCH v8 09/11] arm_mpam: add MPAM-Fb MSC firmware access support
` [PATCH v8 10/11] arm_mpam: change MPAM-Fb error IRQ to use a threaded IRQ handler
` [PATCH v8 11/11] arm_mpam: detect and enable MPAM-Fb PCC support

[PATCH bpf v2 0/2] bpf: Fix socket leaks around connect(AF_UNSPEC)+listen()
 2026-08-04 10:07 UTC  (3+ messages)
` [PATCH bpf v2 1/2] bpf: Extract shared reqsk-to-listener upgrade

[PATCH] hwmon: (corsair-psu) serialize debugfs access against hwmon
 2026-08-04 10:06 UTC  (8+ messages)

[PATCH] devpts: fix pty count limit off by one
 2026-08-04 10:06 UTC  (3+ messages)

[PATCH v8 00/25] netfs: Keep track of folios in a segmented bio_vec[] chain
 2026-08-04 10:02 UTC  (26+ messages)
` [PATCH v8 01/25] mm: Make readahead store folio count in readahead_control
` [PATCH v8 02/25] netfs: Bulk load the readahead-provided folios up front
` [PATCH v8 03/25] Add a function to kmap one page of a multipage bio_vec
` [PATCH v8 04/25] iov_iter: Make iov_iter_get_pages*() wrap iov_iter_extract_pages()
` [PATCH v8 05/25] iov_iter: Add a segmented queue of bio_vec[]
` [PATCH v8 06/25] netfs: Add some tools for managing bvecq chains
` [PATCH v8 07/25] netfs: Make mempool available for bvecq
` [PATCH v8 08/25] netfs: Add a function to extract from an iter into a bvecq
` [PATCH v8 09/25] afs: Use a bvecq to hold dir content rather than folioq
` [PATCH v8 10/25] cifs: Use a bvecq for buffering instead of a folioq
` [PATCH v8 11/25] smbdirect: Support ITER_BVECQ in smbdirect_map_sges_from_iter()
` [PATCH v8 12/25] netfs: Remove the writethrough code
` [PATCH v8 13/25] cachefiles,netfs: sunset ondemand mode
` [PATCH v8 14/25] cachefiles: Don't rely on backing fs storage map for most use cases
` [PATCH v8 15/25] netfs: Add the cache object ID to netfs_read/write tracepoints
` [PATCH v8 16/25] netfs: Switch to using bvecq rather than folio_queue and rolling_buffer
` [PATCH v8 17/25] smbdirect: Remove support for ITER_FOLIOQ from smbdirect_map_sges_from_iter()
` [PATCH v8 18/25] netfs: Remove netfs_alloc/free_folioq_buffer()
` [PATCH v8 19/25] netfs: Remove netfs_extract_user_iter()
` [PATCH v8 20/25] iov_iter: Remove ITER_FOLIOQ
` [PATCH v8 21/25] netfs: Remove folio_queue and rolling_buffer
` [PATCH v8 22/25] netfs: Check for too much data being read
` [PATCH v8 23/25] netfs: Limit the minimum trigger for progress reporting
` [PATCH v8 24/25] netfs: Combine prepare and issue ops and grab the buffers on request
` [PATCH v8 25/25] cachefiles: Preset the state xattr when creating a new file

[PATCH 0/5] xhci: Sort out the TD skipping business
 2026-08-04 10:05 UTC  (6+ messages)
` [PATCH 1/5] usb: xhci: Handle bogus TRB pointers in Missed Service Error events
` [PATCH 2/5] usb: xhci: Guarantee URB giveback on Ring Underrun/Overrun
` [PATCH 3/5] usb: xhci: Don't set the skip flag on non-isoc endpoints
` [PATCH 4/5] usb: xhci: Shorten the TD skipping loop
` [PATCH 5/5] usb: xhci: Rework and improve the TD matching and skipping logic

[PATCH] USB: mtu3: tracing: fix pointers dereferencing
 2026-08-04 10:05 UTC 

[PATCH] Input: evdev - sanitize event type index when fetching event masks
 2026-08-04 10:02 UTC  (2+ messages)

[PATCH v5] hwrng: core - Stop/start hwrng_fillfn() kthread before/after suspend-resume
 2026-08-04 10:01 UTC 

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

[PATCH] gpio: ml-ioh: use raw_spinlock_t for the register lock
 2026-08-04  9:59 UTC  (4+ messages)
  ` [PATCH] gpio: ml-ioh: share the register lock across channels

[PATCH][next] wifi: rtw89: coex: Fix spelling mistake "verseion" -> "version"
 2026-08-04  9:58 UTC 

[PATCH] ASoC: spacemit: Remove redundant DAI field initialization
 2026-08-04  9:59 UTC  (5+ messages)

[PATCH][next] wifi: mt76: Fix spelling mistake "dowload" -> "download"
 2026-08-04  9:56 UTC 

[PATCH] tty: moxa: remove driver
 2026-08-04  9:57 UTC  (3+ messages)

[PATCH v6 0/6] sched: Fix cluster scheduling in the presence of asymmetric capacity
 2026-08-04  9:56 UTC  (7+ messages)
` [PATCH v6 5/6] sched/fair: Allow load balancing between CPUs of identical capacity
` [PATCH v6 6/6] sched/topology: Restore SD_PREFER_SIBLING in domains with asymmetric capacity

[PATCH v3 0/5] ASoC: fsl_asrc/fsl_easrc: expose per-pair/context DAIs and fix DMA race
 2026-08-04 10:02 UTC  (6+ messages)
` [PATCH v3 1/5] ASoC: dt-bindings: fsl,imx-asrc: update port binding to support multiple paths
` [PATCH v3 2/5] ASoC: dt-bindings: fsl,easrc: add ports binding for multiple conversion paths
` [PATCH v3 3/5] ASoC: fsl_asrc/fsl_easrc: move DMA params into pair/context struct
` [PATCH v3 4/5] ASoC: fsl_asrc: expose individual DAIs per conversion path
` [PATCH v3 5/5] ASoC: fsl_easrc: "

[PATCH v5 0/4] zram: fix zstd error paths and add parameter validation
 2026-08-04  9:55 UTC  (9+ messages)
` [PATCH v6 0/5] "
  ` [PATCH v6 1/5] zram: do not release zstd global params from error paths
  ` [PATCH v6 2/5] zram: reject zero-size dictionary
  ` [PATCH v6 3/5] zram: add pr_fmt to backend files
  ` [PATCH v6 4/5] zram: validate parameters in each backend's setup_params
  ` [PATCH v6 5/5] zram: reset per-priority params when changing algorithm before init

[PATCH v2] rtc: pcf85363: Add error checking to regmap calls in probe()
 2026-08-04  9:55 UTC  (2+ messages)

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

[PATCH 0/5] Bluetooth: harden packet and transport parsing
 2026-08-04  9:54 UTC  (3+ messages)
  ` [PATCH 2/5] Bluetooth: btmrvl: validate event packet lengths

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

[RFC PATCH v4 3/3] mm/swap: allow swap faults to retry under the VMA lock
 2026-08-04  9:53 UTC 

[RFC PATCH v4 2/3] mm/filemap: allow filemap faults to retry under the VMA lock
 2026-08-04  9:52 UTC 

[PATCH] usb: dwc3: gadget: Fix use-after-free in dwc3_gadget_free_endpoints due to race condition
 2026-08-04  9:52 UTC 

[PATCH v2] ata: use named initializers for acpi_device_id
 2026-08-04  9:52 UTC  (3+ messages)

[RFC PATCH v4 1/3] mm: allow page faults to request VMA-lock retry
 2026-08-04  9:52 UTC 

[RFC PATCH v4 0/3] mm: retry page faults under per-VMA lock when possible
 2026-08-04  9:51 UTC 

[PATCH 0/2] mm/swap: skip empty clusters in the swapoff scan
 2026-08-04  9:51 UTC  (4+ messages)
` [PATCH 1/2] mm/swap: fix stale comment on swap_info_struct::cluster_info

[PATCH nf] netfilter: nf_reject_ipv4: initialize IPCB at inet ingress
 2026-08-04  9:51 UTC 

[PATCH v2] HID: hid-oxp: fix UAF on pending work in remove()
 2026-08-04  9:50 UTC 

[PATCH net] mptcp: hold msk reference when cloning request sockets
 2026-08-04  9:50 UTC 

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

[PATCH] selftests/mm: read memory information without popen
 2026-08-04  9:48 UTC  (2+ messages)

[PATCH] Bluetooth: btmrvl: fix event packet length validation
 2026-08-04  9:46 UTC 

[PATCH v9 0/3] mm: clean up folio LRU and swap declarations
 2026-08-04  9:46 UTC  (3+ messages)
` [PATCH v9 2/3] mm: rename swap.c to folio.c

[PATCH net v2] ipv6: seg6: clear IPv4 control block in End.DT4
 2026-08-04  9:46 UTC 

[PATCH v4 0/5] Fix quota evasion on xfs and add capable_noaudit
 2026-08-04  9:45 UTC  (6+ messages)
` [PATCH v4 1/5] xfs: fix capability check in xfs
` [PATCH v4 2/5] capability: Add new capable_noaudit
` [PATCH v4 3/5] quota: Don't issue audit messages on quota enforcing
` [PATCH v4 4/5] xfs: replace ns_capable_noaudit
` [PATCH v4 5/5] capability: unexport has_capability_noaudit

[PATCH v2 0/2] vsock/virtio: fix worker access after virtqueue teardown
 2026-08-04  9:45 UTC  (3+ messages)
` [PATCH v3 "

[PATCH v3 00/13] mm/slab, alloc_tag: reduce obj_ext memory waste
 2026-08-04  9:45 UTC  (3+ messages)
` [PATCH v3 12/13] mm/slab: stop allocating objcg pointers when unnecessary

[PATCH net-next] pppoe: remove redundant xmit wrapper
 2026-08-04  9:43 UTC 

[PATCH RFC v5 0/7] mfd: ls2kbmc: multiple fixes for this driver
 2026-08-04  9:40 UTC  (4+ messages)
` [PATCH RFC v5 5/7] ipmi: ls2k: Relax the dependency to its mfd driver

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

[PATCH v3] vsock: use sock_error() to consume sk_err after a failed connect
 2026-08-04  9:37 UTC  (3+ messages)

[PATCH] ocfs2: annotate parent ACL lookup for lockdep
 2026-08-04  9:35 UTC 

[PATCH v6 0/6] selftests/mm: separate GUP microbenchmarking from functional testing
 2026-08-04  9:35 UTC  (13+ messages)
` [PATCH v6 2/6] tools/lib/mm: add shared file helpers
` [PATCH v6 5/6] tools/mm: make gup_bench a benchmark only tool
` [PATCH v6 6/6] selftests/mm: add a GUP selftest

[PATCH] rseq: fix hard lockup on granted time slice extension
 2026-08-04  9:35 UTC  (3+ messages)

[PATCH] taskstats: copy signal->stats under siglock in taskstats_exit
 2026-08-04  9:34 UTC 

[PATCH v2 00/10] Add HPD support for Rockchip Analogix DP
 2026-08-04  8:17 UTC  (2+ messages)
` [PATCH v2 03/10] drm/bridge: analogix_dp: Add IRQF_ONESHOT and simplify IRQ handling

[PATCH RFC 00/14] Remove PG_private by using page/folio->private checks instead
 2026-08-04  9:32 UTC  (5+ messages)
` [PATCH RFC 07/14] fs/erofs: mm/pagemap: add readahead_folio_reverse() to avoid folio->private

[PATCH v2] Bluetooth: qca: Allow capturing QCA debug logs in snoop logs
 2026-08-04  9:32 UTC  (2+ messages)

[PATCH v2 0/2] KVM: arm64: ID register finalisation fixes
 2026-08-04  9:30 UTC  (2+ messages)

[PATCH bpf-next v2 1/2] bpf: Invalidate RCU pointers after final spin unlock
 2026-08-04  9:30 UTC  (2+ messages)

[syzbot] [netfilter?] WARNING in nf_flow_offload_ip_hook
 2026-08-04  9:30 UTC 

[PATCH v3 0/2] scsi: libsas: Support spinup notification for SAS devices
 2026-08-04  9:30 UTC  (3+ messages)

[PATCH] watchdog: wdat_wdt: map registers that fall inside ACPI NVS
 2026-08-04  9:23 UTC 

[PATCH mt76] wifi: mt76: mt792x: drop redundant napi_disable() in unregister path
 2026-08-04  9:29 UTC  (2+ messages)

[PATCH v3 0/5] mm: Unconditional per-VMA locks and cleanups
 2026-08-04  9:27 UTC  (12+ messages)
` [PATCH v3 2/5] binder: Make shrinker rely solely on per-VMA lock

[RFC PATCH 0/9] arm64: Make the kprobes debug exception path noinstr
 2026-08-04  9:27 UTC  (5+ messages)
` [RFC PATCH 4/9] arm64/kprobes: Make the single-step machinery noinstr

[PATCH] virtio-vdpa: Use queue id when setting vq affinity
 2026-08-04  9:26 UTC 

[PATCH] vdpa: octeon_ep: Check dev_set_name() in dev add
 2026-08-04  9:26 UTC 

[PATCH] vdpa: ifcvf: Put device on unsupported feature error
 2026-08-04  9:26 UTC 

[PATCH] vdpa: solidrun: Free IRQs after request failure
 2026-08-04  9:26 UTC 

[PATCH] vdpa: alibaba: Keep DRIVER_OK clear if IRQ setup fails
 2026-08-04  9:26 UTC 

[PATCH v5] sched/psi: Skip CPUs with zero non-idle delta in per-CPU aggregation
 2026-08-04  9:25 UTC  (2+ messages)
` [PATCH v6] "

[PATCH] selftests/mm: Drop duplicate test_seal_mprotect_two_vma_with_gap() call
 2026-08-04  9:25 UTC  (5+ messages)

[PATCH 0/5] lib/crypto: add HKDF and convert fscrypt and NVMe
 2026-08-04  9:16 UTC  (3+ messages)

[PATCH] KVM: arm64: selftests: Check ID regs are immutable after a failed run
 2026-08-04  9:24 UTC 

[PATCH] coding-assistants: simplify attribution
 2026-08-04  9:23 UTC  (4+ messages)

[RFC PATCH 1/1] x86/VMBus: DMA transfer with encrypted memory in Coco VM
 2026-08-04  9:22 UTC  (3+ messages)

[PATCH] mm: pull writability check to follow_pfnmap_start()
 2026-08-04  9:22 UTC  (4+ messages)

[PATCH v3 0/3] power: reset: pscrr: record reset cause on panic and watchdog pretimeout
 2026-08-04  9:21 UTC  (4+ messages)
` [PATCH v3 1/3] power: reset: pscrr: add kernel panic reason tracking
` [PATCH v3 2/3] power: reset: pscrr: add watchdog pretimeout "
` [PATCH v3 3/3] watchdog: pretimeout: update PSC reason in panic pretimeout governor

[RFC PATCH v1 0/3] blk-cgroup: store blkcg in bio before blkcg_mutex conversion
 2026-08-04  9:19 UTC  (3+ messages)
` [RFC PATCH v1 2/3] blk-cgroup: store blkcg in bio instead of blkg

[PATCH 00/19] buffer: stop clearing BH_Uptodate when a write fails
 2026-08-04  9:18 UTC  (3+ messages)
` [PATCH 19/19] "

[PATCH 0/2] fuse: fix request lifetime races in the resend path
 2026-08-04  9:17 UTC  (3+ messages)
` [PATCH 1/2] fuse: set FR_PENDING under fiq->lock in fuse_chan_resend()
` [PATCH 2/2] fuse: don't queue an interrupt for a request that is back on fiq->pending

[PATCH] media: mediatek: vcodec: unregister VPU watchdog handler
 2026-08-04  9:16 UTC  (2+ messages)

[PATCH v2] sched/numa: Prevent race on sysctl_numa_balancing static key
 2026-08-04  8:53 UTC 

[PATCH] hwmon: (ads7828) Check return value of regmap_read() in probe
 2026-08-04  9:17 UTC 

[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 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 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] "


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