All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-07-22 12:39:22 to 2026-07-22 13:04:45 UTC [more...]

[PATCH v7 00/29] netfs: Keep track of folios in a segmented bio_vec[] chain
 2026-07-22 13:02 UTC  (16+ messages)
` [PATCH v7 01/29] netfs: clear PG_private_2 on copy-to-cache append failure
` [PATCH v7 02/29] netfs: handle single writeback rolling buffer allocation failure
` [PATCH v7 03/29] netfs: release readahead folios on iterator preparation failure
` [PATCH v7 04/29] afs: Fix missing kunmap in afs_dir_search_bucket()
` [PATCH v7 05/29] afs: Fix afs_edit_dir_remove() to get, not find, block 0
` [PATCH v7 06/29] afs: Fix double-unmap of directory block
` [PATCH v7 07/29] mm: Make readahead store folio count in readahead_control
` [PATCH v7 08/29] netfs: Bulk load the readahead-provided folios up front
` [PATCH v7 09/29] Add a function to kmap one page of a multipage bio_vec
` [PATCH v7 10/29] iov_iter: Make iov_iter_get_pages*() wrap iov_iter_extract_pages()
` [PATCH v7 11/29] iov_iter: Add a segmented queue of bio_vec[]
` [PATCH v7 12/29] netfs: Add some tools for managing bvecq chains
` [PATCH v7 13/29] netfs: Add a function to extract from an iter into a bvecq
` [PATCH v7 14/29] afs: Use a bvecq to hold dir content rather than folioq
` [PATCH v7 15/29] cifs: Use a bvecq for buffering instead of a folioq

[Stable-11.0.3 v2 000/127] Patch Round-up for stable 11.0.3, freeze on 2026-07-22 (frozen)
 2026-07-22 12:48 UTC  (30+ messages)
` [Stable-11.0.3 v2 083/127] target/arm: Be more defensive for invalid tlbi_aa64_get_range
` [Stable-11.0.3 v2 085/127] hw/usb/dev-wacom: Don't write off end of buffer
` [Stable-11.0.3 v2 086/127] hw/display/sm501: Catch bad coordinates for RTL operations
` [Stable-11.0.3 v2 087/127] hw/display/sm501: Avoid overflow problems in bounds check calculations
` [Stable-11.0.3 v2 088/127] hw/display/sm501: Don't allow guest to set ram size larger than it is
` [Stable-11.0.3 v2 089/127] hw/misc/stm32_rcc: Correct offset-to-irq calculation
` [Stable-11.0.3 v2 090/127] s390x/sclp: prevent re-reading the sclp header
` [Stable-11.0.3 v2 093/127] linux-user/alpha: add coredump support
` [Stable-11.0.3 v2 094/127] linux-user/alpha: populate AT_HWCAP from env->amask
` [Stable-11.0.3 v2 095/127] hw/misc/ivshmem: clear chardev handlers before freeing peers
` [Stable-11.0.3 v2 096/127] hw/display/qxl: fix TOCTOU in cursor chunk data_size handling
` [Stable-11.0.3 v2 097/127] hw/sparc64/niagara: use int64_t for vdisk size to avoid truncation
` [Stable-11.0.3 v2 098/127] hw/scsi/vmw_pvscsi: translate data endianness
` [Stable-11.0.3 v2 099/127] hw/scsi/vmw_pvscsi: add a comment to explain the endianness
` [Stable-11.0.3 v2 100/127] hw/display/virtio-gpu: fix dmabuf_fd leak on remap failure
` [Stable-11.0.3 v2 102/127] hw/usb/hcd-xhci: Turn guest-triggerable abort() into qemu_log_mask()
` [Stable-11.0.3 v2 103/127] net: only advertise passt in netdev help when CONFIG_PASST
` [Stable-11.0.3 v2 104/127] ui/vnc: fix OOB write in vnc_refresh_lossy_rect
` [Stable-11.0.3 v2 105/127] ui/vnc: validate color shifts in SetPixelFormat
` [Stable-11.0.3 v2 113/127] accel/tcg: move jit thread manipulation into do_tb_phys_invalidate
` [Stable-11.0.3 v2 114/127] hw/usb/xhci: clamp interval exponent to avoid UB shift in xhci_init_epctx()
` [Stable-11.0.3 v2 117/127] usbredir: fix use-after-free on buffered bulk packet overflow
` [Stable-11.0.3 v2 118/127] usbredir: fix infinite loop and SIGFPE with zero max_packet_size
` [Stable-11.0.3 v2 120/127] hw/usb/hcd-xhci-sysbus: Fix OOB heap access in xhci_sysbus_intr_raise()
` [Stable-11.0.3 v2 122/127] net: Correct padding check in qemu_receive_packet()
` [Stable-11.0.3 v2 123/127] hw/display/qxl: validate monitors_config heads[] in phys2virt
` [Stable-11.0.3 v2 124/127] replay: fix use of uninitialized pointer on error
` [Stable-11.0.3 v2 125/127] hw/misc/applesmc: Fix a typo setting MSSD key
` [Stable-11.0.3 v2 126/127] hw/net/cadence: Return current Cadence GEM queue pointers

