Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2026-09-10 11:22:26 to 2026-09-10 23:55:41 UTC [more...]

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

[PATCH net v4 7/7] selftests: drv-net: Add VLAN test
 2026-09-10 23:52 UTC  (3+ messages)

[PATCH net 0/2] net: psp: avoid conflicts with skb->decrypted and sk_validate_xmit_skb()
 2026-09-10 23:46 UTC  (3+ messages)
` [PATCH net 1/2] "
` [PATCH net 2/2] selftests: drv-net: psp: test PSP and TCP ULP mutual exclusion

[PATCH net v4 5/7] net: stmmac: Disable S-Tag processing on dwmac4
 2026-09-10 23:46 UTC  (2+ messages)

[PATCH net v4 4/7] net: stmmac: Do not advertise S-VLAN stripping when it is disabled
 2026-09-10 23:46 UTC  (2+ messages)

[PATCH net v4 3/7] net: stmmac: Rework S-VLAN handling
 2026-09-10 23:46 UTC  (2+ messages)

[PATCH net v4 2/7] net: stmmac: Stop toggling the EDVLP bit
 2026-09-10 23:45 UTC  (2+ messages)

[PATCH net v4 1/7] net: stmmac: Remove VLAN perfect matching dead code
 2026-09-10 23:45 UTC  (2+ messages)

[PATCH net v4 0/7] net: stmmac: Fix double VLAN 802.1ad tag handling
 2026-09-10 23:42 UTC  (3+ messages)
` [PATCH net v4 6/7] selftests: drv-net: Move _set_ethtool_feat() into lib

[PATCH v5 0/4] selftests: add shared Makefile for BPF selftests and a new memcg test
 2026-09-10 23:33 UTC  (5+ messages)
` [PATCH v5 1/4] selftests: add shared lib.bpf.mk to build BPF progs and skeletons
` [PATCH v5 2/4] selftests/cgroup: add memcg_stat_cross_cpu correctness test for flush
` [PATCH v5 3/4] selftests/hid: build the BPF program via the shared lib.bpf.mk
` [PATCH v5 4/4] selftests/sched_ext: build BPF schedulers "

[PATCH] selftests/harness: Drain the test process group after a timeout
 2026-09-10 23:02 UTC 

[PATCH bpf 1/2] bpf: Fix divide-by-zero in btf_struct_walk()
 2026-09-10 22:01 UTC  (4+ messages)
` [PATCH bpf 2/2] selftests/bpf: Test BTF walk into a flexible array of zero-sized elements

[PATCH net-next V4 14/14] selftests: drv-net: Add PSP HW GRO conformance tests
 2026-09-10 21:54 UTC  (2+ messages)

[PATCH net-next V4 13/14] selftests: net: gro: Add PSP encapsulation and encryption
 2026-09-10 21:54 UTC  (2+ messages)

[PATCH net-next V4 11/14] net/mlx5e: psp: Dynamically reconfigure based on SHAMPO mode
 2026-09-10 21:54 UTC  (2+ messages)

[PATCH net-next V4 10/14] net/mlx5e: shampo: Flush session on PSP mismatch
 2026-09-10 21:54 UTC  (2+ messages)

[PATCH net-next V4 09/14] net/mlx5e: psp: Add an rx_decap steering table
 2026-09-10 21:54 UTC  (2+ messages)

[PATCH net-next V4 04/14] net/mlx5e: macsec: Block TC offload when MACsec is enabled
 2026-09-10 21:54 UTC  (2+ messages)

[PATCH net-next V4 01/14] net/mlx5e: Generalize TC <-> IPsec mutual exclusion
 2026-09-10 21:54 UTC  (2+ messages)

[PATCH net-next] tools: ynl: Fix out-of-tree build for ynltool
 2026-09-10 21:16 UTC  (6+ messages)

[PATCH] Documentation: kunit: Fix bad debugfs path
 2026-09-10 21:06 UTC  (2+ messages)

[PATCH] selftests: ublk: install test_common.sh and trace/ scripts
 2026-09-10 20:55 UTC  (3+ messages)

[PATCH 2/2] lib/tests: Add KUnit test for struct stack_trace __counted_by_ptr attribute
 2026-09-10 19:48 UTC  (5+ messages)

[PATCH 0/5] nfsd/sunrpc: allow userland to handle rpcbind registration
 2026-09-10 19:46 UTC  (9+ messages)
