Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2026-09-11 07:44:52 to 2026-09-12 19:02:32 UTC [more...]

[PATCH bpf-next v2 00/13] bpf: track scalar equality across the low 32 bits
 2026-09-12 19:02 UTC  (13+ 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 05/13] bpf: keep the range across a sign extension that cannot change it

[PATCH net-next v2] selftests: drv-net: add BIG TCP test cases
 2026-09-12 18:40 UTC  (4+ messages)

[PATCH net 2/2] selftests/tc-testing: add hhf hh_limit cap tests
 2026-09-12 18:09 UTC 

[PATCH net v2] selftests/net: Fix icmp.sh race between ping and tcpdump startup
 2026-09-12 17:41 UTC  (3+ messages)

[PATCH] selftests/mm: skip khugepaged file tests if mkfs.xfs is unavailable
 2026-09-12 13:29 UTC  (6+ messages)

[PATCH v2] selftests/alsa: Test writes to IEC958 controls
 2026-09-12 12:19 UTC  (4+ messages)
` [PATCH v3] "

[RFC PATCH v7 00/10] trace: stack trace deduplication for ftrace ring buffer
 2026-09-12  8:37 UTC  (11+ messages)
` [RFC PATCH v7 01/10] trace: add lock-free stackmap for stack trace deduplication
` [RFC PATCH v7 02/10] trace: use the stackmap from the ftrace stack recording path
` [RFC PATCH v7 03/10] trace: add stackmap statistics interface
` [RFC PATCH v7 04/10] trace: add stackmap binary export
` [RFC PATCH v7 05/10] trace: make the stackmap capacity settable on the kernel command line
` [RFC PATCH v7 06/10] Documentation: tracing: document the ftrace stackmap
` [RFC PATCH v7 07/10] tools/tracing: add a parser for the stackmap binary export
` [RFC PATCH v7 08/10] selftests/ftrace: add a stackmap basic functionality test
` [RFC PATCH v7 09/10] selftests/ftrace: add a stackmap reset and binary ABI test
` [RFC PATCH v7 10/10] selftests/ftrace: add a stackmap instance gating test

[PATCH net-next] selftests: drv-net: add BIG TCP test cases
 2026-09-12  5:11 UTC  (3+ messages)

[PATCH net-next v4 0/4] rtnetlink: dump link-layer multicast addresses
 2026-09-12  1:33 UTC  (10+ messages)
` [PATCH net-next v4 1/4] netlink: specs: rt-addr: fix the type of target-netnsid
` [PATCH net-next v4 2/4] rtnetlink: add AF_PACKET multicast dumps
` [PATCH net-next v4 3/4] netlink: specs: rt-addr: document "
` [PATCH net-next v4 4/4] selftests: net: test "

[PATCH net-next V4 01/14] net/mlx5e: Generalize TC <-> IPsec mutual exclusion
 2026-09-12  1:25 UTC  (3+ messages)

[PATCH net-next V4 00/14] net/mlx5e: Add support for HW-GRO to PSP
 2026-09-12  1:24 UTC  (4+ messages)
` [PATCH net-next V4 14/14] selftests: drv-net: Add PSP HW GRO conformance tests

[PATCH bpf-next] selftests/bpf: Tolerate libarena skeleton failures under BPF_STRICT_BUILD=0
 2026-09-12  0:59 UTC  (6+ messages)

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

[PATCH net-next] selftests: netdevsim: add TEST_INCLUDES to Makefile
 2026-09-12  0:30 UTC  (3+ messages)

[PATCH net-next v2 4/4] docs: netconsole: document rate limit feature
 2026-09-12  0:06 UTC  (2+ messages)

[PATCH net-next v2 3/4] netconsole: allow configuring the rate limit burst through configfs
 2026-09-12  0:06 UTC  (2+ messages)

[PATCH net-next v2 2/4] netconsole: allow configuring the rate limit interval through configfs
 2026-09-12  0:06 UTC  (2+ messages)

[PATCH net-next v2 1/4] netconsole: add a per-target message rate limit
 2026-09-12  0:06 UTC  (2+ messages)

