Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2026-08-15 10:44:03 to 2026-08-17 19:00:55 UTC [more...]

[PATCH v2] selftests/bpf: Remove duplicate copies of the arena spinlock qnodes
 2026-08-17 19:00 UTC  (2+ messages)

[PATCH v2] selftests: nci: Fix wrong size of status variables in nci_dev test
 2026-08-17 18:46 UTC 

[PATCH net v2 0/2] Fix UDP length overflow in edge cases
 2026-08-17 18:31 UTC  (7+ messages)
` [PATCH net v2 1/2] net: Fix UDP length overflow with PMTU discover and big MTU
` [PATCH net v2 2/2] net: ipv6: Clamp to IP6_MAX_MTU in ip6_dst_mtu_maybe_forward

[PATCH] selftests/bpf: Remove duplicate copies of the arena spinlock qnodes
 2026-08-17 18:05 UTC  (5+ messages)

[RFC PATCH 00/57] mm/collapse: rebuild collapse on migration primitives
 2026-08-17 17:57 UTC  (66+ messages)
` [RFC PATCH 01/57] mm: add pte_folio()
` [RFC PATCH 02/57] mm: add pte_none_or_zero()
` [RFC PATCH 03/57] mm/collapse: add collapse.h for the shared collapse state
` [RFC PATCH 04/57] mm/collapse: rename mthp_present_ptes to eligible_ptes
` [RFC PATCH 05/57] mm/collapse: state what a collapse may do in the policy
` [RFC PATCH 06/57] mm/collapse: move the smallest collapse order to collapse.h
` [RFC PATCH 07/57] mm/collapse: sketch the new anonymous collapse engine
` [RFC PATCH 08/57] mm/collapse: scan a table for what a collapse could use
` [RFC PATCH 09/57] mm/collapse: collect candidate windows into a round
` [RFC PATCH 10/57] mm/collapse: run a round and feed the outcomes back
` [RFC PATCH 11/57] mm/collapse: sketch the passes of a round
` [RFC PATCH 12/57] mm/collapse: allocate a destination per candidate
` [RFC PATCH 13/57] mm/collapse: revalidate a round against the VMA
` [RFC PATCH 14/57] mm/collapse: fault the sources in before the freeze
` [RFC PATCH 15/57] mm/collapse: check what a candidate would freeze
` [RFC PATCH 16/57] mm/collapse: freeze the sources behind migration entries
` [RFC PATCH 17/57] mm/collapse: copy the sources into the destinations
` [RFC PATCH 18/57] mm/collapse: install the destinations at PTE level
` [RFC PATCH 19/57] mm/collapse: install a PMD leaf as the terminal layer
` [RFC PATCH 20/57] mm/collapse: put the sources back
` [RFC PATCH 21/57] mm/collapse: settle whatever the round reached
` [RFC PATCH 22/57] mm/collapse: walk a table with a selection cursor
` [RFC PATCH 23/57] mm/collapse: give a refused region a second chance
` [RFC PATCH 24/57] mm/collapse: report each candidate's outcome to tracing
` [RFC PATCH 25/57] mm/collapse: collapse anonymous memory with the new engine
` [RFC PATCH 26/57] mm/collapse: give collapse_single_pmd() the range to work on
` [RFC PATCH 27/57] mm/collapse: scan the windows a VMA can hold
` [RFC PATCH 28/57] mm/collapse: remove the mechanism the engine replaces
` [RFC PATCH 29/57] mm/collapse: move what a collapse is judged on into collapse.c
` [RFC PATCH 30/57] mm/collapse: name the max_ptes ceiling after collapse
` [RFC PATCH 31/57] mm/khugepaged: count collapses where khugepaged makes them
` [RFC PATCH 32/57] mm/collapse: move the file collapse into collapse.c
` [RFC PATCH 33/57] mm/collapse: split collapse into a scan and a run
` [RFC PATCH 34/57] mm/collapse: implement MADV_COLLAPSE in madvise.c
` [RFC PATCH 35/57] mm/madvise: drop MADV_COLLAPSE's redundant mm reference
` [RFC PATCH 36/57] mm/collapse: report what the scan found
` [RFC PATCH 37/57] mm/collapse: report what the fault-in pass paid
` [RFC PATCH 38/57] mm/collapse: report the round, and what it made faulters wait
` [RFC PATCH 39/57] mm/collapse: name the file collapse's tracepoints after collapse
` [RFC PATCH 40/57] mm/collapse: remove the tracepoints of the mechanism that is gone
` [RFC PATCH 41/57] mm/collapse: give collapse its own trace header
` [RFC PATCH 42/57] mm/collapse: allow error injection into the freeze
` [RFC PATCH 43/57] mm/khugepaged: check the scan budget before the work, not after
` [RFC PATCH 44/57] mm/khugepaged: hold the address space open across a scan
` [RFC PATCH 45/57] mm/collapse: take a per-VMA read lock for the round
` [RFC PATCH 46/57] mm/khugepaged: scan under a per-VMA read lock
` [RFC PATCH 47/57] mm/madvise: collapse "
` [RFC PATCH 48/57] mm/collapse: assert the mm reference the engine relies on
` [RFC PATCH 49/57] mm/khugepaged: drop the mmap_lock barrier from __khugepaged_exit()
` [RFC PATCH 50/57] selftests/mm: attribute collapses by candidate event alone
` [RFC PATCH 51/57] selftests/mm: cover collapse inside a sub-PMD VMA
` [RFC PATCH 52/57] selftests/mm: cover a hole-y window in "
` [RFC PATCH 53/57] selftests/mm: cover collapse of mlocked ranges
` [RFC PATCH 54/57] selftests/mm: cover collapse beside a MADV_FREE'd page
` [RFC PATCH 55/57] selftests/mm: cover collapse beside a pinned page
` [RFC PATCH 56/57] selftests/mm: cover the scaled max_ptes_shared limit
` [RFC PATCH 57/57] MAINTAINERS: add an entry for collapse

[PATCH v14 00/22] TDX KVM selftests
 2026-08-17 17:54 UTC  (16+ messages)
` [PATCH v14 18/22] KVM: selftests: Add helpers to init TDX memory and finalize VM
` [PATCH v14 19/22] KVM: selftests: Finalize TD memory as part of kvm_arch_vm_finalize_vcpus
` [PATCH v14 20/22] KVM: selftests: Implement MMIO WRITE for the TDX VM
` [PATCH v14 21/22] KVM: selftests: Add ucall support for TDX
` [PATCH v14 22/22] KVM: selftests: Add TDX lifecycle test

