Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2026-09-09 13:37:46 to 2026-09-10 10:38:02 UTC [more...]

[PATCH net-next v3 00/10] net: fix typos and repeated words in comments
 2026-09-10 10:37 UTC  (15+ messages)
` [PATCH net-next v3 03/10] net: broadcom: fix typos "
` [PATCH net-next v3 04/10] net: cavium: "
` [PATCH net-next v3 05/10] net: qlogic: "
` [PATCH net-next v3 06/10] net: fddi: "
` [PATCH net-next v3 08/10] net: hisilicon: "
` [PATCH net-next v3 09/10] net: atheros: "
` [PATCH net-next v3 10/10] net: dec: "

[PATCH v5 0/3] kselftest: mm: fix some failure of split_huge_page_test
 2026-09-10 10:34 UTC  (9+ messages)
` [PATCH v5 1/3] kselftest: mm: prevent random failure of huge page split for khugepaged
` [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()

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

[PATCH v3 0/9] KVM: guest_memfd: folio migration for non-confidential VMs
 2026-09-10 10:05 UTC  (8+ messages)
` [PATCH v3 1/9] KVM: guest_memfd: take the invalidate lock when unbinding a dying file
` [PATCH v3 2/9] mm: split AS_UNMOVABLE back out of AS_INACCESSIBLE
` [PATCH v3 3/9] KVM: guest_memfd: implement folio migration for non-confidential VMs

[PATCH 0/8] KVM: arm64: Add KVM_PRE_FAULT_MEMORY support
 2026-09-10 10:02 UTC  (9+ messages)
` [PATCH 1/8] KVM: arm64: Propagate and use esr in s2fd when handling guest aborts
` [PATCH 3/8] KVM: arm64: Propagate and use kvm_s2_fault_result on S2 fault
` [PATCH 5/8] KVM: arm64: Implement KVM_PRE_FAULT_MEMORY

[PATCH net-next v3] selftests/bpf: Track test_xdp_features DUT processes
 2026-09-10  9:47 UTC  (2+ messages)

[PATCH RESEND] selftests/filesystems: include fcntl.h in fclog
 2026-09-10  9:39 UTC  (2+ messages)

[PATCH v4 0/3] selftests/mm: TAP output and global-state fixes
 2026-09-10  9:36 UTC  (7+ messages)
` [PATCH v4 1/3] selftests/mm: emit TAP header in uffd-wp-mremap
` [PATCH v4 2/3] selftests/mm: emit TAP header and use TAP skip in mremap_test
` [PATCH v4 3/3] selftests/mm: restore enable_soft_offline in hugetlb-soft-offline

[PATCH net v1 0/2] net/sched: fix action batch deletion cleanup
 2026-09-10  9:34 UTC  (3+ messages)
` [PATCH net v1 1/2] net/sched: act_api: release tail references on DELACTION failure
` [PATCH net v1 2/2] selftests: tc-testing: test action batch deletion failure cleanup

[PATCH v9 0/6] selftests/mm: separate GUP microbenchmarking from functional testing
 2026-09-10  9:18 UTC  (8+ messages)
` [PATCH v9 6/6] selftests/mm: add a GUP selftest

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

[PATCH v7 net-next 7/7] net: ena: Implement gettimexattrs64 callback for PTP attributes
 2026-09-10  8:31 UTC  (2+ messages)

[PATCH v7 net-next 5/7] net: ena: Update PHC admin interface for error bound support
 2026-09-10  8:31 UTC  (2+ messages)

[PATCH v7 net-next 4/7] ptp: ptp_vmclock: Implement attributes ioctls
 2026-09-10  8:31 UTC  (2+ messages)

[PATCH v7 net-next 3/7] selftests/ptp: Add testptp support for attributes ioctls
 2026-09-10  8:31 UTC  (2+ messages)

[PATCH v7 net-next 1/7] ptp: Add ioctls for PHC timestamps with quality attributes
 2026-09-10  8:31 UTC  (2+ messages)

[RFC bpf-next 0/6] bpf: track scalar equality across the low 32 bits
 2026-09-10  8:23 UTC  (3+ messages)

[PATCH net-next] selftests: netdevsim: add TEST_INCLUDES to Makefile
 2026-09-10  8:06 UTC 

[PATCH net v2 2/2] selftests: net: packetdrill: test exclusion of old ACK from TCP fast path
 2026-09-10  7:59 UTC  (2+ messages)

[PATCH net v2 1/2] tcp: exclude old ACKs from tcp fast path
 2026-09-10  7:59 UTC  (2+ messages)

[PATCH v2 0/4] kernfs: three standalone fixes
 2026-09-10  7:37 UTC  (2+ messages)

[PATCH v6 0/3] cgroup: dmem: add selftest helper and coverage
 2026-09-10  6:50 UTC  (7+ messages)
` [PATCH v6 1/3] selftests: cgroup: Add dmem_selftest helper module
` [PATCH v6 2/3] selftests: cgroup: Add KB() helper
` [PATCH v6 3/3] selftests: cgroup: Add dmem selftest coverage

