linux-kselftest.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2026-08-14 03:15:19 to 2026-08-15 10:28:46 UTC [more...]

[PATCH v4 RESEND 0/5] KVM: riscv: Add KVM_PRE_FAULT_MEMORY support
 2026-08-15 10:28 UTC 

[PATCH v4 0/5] KVM: riscv: Add KVM_PRE_FAULT_MEMORY support
 2026-08-15 10:08 UTC  (6+ messages)
` [PATCH v4 1/5] KVM: riscv: Avoid overwriting G-stage tables with huge leaves
` [PATCH v4 2/5] KVM: riscv: Avoid THP adjustment for existing 4K G-stage leaves
` [PATCH v4 3/5] KVM: riscv: Implement KVM_PRE_FAULT_MEMORY
` [PATCH v4 4/5] KVM: selftests: Add RISC-V Sv57 page table indexing
` [PATCH v4 5/5] KVM: selftests: Enable pre_fault_memory_test for RISC-V

[PATCH] selftests/lkdtm: Add missing crashtypes to tests.txt
 2026-08-15 10:04 UTC 

[PATCH] selftests/zram: emit KTAP output
 2026-08-15  9:49 UTC 

[PATCH v14 00/22] TDX KVM selftests
 2026-08-15  9:17 UTC  (21+ messages)
` [PATCH v14 03/22] KVM: selftests: Initialize the TDX VM
` [PATCH v14 09/22] KVM: selftests: Expose functions to get default sregs values
` [PATCH v14 12/22] KVM: selftests: Require guest_memfd for TDX VMs
` [PATCH v14 14/22] KVM: selftests: Expose function to allocate vCPU stack
` [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 v14 17/22] KVM: selftests: Set entry point for TDX guest code

[PATCH bpf-next v3 0/5] bpf: fix stream capacity, read, and oversize handling
 2026-08-15  9:02 UTC  (7+ messages)
  ` [PATCH bpf-next v3 1/5] bpf: roll back stream capacity when allocation fails
  ` [PATCH bpf-next v3 2/5] bpf: fix stream capacity leak in staging path
  ` [PATCH bpf-next v3 3/5] bpf: return partial progress from bpf_stream_read on fault
  ` [PATCH bpf-next v3 4/5] bpf: reject oversized bpf_stream_vprintk output with -E2BIG
  ` [PATCH bpf-next v3 5/5] selftests/bpf: cover stream capacity and partial read edge cases

[PATCH v2] selftests/mm: emit KTAP output from ksft_kmemleak_dedup
 2026-08-15  8:42 UTC 

[PATCH v2 0/3] selftests/mm: TAP output and global-state fixes
 2026-08-15  8:07 UTC  (4+ 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 v2 1/2] net: advertise TCP MSS from the configured MTU, not the learned PMTU
 2026-08-15  7:15 UTC  (2+ messages)
` [PATCH net v2 2/2] selftests: net: packetdrill: add tests for advertised MSS with PMTU exceptions

[PATCH v7 17/36] KVM: x86: Allow KVM master clock mode when TSCs are offset from each other
 2026-08-15  7:02 UTC  (14+ messages)

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

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

[PATCH v2 0/4] spi: Fix DMA mapping ownership on partial map failure
 2026-08-15  2:32 UTC  (12+ messages)
` [PATCH v2 1/4] "
` [PATCH v2 2/4] spi: Move __spi_unmap_msg() before __spi_map_msg()
` [PATCH v2 3/4] spi: Clear current DMA devices when unmapping a message
` [PATCH v2 4/4] spi: Add KUnit coverage for DMA mapping error paths

[PATCH v4 00/19] selftests/mm: improve khugepaged coverage
 2026-08-15  1:59 UTC  (20+ messages)
