Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2026-08-27 20:58:16 to 2026-08-31 04:22:01 UTC [more...]

[PATCH v8 0/6] selftests/mm: separate GUP microbenchmarking from functional testing
 2026-08-31  4:21 UTC  (6+ messages)
` [PATCH v8 1/6] selftests/mm: make file helpers return errors
` [PATCH v8 2/6] tools/lib/mm: add shared file helpers
` [PATCH v8 3/6] tools/lib/mm: move hugepage_settings out of selftests
` [PATCH v8 4/6] tools/mm: move gup_test from selftests/mm to tools/mm
` [PATCH v8 5/6] tools/mm: make gup_bench a benchmark only tool

[PATCH bpf-next v4 1/2] bpf: Validate program attach type during link update
 2026-08-31  3:49 UTC  (3+ messages)
` [PATCH bpf-next v4 2/2] selftests/bpf: Cover attach type checks in "

[PATCH net-next 0/2] netdevsim: add link speed support
 2026-08-31  3:28 UTC  (3+ messages)
` [PATCH net-next 1/2] "
` [PATCH net-next 2/2] selftests: netdevsim: add speed testing

[PATCH v2 0/6] cgroup/cpuset: Fix partition type transitions
 2026-08-31  3:04 UTC  (8+ messages)
` [PATCH v2 1/6] cgroup/cpuset: Respect child CPU ownership in type changes
` [PATCH v2 2/6] selftests/cgroup: Add tests for type-change isolation accounting
` [PATCH v2 3/6] selftests/cgroup: Add tests for type changes with child-owned CPUs
` [PATCH v2 4/6] selftests/cgroup: Add tests for housekeeping CPU return to isolated parents
` [PATCH v2 5/6] cgroup/cpuset: Release CPUs when type-change validation fails
` [PATCH v2 6/6] selftests/cgroup: Add CPU release tests for type-change validation failures

[RFC PATCH 0/7] riscv: iommu: Add QoS ID support for resctrl device assignment
 2026-08-31  2:22 UTC  (3+ messages)
` [RFC PATCH 6/7] riscv_cbqri: Assign IOMMU groups to resource groups

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

[PATCH v2] selftests/hid: test battery queries with nonzero field offsets
 2026-08-30 18:31 UTC 

[PATCH v3 0/5] KVM: arm64: fix VGICv3 redistributor rollback
 2026-08-30 18:29 UTC  (3+ messages)

[PATCH v3 00/14] nfsd/sunrpc: harden the netlink listener set interface
 2026-08-30 15:51 UTC  (16+ messages)
` [PATCH v3 01/14] NFSD: cap the number of listeners accepted in listener_set
` [PATCH v3 02/14] NFSD: validate transport name in listener_set before serv creation
` [PATCH v3 03/14] SUNRPC: keep the first error in svc_register()
` [PATCH v3 04/14] SUNRPC: bound the local rpcbind client timeout to 1s
` [PATCH v3 05/14] NFSD: report listener creation failures through extack
` [PATCH v3 06/14] SUNRPC: report local rpcbind calls that get no answer
` [PATCH v3 07/14] SUNRPC: stop svc_register() once rpcbind stops answering
` [PATCH v3 08/14] SUNRPC: stop the svc_unregister() sweep "
` [PATCH v3 09/14] SUNRPC: stop unregistering listeners "
` [PATCH v3 10/14] NFSD: stop registering with rpcbind after a failure in listener_set
` [PATCH v3 11/14] selftests/nfsd: exercise listener_set request validation
` [PATCH v3 12/14] selftests/nfsd: add a per-netns rpcbind stub and the listener round-trips
` [PATCH v3 13/14] selftests/nfsd: check that listener_set asks rpcbind once
` [PATCH v3 14/14] selftests/nfsd: check that listener removal "

[PATCH v3] selftests/bpf: convert lirc_mode2 to prog_tests and extend coverage
 2026-08-30 11:00 UTC  (2+ messages)

[PATCH bpf v2 0/4] bpf: Fix NULL-ptr-derefs when showing a void BTF type
 2026-08-30  8:35 UTC  (8+ messages)
` [PATCH bpf v2 1/4] bpf: Reject key-less BTF for hash maps
` [PATCH bpf v2 2/4] bpf: Fix NULL-ptr-deref when showing a void BTF type
` [PATCH bpf v2 3/4] selftests/bpf: Add test for key-less BTF hash map
` [PATCH bpf v2 4/4] selftests/bpf: Add test for showing a void BTF type

[PATCH net] selftests: drv-net: pp_alloc_fail: restore ring size after timeout
 2026-08-30  8:05 UTC  (3+ messages)

[PATCH] selftests/core: fix unshare_test with large fs.nr_open
 2026-08-30  1:26 UTC  (2+ messages)

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

[PATCH net] selftest/net: skip srv6_end_d[t/x][4/6]_*_test.sh if iproute2 too old
 2026-08-29 21:11 UTC  (8+ messages)

[PATCH 0/2] KVM: arm64: Return -EINVAL for an empty SMCCC filter range at base 0
 2026-08-29 15:55 UTC  (7+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] KVM: arm64: selftests: Test "

[PATCH v1 0/3] lib/842: reject malformed streams before invalid memory accesses
 2026-08-29  9:18 UTC  (2+ messages)
` [PATCH v1 3/3] lib/842: add KUnit tests for the decompressor