[PATCH v2] selftests/mm: fix ptrace PEEKDATA check in memfd_secret test
 2026-09-10  6:44 UTC 

[PATCH v5 00/19] selftests/mm: improve khugepaged coverage
 2026-09-10  6:27 UTC  (13+ messages)
` [PATCH v5 06/19] selftests/mm: stop khugepaged during the MADV_COLLAPSE cases
` [PATCH v5 10/19] selftests/mm: add khugepaged completion barrier helper
` [PATCH v5 11/19] selftests/mm: add order-parameterized khugepaged collapse cases
` [PATCH v5 12/19] selftests/mm: parameterize the mixed-source collapse case by source order
` [PATCH v5 14/19] selftests/mm: run every supported collapse order by default

[PATCH bpf-next v2 1/3] bpftool: Skip non-autoload programs when generating light skeletons
 2026-09-10  5:49 UTC  (3+ messages)
` [PATCH bpf-next v2 3/3] selftests/bpf: Verify program FD after non-autoload programs in lskel

[PATCH net-next 3/3] selftests: net: test AF_PACKET multicast dumps
 2026-09-10  4:05 UTC  (3+ messages)

[PATCH net-next 1/3] rtnetlink: add AF_PACKET multicast dumps
 2026-09-10  4:04 UTC  (3+ messages)

[PATCH] selftests: rtc: Support harness test filtering and arguments
 2026-09-10  3:48 UTC 

[PATCH 00/17] cgroup/cpuset: Fix partition CPU ownership and isolation accounting
 2026-09-10  3:41 UTC  (4+ messages)
` [PATCH 12/17] cgroup/cpuset: Invalidate children outside the new CPU mask

[PATCH net-next v2 3/3] selftests: net: test AF_PACKET multicast dumps
 2026-09-10  3:31 UTC  (3+ messages)

[PATCH net-next v2 2/3] netlink: specs: rt-addr: document AF_PACKET multicast dumps
 2026-09-10  3:29 UTC  (3+ messages)

[PATCH net-next v2 1/3] rtnetlink: add AF_PACKET multicast dumps
 2026-09-10  3:21 UTC  (3+ messages)

[PATCH net-next v3 0/4] rtnetlink: dump link-layer multicast addresses
 2026-09-10  1:11 UTC  (7+ messages)
` [PATCH net-next v3 1/4] netlink: specs: rt-addr: fix the type of target-netnsid

[PATCH net-next] selftests: net: Add TCP payload verification to udpgso_bench_rx
 2026-09-10  1:08 UTC  (2+ messages)

[PATCH net] selftests/net: run tun tests in a dedicated network namespace
 2026-09-10  0:56 UTC  (2+ messages)

[PATCH v5 0/8] KVM: nSVM: Enable DecodeAssists for nested guests
 2026-09-10  0:51 UTC  (6+ messages)
` [PATCH v5 6/8] KVM: nSVM: Fetch missing DecodeAssist bytes for synthesized #NPF/#PF

[PATCH net-next v3] selftests/net: skip srv6_end_dt[4/6]_l3vpn_test.sh if vrftable not available
 2026-09-10  0:50 UTC  (2+ messages)

[PATCH v1 0/2] KVM: x86: cr8 reserved bit check
 2026-09-10  0:27 UTC  (3+ messages)
` [PATCH v1 1/2] KVM: x86: Reject reserved CR8 bits in KVM_SET_SREGS

[PATCH] selftests/ftrace: Fix unique symbol check in kprobe_non_uniq_symbol.tc
 2026-09-10  0:01 UTC  (4+ messages)

[PATCH v5 00/10] mlx5 support for VFIO self test
 2026-09-09 23:57 UTC  (11+ messages)
