linux-kselftest.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-08-08 10:54:37 to 2025-08-12 04:02:20 UTC [more...]

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

[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  (9+ 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 net-next 0/5] selftests: drv-net: improve zerocopy tests
 2025-08-12  0:15 UTC  (12+ 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 v3] selftests/tty: add TIOCSTI test suite
 2025-08-11 23:39 UTC  (2+ messages)

[PATCH v4 0/3] execute PROCMAP_QUERY ioctl under per-vma lock
 2025-08-11 23:14 UTC  (6+ 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 v2 0/7] kunit: Refactor and extend KUnit's parameterized testing framework
 2025-08-11 22:17 UTC  (8+ 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 v2 0/3] Better split_huge_page_test result check
 2025-08-11 21:28 UTC  (19+ messages)
` [PATCH v2 1/3] mm/huge_memory: add new_order and offset to split_huge_pages*() pr_debug
` [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

[PATCH RFC V10 0/7] Add NUMA mempolicy support for KVM guest-memfd
 2025-08-11 21:23 UTC  (12+ 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 v8 00/30] TDX KVM selftests
 2025-08-11 21:07 UTC  (28+ 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 08/30] KVM: selftests: TDX: Update load_td_memory_region() for VM memory backed by guest memfd
` [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()

[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 net-next] selftests: netconsole: Validate interface selection by MAC address
 2025-08-11 18:32 UTC 

[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 net v2 0/3] net: prevent deadlocks and mis-configuration with per-NAPI threaded config
 2025-08-11 15:52 UTC  (9+ messages)
` [PATCH net v2 1/3] selftests: drv-net: don't assume device has only 2 queues
` [PATCH net v2 2/3] net: update NAPI threaded config even for disabled NAPIs
` [PATCH net v2 3/3] net: prevent deadlocks when enabling NAPIs with mixed kthread config

[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

[PATCH 0/3] kho: fixes and cleanups
 2025-08-11  8:25 UTC  (4+ 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 V9 0/7] Add NUMA mempolicy support for KVM guest-memfd
 2025-08-11  8:02 UTC  (5+ messages)
` [PATCH V9 1/7] KVM: guest_memfd: Use guest mem inodes instead of anonymous inodes

[PATCH] selftests/coredump: Remove the read() that fails the test
 2025-08-11  7:49 UTC 

[PATCH v5] kunit: qemu_configs: Add MIPS configurations
 2025-08-11  7:07 UTC 

[PATCH v2] kunit: Enable PCI on UML without triggering WARN()
 2025-08-11  6:35 UTC 

[linus:master] [selftests/fs/mount] c6d9775c20: kernel-selftests.filesystems/mount-notify.make.fail
 2025-08-11  5:24 UTC 

[PATCH] selftests/mm: do check_huge_anon() with a number been passed in
 2025-08-11  0:51 UTC  (8+ messages)

[PATCH] selftests/futex: Fix some futex_numa_mpol subtests
 2025-08-10 22:27 UTC 

[PATCH v3 00/13] stackleak: Support Clang stack depth tracking
 2025-08-10 21:12 UTC  (2+ messages)

[PATCH v8 00/14] riscv: add SBI FWFT misaligned exception delegation support
 2025-08-10 21:12 UTC  (2+ messages)

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

[PATCH -rebased 14/15] selftests/sched_ext: Add test for sched_ext dl_server
 2025-08-09 18:48 UTC  (2+ messages)
` [PATCH -rebased 15/15] selftests/sched_ext: Add test for DL server total_bw consistency

[PATCH v3 0/7] selftests/mm: Fix false positives and skip unsupported tests
 2025-08-09 18:32 UTC  (11+ messages)
` [PATCH v3 3/7] selftest/mm: Fix ksm_funtional_test failures

[PATCH v2 1/1] selftests/futex: Check for shmget support at runtime
 2025-08-09 10:28 UTC  (2+ messages)
` [PATCH v4] "

[PATCH] selftests/filesystems/binderfs: Skip tests if user namespaces are unavailable
 2025-08-09  9:26 UTC  (2+ messages)
` [PATCH v2] selftests/binderfs: Add CONFIG_USER_NS dependency

[PATCH] selftests/futex: Skip futex_waitv tests if ENOSYS
 2025-08-09  8:32 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v3] selftests/futex: Check for shmget support at runtime
 2025-08-09  7:17 UTC 

[PATCH RFC v2 0/2] KVM: arm64: PMU: Use multiple host PMUs
 2025-08-09  6:15 UTC  (8+ messages)
` [PATCH RFC v2 1/2] KVM: arm64: PMU: Introduce KVM_ARM_VCPU_PMU_V3_COMPOSITION

[PATCH net] selftests: drv-net: wait for carrier
 2025-08-08 22:57 UTC 

[PATCH v12 iproute2-next 0/3] DUALPI2 iproute2 patch
 2025-08-08 18:20 UTC  (2+ messages)

[PATCH v19 00/27] riscv control-flow integrity for usermode
 2025-08-08 17:20 UTC  (6+ messages)

[PATCH bpf-next v3] selftests/bpf: Add LPM trie microbenchmarks
 2025-08-08 16:42 UTC  (7+ messages)

[RFC PATCH 00/18] cgroup/cpuset: Enable runtime modification of
 2025-08-08 16:27 UTC  (21+ messages)
` [RFC PATCH 01/18] sched/isolation: Enable runtime update of housekeeping cpumasks
` [RFC PATCH 02/18] sched/isolation: Call sched_tick_offload_init() when HK_FLAG_KERNEL_NOISE is first set
` [RFC PATCH 03/18] sched/isolation: Use RCU to delay successive housekeeping cpumask updates
` [RFC PATCH 04/18] sched/isolation: Add a debugfs file to dump housekeeping cpumasks
` [RFC PATCH 05/18] cpu/hotplug: Add a new cpuhp_offline_cb() API
` [RFC PATCH 06/18] cgroup/cpuset: Introduce a new top level isolcpus_update_mutex
` [RFC PATCH 07/18] cgroup/cpuset: Allow overwriting HK_TYPE_DOMAIN housekeeping cpumask
` [RFC PATCH 08/18] cgroup/cpuset: Use CPU hotplug to enable runtime nohz_full modification
` [RFC PATCH 09/18] cgroup/cpuset: Revert "Include isolated cpuset CPUs in cpu_is_isolated() check"
` [RFC PATCH 10/18] sched/core: Ignore DL BW deactivation error if in cpuhp_offline_cb_mode
` [RFC PATCH 11/18] tick/nohz: Make nohz_full parameter optional
` [RFC PATCH 12/18] tick/nohz: Introduce tick_nohz_full_update_cpus() to update tick_nohz_full_mask
` [RFC PATCH 13/18] tick/nohz: Allow runtime changes in full dynticks CPUs
` [RFC PATCH 14/18] tick: Pass timer tick job to an online HK CPU in tick_cpu_dying()
` [RFC PATCH 15/18] cgroup/cpuset: Enable RCU NO-CB CPU offloading of newly isolated CPUs
` [RFC PATCH 16/18] cgroup/cpuset: Don't set have_boot_nohz_full without any boot time nohz_full CPU
` [RFC PATCH 17/18] cgroup/cpuset: Documentation updates & don't use CPU 0 for isolated partition
` [RFC PATCH 18/18] cgroup/cpuset: Add pr_debug() statements for cpuhp_offline_cb() call

[bpf-next 0/6] bpf,powerpc: Add support for bpf arena and arena atomics
 2025-08-08 16:27 UTC  (5+ messages)
` [bpf-next 6/6] selftests/bpf: Fix arena_spin_lock selftest failure

[PATCH v4 2/4] procfs: add "pidns" mount option
 2025-08-08 15:51 UTC  (6+ messages)

[PATCH 0/4] Better split_huge_page_test result check
 2025-08-08 15:44 UTC  (7+ messages)
` [PATCH 2/4] mm/huge_memory: move to next folio after folio_split() succeeds

[PATCH net v2 1/2] tls: handle data disappearing from under the TLS ULP
 2025-08-08 14:29 UTC  (4+ messages)
` [PATCH net v2 2/2] selftests: tls: test TCP stealing data from under the TLS socket

[PATCH v4 0/4] procfs: make reference pidns more user-visible
 2025-08-08 14:12 UTC  (6+ messages)
` [PATCH v4 3/4] procfs: add PROCFS_GET_PID_NAMESPACE ioctl

[PATCH net 1/2] tls: handle data disappearing from under the TLS ULP
 2025-08-08 14:06 UTC  (6+ messages)

[PATCH v3 0/2] fscontext: do not consume log entries when returning -EMSGSIZE
 2025-08-08 14:06 UTC  (5+ messages)
` [PATCH v3 1/2] "

[PATCH 0/2] open_tree_attr: do not allow id-mapping changes without OPEN_TREE_CLONE
 2025-08-08 13:46 UTC  (2+ messages)

[PATCH 0/9] kunit: Refactor and extend KUnit's
 2025-08-08 13:05 UTC  (12+ messages)
` [PATCH 1/9] kunit: Add parent kunit for parameterized test context
` [PATCH 2/9] kunit: Introduce param_init/exit for parameterized test shared context management
` [PATCH 9/9] Documentation: kunit: Document new parameterized test features

[PATCH] selftests: arm64: Check fread return value in exec_target
 2025-08-08 12:05 UTC  (3+ messages)
` [PATCH v2] "

[PATCH][next] selftests/futex: Fix help test for option -g
 2025-08-08 11:24 UTC 

selftests/futex: issue with -g option help text
 2025-08-08 11:16 UTC  (4+ 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).