[PATCH] selftests: cover kernfs dentry revalidation
 2026-08-29  2:28 UTC 

[PATCH 1/2] cgroup: fix spurious SIGKILL of CLONE_INTO_CGROUP children
 2026-08-29  0:32 UTC  (3+ messages)
` [PATCH 2/2] selftests/cgroup: test clone3() into a previously killed cgroup

[PATCH v7 00/36] Cleaning up the KVM clock mess
 2026-08-28 23:26 UTC  (5+ messages)
` [PATCH v7 31/36] KVM: x86: Add KVM_[GS]ET_CLOCK_GUEST for accurate KVM clock migration

[PATCH v4 00/27] vfio/pci: Add CXL Type-2 device passthrough support
 2026-08-28 23:09 UTC  (29+ messages)
` [PATCH v4 03/27] cxl: Move component register defines to uapi/cxl/cxl_regs.h
` [PATCH v4 04/27] cxl: Establish media readiness in cxl_mem_probe()
` [PATCH v4 10/27] vfio/cxl: Reject unsupported decoder topologies at bind
` [PATCH v4 11/27] vfio/cxl: Own the whole component register BAR
` [PATCH v4 12/27] vfio/pci: Let a provider exclude a BAR sub-range from mmap
` [PATCH v4 14/27] vfio: Add CXL region type for the HDM region
` [PATCH v4 15/27] vfio/pci: Call CXL open and close hooks around device use
` [PATCH v4 16/27] vfio/cxl: Shadow the CXL DVSEC body at open
` [PATCH v4 17/27] vfio/cxl: Virtualize the CXL DVSEC
` [PATCH v4 18/27] vfio/cxl: Expose the HDM memory and trap the decoder registers
` [PATCH v4 22/27] vfio/cxl: Revoke the HDM mapping on reset and power transitions
` [PATCH v4 23/27] vfio/cxl: Refresh the decoder snapshot after a device reset
` [PATCH v4 24/27] vfio/cxl: Service a guest-triggered CXL reset
` [PATCH v4 25/27] vfio/pci: Provide an opt-out for the CXL Type-2 extensions

[PATCH bpf-next v5 0/2] bpf: BPF-driven proactive memcg reclaim
 2026-08-28 21:07 UTC  (4+ messages)
` [PATCH bpf-next v5 1/2] mm/bpf: Add bpf_proactive_reclaim kfunc

[PATCH v14 00/22] TDX KVM selftests
 2026-08-28 20:14 UTC  (16+ messages)
` [PATCH v14 10/22] KVM: selftests: Set up TDX boot code region
` [PATCH v14 21/22] KVM: selftests: Add ucall support for TDX
` [PATCH v14 22/22] KVM: selftests: Add TDX lifecycle test

[PATCH bpf 1/2] bpf: bound resizable hash map iteration
 2026-08-28 19:20 UTC  (3+ messages)
` [PATCH bpf 2/2] selftests/bpf: add RHASH iteration stress test

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

[RFC PATCH v1.3 0/4] mm/damon: fix misc bugs in kunit, quota goals and sysfs refresh_ms
 2026-08-28 18:36 UTC  (2+ messages)
` [RFC PATCH v1.3 1/4] mm/damon/tests/core-kunit: test committing psi goal to psi goal

[PATCH v3 0/2] kselftest: mm: fix some failure of split_huge_page_test
 2026-08-28 17:21 UTC  (11+ messages)