[PATCH] selftests: nci: Fix wrong size of status variables in nci_dev test
 2026-08-17 17:30 UTC  (3+ messages)

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

[PATCH net] selftests: af_unix: verify SCM_PIDFD pidfd in cmsg_check_dead()
 2026-08-17 15:41 UTC  (2+ messages)

[PATCH net v3 0/3] net: hsr: fix shared-skb mutations in the forwarding path
 2026-08-17 15:39 UTC  (4+ messages)
` [PATCH net v3 1/3] net: hsr: privatize interlink-bound skbs before address mutation

[PATCH net v6 0/4] net: hsr: fix GRO/GSO super-packet handling
 2026-08-17 15:38 UTC  (4+ messages)
` [PATCH 1/4] net: hsr: fix packet drops caused by GRO superpackets

[PATCH] bpf: reject stack-argument callback subprograms
 2026-08-17 14:46 UTC  (6+ messages)

[PATCH v4 00/11] liveupdate: kvm: Guest_memfd preservation
 2026-08-17 14:37 UTC  (9+ messages)
` [PATCH v4 05/11] KVM: LUO: Support VM preservation across live updates

[RFC PATCH v2 0/8] fuse: caches documentation and testing
 2026-08-17 14:11 UTC  (9+ messages)
` [RFC PATCH v2 1/8] Documentation: fuse: add document on caches being used by FUSE
` [RFC PATCH v2 2/8] selftests/fuse: convert fusectl test to fuse3
` [RFC PATCH v2 3/8] selftests/fuse: check that fusectlfs is mounted
` [RFC PATCH v2 4/8] selftests/fuse: add fuse symlink caching test
` [RFC PATCH v2 5/8] selftests/fuse: factor-out test fixture setup/teardown
` [RFC PATCH v2 6/8] selftests/fuse: use dynamically allocated memory to store ACLs
` [RFC PATCH v2 7/8] selftests/fuse: add some extra ACL caching tests
` [RFC PATCH v2 8/8] selftests/fuse: add fuse readdir caching test

[PATCH net-next v5 0/6] selftests: net: multithreaded multiqueue iou-zcrx
 2026-08-17 14:09 UTC  (4+ messages)
` [PATCH net-next v5 5/6] selftests: net: add multithread server support to iou-zcrx

[PATCH v2 4/4] sysctl: Add 0013 to test partially updated vectors
 2026-08-17 14:05 UTC  (4+ messages)

[PATCH v2 0/4] sysctl: Disallow partial updates of miss-formatted sysctl vectors
 2026-08-17 14:02 UTC  (5+ messages)

[PATCH v2 3/4] sysctl: Disallow partial updates for erroneous sysctl vectors
 2026-08-17 13:46 UTC  (5+ messages)

[PATCH v2 1/4] sysctl: Split data conversion and file position handling
 2026-08-17 13:34 UTC  (3+ messages)

[PATCH 0/1] kernel/locking: Add mutual exclusion self-test
 2026-08-17 13:02 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH v1] KVM: selftests: Improve sea_to_user test
 2026-08-17 12:56 UTC  (4+ messages)

[PATCH] selftests/mm: Drop redundant open() in mprotect_tests()
 2026-08-17 11:54 UTC  (3+ messages)

[PATCH 0/4] KVM: Reset steal time accounting on vCPU pid change (x86 and arm64)
 2026-08-17 11:51 UTC  (8+ messages)
