Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2026-08-07 00:44:10 to 2026-08-08 08:11:13 UTC [more...]

[PATCH 0/2] KVM: selftests: Fix two VMs leaked on early returns
 2026-08-08  8:10 UTC 

[PATCH net v4 0/4] net: hsr: fix GRO/GSO super-packet handling
 2026-08-08  6:44 UTC  (5+ messages)
` [PATCH net v4 2/4] net: hsr: shrink seqnr_lock to sequence counter updates

[PATCH net v2] selftests: netfilter: conntrack_dump_flush: remove unused variables and fix typo
 2026-08-08  6:26 UTC  (4+ messages)

[PATCH] KVM: selftests: Fix the bounds of the SEV debug dst buffer check
 2026-08-08  6:19 UTC 

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

[PATCH net-next v8 0/3] net: devmem: allow rx-buf-size > PAGE_SIZE per binding
 2026-08-08  1:40 UTC  (2+ messages)

[PATCH v10 00/41] guest_memfd: In-place conversion support
 2026-08-08  0:29 UTC  (43+ 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 net-next V2 00/13] net/mlx5e: Add support for HW-GRO to PSP
 2026-08-08  1:00 UTC  (5+ messages)
` [PATCH net-next V2 12/13] selftests: drv-net: psp: Fix responder parsing
` [PATCH net-next V2 13/13] selftests: drv-net: psp: Add a test for PSP with HW-GRO

[PATCH net-next v6 00/10] ipv6: report why a route was deleted in RTM_DELROUTE
 2026-08-08  0:56 UTC  (11+ messages)
` [PATCH net-next v6 01/10] ipv6: add ip6_del_rt_reason()
` [PATCH net-next v6 02/10] ipv6: propagate the route deletion reason to fib6_del_route()
` [PATCH net-next v6 03/10] ipv6: record the reason for kernel-initiated route deletions
` [PATCH net-next v6 04/10] ipv6: add a deletion reason argument to rt6_fill_node()
` [PATCH net-next v6 05/10] ipv6: expose the route deletion reason in RTM_DELROUTE
` [PATCH net-next v6 06/10] ipv6: add inet6_rt_del_notify()
` [PATCH net-next v6 07/10] netlink: specs: rt-route: add route notifications
` [PATCH net-next v6 08/10] netlink: specs: rt-route: split out the request attribute list
` [PATCH net-next v6 09/10] netlink: specs: rt-route: add the route deletion reason
` [PATCH net-next v6 10/10] selftests: net: verify RTA_DEL_REASON on route deletion

[PATCH net v3 0/3] net: hsr: fix shared-skb mutations in the forwarding path
 2026-08-08  0:45 UTC  (4+ messages)
` [PATCH net v3 1/3] net: hsr: privatize interlink-bound skbs before address mutation
` [PATCH net v3 2/3] net: hsr: return private clones from the tagged-frame helpers
` [PATCH net v3 3/3] selftests: net: hsr: add shared-mutation regression test

[PATCH net-next v5 00/10] ipv6: report why a route was deleted in RTM_DELROUTE
 2026-08-08  0:37 UTC  (18+ messages)
` [PATCH net-next v5 01/10] ipv6: add ip6_del_rt_reason()
` [PATCH net-next v5 02/10] ipv6: propagate the route deletion reason to fib6_del_route()
` [PATCH net-next v5 03/10] ipv6: record the reason for kernel-initiated route deletions
` [PATCH net-next v5 04/10] ipv6: add a deletion reason argument to rt6_fill_node()
` [PATCH net-next v5 05/10] ipv6: expose the route deletion reason in RTM_DELROUTE
` [PATCH net-next v5 06/10] ipv6: add inet6_rt_del_notify()

[PATCH v2] selftests/mm: Drop duplicate test_seal_mprotect_two_vma_with_gap() call
 2026-08-08  0:15 UTC  (3+ messages)

[PATCH net-next v2 0/2] netconsole: replace target_list_lock by RCU on userdata hot path
 2026-08-08  0:09 UTC  (2+ messages)

[PATCH net-next 00/14] selftests: net: shaper: Expand shaper API coverage
 2026-08-07 23:50 UTC  (2+ messages)

[PATCH v10 0/3] vfio: selftests: Add driver for Intel Ethernet Gigabit Controller (IGB)
 2026-08-07 22:27 UTC  (3+ messages)

[PATCH nfc] selftests/nci: increase t4t_tag_read timeout for debug kernels
 2026-08-07 22:16 UTC 