` [PATCH v3 1/2] kselftest: mm: prevent random failure of huge page split for khugepaged
  ` [PATCH v3 2/2] kselftest: mm: replace usage of /proc/self/smaps for check_huge_xxx() helper

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

[PATCH v2] selftests/epoll: Fix race condition in multi-waiter wakeup tests
 2026-08-28 15:54 UTC 

[PATCH v11 00/46] guest_memfd: In-place conversion support
 2026-08-28 14:57 UTC  (5+ messages)
` [PATCH v11 15/46] KVM: guest_memfd: Call arch make_shared callback for to-shared conversion

[PATCH bpf-next v8 0/8] bpf: add support for KASAN checks in JITed programs
 2026-08-28 13:49 UTC  (13+ messages)
` [PATCH bpf-next v8 1/8] bpf: mark instructions accessing program stack
` [PATCH bpf-next v8 2/8] bpf: add BPF_JIT_KASAN for KASAN instrumentation of JITed programs
` [PATCH bpf-next v8 3/8] bpf, x86: refactor BPF_ST management in do_jit
` [PATCH bpf-next v8 4/8] bpf, x86: emit KASAN checks in x86 JITed programs
` [PATCH bpf-next v8 5/8] bpf, x86: enable KASAN for JITed programs on x86
` [PATCH bpf-next v8 6/8] selftests/bpf: make cmdline_contains stricter
` [PATCH bpf-next v8 7/8] selftests/bpf: add helpers for KASAN in JIT testing
` [PATCH bpf-next v8 8/8] selftests/bpf: add tests to validate KASAN on JIT programs

[PATCH] selftests: rtc: fix flaky date_read_loop test
 2026-08-28 11:38 UTC  (2+ messages)

[PATCH] selftests: epoll: support KSFT_MACHINE_SLOW / KSFT_TIMEOUT_MUL
 2026-08-28 11:04 UTC 

[PATCH] selftests/epoll: Fix race condition in multi-waiter wakeup tests
 2026-08-28 11:03 UTC 

[PATCH bpf 1/2] bpf: Fix NULL-ptr-deref when dumping a key-less BTF hash map
 2026-08-28 10:17 UTC  (3+ messages)
` [PATCH bpf 2/2] selftests/bpf: Add test for "

[PATCH bpf-next v2] selftests/bpf: Track test_xdp_features DUT processes
 2026-08-28  9:32 UTC  (4+ messages)

[PATCH v2 0/2] kselftest: mm: fix some failure of split_huge_page_test
 2026-08-28  7:44 UTC  (8+ messages)
` [PATCH v2 2/2] kselftest: mm: replace usage of /proc/self/smaps for check_huge_xxx() helper

[PATCH net v3 0/5] net: stmmac: Fix double VLAN 802.1ad tag handling
 2026-08-28  4:07 UTC  (3+ messages)
` [PATCH net v3 2/5] net: stmmac: Move double VLAN handling to a dedicated op

[PATCH] selftests/mm: khugepaged: remove str_dup() usage
 2026-08-28  3:39 UTC  (2+ messages)

[PATCH 0/5] fuse: report a request refused for a live nodeid as stale
 2026-08-28  2:02 UTC  (7+ messages)
` [PATCH 1/5] selftests/fuse: ignore the built acl cache test
` [PATCH 2/5] selftests/fuse: name the libfuse3 flags for the library
` [PATCH 3/5] fuse: report a request refused for a live nodeid as stale
` [PATCH 4/5] selftests/fuse: cover a request refused for a live nodeid
` [PATCH 5/5] virtiofs: report a request refused for a live nodeid as stale
` [PATCH 0/5] fuse: report a request refused for a live nodeid

[RFC PATCH v1.2 0/4] mm/damon: fix misc bugs in kunit, quota goals and sysfs refresh_ms
 2026-08-28  1:46 UTC  (2+ messages)
` [RFC PATCH v1.2 1/4] mm/damon/tests/core-kunit: test committing psi goal to psi goal

[PATCH v7] PCI/pcie: Add PCIe Lane Margining at Receiver (LMR) support
 2026-08-28  1:01 UTC 

[PATCH v2 2/2] selftest/x86: test ARCH_SHSTK_UNLOCK
 2026-08-27 23:32 UTC  (2+ messages)

[PATCH v3 0/2] selftests/cgroup: fixes for test_zswap on single core VM
 2026-08-27 22:58 UTC  (2+ messages)


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