Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2026-08-25 16:58:48 to 2026-08-27 03:48:19 UTC [more...]

[PATCH v3 0/2] selftests/cgroup: fixes for test_zswap on single core VM
 2026-08-27  3:47 UTC  (3+ 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] selftests/damon: prevent remaining cross-object state pollution
 2026-08-27  3:38 UTC  (2+ messages)

[PATCH v4 00/19] crypto: cmh - add Rambus CryptoManager Hub driver
 2026-08-27  1:39 UTC  (22+ messages)
` [PATCH v4 01/19] dt-bindings: crypto: add Rambus CryptoManager Hub
` [PATCH v4 02/19] crypto: cmh - add core platform driver
` [PATCH v4 03/19] crypto: cmh - add key provisioning and management
` [PATCH v4 04/19] crypto: cmh - add SHA-2/SHA-3/SHAKE ahash
` [PATCH v4 05/19] crypto: cmh - add HMAC ahash
` [PATCH v4 06/19] crypto: cmh - add CSHAKE/KMAC ahash
` [PATCH v4 07/19] crypto: cmh - add SM3 ahash
` [PATCH v4 08/19] crypto: cmh - add AES skcipher/aead/cmac
` [PATCH v4 09/19] crypto: cmh - add SM4 skcipher/aead/cmac/xcbc
` [PATCH v4 10/19] crypto: cmh - add ChaCha20-Poly1305
` [PATCH v4 11/19] crypto: cmh - add DRBG hwrng
` [PATCH v4 12/19] crypto: cmh - add RSA akcipher
` [PATCH v4 13/19] crypto: cmh - add ECDSA/SM2 sig
` [PATCH v4 14/19] crypto: cmh - add ECDH/X25519 kpp
` [PATCH v4 15/19] crypto: cmh - add ML-KEM/ML-DSA (QSE)
` [PATCH v4 16/19] crypto: cmh - add SLH-DSA/LMS/XMSS (HCQ)
` [PATCH v4 17/19] Documentation: ioctl: add CMH ioctl documentation and register 'J'
` [PATCH v4 18/19] selftests: crypto: cmh - add kselftest for management ioctl
` [PATCH v4 19/19] MAINTAINERS: add Rambus CryptoManager Hub (CMH)

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

[PATCH v3] mm/secretmem: properly account locked pages
 2026-08-27  1:14 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 v11 00/46] guest_memfd: In-place conversion support
 2026-08-26 23:47 UTC  (51+ 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 v4 00/27] vfio/pci: Add CXL Type-2 device passthrough support
 2026-08-26 22:50 UTC  (16+ messages)
` [PATCH v4 02/27] cxl/regs: Skip sub-block region request for BAR-owning drivers
` [PATCH v4 04/27] cxl: Establish media readiness in cxl_mem_probe()
` [PATCH v4 05/27] cxl: Add a function-scoped reset entry for vfio-pci
` [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 27/27] selftests/vfio: Add CXL Type-2 passthrough corner-case tests

[PATCH v14 00/22] TDX KVM selftests
 2026-08-26 22:17 UTC  (12+ messages)
` [PATCH v14 10/22] KVM: selftests: Set up TDX boot code region
` [PATCH v14 13/22] KVM: selftests: Support guest_memfd in-place conversion
` [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 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 bpf-next v7 0/9] bpf: add support for KASAN checks in JITed programs
 2026-08-26 21:00 UTC  (7+ messages)
` [PATCH bpf-next v7 9/9] selftests/bpf: add tests to validate KASAN on JIT programs

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

[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  (3+ 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] gpu: GPU_BUDDY_KUNIT_TEST should not select GPU_BUDDY
 2026-08-26 16:39 UTC  (4+ 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  (5+ messages)
` [PATCH 2/2] selftests/membarrier: Skip unpermitted membarrier command test if preregistered by libc

[PATCH net 1/2] tcp: fix corruption of urgent data on multi-segment retransmit
 2026-08-26 15:52 UTC  (4+ messages)