[PATCH slab/for-next v4 0/8] mm/slab: introduce kfree_rcu_nolock() and improve slub_kunit coverage
 2026-07-22 13:03 UTC  (6+ messages)
` [PATCH slab/for-next v4 7/8] mm/slab: introduce kfree_rcu_nolock()

[PATCH] ACPI: bus: Avoid misleading _OSC missing-feature errors
 2026-07-22 13:03 UTC  (2+ messages)
` [PATCH v1] ACPI: bus: Avoid confusing complaints regarding missing _OSC features

[Stable-10.0.12 v2 000/122] Patch Round-up for stable 10.0.12, freeze on 2026-07-22 (frozen)
 2026-07-22 12:46 UTC  (43+ messages)
` [Stable-10.0.12 v2 062/122] hw/riscv/riscv-iommu.c: fault when !PTE_U and no priv access
` [Stable-10.0.12 v2 077/122] linux-user: Validate guest-passed dm_ioctl data_size
` [Stable-10.0.12 v2 078/122] target/arm: Be more defensive for invalid tlbi_aa64_get_range
` [Stable-10.0.12 v2 079/122] hw/net/vmxnet3: Correct bounds check on tx queue index
` [Stable-10.0.12 v2 080/122] hw/usb/dev-wacom: Don't write off end of buffer
` [Stable-10.0.12 v2 081/122] hw/display/sm501: Catch bad coordinates for RTL operations
` [Stable-10.0.12 v2 082/122] hw/display/sm501: Avoid overflow problems in bounds check calculations
` [Stable-10.0.12 v2 083/122] hw/display/sm501: Don't allow guest to set ram size larger than it is
` [Stable-10.0.12 v2 084/122] hw/misc/stm32_rcc: Correct offset-to-irq calculation
` [Stable-10.0.12 v2 085/122] hw/s390x/sclp: Replace [cpu_physical_memory -> address_space]_r/w()
` [Stable-10.0.12 v2 086/122] hw/s390x/sclp: Do not ignore address_space_read/write() errors
` [Stable-10.0.12 v2 087/122] s390x/sclp: prevent re-reading the sclp header
` [Stable-10.0.12 v2 088/122] s390x/css: firm up handling of chained TIC CCWs
` [Stable-10.0.12 v2 089/122] linux-user/alpha: add coredump support
` [Stable-10.0.12 v2 090/122] linux-user/alpha: populate AT_HWCAP from env->amask
` [Stable-10.0.12 v2 091/122] hw/misc/ivshmem: clear chardev handlers before freeing peers
` [Stable-10.0.12 v2 093/122] hw/sparc64/niagara: use int64_t for vdisk size to avoid truncation
` [Stable-10.0.12 v2 094/122] hw/scsi/vmw_pvscsi: translate data endianness
` [Stable-10.0.12 v2 095/122] hw/scsi/vmw_pvscsi: add a comment to explain the endianness
` [Stable-10.0.12 v2 096/122] hw/display/virtio-gpu: fix dmabuf_fd leak on remap failure
` [Stable-10.0.12 v2 097/122] hw/usb/hcd-ohci: Make sure that ohci_service_ed_list() cannot loop forever
` [Stable-10.0.12 v2 098/122] hw/usb/hcd-xhci: Turn guest-triggerable abort() into qemu_log_mask()
` [Stable-10.0.12 v2 100/122] ui/vnc: validate color shifts in SetPixelFormat
` [Stable-10.0.12 v2 102/122] ui/gtk: Narrow DMA-BUF critical section
` [Stable-10.0.12 v2 104/122] ui/vnc: validate SetPixelFormat field ranges
` [Stable-10.0.12 v2 105/122] hw/display/virtio-gpu: cap submit_3d command buffer allocation
` [Stable-10.0.12 v2 106/122] hw/display/virtio-gpu: handle migration iov allocation failure
` [Stable-10.0.12 v2 107/122] hw/display/virtio-gpu: Check pixman_image_create_bits() results
` [Stable-10.0.12 v2 108/122] accel/tcg: move jit thread manipulation into do_tb_phys_invalidate
` [Stable-10.0.12 v2 109/122] hw/usb/xhci: clamp interval exponent to avoid UB shift in xhci_init_epctx()
` [Stable-10.0.12 v2 110/122] hw/usb/hcd-xhci-pci: break host link cycle so device_finalize() runs on unplug
` [Stable-10.0.12 v2 111/122] tests/qtest: add xhci-pci unplug finalize regression test
` [Stable-10.0.12 v2 112/122] usbredir: fix use-after-free on buffered bulk packet overflow
` [Stable-10.0.12 v2 113/122] usbredir: fix infinite loop and SIGFPE with zero max_packet_size
` [Stable-10.0.12 v2 114/122] hw/usb/hcd-xhci: Fix guest-triggerable assert() in xhci_find_stream()
` [Stable-10.0.12 v2 116/122] hw/net/xilinx_axienet: Fix PHY register 17 link status reporting
` [Stable-10.0.12 v2 117/122] net: Correct padding check in qemu_receive_packet()
` [Stable-10.0.12 v2 118/122] hw/display/qxl: validate monitors_config heads[] in phys2virt
` [Stable-10.0.12 v2 119/122] replay: fix use of uninitialized pointer on error
` [Stable-10.0.12 v2 120/122] hw/misc/applesmc: Fix a typo setting MSSD key
` [Stable-10.0.12 v2 121/122] hw/net/cadence: Return current Cadence GEM queue pointers
` [Stable-10.0.12 v2 122/122] hw/audio/intel-hda: restrict all DMA engine paths to memories

