linux-kselftest.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-08-11 08:25:29 to 2025-08-13 15:39:56 UTC [more...]

[PATCH v3 0/9] rust: use `kernel::{fmt,prelude::fmt!}`
 2025-08-13 15:39 UTC  (2+ messages)
` [PATCH v3 1/9] gpu: nova-core: "

[PATCH] KVM: selftests: fix minor typo in cpumodel_subfuncs
 2025-08-13 15:38 UTC 

[PATCH bpf v2 0/2] bpf: Allow fall back to interpreter for programs with stack size <= 512
 2025-08-13 15:29 UTC  (3+ messages)
` [PATCH bpf v2 1/2] "
` [PATCH bpf v2 2/2] selftests/bpf: Add socket filter attach test

[PATCH v8 00/30] TDX KVM selftests
 2025-08-13 14:42 UTC  (39+ messages)
` [PATCH v8 01/30] KVM: selftests: Add function to allow one-to-one GVA to GPA mappings
` [PATCH v8 02/30] KVM: selftests: Expose function that sets up sregs based on VM's mode
` [PATCH v8 03/30] KVM: selftests: Store initial stack address in struct kvm_vcpu
` [PATCH v8 04/30] KVM: selftests: Add vCPU descriptor table initialization utility
` [PATCH v8 05/30] KVM: selftests: Update kvm_init_vm_address_properties() for TDX
` [PATCH v8 06/30] KVM: selftests: Add helper functions to create TDX VMs
` [PATCH v8 07/30] KVM: selftests: TDX: Use KVM_TDX_CAPABILITIES to validate TDs' attribute configuration
` [PATCH v8 08/30] KVM: selftests: TDX: Update load_td_memory_region() for VM memory backed by guest memfd
` [PATCH v8 09/30] KVM: selftests: TDX: Add TDX lifecycle test
` [PATCH v8 10/30] KVM: selftests: TDX: Add report_fatal_error test
` [PATCH v8 21/30] KVM: selftests: TDX: Verify the behavior when host consumes a TD private memory
` [PATCH v8 23/30] KVM: selftests: Add functions to allow mapping as shared
` [PATCH v8 24/30] KVM: selftests: TDX: Add shared memory test
` [PATCH v8 25/30] KVM: selftests: KVM: selftests: Expose new vm_vaddr_alloc_private()

[PATCH 0/3] kho: fixes and cleanups
 2025-08-13 14:25 UTC  (8+ messages)
` [PATCH 1/3] kho: allow scratch areas with zero size
` [PATCH 2/3] lib/test_kho: fixes for error handling
` [PATCH 3/3] selftest/kho: update generation of initrd

[PATCH v4 0/3] execute PROCMAP_QUERY ioctl under per-vma lock
 2025-08-13 13:50 UTC  (8+ messages)
` [PATCH v4 1/3] selftests/proc: test PROCMAP_QUERY ioctl while vma is concurrently modified
` [PATCH v4 2/3] fs/proc/task_mmu: factor out proc_maps_private fields used by PROCMAP_QUERY
` [PATCH v4 3/3] fs/proc/task_mmu: execute PROCMAP_QUERY ioctl under per-vma locks

[PATCH bpf-next 0/4] Add overwrite mode for bpf ring buffer
 2025-08-13 13:22 UTC  (5+ messages)
` [PATCH bpf-next 1/4] bpf: "

[PATCH net v3 0/2] net: tcp: lookup the best matched listen socket
 2025-08-13 12:57 UTC  (11+ messages)
` [PATCH net v3 1/2] "
` [PATCH net v3 2/2] selftests/net: test TCP reuseport socket selection

[PATCH 0/4] selftests/mm/uffd: refactor global variables
 2025-08-13 11:33 UTC  (6+ messages)
` [PATCH v6 1/1] selftests/mm/uffd: Refactor non-composite global vars into struct

[PATCH v2 0/7] kunit: Refactor and extend KUnit's parameterized testing framework
 2025-08-13  9:18 UTC  (24+ messages)
` [PATCH v2 1/7] kunit: Add parent kunit for parameterized test context
` [PATCH v2 2/7] kunit: Introduce param_init/exit for parameterized test context management
` [PATCH v2 3/7] kunit: Pass parameterized test context to generate_params()
` [PATCH v2 4/7] kunit: Enable direct registration of parameter arrays to a KUnit test
` [PATCH v2 5/7] kunit: Add example parameterized test with shared resource management using the Resource API
` [PATCH v2 6/7] kunit: Add example parameterized test with direct dynamic parameter array setup
` [PATCH v2 7/7] Documentation: kunit: Document new parameterized test features

