The Linux Kernel Mailing List
 help / color / mirror / Atom feed
 messages from 2026-08-07 20:21:22 to 2026-08-07 22:17:46 UTC [more...]

[PATCH V12 00/12] famfs: the Fabric-Attached Memory File System (standalone)
 2026-08-07 22:17 UTC  (5+ messages)
  ` [PATCH V12 07/12] famfs: MAP_CREATE ioctl and fmap ingest (ABI 44)

[PATCH] ring-buffer: Fix crash passing ERR_PTR to kthread_stop()
 2026-08-07 22:17 UTC  (2+ messages)

[PATCH v2] mailmap: add entries for Guodong Xu
 2026-08-07 22:12 UTC 

[PATCH] kbuild: let the environment set HOSTPKG_CONFIG
 2026-08-07 22:15 UTC  (2+ messages)

[PATCH] eventfs: Use children field for rcu head and add memory barriers
 2026-08-07 22:15 UTC  (2+ messages)

[PATCH 0/4] KVM: x86/mmu: Fix pre-fault and map private loops
 2026-08-07 22:13 UTC  (6+ messages)
` [PATCH 2/4] KVM: x86/mmu: Harden "map private PFN" against unexpected root invalidation
` [PATCH 3/4] KVM: x86/mmu: Top-up memory caches when retrying "map private PFN"

[PATCH] eventfs: Fix use-after-free in eventfs_remove_rec()
 2026-08-07 22:13 UTC  (2+ messages)

[PATCH] usb: dwc3: gadget: cancel NoStream work before endpoint teardown
 2026-08-07 22:12 UTC  (2+ messages)

[PATCH net-next v3 0/5] net: selftests: adjustments to ipv6_flowlabel_mgr
 2026-08-07 22:09 UTC  (6+ messages)
` [PATCH net-next v3 1/5] selftests: net: test IPV6_FL_A_RENEW
` [PATCH net-next v3 2/5] selftests: net: test IPV6_FL_F_REMOTE
` [PATCH net-next v3 3/5] selftests: net: create own netns in ipv6_flowlabel_mgr
` [PATCH net-next v3 4/5] selftests: net: test IPV6_FL_F_REFLECT
` [PATCH net-next v3 5/5] selftests: net: adopt harness for flow label mgr

[PATCH 0/6] mm/page_io: folio conversion cleanups
 2026-08-07 19:05 UTC  (15+ messages)
` [PATCH 1/6] mm/page_io: convert write completion handlers to folios
` [PATCH 2/6] mm: remove PageReclaim
` [PATCH 3/6] mm/page_io: use swap entries directly in zeromap helpers
` [PATCH 4/6] mm/page_io: rename bio_associate_blkg_from_page()
` [PATCH 5/6] mm/page_io: refer to folios in swap_writeout() comments
` [PATCH 6/6] mm/swap: rename __swap_writepage() to __swap_writeout()

[PATCH] smb: server: Clear sensitive stack and heap data in auth.c
 2026-08-07 22:04 UTC  (3+ messages)

[PATCH] kunit: irq: Unregister on-stack timer and work from debugobjects
 2026-08-07 22:04 UTC  (2+ messages)

[PATCH] f2fs: call __add_ino_entry out of the eviction path
 2026-08-07 22:03 UTC  (4+ messages)
` [f2fs-dev] [PATCH v2] "

[PATCH 1/2] f2fs: refactor f2fs_evict_inode having three major parts
 2026-08-07 22:02 UTC  (2+ messages)
` [PATCH 2/2] f2fs: call __add_ino_entry out of the eviction path

[PATCH net] net/dibs: Fix UAF of dmb_clientid_arr after dibs_dev_del()
 2026-08-07 22:00 UTC  (4+ messages)

[PATCH] arm64/module: Fix livepatch BTI exceptions with Clang 21+
 2026-08-07 22:00 UTC  (2+ messages)

[PATCH bpf-next 00/13] BPF interface for applying Landlock rulesets
 2026-08-07 22:00 UTC  (7+ messages)

[PATCH bpf-next v2 2/2] selftests/bpf: Test bpf_strcat,bpf_strncat kfuncs
 2026-08-07 21:58 UTC  (2+ messages)

