Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2026-08-26 07:37:59 to 2026-08-27 20:58:16 UTC [more...]

[PATCH v4 00/27] vfio/pci: Add CXL Type-2 device passthrough support
 2026-08-27 20:58 UTC  (14+ messages)
` [PATCH v4 06/27] vfio/pci: Add CXL ops registration interface
` [PATCH v4 07/27] vfio/pci: Detect CXL devices and load vfio-cxl on demand
` [PATCH v4 08/27] vfio/cxl: Add the vfio-cxl module skeleton
` [PATCH v4 09/27] vfio/cxl: Create the CXL memory device at bind
` [PATCH v4 10/27] vfio/cxl: Reject unsupported decoder topologies "
` [PATCH v4 27/27] selftests/vfio: Add CXL Type-2 passthrough corner-case tests

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

[PATCH bpf-next v7 0/9] bpf: add support for KASAN checks in JITed programs
 2026-08-27 20:18 UTC  (11+ messages)
` [PATCH bpf-next v7 9/9] selftests/bpf: add tests to validate KASAN on JIT programs

[PATCH net 1/2] tcp: fix corruption of urgent data on multi-segment retransmit
 2026-08-27 20:00 UTC  (5+ messages)
` [PATCH net 2/2] selftests/net: packetdrill: add tcp_urg_ptr_retransmit

[PATCH bpf v2 0/2] net: xdp: fix bpf_xdp_shrink_data() page handling on generic XDP and veth
 2026-08-27 19:20 UTC  (4+ messages)
` [PATCH bpf v2 1/2] bpf, veth: xdp: fix page_pool page leak on skb-backed XDP

[PATCH bpf v2 2/2] selftests/bpf: add xdp_shrink_frags
 2026-08-27 19:19 UTC  (2+ messages)

[PATCH v10 00/41] guest_memfd: In-place conversion support
 2026-08-27 19:08 UTC  (14+ messages)
` [PATCH v10 09/41] KVM: guest_memfd: Filter both shared and private when invalidating

[RFC 0/3] rv: per-edge dwell-time statistics for per-cpu monitors
 2026-08-27 18:21 UTC  (8+ messages)
` [RFC 1/3] rv: add per-edge dwell-time statistics primitive
` [RFC 2/3] rv: add per-monitor edge-stat facility and stats file
` [RFC 3/3] rv: collect per-edge dwell time for per-cpu DA/HA monitors

[PATCH v4 00/19] crypto: cmh - add Rambus CryptoManager Hub driver
 2026-08-27 18:21 UTC  (6+ messages)
` [PATCH v4 01/19] dt-bindings: crypto: add Rambus CryptoManager Hub

[RFC PATCH 0/12] drm/fabric: vendor-neutral topology infrastructure for scale-up accelerator interconnects
 2026-08-27 17:09 UTC  (5+ messages)

[PATCH v2 0/2] kselftest: mm: fix some failure of split_huge_page_test
 2026-08-27 16:54 UTC  (12+ messages)
` [PATCH v2 1/2] kselftest: mm: prevent random failure of huge page split for khugepaged
` [PATCH v2 2/2] kselftest: mm: replace usage of /proc/self/smaps for check_huge_xxx() helper

[PATCH net] selftests: drv-net: pp_alloc_fail: restore ring size after timeout
 2026-08-27 16:31 UTC  (2+ messages)

[PATCH net v2 0/4] Improve stability of big_tcp_tunnels.sh selftest
 2026-08-27 16:10 UTC  (2+ messages)

[PATCH v3 0/4] selftests/arm64: Fix MTE test setup and TAP reporting
 2026-08-27 15:22 UTC  (10+ messages)
` [PATCH v3 1/4] selftests/arm64: Print missing MTE TAP headers
` [PATCH v3 2/4] selftests/arm64: Treat KSM merge_across_nodes as optional
` [PATCH v3 3/4] selftests/arm64: Fix MTE prctl TAP plan
` [PATCH v3 4/4] selftests/arm64: Add MTE test config fragment

[PATCH v3 0/2] selftests/cgroup: fixes for test_zswap on single core VM
 2026-08-27 14:28 UTC  (4+ messages)