` [PATCH v4 01/19] selftests/mm: raise the khugepaged test-case cap
` [PATCH v4 02/19] selftests/mm: skip collapse_compound_extreme() where the PMD is too large
` [PATCH v4 03/19] selftests/mm: scale khugepaged's collapse wait with the PMD size
` [PATCH v4 04/19] selftests/mm: skip khugepaged page cache cases without a PMD folio
` [PATCH v4 05/19] selftests/mm: make the swap cases' swapout reliable
` [PATCH v4 06/19] selftests/mm: stop khugepaged during the MADV_COLLAPSE cases
` [PATCH v4 07/19] selftests/mm: move is_backed_by_folio() into vm_util
` [PATCH v4 08/19] selftests/mm: add folio-order check for address ranges
` [PATCH v4 09/19] selftests/mm: add folio-order detection self-check
` [PATCH v4 10/19] selftests/mm: add khugepaged completion barrier helper
` [PATCH v4 11/19] selftests/mm: add order-parameterized khugepaged collapse cases
` [PATCH v4 12/19] selftests/mm: parameterize the mixed-source collapse case by source order
` [PATCH v4 13/19] selftests/mm: cover a shared-source collapse write race
` [PATCH v4 14/19] selftests/mm: run every supported collapse order by default
` [PATCH v4 15/19] selftests/mm: check that one khugepaged pass collapses one window
` [PATCH v4 16/19] selftests/mm: add khugepaged race harness
` [PATCH v4 17/19] selftests/mm: race collapse of windows with holes
` [PATCH v4 18/19] selftests/mm: add memory-pressure threads to the khugepaged race harness
` [PATCH v4 19/19] selftests/mm: zap whole PTE tables in "

[PATCH v3 0/4] selftests/ftrace: Add a boottime tracing test framework
 2026-08-14 23:58 UTC  (4+ messages)

[RFC bpf-next 0/6] bpf: track scalar equality across the low 32 bits
 2026-08-14 23:19 UTC  (7+ messages)
` [RFC bpf-next 1/6] bpf: turn bpf_reg_state->precise into a flags field [NFC]
` [RFC bpf-next 2/6] bpf: move the linked-scalar flags into bpf_reg_state->flags [NFC]
` [RFC bpf-next 3/6] bpf: support low-32 subreg scalar linking for zero-extending movs
` [RFC bpf-next 4/6] selftests/bpf: cover low-32 subreg-equal link "
` [RFC bpf-next 5/6] bpf: support low-32 subreg scalar linking for sign-extending movs
` [RFC bpf-next 6/6] selftests/bpf: cover 32-bit sign-extension low-32 links

[PATCH net-next 0/4] Improve stability of big_tcp_tunnels.sh selftest
 2026-08-14 23:07 UTC  (6+ messages)
` [PATCH net-next 1/4] selftests: net: Wait for netserver to launch
` [PATCH net-next 2/4] selftests: net: Lower threshold on debug kernels for big_tcp_tunnels.sh
` [PATCH net-next 3/4] selftests: net: Lower threshold with csum offload off in big_tcp_tunnels.sh
` [PATCH net-next 4/4] selftests: net: Fix slow configurations "

[RFC PATCH 4/6] selftests: fix build errors on alpine linux
 2026-08-14 22:35 UTC  (11+ messages)
` [RFC PATCH 5/6] selftests: run tests on nommu architecture
` [RFC PATCH 6/6] selftests/mm: add nommu mmap and mremap behavior tests

[PATCH net-next 00/11] mptcp: misc. features for v7.3
 2026-08-14 22:21 UTC  (2+ messages)

[PATCH net-next v2 1/2] selftests: drv-net: devmem: fix 5-tuple flow steering
 2026-08-14 21:17 UTC  (9+ messages)

[PATCH] selftests/cgroup: remove redundant chown in test_cgcore_lesser_ns_open
 2026-08-14 21:01 UTC  (4+ messages)
` [PATCH v2] "

[PATCH bpf-next 0/5] bpf: Followups for global percpu data series
 2026-08-14 20:40 UTC  (11+ messages)