[PATCH] misc: fastrpc: release pending invoke refs on rpmsg removal
 2026-08-07 21:58 UTC  (2+ messages)

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

[PATCH net-next v2 1/2] selftests: drv-net: devmem: fix 5-tuple flow steering
 2026-08-07 21:54 UTC  (6+ messages)

[PATCH v10 00/41] guest_memfd: In-place conversion support
 2026-08-07 21:53 UTC  (42+ messages)
` [PATCH v10 01/41] KVM: guest_memfd: Use kvm_mem_is_private() when populating guest_memfd memory
` [PATCH v10 02/41] KVM: guest_memfd: Introduce per-gmem attributes, use to guard user mappings
` [PATCH v10 03/41] KVM: Rename KVM_GENERIC_MEMORY_ATTRIBUTES to KVM_VM_MEMORY_ATTRIBUTES
` [PATCH v10 04/41] KVM: Enumerate support for PRIVATE memory iff kvm_arch_has_private_mem is defined
` [PATCH v10 05/41] KVM: Rename memory attribute APIs to prepare for in-place gmem conversion
` [PATCH v10 06/41] KVM: Provide generic interface for checking memory private/shared status
` [PATCH v10 07/41] KVM: guest_memfd: Stub in ability to enable in-place shared<=>private conversion
` [PATCH v10 08/41] KVM: Consolidate private memory and guest_memfd ifdeffery in kvm_host.h
` [PATCH v10 09/41] KVM: guest_memfd: Filter both shared and private when invalidating
` [PATCH v10 10/41] KVM: guest_memfd: Add base support for KVM_SET_MEMORY_ATTRIBUTES2
` [PATCH v10 11/41] KVM: guest_memfd: Ensure pages are not in use before conversion
` [PATCH v10 12/41] KVM: guest_memfd: Call arch make_shared callback for to-shared conversion
` [PATCH v10 13/41] KVM: guest_memfd: Return early if range already has requested attributes
` [PATCH v10 14/41] mm/gup: factor out LRU cache draining for folio into lru_cache_drain_for_folio()
` [PATCH v10 15/41] KVM: guest_memfd: Handle lru_add fbatch refcounts during conversion safety check
` [PATCH v10 16/41] KVM: guest_memfd: Zero page while getting pfn
` [PATCH v10 17/41] KVM: SEV: Make 'uaddr' parameter optional for KVM_SEV_SNP_LAUNCH_UPDATE
` [PATCH v10 18/41] KVM: TDX: Make source page optional for KVM_TDX_INIT_MEM_REGION
` [PATCH v10 19/41] KVM: Move KVM_VM_MEMORY_ATTRIBUTES config definition to x86
` [PATCH v10 20/41] KVM: Let userspace disable per-VM mem attributes, enable per-gmem attributes
` [PATCH v10 21/41] KVM: guest_memfd: Enable INIT_SHARED on guest_memfd for x86 Coco VMs
` [PATCH v10 22/41] KVM: selftests: Create gmem fd before "regular" fd when adding memslot
` [PATCH v10 23/41] KVM: selftests: Rename guest_memfd{,_offset} to gmem_{fd,offset}
` [PATCH v10 24/41] KVM: selftests: Add support for mmap() on guest_memfd in core library
` [PATCH v10 25/41] KVM: selftests: Add selftests global for guest memory attributes capability
` [PATCH v10 26/41] KVM: selftests: Add helpers for calling ioctls on guest_memfd
` [PATCH v10 27/41] KVM: selftests: Test basic single-page conversion flow
` [PATCH v10 28/41] KVM: selftests: Test conversion flow when INIT_SHARED
` [PATCH v10 29/41] KVM: selftests: Test conversion precision in guest_memfd
` [PATCH v10 30/41] KVM: selftests: Test conversion before allocation
` [PATCH v10 31/41] KVM: selftests: Convert with allocated folios in different layouts
` [PATCH v10 32/41] KVM: selftests: Test that truncation does not change shared/private status
` [PATCH v10 33/41] KVM: selftests: Test that shared/private status is consistent across processes
` [PATCH v10 34/41] KVM: selftests: Add helpers to pin pages with CONFIG_GUP_TEST
` [PATCH v10 35/41] KVM: selftests: Test conversion with elevated page refcount
` [PATCH v10 36/41] KVM: selftests: Reset shared memory after hole-punching
` [PATCH v10 37/41] KVM: selftests: Provide function to look up guest_memfd details from gpa
` [PATCH v10 38/41] KVM: selftests: Provide common function to set memory attributes
` [PATCH v10 39/41] KVM: selftests: Make TEST_EXPECT_SIGBUS thread-safe
` [PATCH v10 40/41] KVM: selftests: Update private_mem_conversions_test to mmap() guest_memfd
` [PATCH v10 41/41] KVM: selftests: Update private memory exits test to work with per-gmem attributes

[PATCH 0/2] clk: qcom: add camera clock controller support for Hawi SoC
 2026-08-07 21:50 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: clock: qcom: Add Hawi camera clock controller

[PATCH v7 0/3] ACPI / cpufreq: CPPC: Add ospm_nominal_perf support
 2026-08-07 21:48 UTC  (4+ messages)
` [PATCH v7 1/3] ACPI: "
` [PATCH v7 2/3] cpufreq: CPPC: Add ospm_nominal_freq attribute
` [PATCH v7 3/3] cpufreq: CPPC: Reflect the OSPM nominal in boost and limits