[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 net-next v2 1/2] selftests: drv-net: devmem: fix 5-tuple flow steering
 2026-08-07 21:54 UTC  (6+ messages)

[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 0/3] mm: support splitting mappingless swapcache folios
 2026-08-07 21:22 UTC  (5+ messages)

[PATCH 0/2] block: expose blkcg io.stat to BPF
 2026-08-07 19:37 UTC  (3+ messages)
` [PATCH 1/2] block: add BPF kfuncs to read blkcg io.stat
` [PATCH 2/2] selftests/bpf: add test for blkcg io.stat BPF kfuncs

[PATCH v5 0/7] clk: Add support for clock nexus
 2026-08-07 16:26 UTC  (10+ messages)
` [PATCH v5 1/7] dt-bindings: clock: Introduce nexus nodes
` [PATCH v5 2/7] clk: tests: Add clk_parse_clkspec() Kunit testing
` [PATCH v5 3/7] clk: tests: Add Kunit testing for of_clk_get_parent_name()
` [PATCH v5 4/7] clk: Improve a couple of comments
` [PATCH v5 5/7] clk: Use the generic OF phandle parsing in only one place
` [PATCH v5 6/7] clk: Add support for clock nexus dt bindings
` [PATCH v5 7/7] clk: tests: Add Kunit testing for nexus nodes

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

[PATCH] selftests/mm: fix read_file() return value check
 2026-08-07 14:35 UTC  (2+ messages)

[PATCH] selftests/bpf: Fail unbound UDP on sockmap update
 2026-08-07 14:24 UTC  (4+ messages)

[PATCH net v5 0/4] net: hsr: fix GRO/GSO super-packet handling
 2026-08-07 14:07 UTC  (5+ messages)
` [PATCH net v5 1/4] net: hsr: fix packet drops caused by GRO superpackets
` [PATCH net v5 2/4] net: hsr: shrink seqnr_lock to sequence counter updates
` [PATCH net v5 3/4] net: hsr: unfold GSO super-packets at the forward entry
` [PATCH net v5 4/4] selftests: net: hsr: cover GSO super-packets on PRP slave ingress

[PATCH 7.1.y v2] selftests/bpf: Add tests for sleepable tracepoint programs
 2026-08-07 13:50 UTC  (2+ messages)

[PATCH v4 0/7] clk: Add support for clock nexus
 2026-08-07 13:08 UTC  (10+ messages)
` [PATCH v4 3/7] clk: tests: Add Kunit testing for of_clk_get_parent_name()
` [PATCH v4 5/7] clk: Use the generic OF phandle parsing in only one place
` [PATCH v4 7/7] clk: tests: Add Kunit testing for nexus nodes

[PATCH v11 1/8] powerpc/bpf: fix alignment of long branch trampoline address
 2026-08-07 12:59 UTC  (9+ messages)