[PATCH net 0/2] ipv6: rpl: fix loop detection for separated local addresses
 2026-09-11 23:11 UTC  (3+ messages)
` [PATCH net 1/2] "
` [PATCH net 2/2] selftests: net: add RPL SRH loop test

[PATCH net-next v2] selftests: net: move log_test to lib file and remove duplicate code
 2026-09-11 23:08 UTC  (3+ messages)

[PATCH net-next v2 0/5] fbnic: Support larger RX pages
 2026-09-11 22:47 UTC  (4+ messages)
` [PATCH net-next v2 1/5] net: Add netdev_config helpers

[PATCH net-next] selftests: drv-net: remove duplicate functions in hds.py
 2026-09-11 22:42 UTC 

[PATCH net-next] selftests: net: add ruff linter exclusions
 2026-09-11 22:17 UTC  (2+ messages)

[PATCH v10 00/28] KVM: Enable FRED support with KVM VMX
 2026-09-11 21:36 UTC  (29+ messages)
` [PATCH v10 01/28] KVM: VMX: Enable support for secondary VM exit controls
` [PATCH v10 02/28] KVM: VMX: Initialize VM entry/exit FRED controls in vmcs_config
` [PATCH v10 03/28] KVM: VMX: Disable FRED if FRED consistency checks fail
` [PATCH v10 04/28] x86/cea: Prefix event stack names with ESTACK_
` [PATCH v10 05/28] x86/cea: Use array indexing to simplify exception stack access
` [PATCH v10 06/28] x86/fred: Export this_cpu_fred_rsp() for KVM usage
` [PATCH v10 07/28] KVM: VMX: Initialize VMCS FRED fields
` [PATCH v10 08/28] KVM: VMX: Set FRED MSR intercepts
` [PATCH v10 09/28] KVM: VMX: Save/restore guest FRED RSP0
` [PATCH v10 10/28] KVM: VMX: Add support for saving and restoring FRED MSRs
` [PATCH v10 11/28] KVM: x86: Add a helper to detect if FRED is enabled for a vCPU
` [PATCH v10 12/28] KVM: x86: Add a new save/restore flag for FRED metadata
` [PATCH v10 13/28] KVM: VMX: Virtualize FRED nested exception tracking
` [PATCH v10 14/28] KVM: VMX: Virtualize FRED event_data
` [PATCH v10 15/28] KVM: x86: Include CR4.FRED in the emulator CR4 write mask
` [PATCH v10 16/28] KVM: x86: Mark CR4.FRED as not reserved
` [PATCH v10 17/28] KVM: x86: Handle CR4.FRED when emulating RSM
` [PATCH v10 18/28] KVM: VMX: Dump FRED context in dump_vmcs()
` [PATCH v10 19/28] KVM: x86: Advertise support for FRED
` [PATCH v10 20/28] KVM: nVMX: Enable support for secondary VM exit controls
` [PATCH v10 21/28] KVM: nVMX: Handle FRED VMCS fields in nested VMX context
` [PATCH v10 22/28] KVM: nVMX: Restrict event data VMCS fields to FRED-supported hosts
` [PATCH v10 23/28] KVM: nVMX: Shadow ORIGINAL_EVENT_DATA and INJECTED_EVENT_DATA fields
` [PATCH v10 24/28] KVM: nVMX: Validate FRED-related VMCS fields
` [PATCH v10 25/28] KVM: nVMX: Enable VMX FRED controls
` [PATCH v10 26/28] KVM: selftests: Add FRED MSRs to msrs_test
` [PATCH v10 27/28] KVM: selftests: Add a new VM guest mode to run user level code
` [PATCH v10 28/28] KVM: selftests: Add fred exception tests

[PATCH v4 00/19] crypto: cmh - add Rambus CryptoManager Hub driver
 2026-09-11 21:29 UTC  (4+ messages)
` [PATCH v4 04/19] crypto: cmh - add SHA-2/SHA-3/SHAKE ahash