` [PATCH 1/5] SUNRPC: allow a service to opt out of "
` [PATCH 2/5] NFSD: add a userspace-rpcbind flag to listener_set
` [PATCH 3/5] NFSD: honour the userspace-rpcbind flag in listener_set
` [PATCH 4/5] NFSD: report registerable programs in the listener_set reply
` [PATCH 5/5] selftests/nfsd: exercise the userspace-rpcbind listener_set flag

[PATCH 2/2] lsm: fix size queries for getselfattr with NULL buffer
 2026-09-10 19:26 UTC  (2+ messages)

[PATCH 0/2] arm64: gcs: Return -EPERM when changes are prevented by locking
 2026-09-10 19:00 UTC  (3+ messages)
` [PATCH 1/2] arm64: gcs: Return -EPERM not -EBUSY for prctl() locking failures
` [PATCH 2/2] kselftest/arm64: Check for -EPERM not -EBUSY in the locking test

[PATCH 0/8] KVM: arm64: Add KVM_PRE_FAULT_MEMORY support
 2026-09-10 18:57 UTC  (9+ messages)
` [PATCH 5/8] KVM: arm64: Implement KVM_PRE_FAULT_MEMORY
` [PATCH 6/8] KVM: selftests: Enable pre_fault_memory_test for arm64
` [PATCH 8/8] KVM: selftests: Add nested pre-fault test "

[PATCH v20 00/14] KVM: arm64: Provide guest support for GCS
 2026-09-10 18:26 UTC  (4+ messages)
` [PATCH v20 14/14] KVM: selftests: arm64: Add GCS EXLOCK exception emulation test

[PATCH net-next v2 0/5] fbnic: Support larger RX pages
 2026-09-10 18:09 UTC  (6+ messages)
` [PATCH net-next v2 1/5] net: Add netdev_config helpers
` [PATCH net-next v2 2/5] fbnic: Track BDQ device-page geometry per ring
` [PATCH net-next v2 3/5] net: Revalidate queue config for ringparam changes
` [PATCH net-next v2 4/5] fbnic: Support larger memory-provider RX pages
` [PATCH net-next v2 5/5] selftests: drv-net: Test large zcrx buffers

[PATCH net-next v2] selftests: net: add ctl_file_write() helper
 2026-09-10 18:00 UTC  (2+ messages)

[PATCH bpf-next v2 00/13] bpf: track scalar equality across the low 32 bits
 2026-09-10 17:52 UTC  (20+ messages)
` [PATCH bpf-next v2 01/13] bpf: move linked-scalar flags out of bpf_reg_state->id [NFC]
` [PATCH bpf-next v2 02/13] bpf: compare linked-scalar kinds in regs_exact()
` [PATCH bpf-next v2 03/13] bpf: track low-32 scalar equality across zero-extending movs
` [PATCH bpf-next v2 04/13] selftests/bpf: cover the low-32 link for "
` [PATCH bpf-next v2 05/13] bpf: keep the range across a sign extension that cannot change it
` [PATCH bpf-next v2 06/13] selftests/bpf: cover sign extensions that cannot change the range
` [PATCH bpf-next v2 07/13] bpf: track low-32 scalar equality across sign-extending movs
` [PATCH bpf-next v2 08/13] selftests/bpf: cover the low-32 link for "
` [PATCH bpf-next v2 09/13] bpf: track low-32 scalar equality across narrowing stack fills
` [PATCH bpf-next v2 10/13] selftests/bpf: cover the low-32 link for "
` [PATCH bpf-next v2 11/13] bpf: record what a narrowing spill actually stores
` [PATCH bpf-next v2 12/13] bpf: track low-32 scalar equality across narrowing stack spills
` [PATCH bpf-next v2 13/13] selftests/bpf: cover the low-32 link for "

[PATCH v4 05/11] KVM: LUO: Support VM preservation across live updates
 2026-09-10 17:47 UTC  (12+ messages)

[PATCH net-next v3 3/4] selftests: openvswitch: add missing docstrings in ovs-dpctl.py
 2026-09-10 17:44 UTC  (3+ messages)

[PATCH RESEND net-next] tools: ynl: Fix out-of-tree build for ynltool
 2026-09-10 17:32 UTC  (2+ messages)

[PATCH net-next v3 4/4] selftests: openvswitch: suppress pylint complexity warnings
 2026-09-10 17:22 UTC  (2+ messages)

[PATCH net v1 0/2] net/sched: fix action batch failure cleanup
 2026-09-10 16:20 UTC  (2+ messages)

[PATCH net-next v3 00/10] net: fix typos and repeated words in comments
 2026-09-10 15:40 UTC  (2+ messages)

[PATCH 0/5] KVM: guest_memfd: bind backing memory to a NUMA node
 2026-09-10 14:46 UTC  (10+ messages)

[PATCH v5 14/36] mm/damon: skip private node memory in DAMON migration and pageout
 2026-09-10 14:06 UTC  (2+ messages)

[PATCH v5 0/3] kselftest: mm: fix some failure of split_huge_page_test
 2026-09-10 13:52 UTC  (28+ messages)
` [PATCH v5 2/3] kselftest: mm: replace usage of /proc/self/smaps for check_huge_xxx() helper
` [PATCH v5 3/3] kselftest: mm: introduce alloc_isolated_mem()
                        ` ;, Re: ;, [PATCH v5 3/3] kselftest: ;, mm: introducealloc_isolated_mem;