` [PATCH net 2/2] selftests/net: packetdrill: add tcp_urg_ptr_retransmit

[RFC PATCH 0/12] drm/fabric: vendor-neutral topology infrastructure for scale-up accelerator interconnects
 2026-08-26 15:38 UTC  (3+ messages)

[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 v10 00/41] guest_memfd: In-place conversion support
 2026-08-26 13:53 UTC  (19+ messages)
` [PATCH v10 07/41] KVM: guest_memfd: Stub in ability to enable in-place shared<=>private conversion
` [PATCH v10 09/41] KVM: guest_memfd: Filter both shared and private when invalidating

[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 v2 0/2] kselftest: mm: fix some failure of split_huge_page_test
 2026-08-26 12:24 UTC  (3+ 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] KVM: selftests: Test the PV_UNHALT feature, not just its CPUID bit
 2026-08-26 11:59 UTC  (2+ messages)

[PATCH v2 0/2] KVM: selftests: Actually test PV_UNHALT
 2026-08-26 11:59 UTC  (3+ 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 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

[PATCH v3 0/4] selftests/arm64: Fix MTE test setup and TAP reporting
 2026-08-26  8:27 UTC  (9+ 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] selftests/exec: Fix check-exec-tests.sh with O=
 2026-08-26  6:42 UTC 

[PATCH 00/17] cgroup/cpuset: Fix partition CPU ownership and isolation accounting
 2026-08-26  5:53 UTC  (13+ messages)
` [PATCH 04/17] cgroup/cpuset: Limit type-change accounting to owned CPUs
` [PATCH 06/17] cgroup/cpuset: Validate type changes against "
` [PATCH 07/17] selftests/cgroup: Test type-change validation with child-owned CPUs
` [PATCH 08/17] cgroup/cpuset: Release CPUs when a type change is rejected

[PATCH v2 0/1] KVM: selftests: SEV: Sanity check the launch measurement
 2026-08-26  5:04 UTC  (3+ messages)
` [PATCH v2 1/1] "

[PATCH v4 0/7] KVM: x86: Add LASS virtualization support
 2026-08-26  3:50 UTC  (2+ messages)

[PATCH 1/2] sched/fair: Reset incompatible burst on quota change
 2026-08-26  3:00 UTC  (2+ messages)

[PATCH v3] selftests/mm: remove the local PKEY_UNRESTRICTED fallback
 2026-08-26  0:23 UTC  (2+ messages)

[PATCH bpf v2 1/2] libbpf: Fix usdt attach failure when nop10 crosses page boundary
 2026-08-25 22:08 UTC  (3+ messages)

[RFC PATCH 00/24] pidfd: add a minimal process spawn builder
 2026-08-25 21:27 UTC  (4+ messages)

[PATCH 0/2] 52-bit VA guest mode ID support
 2026-08-25 21:18 UTC  (3+ messages)
` [PATCH 1/2] KVM: selftest: arm64: Support 5-level paging in stage 1 translation table
` [PATCH 2/2] KVM: selftests: arm64: Add 52-bit VA guest modes

[PATCH selftests/timers] selftests/timers: clocksource-switch: fix unchecked open()/read()
 2026-08-25 20:22 UTC  (2+ messages)

[PATCH bpf 1/2] libbpf: Fix usdt attach failure when nop10 crosses page boundary
 2026-08-25 18:32 UTC  (4+ messages)

[PATCH] selftests/mm: check strdup() and fix buf leak in parse_test_type()
 2026-08-25 18:32 UTC  (8+ messages)

[PATCH bpf-next v2] selftests/bpf: Avoid flaky resize value test for percpu data
 2026-08-25 18:29 UTC  (8+ messages)

[PATCH bpf-next 00/13] bpf: Add tracing_multi link support for bpf progs
 2026-08-25 18:27 UTC  (8+ messages)

[RFC PATCH v2 0/3] arm64: expose CPU prefetch and cache modulation controls
 2026-08-25 18:17 UTC  (4+ messages)
` [RFC PATCH v2 1/3] arm64: add CPU prefetch and cache modulation sysfs interface
` [RFC PATCH v2 2/3] Documentation/arch/arm64: document arm_cpumod
` [RFC PATCH v2 3/3] selftests: arm64: add arm_cpumod kselftest

[PATCH v4] selftests/cgroup: add PSI pressure trigger and validation tests
 2026-08-25 17:33 UTC  (2+ messages)

[PATCH 0/2] ftrace/selftests: Fix registering kprobe on non-unique symbol
 2026-08-25 16:58 UTC 


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