[RFC PATCH 0/5] liveupdate: LIVEUPDATE_SESSION_RETRIEVE_INTO_FD
 2026-09-11 21:10 UTC  (5+ messages)

[PATCH v2] kselftest: mm: remove exclusion of building soft-dirty test in arm64
 2026-09-11 21:06 UTC 

[PATCH] kunit: Fix kunit_register_params_array() reference in kernel-doc
 2026-09-11 20:39 UTC 

[PATCH] kunit: configs: Enable DRM tests
 2026-09-11 20:25 UTC 

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

[PATCH net-next v2 5/5] selftests: drv-net: Test large zcrx buffers
 2026-09-11 18:16 UTC  (2+ messages)

[PATCH net-next v2 4/5] fbnic: Support larger memory-provider RX pages
 2026-09-11 18:16 UTC  (2+ messages)

[PATCH net-next v2 3/5] net: Revalidate queue config for ringparam changes
 2026-09-11 18:16 UTC  (2+ messages)

[PATCH] kselftest: mm: remove exclusion of building soft-dirty test in arm64
 2026-09-11 17:53 UTC  (5+ messages)

[PATCH][next] selftests/bpf: test_xsk: Fix spelling mistake "conigure" -> "configure"
 2026-09-11 17:40 UTC  (2+ messages)

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

[PATCH net-next v2] tools: ynl: Fix out-of-tree build for ynltool
 2026-09-11 16:47 UTC  (2+ messages)

[PATCH v2 0/9] KVM: selftests: Add Zhaoxin CPU support
 2026-09-11 16:32 UTC  (5+ messages)
` [PATCH v2 6/9] KVM: selftests: Skip PERF_CAPABILITIES vCPU checks without PDCM
` [PATCH v2 9/9] KVM: selftests: vmx_apic_access_test: Check APIC virtualization support

[PATCH net-next v2 0/2] selftests: net: Exercise TCP payload verification
 2026-09-11 16:06 UTC  (3+ messages)
` [PATCH net-next v2 1/2] selftests: net: Add TCP payload verification to udpgso_bench_rx
` [PATCH net-next v2 2/2] selftests: net: Exercise TCP payload verification in udpgso_bench.sh

[PATCH] selftests: kvm: Fix transposed calloc() arguments in the uffd helper
 2026-09-11 16:02 UTC  (2+ messages)

[PATCH net-next] selftests: net: Add TCP payload verification to udpgso_bench_rx
 2026-09-11 15:53 UTC  (3+ messages)

[PATCH 0/2] powercap: Introduce generic hierarchy helpers and selftests
 2026-09-11 15:48 UTC  (4+ messages)

[PATCH v10 0/6] selftests/mm: separate GUP microbenchmarking from functional testing
 2026-09-11 15:48 UTC  (8+ messages)
` [PATCH v10 1/6] selftests/mm: make file helpers return errors
` [PATCH v10 2/6] tools/lib/mm: add shared file helpers
` [PATCH v10 3/6] tools/lib/mm: move hugepage_settings out of selftests
` [PATCH v10 4/6] tools/mm: move gup_test from selftests/mm to tools/mm
` [PATCH v10 5/6] tools/mm: make gup_bench a benchmark only tool
` [PATCH v10 6/6] selftests/mm: add a GUP selftest

[PATCH 0/8] KVM: arm64: Add KVM_PRE_FAULT_MEMORY support
 2026-09-11 15:44 UTC  (10+ messages)