` [PATCH bpf-next 1/5] bpf: Drop duplicate blank line in verifier
` [PATCH bpf-next 2/5] libbpf: Avoid unnecessary mmap resize for percpu data maps
` [PATCH bpf-next 3/5] bpftool: Update comments about skel "
` [PATCH bpf-next 4/5] selftests/bpf: Avoid flaky resize value test for percpu data
` [PATCH bpf-next 5/5] selftests/bpf: Improve readability in iter "

[PATCH net-next v3] selftests: drv-net: devmem: fix 5-tuple flow steering
 2026-08-14 20:27 UTC 

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

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

[PATCH v2 0/4] sysctl: Disallow partial updates of miss-formatted sysctl vectors
 2026-08-14 19:36 UTC  (6+ messages)
` [PATCH v2 1/4] sysctl: Split data conversion and file position handling
` [PATCH v2 2/4] sysctl: Reject uint arrays before calling the general proc_vec
` [PATCH v2 3/4] sysctl: Disallow partial updates for erroneous sysctl vectors
` [PATCH v2 4/4] sysctl: Add 0013 to test partially updated vectors

[PATCH bpf-next v12 10/10] selftests/bpf: Verify bpf_iter for global percpu data
 2026-08-14 19:34 UTC  (4+ messages)

[PATCH net-next] selftests: drv-net: bump the timeout to 15min
 2026-08-14 19:20 UTC  (3+ messages)

[PATCH v5 net-next 0/2] ECN offload handling series
 2026-08-14 19:14 UTC  (11+ messages)
` [PATCH v5 net-next 1/2] net: update comments for SKB_GSO_TCP_ECN and SKB_GSO_TCP_ACCECN

[PATCH] mm/secretmem: properly account locked pages
 2026-08-14 18:46 UTC 

[PATCH v10 00/41] guest_memfd: In-place conversion support
 2026-08-14 18:13 UTC  (20+ messages)
` [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 16/41] KVM: guest_memfd: Zero page while getting pfn
` [PATCH v10 18/41] KVM: TDX: Make source page optional for KVM_TDX_INIT_MEM_REGION
` [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 bpf-next v12 00/10] bpf: Introduce global percpu data
 2026-08-14 18:00 UTC  (7+ messages)
` [PATCH bpf-next v12 06/10] bpftool: Generate skeleton for "

[PATCH v7 net-next 0/2] Explicit TSO segment count
 2026-08-14 17:30 UTC  (3+ messages)
` [PATCH v7 net-next 1/2] tcp: Replace min_tso_segs() with tso_segs() CC callback
` [PATCH v7 net-next 2/2] bpf: make tcp_tso_autosize() available to BPF congestion controls

[PATCH net-next] selftests: net: move log_test to lib file and remove duplicate code
 2026-08-14 17:28 UTC  (3+ messages)

[PATCH v2 2/2] selftests/x86: add generic prctl shadow stack test
 2026-08-14 17:21 UTC  (2+ messages)

[PATCH v2 1/2] x86/shstk: support via prctl
 2026-08-14 17:21 UTC  (2+ messages)

[PATCH v3 0/4] selftests: shared lib.bpf.mk for building BPF progs and skeletons
 2026-08-14 17:21 UTC  (9+ messages)
` [PATCH v3 1/4] selftests: add shared lib.bpf.mk to build "
` [PATCH v3 2/4] selftests/cgroup: add memcg_stat_cross_cpu correctness test for flush
` [PATCH v3 3/4] selftests/hid: build the BPF program via the shared lib.bpf.mk
` [PATCH v3 4/4] selftests/sched_ext: build BPF schedulers "

[PATCH] selftests/core: fix unshare_test with large fs.nr_open
 2026-08-14 16:57 UTC 

[PATCH net-next v5 0/6] selftests: net: multithreaded multiqueue iou-zcrx
 2026-08-14 16:06 UTC  (9+ messages)
` [PATCH net-next v5 3/6] selftests: net: refactor server state into struct thread_ctx
` [PATCH net-next v5 4/6] selftests: net: add multithread client support to iou-zcrx
` [PATCH net-next v5 5/6] selftests: net: add multithread server "
` [PATCH net-next v5 6/6] selftests: net: add rss_multiqueue test variant "

[PATCH] futex: Avoid hash-bucket locking for mismatched waits
 2026-08-14 16:02 UTC  (5+ messages)