` [PATCH v5 01/10] net/mlx5: Add IFC structures for CQE and WQE
` [PATCH v5 02/10] net/mlx5: Move HW constant groups from device.h/cq.h to mlx5_ifc.h
` [PATCH v5 03/10] net/mlx5: Extract MLX5_SET/GET macros into mlx5_ifc_macros.h
` [PATCH v5 04/10] net/mlx5: Add ONCE and MMIO accessor variants to mlx5_ifc_macros.h
` [PATCH v5 05/10] selftests: Add additional kernel functions to tools/include/
` [PATCH v5 06/10] vfio: selftests: Allow drivers to specify required region size
` [PATCH v5 07/10] vfio: selftests: Add dev_dbg
` [PATCH v5 08/10] vfio: selftests: Add mlx5 driver - HW init and command interface
` [PATCH v5 09/10] vfio: selftests: Add mlx5 driver - data path and memcpy ops
` [PATCH v5 10/10] vfio: selftests: mlx5 driver - add send_msi support

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

[PATCH bpf-next v9 0/2] bpf: BPF-driven proactive memcg reclaim
 2026-09-09 21:28 UTC  (5+ messages)
` [PATCH bpf-next v9 1/2] mm/bpf: Add bpf_proactive_reclaim kfunc
` [PATCH bpf-next v9 2/2] selftests/bpf: Add memcg async reclaim test

[PATCH net-next] selftests: net: Skip so_incoming_cpu on single-CPU systems
 2026-09-09 21:00 UTC  (3+ messages)

[PATCH net 0/2] selftests: net: use KHDR_INCLUDES in CFLAGS
 2026-09-09 21:00 UTC  (2+ messages)

[PATCH net-next] selftests: drv-net: warn if LOCAL_V6 has DAD or not kept on link down
 2026-09-09 20:40 UTC  (4+ messages)

[PATCH net 0/2] netdevsim: fix IPsec debugfs byte order
 2026-09-09 20:40 UTC  (4+ messages)

[PATCH net v2 00/15] mptcp: misc fixes for v7.3-rc1
 2026-09-09 20:40 UTC  (3+ messages)

[PATCH v2 2/2] selftest/x86: test ARCH_SHSTK_UNLOCK
 2026-09-09 20:25 UTC  (5+ messages)

[PATCH net-next v7 0/6] selftests: net: make iou-zcrx tests multithreaded
 2026-09-09 19:51 UTC  (7+ messages)
` [PATCH net-next v7 1/6] selftests: net: fix get_refill_ring_size() to use its local variable
` [PATCH net-next v7 2/6] selftests: net: remove unused variable in process_recvzc()
` [PATCH net-next v7 3/6] selftests: net: refactor server state into struct thread_ctx
` [PATCH net-next v7 4/6] selftests: net: add multithread client support to iou-zcrx
` [PATCH net-next v7 5/6] selftests: net: add multithread server "
` [PATCH net-next v7 6/6] selftests: net: add rss_multiqueue test variant "

[PATCH net-next v6 5/6] selftests: net: add multithread server support to iou-zcrx
 2026-09-09 18:47 UTC  (4+ messages)
` [net-next,v6,5/6] "

[PATCH v4 0/4] selftests: add shared Makefile for BPF selftests and new memcg test
 2026-09-09 18:26 UTC  (3+ messages)
` [PATCH v4 1/4] selftests: add shared lib.bpf.mk to build BPF progs and skeletons

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

[PATCH net-next] selftests: drv-net: devmem: set reuseaddr on the sender's source port
 2026-09-09 18:40 UTC  (3+ messages)

[PATCH bpf-next v4 0/7] bpf: fix typos and repeated words in comments
 2026-09-09 18:29 UTC  (2+ messages)

[PATCH RESEND v2] selftests/sched_ext: Validate select_cpu_and mask constraints
 2026-09-09 17:57 UTC  (2+ messages)

[PATCH v6] PCI/pcie: Add PCIe Lane Margining at Receiver (LMR) support
 2026-09-09 17:37 UTC  (3+ messages)

[PATCH v20 00/14] KVM: arm64: Provide guest support for GCS
 2026-09-09 17:03 UTC  (12+ messages)