` [PATCH 1/4] KVM: x86: Reset last_steal on vCPU pid change
` [PATCH 2/4] KVM: arm64: "
` [PATCH 3/4] KVM: selftests: Test steal time across vCPU pid changes on x86
` [PATCH 4/4] KVM: selftests: Add arm64 coverage for steal time pid changes

[PATCH v2] selftests/mm: emit KTAP output from ksft_kmemleak_dedup
 2026-08-17 11:24 UTC  (4+ messages)

[PATCH] selftests/mm: khugepaged: consolidate error exits via kselftest helpers
 2026-08-17 11:19 UTC  (3+ messages)

[PATCH 0/3] selftests: Skip SUD tests when unsupported
 2026-08-17 11:16 UTC  (4+ 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 v5 0/2] selftest/bpf: make test_tc_tunnel and test_tc_edt more robust to CI load
 2026-08-17  9:55 UTC  (4+ messages)
` [PATCH bpf v5 2/2] selftests/bpf: allocate a larger timeout for connection

[PATCH] selftests/exec: add missing SPDX-License-Identifier tag
 2026-08-17  9:18 UTC  (2+ messages)

[PATCH v10 00/41] guest_memfd: In-place conversion support
 2026-08-17  9:15 UTC  (22+ messages)
` [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 15/41] KVM: guest_memfd: Handle lru_add fbatch refcounts during conversion safety check
` [PATCH v10 20/41] KVM: Let userspace disable per-VM mem attributes, enable per-gmem attributes

[PATCH] selftests/net: fix kill() argument order in fin_ack_lat
 2026-08-17  9:10 UTC 

[PATCH bpf-next 0/2] bpf, riscv: Add support for signed arena loads
 2026-08-17  8:16 UTC  (4+ messages)
` [PATCH bpf-next 1/2] "
` [PATCH bpf-next 2/2] selftests/bpf: Enable arena LDSX tests for riscv64

[PATCH v10 11/41] KVM: guest_memfd: Ensure pages are not in use before conversion
 2026-08-17  6:18 UTC  (11+ messages)

[PATCH bpf-next 4/5] selftests/bpf: Avoid flaky resize value test for percpu data
 2026-08-17  6:28 UTC  (3+ messages)

[PATCH bpf-next 00/13] bpf: Add tracing_multi link support for bpf progs
 2026-08-17  6:20 UTC  (3+ messages)

[PATCH bpf-next v2 0/2] bpf: Reject mixed arena and ordinary atomic paths
 2026-08-17  6:10 UTC  (8+ messages)
` [PATCH bpf-next v2 1/2] bpf: Check pointer type for all atomic RMW paths
` [PATCH bpf-next v2 2/2] selftests/bpf: Cover mixed arena and stack atomics

[PATCH 7.1.y v2 0/2] selftests: Fixes for BPF
 2026-08-17  3:25 UTC  (4+ messages)
` [PATCH 7.1.y v2 1/2] selftests/bpf: Ensure UDP sockets are bound
` [PATCH 7.1.y v2 2/2] selftests/bpf: Adapt sockmap update error handling

[RFC PATCH 0/4] mm/damon/perf: add ARM SPE AUX backend
 2026-08-17  2:57 UTC  (7+ messages)
` [RFC PATCH 1/4] mm/damon/perf: introduce AUX backend interface and Kconfig
` [RFC PATCH 2/4] mm/damon/perf: add AUX trace-buffer PMU backend for ARM SPE
` [RFC PATCH 3/4] mm/damon/perf: add KUnit tests for the SPE record parser
` [RFC PATCH 4/4] selftests/damon: add DAMON perf AUX backend test

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

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

[PATCH bpf-next v3 0/2] bpf, riscv: Add BPF stack arguments support for RV64 JIT
 2026-08-17  1:52 UTC  (3+ messages)
` [PATCH bpf-next v3 1/2] "

[PATCH v5 00/36] Private Memory NUMA Nodes
 2026-08-17  0:49 UTC  (4+ messages)
` [PATCH v5 25/36] mm/memory_hotplug: support N_MEMORY_PRIVATE node hotplug

[RFC PATCH 5/6] selftests: run tests on nommu architecture
 2026-08-15 21:58 UTC  (5+ messages)

[PATCH] selftests/proc: skip setns-dcache if CONFIG_UNIX is disabled
 2026-08-15 21:16 UTC 

[PATCH v2 2/4] sysctl: Reject uint arrays before calling the general proc_vec
 2026-08-15 16:04 UTC  (2+ messages)

[RFC PATCH bpf-next v2 0/2] libbpf: Improve BPF load performance by selectively loading kmod BTFs
 2026-08-15 15:35 UTC  (4+ messages)
` [RFC PATCH bpf-next v2 1/2] libbpf: support selective kernel module BTF loading via .kmod_btfs section

[PATCH 7.1.y 0/4] selftests: Fixes for BPF
 2026-08-15 12:42 UTC  (3+ messages)


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