[PATCH] futex: Avoid hash-bucket locking for mismatched waits
 2026-08-14 15:55 UTC  (4+ messages)

[PATCH v2 0/8] nfsd/sunrpc: harden the netlink listener interfaces
 2026-08-14 15:28 UTC  (7+ messages)
` [PATCH v2 4/8] SUNRPC: undo partial rpcbind registrations when svc_register() fails

[PATCH 00/11] coredump: allow to create sparse coredumps on the coredump socket
 2026-08-14 15:28 UTC  (3+ messages)

[PATCH bpf-next] selftests/bpf: Move tracing_multi_bench_attach to bench
 2026-08-14 14:54 UTC  (4+ messages)

[RFC PATCH 0/5] perf/core: add AUX buffer kernel-consumer API
 2026-08-14 14:49 UTC  (6+ messages)
` [RFC PATCH 1/5] perf/core: add AUX buffer ownership for kernel events
` [RFC PATCH 2/5] perf/core: add AUX ring accessors for kernel consumers
` [RFC PATCH 3/5] perf/core: add KUnit tests for AUX kernel-consumer API
` [RFC PATCH 4/5] selftests/perf_events: add userspace AUX regression test
` [RFC PATCH 5/5] selftests/perf_events: add AUX kernel API selftest script

[PATCH v3 00/18] selftests/mm: improve khugepaged coverage
 2026-08-14 13:29 UTC  (6+ messages)
` [PATCH v3 05/18] selftests/mm: keep khugepaged out of the swapout the swap cases set up

[PATCH v5 00/36] Private Memory NUMA Nodes
 2026-08-14 13:27 UTC  (5+ messages)

[PATCH bpf-next v3 0/2] bpf: Enforce gotox targets against subprog bounds
 2026-08-14 12:09 UTC  (4+ messages)
` [PATCH bpf-next v3 2/2] selftests/bpf: Add cross-subprog gotox target coverage

[PATCH v5 00/16] mm/rmap: index MAP_PRIVATE file-backed folios by anonymous pgoff
 2026-08-14  9:45 UTC  (7+ messages)

[PATCH v4 4/4] selftests/kho: add LoongArch vmtest support
 2026-08-14  8:26 UTC  (3+ messages)

[PATCH] mm/secretmem: prevent uncharged mremap expansion after fork
 2026-08-14  8:21 UTC  (2+ messages)

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

[PATCH bpf v5 0/2] selftest/bpf: make test_tc_tunnel and test_tc_edt more robust to CI load
 2026-08-14  7:49 UTC  (5+ messages)
` [PATCH bpf v5 1/2] bpf/selftests: fix comment style in network_helpers.c
` [PATCH bpf v5 2/2] selftests/bpf: allocate a larger timeout for connection

[PATCH v7 00/36] Cleaning up the KVM clock mess
 2026-08-14  7:27 UTC  (4+ messages)
` [PATCH v7 31/36] KVM: x86: Add KVM_[GS]ET_CLOCK_GUEST for accurate KVM clock migration

[PATCH bpf-next v12 07/10] selftests/bpf: Add tests to verify global percpu data
 2026-08-14  6:13 UTC  (3+ messages)

[PATCH bpf-next v12 05/10] libbpf: Add support for global percpu data
 2026-08-14  6:11 UTC  (3+ messages)

[PATCH bpf-next v12 02/10] bpf: Factor out check_map_mem_read helper in verifier
 2026-08-14  6:10 UTC  (3+ messages)

[PATCH bpf-next v12 01/10] bpf: Drop duplicate blank lines in kernel/bpf/
 2026-08-14  6:07 UTC  (3+ messages)

[PATCH v2 0/3] KVM: riscv: Add KVM_PRE_FAULT_MEMORY support
 2026-08-14  3:51 UTC  (3+ messages)
` [PATCH v2 3/3] KVM: selftests: Enable pre_fault_memory_test for RISC-V

[PATCH net-next v10] selftests/net/openvswitch: add SCTP flow key support and test
 2026-08-14  3:24 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;
as well as URLs for NNTP newsgroup(s).