` [PATCH v20 08/14] KVM: arm64: Enforce EXLOCK for SPSR and ELR
` [PATCH v20 09/14] KVM: arm64: Allow GCS to be enabled for guests
` [PATCH v20 10/14] KVM: selftests: arm64: Add GCS registers to get-reg-list
` [PATCH v20 11/14] KVM: selftests: arm64: Add GCS to set_id_regs
` [PATCH v20 12/14] KVM: selftests: arm64: Only restore SPSR_EL1 and ELR_EL1 if they change

[PATCH v2] kselftest: mm: remove HPAGE_SIZE and HPAGE_SHIFT macro
 2026-09-09 16:40 UTC  (5+ messages)

[PATCH] KVM: selftests: Fix the never-true negative UFFD delay check
 2026-09-09 16:39 UTC  (2+ messages)

[PATCH 1/2] selftests: iommu: suppress -Warray-bounds in _test_cmd_get_hw_info
 2026-09-09 16:33 UTC  (4+ messages)
` [PATCH 2/2] selftests: iommu: skip when the mock device is not there

[PATCH v2 00/22] coredump: allow to create sparse coredumps on the coredump socket
 2026-09-09 16:21 UTC  (47+ messages)
` [PATCH v2 01/22] powerpc/spufs: don't dump more than the note supports
` [PATCH v2 02/22] coredump: refuse negative skips
` [PATCH v2 03/22] coredump: set the minimum send buffer size
` [PATCH v2 04/22] selftests/coredump: discard the right amount after the coredump request
` [PATCH v2 05/22] selftests/coredump: collapse the expected request check into the helper
` [PATCH v2 06/22] selftests/coredump: add a separate helper header
` [PATCH v2 07/22] coredump: pin the protocol struct sizes
` [PATCH v2 08/22] coredump: move the negotiated mask into struct coredump_params
` [PATCH v2 09/22] coredump: deduplicate the to_skip flush
` [PATCH v2 10/22] coredump: make the dump helper return bool
` [PATCH v2 11/22] coredump: always chunk writes
` [PATCH v2 12/22] coredump: clean up coredump state handling
` [PATCH v2 13/22] coredump: add COREDUMP_RECORDS to the coredump socket protocol
` [PATCH v2 14/22] coredump: add COREDUMP_SPARSE "
` [PATCH v2 15/22] tools: sync coredump.h header
` [PATCH v2 16/22] coredump: send the coredump in records if requested
` [PATCH v2 17/22] coredump: describe the holes when COREDUMP_SPARSE is negotiated
` [PATCH v2 18/22] selftests/coredump: test COREDUMP_RECORDS and COREDUMP_SPARSE
` [PATCH v2 19/22] selftests/coredump: hand the record stream to a sink
` [PATCH v2 20/22] selftests/coredump: put a hole in the middle of a sparse mapping
` [PATCH v2 21/22] selftests/coredump: simulate a blob store
` [PATCH v2 22/22] selftests/coredump: show how to inspect the task to decide how the coredump should be sent

[PATCH v12 00/45] guest_memfd: In-place conversion support
 2026-09-09 16:04 UTC  (31+ 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 09/45] KVM: guest_memfd: Stub in ability to enable in-place shared<=>private conversion
` [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 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 23/45] KVM: Let userspace disable per-VM mem attributes, enable per-gmem attributes

[PATCH] kselftest/arm64: Fix size of thread_data values for pthread_join()
 2026-09-09 15:57 UTC 

[PATCH v9 00/39] dyndbg: fix classmaps API for subsystems, query extensions, and selftests
 2026-09-09 15:50 UTC  (3+ messages)
` [PATCH v9 15/39] kbuild, dyndbg: Clean up builtin module-name ambiguities

[PATCH] selftests: ublk: Reject excess backing files
 2026-09-09 15:28 UTC  (2+ messages)

[PATCH v2 RESEND] selftests/sched_ext: Validate select_cpu_and mask constraints
 2026-09-09 15:25 UTC  (3+ messages)

[PATCH v3 RESEND 0/2] selftests/mm: Validate selections and scope memfd_secret setup
 2026-09-09 15:25 UTC  (7+ 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 0/2] selftests/net/openvswitch: SCTP tests
 2026-09-09 15:03 UTC  (2+ messages)

[PATCH v3 0/2] selftests: openvswitch: add SCTP flow key and NAT tests
 2026-09-09 14:28 UTC  (3+ messages)
` [PATCH v3 1/2] selftests/net/openvswitch: add SCTP flow key test over IPv6

[PATCH] selftests: kvm: Fix transposed calloc() arguments in the uffd helper
 2026-09-09 13:49 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