[PATCH v5 3/4] drm/prime: use dma_buf_fd_install() to preserve export tracing
 2026-08-07 21:49 UTC  (4+ messages)
` [PATCH v6 0/4] dma-buf: fix fd leak when copy_to_user() fails after fd_install()
  ` [PATCH v6 4/4] selftests: dmabuf-heaps: add fd-leak-on-EFAULT regression test

[PATCH] mmc: core: add MMC_QUIRK_BROKEN_WRITE_ZEROES for ESMT eMMC
 2026-08-07 21:47 UTC  (2+ messages)

[PATCH] netdevsim: fix deadlock in nsim_bus_dev_max_vfs_write()
 2026-08-07 21:47 UTC  (4+ messages)

[PATCH 0/7] ALSA: remove remaining strlcat() users under sound/
 2026-08-07 21:46 UTC  (5+ messages)

[PATCH v3 0/9] objtool/klp: sympos/module/alternative/etc fixes
 2026-08-07 21:46 UTC  (11+ messages)
` [PATCH v3 1/9] objtool/klp: Fix vmlinux .klp.symid link error for .no_trim_symbol symbols
` [PATCH v3 2/9] objtool/klp: Fix size of empty special section entries
` [PATCH v3 3/9] objtool/klp: Ignore replacement offset of empty x86 alternatives
` [PATCH v3 4/9] objtool/klp: Explicitly disallow patching or referencing init code/data
` [PATCH v3 5/9] objtool/klp: Fix cross-module klp relocation section naming
` [PATCH v3 6/9] objtool/klp: Don't match local symbols against exports
` [PATCH v3 7/9] objtool/klp: Allow new references to module exports
` [PATCH v3 8/9] objtool/klp: Fix relocations for EXPORT_SYMBOL_FOR_MODULES() symbols
` [PATCH v3 9/9] objtool/klp: Fix line numbers in Module.symvers parse errors

[PATCH v3 0/4] ARM: dts: imx: fix ldb related CHECK_DTBS warnings
 2026-08-07 21:44 UTC  (3+ messages)
` [PATCH v3 2/4] dt-bindings: soc: imx-iomuxc-gpr: allow bridge@18 as child node

[PATCH v3 0/2] tracing/boot: Support eprobe, fprobe, and tprobe events and add test framework
 2026-08-07 21:44 UTC  (3+ messages)
` [PATCH v3 1/2] tracing/boot: Add support for eprobe, fprobe, and tprobe events
` [PATCH v3 2/2] selftests/ftrace: Add boot-time tracing test framework

[PATCH v2 1/4] dt-bindings: lcdif: Add endpoint bus-width property
 2026-08-07 21:43 UTC  (2+ messages)