[PATCH][next] selftests/mm: Fix spelling mistake "mrmeap" -> "mremap"
 2025-08-13  8:19 UTC  (2+ messages)

[PATCH][next] selftests/mm: Fix spelling mistake "mrmeap" -> "mremap"
 2025-08-13  8:13 UTC  (3+ messages)

[PATCH] selftests/fs/mount-notify: Fix compilation failure
 2025-08-13  7:55 UTC  (5+ messages)

[PATCH] kunit: tool: Parse skipped tests from kselftest.h
 2025-08-13  6:32 UTC 

[PATCH] kunit: Always descend into kunit directory during build
 2025-08-13  6:28 UTC 

[PATCH v7 0/2] libbpf: fix USDT SIB argument handling causing unrecognized register error
 2025-08-13  6:23 UTC  (12+ messages)
` [PATCH v7 2/2] selftests/bpf: Force -O2 for USDT selftests to cover SIB handling logic
    `  "

[PATCH RFC V10 0/7] Add NUMA mempolicy support for KVM guest-memfd
 2025-08-13  6:10 UTC  (14+ messages)
` [PATCH RFC V10 1/7] mm/filemap: Add NUMA mempolicy support to filemap_alloc_folio()
` [PATCH RFC V10 2/7] mm/filemap: Extend __filemap_get_folio() to support NUMA memory policies
` [PATCH RFC V10 3/7] mm/mempolicy: Export memory policy symbols
` [PATCH RFC V10 4/7] KVM: guest_memfd: Use guest mem inodes instead of anonymous inodes
` [PATCH RFC V10 5/7] KVM: guest_memfd: Add slab-allocated inode cache
` [PATCH RFC V10 6/7] KVM: guest_memfd: Enforce NUMA mempolicy using shared policy
` [PATCH RFC V10 7/7] KVM: guest_memfd: selftests: Add tests for mmap and NUMA policy support

[PATCH v3 0/4] Better split_huge_page_test result check
 2025-08-13  3:38 UTC  (6+ messages)
` [PATCH v3 1/4] mm/huge_memory: add new_order and offset to split_huge_pages*() pr_debug
` [PATCH v3 2/4] selftests/mm: add check_folio_orders() helper
` [PATCH v3 3/4] selftests/mm: reimplement is_backed_by_thp() with more precise check
` [PATCH v3 4/4] selftests/mm: check after-split folio orders in split_huge_page_test

[PATCH] selftests/damon: fix damon selftests by installing _common.sh
 2025-08-13  3:04 UTC  (7+ messages)
    ` q[PATCH] "

[PATCH net v2 1/2] tls: handle data disappearing from under the TLS ULP
 2025-08-13  3:01 UTC  (5+ messages)

[PATCH net-next 0/5] selftests: drv-net: improve zerocopy tests
 2025-08-13  1:50 UTC  (19+ messages)