` [PATCH v3 1/2] selftests/cgroup: test_zswap: wait for cgroup to unpopulate in test_zswap_writeback
` [PATCH v3 2/2] selftests/cgroup: test_zswap: fix implicit unsigned promotion bug in test_no_kmem_bypass

[PATCH 00/11] mm/cma: charge cma allocation to memcg using per area counters
 2026-08-27 14:03 UTC  (16+ messages)

[PATCH v2 0/2] support kselftest on nommu platform
 2026-08-27 12:15 UTC  (13+ messages)
` [PATCH v2 1/2] selftests: run tests on nommu architecture

[PATCH bpf-next v5 0/2] bpf: BPF-driven proactive memcg reclaim
 2026-08-27 11:37 UTC  (5+ messages)
` [PATCH bpf-next v5 1/2] mm/bpf: Add bpf_proactive_reclaim kfunc
` [PATCH bpf-next v5 2/2] selftests/bpf: Add memcg async reclaim test

[PATCH v6 net-next 0/7] ptp: Add PHC timestamp quality attributes
 2026-08-27 10:30 UTC  (4+ messages)
` [PATCH v6 net-next 1/7] ptp: Add ioctls for PHC timestamps with "

[PATCH v3] mm/secretmem: properly account locked pages
 2026-08-27 10:26 UTC  (3+ messages)

[PATCH net v2 1/2] net/tcp: fix TCP-AO key deletion in VRFs
 2026-08-27 10:10 UTC  (2+ messages)

[PATCH net] selftest/net: skip srv6_end_d[t/x][4/6]_*_test.sh if iproute2 too old
 2026-08-27  9:56 UTC  (5+ messages)

[PATCH v14 00/22] TDX KVM selftests
 2026-08-27  9:19 UTC  (14+ messages)
` [PATCH v14 10/22] KVM: selftests: Set up TDX boot code region
` [PATCH v14 15/22] KVM: selftests: Call KVM_TDX_INIT_VCPU when creating a new TDX vcpu
` [PATCH v14 16/22] KVM: selftests: Load per-vCPU guest stack in TDX boot parameters
` [PATCH v14 19/22] KVM: selftests: Finalize TD memory as part of kvm_arch_vm_finalize_vcpus
` [PATCH v14 20/22] KVM: selftests: Implement MMIO WRITE for the TDX VM

[PATCH] gpu: GPU_BUDDY_KUNIT_TEST should not select GPU_BUDDY
 2026-08-27  7:44 UTC  (5+ messages)

[PATCH] raid/kunit: Enable RAID6 PQ and XOR benchmarks if KUNIT_ALL_TESTS=m
 2026-08-27  7:21 UTC  (3+ messages)

[PATCH] selftests/mm: khugepaged: remove str_dup() usage
 2026-08-27  7:04 UTC  (2+ messages)

[PATCH] selftests/mm: khugepaged: remove str_dup() usage
 2026-08-27  6:37 UTC  (3+ messages)

[PATCH v2 0/2] KVM: selftests: Actually test PV_UNHALT
 2026-08-27  4:48 UTC  (4+ messages)
` [PATCH v2 1/2] KVM: selftests: Add a helper to read a vCPU's APIC ID
` [PATCH v2 2/2] KVM: selftests: Test the PV_UNHALT feature, not just its CPUID bit

[PATCH v3 0/2] KVM: selftests: Actually test PV_UNHALT
 2026-08-27  4:45 UTC  (3+ messages)
` [PATCH v3 1/2] KVM: selftests: Add a helper to read a vCPU's APIC ID
` [PATCH v3 2/2] KVM: selftests: Test the PV_UNHALT feature, not just its CPUID bit

[PATCH] selftests/damon: prevent remaining cross-object state pollution
 2026-08-27  3:38 UTC  (2+ messages)

[PATCH] selftests/mm: fix line buffer leak in mremap_test is_range_mapped()
 2026-08-27  0:31 UTC  (4+ messages)

[PATCH v5 0/5] mm: Fix MF_DELAYED handling on memory failure
 2026-08-27  0:11 UTC  (5+ messages)
` [PATCH v5 5/5] mm: selftests: Add shmem into memory failure test