[PATCH v3 0/2] mm/swap: skip empty clusters in the swapoff scan
 2026-08-07 21:42 UTC  (5+ messages)

[GIT PULL] KVM (mostly s390) fixes for Linux 7.2-rc7
 2026-08-07 21:41 UTC  (3+ messages)

[PATCH] kasan: fix cache shrink race with CPU hotplug
 2026-08-07 21:38 UTC  (4+ messages)

[PATCH] ASoC: qcom: sc8280xp: configure codec sysclk for QCS615
 2026-08-07 21:36 UTC  (2+ messages)

[PATCH v2 0/4] phy: rockchip-samsung-dcphy: support the D-PHY receiver direction
 2026-08-07 21:33 UTC  (5+ messages)
` [PATCH v2 1/4] dt-bindings: phy: rockchip,rk3588-mipi-dcphy: support per-direction phys

[PATCH 0/4] usb: gadget: dummy_hcd: fixes found while testing virtio-usb
 2026-08-07 21:31 UTC  (9+ messages)
` [PATCH 1/4] usb: gadget: dummy_hcd: fix SuperSpeed ep0 maxpacket
` [PATCH 2/4] usb: gadget: dummy_hcd: fix false overflow on bounded IN
` [PATCH 3/4] usb: gadget: dummy_hcd: fix SG transfer handling across chunks
` [PATCH 4/4] usb: gadget: dummy_hcd: set no_sg_constraint on the host controller

[PATCH v2] arm64: defconfig: enable Rockchip Multimedia drivers
 2026-08-07 21:24 UTC  (2+ messages)

[PATCH 0/2] modpost: error logging cleanups
 2026-08-07 21:22 UTC  (2+ messages)

[PATCH 0/3] mm: support splitting mappingless swapcache folios
 2026-08-07 21:22 UTC  (5+ messages)

[PATCH v3 0/3] iio: adc: ti-ads112c14: continuous mode support
 2026-08-07 21:19 UTC  (4+ messages)
` [PATCH v3 1/3] iio: adc: ti-ads112c14: add DRDY interrupt support
` [PATCH v3 2/3] iio: adc: ti-ads112c14: create data read helper functions
` [PATCH v3 3/3] iio: adc: ti-ads112c14: add continuous mode support

[PATCH v3 0/2] iio: adc: ti-ads112c14: buffered read support
 2026-08-07 21:18 UTC  (4+ messages)
` [PATCH v3 1/2] iio: adc: ti-ads112c14: add support for I2C CRC8

[PATCH RFC 00/13] mm/huge_memory: clean up folio split and lift swapcache split limits
 2026-08-07 21:17 UTC  (14+ messages)
` [PATCH RFC 01/13] mm/swap: fix off-by-one in swap cache replace sanity check
` [PATCH RFC 02/13] mm/huge_memory: fix rejection of swap cache folios with a mapping
` [PATCH RFC 03/13] mm/huge_memory: invert folio_ref_freeze() check to reduce indentation
` [PATCH RFC 04/13] mm/huge_memory: split the routine for splitting anon and file folio
` [PATCH RFC 05/13] mm/huge_memory: consolidate irq and locking for folio split
` [PATCH RFC 06/13] mm/huge_memory: move EOF trimming into the file split helper
` [PATCH RFC 07/13] mm/huge_memory: move unmap and remap into the split helpers
` [PATCH RFC 08/13] mm/huge_memory: move anon_vma and filemap management into "
` [PATCH RFC 09/13] mm/huge_memory: move memcg switch into the file split helper
` [PATCH RFC 10/13] mm/huge_memory: allow splitting mappingless swap cache folios
` [PATCH RFC 11/13] mm/huge_memory: clean up after-split folio freeing in __folio_split
` [PATCH RFC 12/13] mm/huge_memory: lift order-0 restriction for swapcache split
` [PATCH RFC 13/13] mm/huge_memory: count only swap cache refs in anon folio split

[RFC PATCH v6 7/9] accel/rocket: add RK3576 NPU (RKNN) support
 2026-08-07 21:16 UTC  (2+ messages)