` [PATCH v11 2/8] powerpc/bpf: Move out dummy_tramp_addr after Long branch stub
` [PATCH v11 3/8] selftests/bpf: Fixing powerpc JIT disassembly failure
` [PATCH v11 4/8] selftests/bpf: Enable verifier selftest for powerpc64
` [PATCH v11 5/8] powerpc64/bpf: fix compare instruction emitted for tailcall
` [PATCH v11 6/8] selftests/bpf: Add tailcall verifier selftest for powerpc64
` [PATCH v11 7/8] powerpc/bpf: fix buffer overflow in JIT for large BPF programs
` [PATCH v11 8/8] powerpc64/bpf: fix percpu private stack leak on JIT failure

[PATCH] KVM: selftests: SEV: Sanity check the launch measurement
 2026-08-07 12:13 UTC 

[PATCH v10 0/8] powerpc/bpf: address missing verifier selftest coverage
 2026-08-07 11:47 UTC  (5+ messages)
` [PATCH v11 "

[PATCH v2 00/17] selftests/mm: improve khugepaged coverage
 2026-08-07 11:36 UTC  (18+ messages)
` [PATCH v2 01/17] selftests/mm: skip collapse_compound_extreme where the PMD is too large
` [PATCH v2 02/17] selftests/mm: scale khugepaged's collapse wait with the PMD size
` [PATCH v2 03/17] selftests/mm: skip khugepaged page cache cases without a PMD folio
` [PATCH v2 04/17] selftests/mm: retry the swapout the khugepaged swap cases rely on
` [PATCH v2 05/17] selftests/mm: move is_backed_by_folio() into vm_util
` [PATCH v2 06/17] selftests/mm: add folio-order check for address ranges
` [PATCH v2 07/17] selftests/mm: add folio-order detection self-check
` [PATCH v2 08/17] selftests/mm: add khugepaged completion barrier helper
` [PATCH v2 09/17] selftests/mm: add order-parameterized khugepaged collapse cases
` [PATCH v2 10/17] selftests/mm: parameterize the mixed-source collapse case by source order
` [PATCH v2 11/17] selftests/mm: cover a shared-source collapse write race
` [PATCH v2 12/17] selftests/mm: run every supported collapse order by default
` [PATCH v2 13/17] selftests/mm: verify synchronous khugepaged driving is attributable
` [PATCH v2 14/17] selftests/mm: add khugepaged race harness
` [PATCH v2 15/17] selftests/mm: race collapse of windows with holes
` [PATCH v2 16/17] selftests/mm: add memory-pressure threads to the khugepaged race harness
` [PATCH v2 17/17] selftests/mm: zap whole PTE tables in "

[PATCH v4 0/4] LoongArch: add KHO support and selftests
 2026-08-07 10:37 UTC  (5+ messages)
` [PATCH v4 1/4] efi: add a KHO configuration table GUID
` [PATCH v4 2/4] LoongArch: kexec: add KHO support
` [PATCH v4 3/4] liveupdate: luo_session: include linux/mm.h for virt/phys translation
` [PATCH v4 4/4] selftests/kho: add LoongArch vmtest support

[PATCH 1/2] selftests/ftrace: Force C locale for readelf in uprobe test
 2026-08-07 10:30 UTC  (8+ messages)
` [PATCH v2 0/2] selftests/ftrace: Fix add_remove_uprobe robustness
  ` [PATCH v2 1/2] selftests/ftrace: Force C locale in ftracetest
  ` [PATCH v2 2/2] selftests/ftrace: Convert ELF entry point to file offset in uprobe test

[PATCH] cgroup/cpuset: Add test for partition root invalidation returning wrong CPUs
 2026-08-07  8:59 UTC 

[PATCH] selftests/futex: Add test for robust exit with a foreign futex owner
 2026-08-07  8:50 UTC 

[PATCH] selftests/net: ovpn: fix socket leak in ovpn_socket() error paths
 2026-08-07  7:23 UTC  (3+ messages)
  `  "

[PATCH] KVM: selftests: Compare the entire XSAVE buffer in the SEV smoke test
 2026-08-07  7:10 UTC 

[PATCH bpf-next 0/4] bpf: BPF-driven proactive memcg reclaim
 2026-08-07  7:04 UTC  (4+ messages)
` [PATCH bpf-next 1/4] mm/bpf: Add bpf_try_to_free_mem_cgroup_pages kfunc
` [PATCH bpf-next 2/4] bpf: add bpf_thread_wq kthread-backed workqueue with cgroup placement
` [PATCH bpf-next 3/4] selftests/bpf: add thread_wq cgroup test

[PATCH] tools: Use fputc() calls in some functions
 2026-08-07  6:33 UTC  (3+ messages)
  `  "

[PATCH v2] selftests/mm: Drop duplicate test_seal_mprotect_two_vma_with_gap() call
 2026-08-07  6:00 UTC  (2+ messages)

[PATCH v2 0/2] RISC-V: KVM: Add PMU event filter support
 2026-08-07  5:32 UTC  (3+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] RISC-V: KVM: selftests: Add PMU event filter test

[PATCH 0/2] RISC-V: KVM: Add PMU event filter support
 2026-08-07  3:50 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] RISC-V: KVM: selftests: Add PMU event filter test

[PATCH 0/3] audit: Measure and reduce syscall filtering overhead
 2026-08-07  1:01 UTC  (4+ messages)
` [PATCH 1/3] selftests/audit: Add syscall overhead benchmark
` [PATCH 2/3] audit: Fix filter rule accounting after automatic removal
` [PATCH 3/3] audit: Skip exit filtering for syscalls without rules

[PATCH net 0/2] net/tls: Fail splice after a failed async decrypt
 2026-08-07  0:44 UTC  (3+ messages)
` [PATCH net 1/2] net/tls: Fail tls_sw_splice_read() "
` [PATCH net 2/2] selftests: tls: cover splice after a failed decrypt

[PATCH bpf-next 0/2] bpf: Compare iterator types during state pruning
 2026-08-07  0:43 UTC  (3+ messages)
` [PATCH bpf-next 1/2] "
` [PATCH bpf-next 2/2] selftests/bpf: Test RCU iterator "


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