[Bug 221774] New: hid-multitouch: report ID mismatch check breaks touchpad palm detection on ASUS ROG Flow Z13 (2025) GZ302EA (0b05:1a30)
 2026-07-22 13:03 UTC  (2+ messages)
` [Bug 221774] "

[PATCH] selftest: Fix UB of getline due to missing var init
 2026-07-22 13:02 UTC  (4+ messages)
` [PATCH v2 0/2] selftests: Add missing initalization of pointer passed to getline
  ` [PATCH v2 1/2] selftests/clone3: Fix wild pointer access of getline due to missing init
  ` [PATCH v2 2/2] selftests/mm: Fix potential "

[PATCH] net/sched: cls_u32: validate offshift to prevent shift-out-of-bounds
 2026-07-22 13:02 UTC  (2+ messages)

[PATCH 00/30] mtd: spi-nor: Clean Winbond W25QxxJV family
 2026-07-22 13:01 UTC  (20+ messages)
` [PATCH 02/30] mtd: spi-nor: winbond: Normalize names
` [PATCH 03/30] mtd: spi-nor: winbond: Stop filling the .name entry
` [PATCH 05/30] mtd: spi-nor: winbond: W25Q32JV-Q/N: Drop redundant data
` [PATCH 08/30] mtd: spi-nor: winbond: W25Q32JV-Q/N: Add quad page program capability

[PATCH rdma-next v3 00/14] RDMA: Make device names unique per net namespace
 2026-07-22 13:01 UTC  (4+ messages)

[PATCH v5 00/36] Private Memory NUMA Nodes
 2026-07-22 13:00 UTC  (3+ messages)