[PATCH v2] rseq: fix hard lockup on granted time slice extension
 2026-08-07 21:15 UTC  (3+ messages)
` [tip: core/urgent] entry/rseq: Fix "

[PATCH v1 0/3] Add Qualcomm CAMNOC ICC provider
 2026-08-07 21:12 UTC  (3+ messages)
` [PATCH v1 1/3] dt-bindings: interconnect: Add Qualcomm CAMNOC ICC binding

linux-next: build failure after merge of the amdgpu tree
 2026-08-07 21:10 UTC  (3+ messages)

[git pull] drm fixes for 7.2-rc7
 2026-08-07 21:08 UTC 

[PATCH] hwmon: (core) Constify PEC device attribute
 2026-08-07 21:07 UTC  (2+ messages)

[RFC PATCH v5 0/4] mm: avoid large folio splits when swap is unavailable
 2026-08-07 21:06 UTC  (4+ messages)
` [RFC PATCH v5 2/4] mm: distinguish large folio swap allocation failures

[PATCH net] tcp: reset late connection after listening socket close
 2026-08-07 21:05 UTC  (2+ messages)

[PATCH v3 0/3] platform/wmi: Add aarch64 support
 2026-08-07 21:03 UTC  (2+ messages)

[PATCHSET sched_ext/for-7.2-fixes] sched_ext: Fix core scheduling
 2026-08-07 21:02 UTC  (7+ messages)
` [PATCH 1/6] sched/core: Handle pick_task() releasing the rq lock
` [PATCH 2/6] sched/core: Make core-sched flips wait for in-flight selections
` [PATCH 3/6] sched_ext: Replace SCX_RQ_BAL_KEEP with a dispatch verdict return
` [PATCH 4/6] sched_ext: Fix this_rq() assumptions in dispatch kfuncs
` [PATCH 5/6] sched_ext: Count rq lock releases in rq->scx.lock_drop_seq
` [PATCH 6/6] sched_ext: Fix rq->core_pick corruption under core scheduling

[PATCH RFC v3 0/8] syscalls: Add a shared table for all archs
 2026-08-07 21:02 UTC  (6+ messages)
` [PATCH RFC v3 2/8] syscalls: Create unified partial "
` [PATCH RFC v3 8/8] mips: Use the common syscall table

[PATCH v5 0/4] iio: light: add support for veml6031x00 ALS series
 2026-08-07 21:02 UTC  (3+ messages)
` [PATCH v5 2/4] "

[PATCH v3 0/2] iio: adc: Add support for Texas Instruments ADS112C04
 2026-08-07 21:01 UTC  (9+ messages)
` [PATCH v3 1/2] dt-bindings: iio: adc: ti,ads112c04: Add binding for ADS112C04
` [PATCH v3 2/2] iio: adc: ti-ads112c04: Add support for TI ADS112C04

[PATCH 0/2] arm64: dts: qcom: Add eDP display overlays for hamoa and purwa IoT EVKs
 2026-08-07 21:01 UTC  (5+ messages)
` [PATCH 1/2] arm64: dts: qcom: hamoa-iot-evk: Add eDP display overlay

[PATCH 0/5] kcov: suppress timer and scheduler coverage leaks
 2026-08-07 21:00 UTC  (7+ messages)
` [PATCH 1/5] kcov: add kcov_pause()/kcov_resume() helpers
` [PATCH 2/5] hrtimer: pause KCOV during deferred rearm
` [PATCH 3/5] sched: pause KCOV in __schedule()
` [PATCH 4/5] sched: pause KCOV in try_to_wake_up()
` [PATCH 5/5] sched: pause KCOV in wake_up_new_task()

[PATCH net-next 0/2] net: mana: Avoid DMA queue allocation failure under memory fragmentation
 2026-08-07 20:56 UTC  (3+ messages)
` [PATCH net-next 1/2] net: mana: Route ring-buffer access through offset-based helpers
` [PATCH net-next 2/2] net: mana: Fall back to scattered pages for GDMA queues

[PATCH 00/20] xilinx: tsn: Add TSN Endpoint Ethernet MAC driver support
 2026-08-07 21:00 UTC  (5+ messages)