` [PATCH 8/8] KVM: selftests: Add nested pre-fault test for arm64

[PATCH bpf-next] selftests/bpf: Replace %pK output with 0
 2026-09-11 15:41 UTC  (2+ messages)

[PATCH v2] selftests/alsa: Test writes to IEC958 controls
 2026-09-11 15:08 UTC  (3+ messages)

[PATCH v2] kselftest: mm: fix potential failure for merged VMA in guard-regions
 2026-09-11 15:02 UTC  (3+ messages)

[PATCH] kselftest: mm: fix potential failure for merged VMA in guard-regions
 2026-09-11 14:18 UTC  (6+ messages)

[PATCH bpf v3 0/2] net: xdp: fix bpf_xdp_shrink_data() page handling on generic XDP and veth
 2026-09-11 13:56 UTC  (3+ messages)
` [PATCH bpf v3 1/2] bpf, veth: xdp: fix page_pool page leak on skb-backed XDP
` [PATCH bpf v3 2/2] selftests/bpf: add xdp_shrink_frags

[PATCH] kselftest/arm64: Fix size of thread_data values for pthread_join()
 2026-09-11 13:44 UTC  (2+ messages)

[PATCH net-next] selftests: drv-net: warn if LOCAL_V6 has DAD or not kept on link down
 2026-09-11 13:25 UTC  (3+ messages)

[PATCH v3 0/9] KVM: guest_memfd: folio migration for non-confidential VMs
 2026-09-11 13:22 UTC  (9+ messages)
` [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 v2 0/3] rv: per-edge dwell-time statistics for per-cpu monitors
 2026-09-11 12:34 UTC  (4+ messages)
` [PATCH v2 1/3] rv: add per-edge dwell-time statistics primitive
` [PATCH v2 2/3] rv: add per-monitor edge-stat facility and stats file
` [PATCH v2 3/3] rv: collect per-edge dwell time for per-cpu DA/HA monitors

[PATCH v10 0/9] riscv: add SBI Supervisor Software Events support
 2026-09-11 12:14 UTC  (10+ messages)
` [PATCH v10 1/9] riscv: add SBI SSE extension definitions
` [PATCH v10 2/9] riscv: add support for SBI Supervisor Software Events extension
` [PATCH v10 3/9] riscv: sse: mask events during shutdown and kexec
` [PATCH v10 4/9] drivers: firmware: add riscv SSE support
` [PATCH v10 5/9] riscv: mm: avoid enabling interrupts for nofault page faults
` [PATCH v10 6/9] perf: RISC-V: support callchains with SSE delivery
` [PATCH v10 7/9] perf: RISC-V: add support for SSE event
` [PATCH v10 8/9] selftests/riscv: add SSE test module
` [PATCH v10 9/9] selftests/riscv: add perf user-stack SSE copy regression test

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

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

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

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

[PATCH] KVM: selftests: Add a test for nested virtual NMI support
 2026-09-11 10:21 UTC 

[PATCH] selftests: net: fou_mcast_encap: conditionally load fou module and skip IPv4 case
 2026-09-11 10:01 UTC 

[PATCH bpf-next v2 07/13] bpf: track low-32 scalar equality across sign-extending movs
 2026-09-11 10:00 UTC  (3+ messages)

[PATCH v13 00/44] guest_memfd: In-place conversion support
 2026-09-11  9:45 UTC  (6+ messages)
` [PATCH v13 01/44] KVM: guest_memfd: Optimize away conversion overheads via dead-code elimination
` [PATCH v13 07/44] KVM: Rename kvm_mem_is_private() to kvm_is_private_gfn()

[PATCH v3 0/3] sched/fair: remove quota/burst write-order dependency
 2026-09-11  9:22 UTC  (4+ messages)
` [PATCH v3 1/3] "
` [PATCH v3 2/3] selftests: cgroup: test CPU quota and burst write order
` [PATCH v3 3/3] docs: cgroup-v2: document CPU quota and burst ordering

[RFC PATCH v2 0/5] blk-iocost: BPF struct_ops cost model
 2026-09-11  9:20 UTC  (2+ messages)

[PATCH v5 2/4] selftests/cgroup: add memcg_stat_cross_cpu correctness test for flush
 2026-09-11  8:03 UTC  (2+ messages)

[PATCH bpf-next v2 08/13] selftests/bpf: cover the low-32 link for sign-extending movs
 2026-09-11  8:00 UTC  (3+ messages)

[PATCH v5 4/4] selftests/sched_ext: build BPF schedulers via the shared lib.bpf.mk
 2026-09-11  7:44 UTC  (2+ messages)

[PATCH v5 3/4] selftests/hid: build the BPF program via the shared lib.bpf.mk
 2026-09-11  7:44 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