[PATCH 0/3] selftests: Skip SUD tests when unsupported
 2026-08-26 22:01 UTC  (8+ messages)
` [PATCH 1/3] selftests/ptrace: Skip get_set_sud if SUD is unsupported
` [PATCH 2/3] selftests/syscall_user_dispatch: Skip tests "
` [PATCH 3/3] selftests/syscall_user_dispatch: Skip benchmark "

[PATCH RFC net-next 0/3] net: hash uncached route lists by device
 2026-08-26 20:20 UTC  (4+ messages)
` [PATCH RFC net-next 1/3] ipv4: hash uncached routes "
` [PATCH RFC net-next 2/3] ipv6: "
` [PATCH RFC net-next 3/3] selftests: net: cover IPv6 uncached route device mismatch

[PATCH] selftests/rseq: Fix circular dependencies in Makefile
 2026-08-26 18:43 UTC  (2+ messages)

[RFC PATCH 00/57] mm/collapse: rebuild collapse on migration primitives
 2026-08-26 18:36 UTC  (6+ messages)
` [RFC PATCH 19/57] mm/collapse: install a PMD leaf as the terminal layer

[RFC PATCH 18/57] mm/collapse: install the destinations at PTE level
 2026-08-26 16:57 UTC  (3+ messages)

[PATCH v2] mm/secretmem: properly account locked pages
 2026-08-26 16:18 UTC  (6+ messages)

[PATCH 0/2] selftests/membarrier: Skip an unregistered memory barrier test on Musl
 2026-08-26 15:56 UTC  (4+ messages)
` [PATCH 2/2] selftests/membarrier: Skip unpermitted membarrier command test if preregistered by libc

[PATCH] futex: Avoid hash-bucket locking for mismatched waits
 2026-08-26 15:22 UTC  (2+ messages)

[PATCH bpf-next v7 1/9] bpf: mark instructions accessing program stack
 2026-08-26 15:19 UTC  (4+ messages)

[PATCH bpf-next v3] selftests/bpf: Avoid flaky resize value test for percpu data
 2026-08-26 14:56 UTC 

[PATCH v5 net-next 0/2] ECN offload handling series
 2026-08-26 14:14 UTC  (14+ messages)
` [PATCH v5 net-next 1/2] net: update comments for SKB_GSO_TCP_ECN and SKB_GSO_TCP_ACCECN

[PATCH bpf-next v5 0/2] libbpf: Improve BPF load performance by selectively loading kmod BTFs
 2026-08-26 14:13 UTC  (5+ messages)
` [PATCH bpf-next v5 1/2] libbpf: support selective kernel module BTF loading via bpf_object_open_opts
` [PATCH bpf-next v5 2/2] selftests/bpf: add tests for selective module BTF loading

[PATCH v5 0/7] riscv: Add reliable stack unwinding for livepatch
 2026-08-26 12:31 UTC  (3+ messages)
` [PATCH v5 7/7] selftests/livepatch: Add RISC-V syscall wrapper prefix

[PATCH] KVM: selftests: Test the PV_UNHALT feature, not just its CPUID bit
 2026-08-26 11:59 UTC  (2+ messages)

[PATCH 0/4] configfs: add a basic selftest
 2026-08-26 10:47 UTC  (5+ messages)
` [PATCH 1/4] selftests/configfs: add tests for the userspace interface
` [PATCH 2/4] samples/configfs: add a subsystem that accepts symlinks
` [PATCH 3/4] selftests/configfs: cover symlink and unlink
` [PATCH 4/4] selftests/configfs: race symlink against rmdir of the target

[PATCH] selftests/landlock: Fix snprintf truncation checks in test files
 2026-08-26 10:44 UTC  (2+ messages)

[PATCH 0/5] KVM: guest_memfd: fix unbind race and NUMA selftests
 2026-08-26 10:28 UTC  (4+ messages)
` [PATCH 1/5] KVM: guest_memfd: take the invalidate lock when unbinding a dying file


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