` [PATCH v5 05/36] mm: add ZONELIST_PRIVATE(_NOFALLBACK) for N_MEMORY_PRIVATE nodes

[PATCH] clk: rockchip: Fractional PLL coefficient on RK3588/RK3576 is two's complement
 2026-07-22 12:59 UTC  (5+ messages)

[PATCH] mm/mlock: skip __mm_populate() for MLOCK_ONFAULT
 2026-07-22 12:59 UTC  (2+ messages)

[PATCH GSoC v19 00/13] cat-file: add remote-object-info to batch-command
 2026-07-22 12:59 UTC  (4+ messages)
` [PATCH GSoC v20 "

[PATCH net-next v3 0/3] net: nexthop: per-nexthop UDP dst port for fdb (VXLAN) nexthops
 2026-07-22 12:58 UTC  (3+ messages)
` [PATCH net-next v3 3/3] selftests: net: add coverage for fdb nexthop dst port

[PATCH 0/5] Add shared state mirror setup documentation
 2026-07-22 12:58 UTC  (6+ messages)
` [PATCH 1/5] dev-manual: add a shared state mirror setup document
` [PATCH 2/5] ref-manual/variables.rst: SSTATE_MIRRORS: remove uninative mapping note
` [PATCH 3/5] ref-manual/variables.rst: SSTATE_MIRRORS: remove directory structure note
` [PATCH 4/5] ref-manual/variables.rst: SSTATE_MIRRORS: move password note to shared state mirror document
` [PATCH 5/5] ref-manual/variables.rst: SSTATE_MIRRORS: link to the new sstate-mirrors-setup doc

[PATCH] doc: add deprecation notice about upcoming change to ethdev API
 2026-07-22 12:57 UTC  (4+ messages)

[PATCH RESEND] drm/amdgpu: reset VI ASIC on MacBookPro15,1
 2026-07-22 12:57 UTC 

[PATCH] clocksource/drivers/arm_arch_timer: Mark EL2 virtual timer broken for Tegra194/234
 2026-07-22 12:56 UTC 

7.2-rc1 regression Folio lock leak in writepage_delalloc()
 2026-07-22 12:57 UTC  (7+ messages)
` [PATCH/RFC] btrfs: fix folio lock leak in writepage_delalloc() for folios dirtied behind btrfs' back

[PATCH net] netfilter: nf_conntrack_h323: fix get_bitmap() overread
 2026-07-22 12:57 UTC 

[PATCH 0/2] arm64/debug: clean up some HW BP edge cases
 2026-07-22 12:56 UTC  (3+ messages)

[PATCH] ext4: cache full extents during mapping lookup
 2026-07-22 12:56 UTC  (4+ messages)

[syzbot] [mm?] INFO: rcu detected stall in unmap_region
 2026-07-22 12:56 UTC  (2+ messages)

[PATCH] Documentation: remove the requirement for LLM attribution
 2026-07-22 12:56 UTC  (13+ messages)

[PATCH rdma-next] RDMA/bnxt_re: Clear VM_MAYWRITE on read-only mmap of driver pages
 2026-07-22 12:55 UTC 

[PATCH] ocfs2: validate truncate log dinode before caching
 2026-07-22 12:55 UTC  (2+ messages)

[PATCH] netfs: clear PG_private_2 on copy-to-cache append failure
 2026-07-22 12:55 UTC  (3+ messages)

[PATCH v1] ARM: dts: aspeed: g6: Use KCS AST2600 compatible string
 2026-07-22 12:55 UTC  (2+ messages)

[PATCH v2 0/8] riscv: eswin: eic7700: Add support for clocks, resets, pinctrl, HSP bus, I2C and watchdog
 2026-07-22 12:55 UTC  (6+ messages)
` [PATCH v2 4/8] dt-bindings: mfd: syscon: add ESWIN EIC7700 compatible

[PATCH v3] ARM: imx: Fix suspend/resume crash with Clang CFI
 2026-07-22 12:53 UTC  (5+ messages)

[PATCH v3] drm/bridge: lt9611uxc: support displays with up to 4 EDID blocks
 2026-07-22 12:53 UTC  (2+ messages)

[PATCH v1][linux-next] intel_idle: Update documentation after adding ACPI _LPI support
 2026-07-22 12:53 UTC 

[PATCH] drm/xe/nvls: Drop force_probe requirement
 2026-07-22 12:52 UTC 

[PATCH 0/2] leds: s2m: wire up missing of_match_table in platform drivers
 2026-07-22 12:52 UTC  (4+ messages)
` [PATCH 1/2] leds: rgb: s2m: wire up of_match_table in platform driver

[PATCH] iio: chemical: sgp30: Handle IAQ thread creation failure
 2026-07-22 12:52 UTC  (2+ messages)

Ethtool is missing C2C link modes
 2026-07-22 12:52 UTC  (10+ messages)

[PATCH v3 00/14] vfs: add O_CREAT|O_DIRECTORY to open*(2)
 2026-07-22 12:51 UTC  (6+ messages)
` [PATCH v3 09/14] "

[PATCH 1/2] python3-chardet: Upgrade 6.0.0.post1 -> 7.4.3.bb
 2026-07-22 12:51 UTC  (3+ messages)
` [OE-core] "

[PATCH] platform/loongarch: laptop: explicitly reset the bl_powered state when resuming
 2026-07-22 12:51 UTC  (2+ messages)

[PATCH dpdk] doc: announce rte_graph ABI changes for 26.11
 2026-07-22 12:50 UTC  (4+ messages)

[PATCH] mm/page_idle: call folio_test_lru() after folio_get()
 2026-07-22 12:50 UTC  (4+ messages)
  `  "

decouple simple direct I/O reads from iomap_dio_rw
 2026-07-22 12:49 UTC  (4+ messages)
` [PATCH 1/3] iomap: split iomap_iter() logic into iomap_iter_next()
` [PATCH 2/3] iomap: decouple simple direct I/O reads from iomap_dio_rw
` [PATCH 3/3] iomap: use GFP_NOWAIT when application for iomap_dio_simple allocations

[PATCH v2 0/3] ocfs2: cluster: o2hb_region_pin() fixes
 2026-07-22 12:49 UTC  (4+ messages)
` [PATCH v2 1/3] ocfs2: cluster: don't sleep while holding o2hb_live_lock in o2hb_region_pin()
` [PATCH v2 2/3] ocfs2: cluster: avoid lock order inversion in o2hb_region_pin() from drop_item
` [PATCH v2 3/3] ocfs2: cluster: fix o2hb_dependent_users leak on pin failure

[PATCH] ASoC: qcom: qdsp6: Remove unused Q6AFE_MAX_CLK_ID define
 2026-07-22 12:49 UTC  (2+ messages)

[PATCH] btrfs: add missing commit IDs to kernel fixes of some tests
 2026-07-22 12:49 UTC 

[PATCH v2 00/13] mm/slab, alloc_tag: reduce obj_ext memory waste
 2026-07-22 12:47 UTC  (3+ messages)
` [PATCH v2 01/13] mm/slab: skip kfence objects in allocation profiling

[PATCH] tools/power: amd_pstate_trace: fix help path dependencies
 2026-07-22 12:48 UTC  (2+ messages)

[PATCH v6] soc: aspeed: lpc-snoop: Fix usercopy overflow in snoop_file_read
 2026-07-22 12:48 UTC  (2+ messages)

[PATCH v2 0/3] regulator: qcom_smd-regulator: fix PM2250 supply parent mappings
 2026-07-22 12:48 UTC  (5+ messages)
` [PATCH v2 1/3] "

[PATCH v23 00/14] crypto/dmaengine: qce: introduce BAM locking and use DMA for register I/O
 2026-07-22 12:47 UTC  (6+ messages)
` [PATCH v23 06/14] dmaengine: qcom: bam_dma: add support for BAM locking

[PATCH V11 0/9] famfs: port into fuse
 2026-07-22 12:47 UTC  (4+ messages)

[PATCH 1/2] linux-yocto-dev: bump to v7.2
 2026-07-22 12:47 UTC  (4+ messages)
` [PATCH 2/2] linux-yocto-dev: enable BSP config audit reporting

[PATCH] io_uring/rw: fix missing ERESTARTSYS conversion in read paths
 2026-07-22 12:45 UTC  (2+ messages)
` [PATCH v2] "

[PATCH net-next v9 0/9] BIG TCP for UDP tunnels
 2026-07-22 12:45 UTC  (2+ messages)

[PATCH] clk: qcom: gcc-qcm2290: don't park QUP RCGs upon registration
 2026-07-22 12:46 UTC 

VFS: prepare for changes to directory locking
 2026-07-22 12:45 UTC  (11+ messages)
` [PATCH 1/4] VFS: fix various typos in documentation for start_creating start_removing etc
` [PATCH 2/4] VFS: enhance d_splice_alias() to handle in-lookup dentries
` [PATCH 3/4] VFS: introduce d_alloc_trylock()
` [PATCH 4/4] VFS: add d_duplicate()

Patchwork summary for: spi-devel-general
 2026-07-22 12:45 UTC 

[Buildroot] [PATCH] package/grout: bump version to 0.16.2
 2026-07-22 12:45 UTC 

[RFC PATCH 0/9] simplified UML/NOMMU approach
 2026-07-22 12:44 UTC  (4+ messages)
` [RFC PATCH 8/9] um: nommu: add userspace runner processes

[RFC PATCH 0/1] sysctl: remove CONFIG_SYSCTL, it just mirrors CONFIG_PROC_SYSCTL
 2026-07-22 12:44 UTC  (2+ messages)
` [RFC PATCH 1/1] "

[OE-core][wrynose][PATCH 1/4] gawk: Fix CVE-2026-40467
 2026-07-22 12:44 UTC  (8+ messages)
` [OE-core][wrynose][PATCH 2/4] gawk: Fix CVE-2026-40468
` [OE-core][wrynose][PATCH 3/4] gawk: Fix CVE-2026-40469
` [OE-core][wrynose][PATCH 4/4] gawk: Fix CVE-2026-40553

[PATCH 0/2] soc/tegra: fuse: Support Tegra210B01 Speedos
 2026-07-22 12:44 UTC  (5+ messages)
` [PATCH 2/2] soc/tegra: fuse: speedo-tegra210: Support revision B01

[PATCH v4] dt-bindings: pinctrl: microchip,pic32mzda-pinctrl: Convert to DT schema
 2026-07-22 12:44 UTC  (2+ messages)

[PATCH 0/6] landlock: Add POSIX message queue scoping
 2026-07-22 12:43 UTC  (3+ messages)
` [PATCH 1/6] ipc: Move mqueue fs magic to uapi magic header

[PATCH] scsi: mpt3sas: validate variable event array spans
 2026-07-22 12:42 UTC  (5+ messages)
  ` How to fix problems with the sashiko review model

[PATCH] doc: add deprecation notice for iavf devarg auto reconfig
 2026-07-22 12:41 UTC  (4+ messages)
` [PATCH v2] "

[PATCH 0/7] btrfs: some optimizations and cleanups for log syncing
 2026-07-22 12:41 UTC  (8+ messages)
` [PATCH 1/7] btrfs: stop sleeping for one jiffy in non-ssd mounts during log commit
` [PATCH 2/7] btrfs: remove log batch counter use for fsync
` [PATCH 3/7] btrfs: do an initial lockless committed log transaction check during log syncing
` [PATCH 4/7] btrfs: check for log writers count first in wait_for_writer()
` [PATCH 5/7] btrfs: move condition for log commit wait into wait_log_commit()
` [PATCH 6/7] btrfs: check for exit condition after waking in wait_log_commit()
` [PATCH 7/7] btrfs: use simple booleans for log_commit field in struct btrfs_root

[PATCH] clk: fix self-consuming provider module pinning
 2026-07-22 12:41 UTC  (5+ messages)

[PATCH 7.1 0000/2077] 7.1.5-rc1 review
 2026-07-22 12:40 UTC  (2+ messages)

[PATCH 0/7] Register MPM under CPU cluster power domain to manage RPM notification
 2026-07-22 12:40 UTC  (6+ messages)
` [PATCH 6/7] arm64: dts: qcom: agatti: Do not mark MPM as power domain

[PATCH v2 0/3] KUnit test for VF provisioning error handling
 2026-07-22 12:40 UTC  (2+ messages)
` ✓ CI.KUnit: success for KUnit test for VF provisioning error handling (rev2)


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.