` [PATCH net-next 1/5] selftests: drv-net: add configs for zerocopy Rx
` [PATCH net-next 2/5] selftests: drv-net: devmem: remove sudo from system() calls
` [PATCH net-next 3/5] selftests: drv-net: devmem: add / correct the IPv6 support
` [PATCH net-next 4/5] selftests: net: terminate bkg() commands on exception
` [PATCH net-next 5/5] selftests: drv-net: devmem: flip the direction of Tx tests

[PATCH net-next v2] selftests: netconsole: Validate interface selection by MAC address
 2025-08-12 19:38 UTC 

[PATCH] watchdog-test.c: Remove unused variable in main
 2025-08-12 19:27 UTC  (2+ messages)

[PATCH net-next v2] selftests: drv-net: wait for carrier
 2025-08-12 17:55 UTC  (2+ messages)

[PATCH] kunit: Release resource upon __kunit_add_resource() failure in the Resource API
 2025-08-12 16:29 UTC 

[PATCH] selftests/bpf: Fix typo in kprobe_multi_test.c
 2025-08-12 15:37 UTC 

[PATCH 00/33] vfio: Introduce selftests for VFIO
 2025-08-12 15:04 UTC  (3+ messages)

[PATCH] kselftest/arm64: Don't open code SVE_PT_SIZE() in fp-ptrace
 2025-08-12 14:49 UTC 

[PATCH] kselftest/arm64: Log error codes in sve-ptrace
 2025-08-12 14:37 UTC 

[PATCH net] selftests: drv-net: wait for carrier
 2025-08-12 14:16 UTC  (3+ messages)

[PATCH net-next] selftests: netconsole: Validate interface selection by MAC address
 2025-08-12 14:01 UTC  (2+ messages)

[PATCH net v2 0/3] net: prevent deadlocks and mis-configuration with per-NAPI threaded config
 2025-08-12 12:50 UTC  (4+ messages)

[PATCH v2 0/2] selftests/fchmodat2: Error handling and general cleanups
 2025-08-12 12:00 UTC  (3+ messages)
` [PATCH v2 1/2] selftests/fchmodat2: Clean up temporary files and directories
` [PATCH v2 2/2] selftests/fchmodat2: Use ksft_finished()

[PATCH v5 00/15] kunit: Introduce UAPI testing framework
 2025-08-12  9:41 UTC  (6+ messages)

[PATCHv2 net 0/3] bonding: fix negotiation flapping in 802.3ad passive mode
 2025-08-12  9:23 UTC  (5+ messages)
` [PATCHv2 net 2/3] bonding: send LACPDUs periodically in passive mode after receiving partner's LACPDU
` [PATCHv2 net 3/3] selftests: bonding: add test for passive LACP mode

[PATCH] seccomp:seccomp_bpf: remove unused macros
 2025-08-12  8:30 UTC 

[PATCH v2 0/8] selftests: vDSO: Clean up vdso_test_abi and drop vdso_test_clock_getres
 2025-08-12  6:05 UTC  (10+ messages)
` [PATCH v2 1/8] selftests: vDSO: fix -Wunitialized in powerpc VDSO_CALL() wrapper
` [PATCH v2 2/8] selftests: vDSO: vdso_test_abi: Correctly skip whole test with missing vDSO
` [PATCH v2 3/8] selftests: vDSO: vdso_test_abi: Use ksft_finished()
` [PATCH v2 4/8] selftests: vDSO: vdso_test_abi: Drop clock availability tests
` [PATCH v2 5/8] selftests: vDSO: vdso_test_abi: Use explicit indices for name array
` [PATCH v2 6/8] selftests: vDSO: vdso_test_abi: Test CPUTIME clocks
` [PATCH v2 7/8] selftests: vDSO: vdso_test_abi: Add tests for clock_gettime64()
` [PATCH v2 8/8] selftests: vDSO: Drop vdso_test_clock_getres

[PATCH net-next 0/3] bonding: support aggregator selection based on port priority
 2025-08-12  4:48 UTC  (4+ messages)
` [PATCH net-next 1/3] bonding: add support for per-port LACP actor priority

[PATCH v2] selftests/net: Ensure assert() triggers in psock_tpacket.c
 2025-08-12  3:20 UTC  (2+ messages)

[PATCH] selftests/net: Replace non-standard __WORDSIZE with sizeof(long) * 8
 2025-08-12  3:20 UTC  (2+ messages)

[PATCH net] bonding: don't set oif to bond dev when getting NS target destination
 2025-08-12  3:15 UTC  (6+ messages)

[Patch v2] selftests/mm: do check_huge_anon() with a number been passed in
 2025-08-12  2:26 UTC  (4+ messages)

[PATCH v2] selftests/futex: fix format-security warnings in futex_priv_hash
 2025-08-12  0:50 UTC 

[PATCH net-next v4 4/4] selftests: drv-net: add test for RSS on flow label
 2025-08-12  0:37 UTC  (2+ messages)

[PATCH v3] selftests/tty: add TIOCSTI test suite
 2025-08-11 23:39 UTC  (2+ messages)

[PATCH v2 0/3] Better split_huge_page_test result check
 2025-08-11 21:28 UTC  (12+ messages)
` [PATCH v2 2/3] selftests/mm: add check_folio_orders() helper
` [PATCH v2 3/3] selftests/mm: check after-split folio orders in split_huge_page_test

[RFC PATCH v3 0/2] cgroup: Track time in cgroup v2 freezer
 2025-08-11 18:51 UTC  (3+ messages)
` [RFC PATCH v3 1/2] cgroup: cgroup.freeze.stat.local time accounting

[PATCH 0/3] Test CRC computation in interrupt contexts
 2025-08-11 18:26 UTC  (4+ messages)
` [PATCH 1/3] kunit, lib/crypto: Move run_irq_test() to common header
` [PATCH 2/3] lib/crc: crc_kunit: Test CRC computation in interrupt contexts
` [PATCH 3/3] lib/crc: Use underlying functions instead of crypto_simd_usable()

[PATCH -next] selftests/sched_ext: Remove duplicate sched.h header
 2025-08-11 18:24 UTC  (2+ messages)

[PATCH] KVM: loongarch: selftests: Remove common tests built by TEST_GEN_PROGS_COMMON
 2025-08-11 10:49 UTC  (2+ messages)

[PATCH 0/8] riscv: add initial support for hardware breakpoints
 2025-08-11  9:41 UTC  (3+ messages)
` [PATCH 5/8] riscv: hw_breakpoint: Use icount for single stepping


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).