` [PATCH 02/20] net: xilinx: tsn: add TSN endpoint wrapper driver
` [PATCH 03/20] net: xilinx: tsn: add endpoint MAC driver skeleton

[PATCH 0/2] rtc: Add Qualcomm PMIC RTC-GLINK support for Glymur
 2026-08-07 20:58 UTC  (3+ messages)
` [PATCH 2/2] rtc: qcom: rtc-glink: Add PMIC GLINK RTC driver and extend pmic_glink

[PATCH] PCI: vgaarb: Remove stale "not implemented" notes from docs
 2026-08-07 20:56 UTC  (2+ messages)

[PATCH v7 0/3] Cirrus Logic CS2600 clock device
 2026-08-07 20:55 UTC  (3+ messages)
` [PATCH v7 2/3] clk: cs2600: Add Fractional-N clock driver

[PATCH net-next v11 00/12] net: pcs: Introduce support for fwnode PCS
 2026-08-07 20:49 UTC  (4+ messages)
` [PATCH net-next v11 03/12] net: pcs: implement Firmware node support for PCS driver

[PATCH v3] sched/core: Skip rq->avg_idle update without a valid idle_stamp
 2026-08-07 20:38 UTC 

[PATCH v1] mtd: ubi: Release device reference on busy detach
 2026-08-07 20:45 UTC 

[PATCH v2 00/19] maple_tree: lock checking and clean ups
 2026-08-07 20:44 UTC  (5+ messages)
` [PATCH v2 14/19] maple_tree: WARN_ON_ONCE when allocations fail

[PATCH v6 0/6] PCI: endpoint: Expose endpoint DMA resources (part 2/3)
 2026-08-07 20:43 UTC  (2+ messages)

[PATCH] lib/group_cpus: Snapshot cluster masks to keep grouping hotplug invariant
 2026-08-07 20:38 UTC  (2+ messages)

[PATCH v3 00/19] iommu/riscv: Enable MSI remapping, IOMMU_DMA and VFIO
 2026-08-07 20:36 UTC  (6+ messages)
` [PATCH v3 06/19] irqchip/riscv-imsic: Compose MSI updates through the hierarchy
` [PATCH v3 07/19] iommu/riscv: Add IRQ domain for interrupt remapping

[PATCH] fix: mfd: of_syscon_register: fix reset_control reference leak on success path
 2026-08-07 20:35 UTC  (2+ messages)

[PATCH v1] usb: typec: fusb302: Free log buffers on exit
 2026-08-07 20:34 UTC 

[syzbot] [mm?] WARNING in mas_nomem
 2026-08-07 20:32 UTC  (11+ messages)

[PATCH] pinctrl: fix PINCTRL_GENERIC_MUX not always being selectable
 2026-08-07 20:32 UTC  (2+ messages)

[PATCH v2 00/10] Support ROHM BD73800
 2026-08-07 20:29 UTC  (5+ messages)
` [PATCH v2 01/10] dt-bindings: mfd: common ROHM PMIC properties
` [PATCH v2 09/10] gpio: bd73800: Support ROHM BD73800 PMIC GPIOs

[PATCH RESEND 0/3] mm: trace: decode architecture-specific VMA flags
 2026-08-07 20:26 UTC  (4+ messages)

[PATCH net-next v4 0/4] net: mdio: support dynamic OF device changes
 2026-08-07 20:25 UTC  (10+ messages)

[PATCH] fix: drm/vmwgfx: vmw_user_shader_alloc: fix base object refcount leak on ttm_base_object_init failure
 2026-08-07 20:24 UTC  (2+ messages)

[PATCH v2] sched/core: Skip rq->avg_idle update without a valid idle_stamp
 2026-08-07 20:24 UTC  (3+ messages)

[PATCH v2 0/2] mm, memcg: fix memory.peak reset clobbering other fds' watermark
 2026-08-07 20:22 UTC  (2+ messages)

[RFC PATCH v3 00/14] Introduce tiered memcg limits
 2026-08-07 20:20 UTC  (2+ messages)
` [RFC PATCH v3 14/14] mm/page_alloc: steer allocations away from exhausted memory tiers


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