[PATCH net-next v3 4/4] selftests: net: test AF_PACKET multicast dumps
 2026-09-10 13:50 UTC  (2+ messages)

[PATCH net-next v3 2/4] rtnetlink: add AF_PACKET multicast dumps
 2026-09-10 13:50 UTC  (2+ messages)

[PATCH net-next v2 0/4] netconsole: Support messages ratelimit-ing
 2026-09-10 13:46 UTC  (5+ messages)
` [PATCH net-next v2 1/4] netconsole: add a per-target message rate limit
` [PATCH net-next v2 2/4] netconsole: allow configuring the rate limit interval through configfs
` [PATCH net-next v2 3/4] netconsole: allow configuring the rate limit burst "
` [PATCH net-next v2 4/4] docs: netconsole: document rate limit feature

[RFC PATCH v2 0/5] blk-iocost: BPF struct_ops cost model
 2026-09-10 13:46 UTC  (8+ messages)
` [RFC PATCH v2 1/5] blk-iocost: add BPF struct_ops cost model support
` [RFC PATCH v2 2/5] selftests/bpf: add iocost cost model test
` [RFC PATCH v2 3/5] blk-iocost: add iocost_ioc_tick tracepoint for per-period device summary
` [RFC PATCH v2 4/5] selftests/bpf: add multi-stream sequentiality example model
` [RFC PATCH v2 5/5] docs: cgroup-v2: document io.cost model=<name> binding

[PATCH v5 00/19] selftests/mm: improve khugepaged coverage
 2026-09-10 13:04 UTC  (6+ messages)
` [PATCH v5 08/19] selftests/mm: add folio-order check for address ranges

[PATCH v3 RESEND 0/2] selftests/mm: Validate selections and scope memfd_secret setup
 2026-09-10 12:56 UTC  (3+ messages)
` [PATCH v3 RESEND 1/2] selftests/mm: Reject invalid test selections before running tests
` [PATCH v3 RESEND 2/2] selftests/mm: Only prepare ptrace_scope when memfd_secret is selected

[PATCH net-next v4 2/2] selftests/net/openvswitch: add SCTP NAT test with port translation
 2026-09-10 12:27 UTC  (2+ messages)

[PATCH net-next v4 1/2] selftests/net/openvswitch: add SCTP flow key test over IPv6
 2026-09-10 12:27 UTC  (2+ messages)

[PATCH bpf v3 0/3] bpf,tcp: Fix bpf_sock_destroy() on TIME_WAIT and listener socks
 2026-09-10 12:20 UTC  (6+ messages)
` [PATCH bpf v3 1/3] bpf: Fix out-of-bounds read of sk_protocol in bpf_sock_destroy()
` [PATCH bpf v3 2/3] tcp: Skip cond_resched() in inet_csk_listen_stop() under BPF context
` [PATCH bpf v3 3/3] selftests/bpf: Test bpf_sock_destroy() on TIME_WAIT and listener socks

[PATCH v2 0/9] KVM: selftests: Add Zhaoxin CPU support
 2026-09-10 11:54 UTC  (10+ messages)
` [PATCH v2 1/9] KVM: selftests: Add Zhaoxin CPU detection support
` [PATCH v2 2/9] KVM: selftests: Use host_cpu_is_intel_compatible for mediated PMU
` [PATCH v2 3/9] KVM: selftests: nx_huge_pages_test: Add TDP detection for Zhaoxin CPUs
` [PATCH v2 4/9] KVM: selftests: vmx_exception_with_invalid_guest_state: Support "
` [PATCH v2 5/9] KVM: selftests: fix_hypercall_test: Add Zhaoxin CPU support
` [PATCH v2 6/9] KVM: selftests: Skip PERF_CAPABILITIES vCPU checks without PDCM
` [PATCH v2 7/9] KVM: selftests: feature_msrs_test: Extend MSR_IA32_UCODE_REV quirk to Zhaoxin
` [PATCH v2 8/9] KVM: selftests: nested_exceptions_test: Add Zhaoxin CPU support
` [PATCH v2 9/9] KVM: selftests: vmx_apic_access_test: Check APIC virtualization support

[PATCH 0/8] KVM: selftests: Add Zhaoxin CPU support
 2026-09-10 11:40 UTC  (7+ messages)
` [PATCH 1/8] KVM: selftests: Add Zhaoxin (ZX) CPU detection support
` [PATCH 7/8] KVM: selftests: nested_exceptions_test: Add Zhaoxin CPU support


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