Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2026-05-04 08:39:43 to 2026-05-05 15:50:54 UTC [more...]

[PATCH 00/11] mlx5 support for VFIO self test
 2026-05-05 15:50 UTC  (18+ messages)
` [PATCH 05/11] selftests: Add additional kernel functions to tools/include/
` [PATCH 07/11] vfio: selftests: Allow drivers to specify required region size
` [PATCH 08/11] vfio: selftests: Add dev_dbg
` [PATCH 09/11] vfio: selftests: Add mlx5 driver - HW init and command interface
` [PATCH 10/11] vfio: selftests: Add mlx5 driver - data path and memcpy ops

[PATCH v3 00/54] make MM selftests more CI friendly
 2026-05-05 15:26 UTC  (24+ messages)
` [PATCH v3 27/54] selftests/mm: hugepage_settings: add APIs for HugeTLB setup and teardown
` [PATCH v3 30/54] selftests/mm: compaction_test: use HugeTLB helpers
` [PATCH v3 34/54] selftests/mm: hmm-tests: add setup of HugeTLB pages
` [PATCH v3 35/54] selftests/mm: hugepage_dio: "
` [PATCH v3 40/54] selftests/mm: hugetlb-mremap: "
` [PATCH v3 41/54] selftests/mm: hugetlb-shm: "
` [PATCH v3 42/54] selftests/mm: hugetlb-soft-online: "
` [PATCH v3 49/54] selftests/mm: uffd-unit-tests: "
` [PATCH v3 50/54] selftests/mm: uffd-wp-mremap: "

[PATCH v2] selftests/mm: use pattern matching in .gitignore
 2026-05-05 15:22 UTC 

[PATCH net 00/11] mptcp: pm: misc. fixes for v7.1-rc3
 2026-05-05 15:00 UTC  (3+ messages)
` [PATCH net 10/11] selftests: mptcp: check output: catch cmd errors
` [PATCH net 11/11] selftests: mptcp: pm: restrict 'unknown' check to pm_nl_ctl

[PATCH nf-next 0/4] Add IPv4 over IPv6 flowtable SW acceleration
 2026-05-05 14:49 UTC  (5+ messages)
` [PATCH nf-next 1/4] net: netfilter: Add ether_type to net_device_path_ctx
` [PATCH nf-next 2/4] net: netfilter: Add encap_proto to flow_offload_tunnel
` [PATCH nf-next 3/4] net: netfilter: Add IPv4 over IPv6 tunnel flowtable acceleration
` [PATCH nf-next 4/4] selftests: netfilter: nft_flowtable.sh: Add IPv4 over IPv6 flowtable selftest

[PATCH net v2 0/2] openvswitch: fix self-deadlock on release of tunnel vports
 2026-05-05 13:30 UTC  (10+ messages)
` [PATCH net v2 1/2] openvswitch: vport: fix self-deadlock on release of tunnel ports
` [PATCH net v2 2/2] selftests: openvswitch: add tests for tunnel vport refcounting

[PATCH net-next v5 0/2] selftests: openvswitch: add pop_vlan test
 2026-05-05 12:49 UTC  (3+ messages)
` [PATCH net-next v5 1/2] selftests: openvswitch: add vlan() and encap() flow string parsing
` [PATCH net-next v5 2/2] selftests: openvswitch: add pop_vlan test

[PATCH 1/3 net-next v3] ipv4: centralize devconf sysctl handling
 2026-05-05 12:46 UTC  (6+ messages)
` [PATCH 2/3 net-next v3] ipv4: handle devconf post-set actions on netlink updates
` [PATCH 3/3 net-next v3] selftests: net: add test for IPv4 devconf netlink notifications

[PATCH net-next 0/5] net: convert four more protocols to getsockopt_iter
 2026-05-05 11:12 UTC  (6+ messages)
` [PATCH net-next 1/5] can: isotp: convert "
` [PATCH net-next 2/5] can: j1939: "
` [PATCH net-next 3/5] mctp: "
` [PATCH net-next 4/5] llc: "
` [PATCH net-next 5/5] selftests: net: getsockopt_iter: address review nits

[RFC PATCH] selftests/mm: use pattern matching in .gitignore
 2026-05-05 10:53 UTC  (2+ messages)

[PATCH v2 net-next 0/8] ptp: Add PHC timestamp quality attributes
 2026-05-05  9:34 UTC  (4+ messages)
` [PATCH v2 net-next 5/8] net: ena: PHC: Check return code before setting timestamp output

[PATCH 00/17] dynamic-debug cleanups refactors maintenance
 2026-05-05  8:05 UTC  (19+ messages)
` [PATCH 01/17] dyndbg: factor ddebug_match_desc out from ddebug_change
` [PATCH 02/17] dyndbg: add stub macro for DECLARE_DYNDBG_CLASSMAP
` [PATCH 03/17] dyndbg: reword "class unknown," to "class:_UNKNOWN_"
` [PATCH 04/17] dyndbg: make ddebug_class_param union members same size
` [PATCH 05/17] dyndbg: drop NUM_TYPE_ARRAY
` [PATCH 06/17] dyndbg: tweak pr_fmt to avoid expansion conflicts
` [PATCH 07/17] dyndbg: reduce verbose/debug clutter
` [PATCH 08/17] dyndbg: refactor param_set_dyndbg_classes and below
` [PATCH 09/17] dyndbg: tighten fn-sig of ddebug_apply_class_bitmap
` [PATCH 10/17] dyndbg: replace classmap list with a vector
` [PATCH 11/17] dyndbg: macrofy a 2-index for-loop pattern
` [PATCH 12/17] dyndbg,module: make proper substructs in _ddebug_info
` [PATCH 13/17] dyndbg: move mod_name down from struct ddebug_table to _ddebug_info
` [PATCH 14/17] dyndbg: hoist classmap-filter-by-modname up to ddebug_add_module
` [PATCH 15/17] dyndbg-API: remove DD_CLASS_TYPE_(DISJOINT|LEVEL)_NAMES and code
` [PATCH 16/17] selftests-dyndbg: add a dynamic_debug run_tests target
` [PATCH 17/17] dyndbg: change __dynamic_func_call_cls* macros into expressions

[PATCH v3 0/9] Kernel API Specification Framework
 2026-05-05  7:45 UTC  (11+ messages)
` [PATCH v3 1/9] kernel/api: introduce kernel API specification framework
` [PATCH v3 2/9] kernel/api: enable kerneldoc-based API specifications

[PATCH v4 00/10] selftests/resctrl: Fixes and improvements focused on Intel platforms
 2026-05-05  3:47 UTC  (4+ messages)

[PATCH net-next 0/3] net: Convert AF_NETLINK and AF_VSOCK to getsockopt_iter API
 2026-05-05  2:20 UTC  (8+ messages)
` [PATCH net-next 1/3] netlink: convert to getsockopt_iter
` [PATCH net-next 2/3] vsock: "
` [PATCH net-next 3/3] net: selftests: add getsockopt_iter regression tests

[PATCH net-next v6 0/5] net: bridge: mcast: support exponential field encoding
 2026-05-05  2:20 UTC  (3+ messages)

[PATCH v2 0/7] seg6: add SRv6 Mobile User Plane (RFC 9433) behaviors
 2026-05-05  1:28 UTC  (11+ messages)
` [PATCH v2 1/7] seg6: add End.MAP behavior
` [PATCH v2 2/7] seg6: add End.M.GTP4.E behavior
` [PATCH v2 3/7] seg6: add End.M.GTP6.E behavior
` [PATCH v2 4/7] seg6: add End.M.GTP6.D behavior
` [PATCH v2 5/7] seg6: add End.M.GTP6.D.Di behavior
` [PATCH v2 6/7] seg6: add H.M.GTP4.D behavior
` [PATCH v2 7/7] Documentation: networking: add seg6_mobile guide

[PATCH 0/5] Fix and enhance KVM steal accounting for both guest and host
 2026-05-05  0:30 UTC  (6+ messages)
` [PATCH 1/5] x86/kvm: Reset prev_steal_time and prev_steal_time_rq when enabling steal time
` [PATCH 2/5] KVM: x86: Reset vcpu->arch.st.last_steal "
` [PATCH 3/5] KVM: x86: account KVM_SET_CLOCK downtime in "
` [PATCH 4/5] KVM: selftests: Test steal time when re-adding a vCPU on a new thread
` [PATCH 5/5] KVM: selftests: Test KVM_SET_CLOCK downtime in steal time

[PATCH net-next v2 0/6] net: devmem: support devmem with netkit devices
 2026-05-05  0:27 UTC  (7+ messages)
` [PATCH net-next v2 1/6] net: add netmem_tx modes that indicate dma capability
` [PATCH net-next v2 2/6] net: devmem: support TX over NETMEM_TX_NO_DMA devices
` [PATCH net-next v2 3/6] selftests: drv-net: ncdevmem: add -n flag to skip NIC configuration
` [PATCH net-next v2 4/6] selftests: drv-net: refactor devmem command builders into lib module
` [PATCH net-next v2 5/6] selftests: drv-net: add primary_rx_redirect support to NetDrvContEnv
` [PATCH net-next v2 6/6] selftests: drv-net: add netkit devmem tests

[GIT PULL] kselftest fixes update for Linux 7.1-rc3
 2026-05-05  0:10 UTC  (2+ messages)

[PATCH net 3/3] selftests: ovpn: reduce ping count in test.sh
 2026-05-04 23:03 UTC 

[PATCH 1/2 net] ipv6: addrconf: fix temp address generation after prefix deprecation
 2026-05-04 22:58 UTC  (7+ messages)
` [PATCH 2/2 net] selftests: fib_tests: add temporary IPv6 address renewal test

[RFC PATCH net-next v2 0/2] udp: fix FOU/GUE over multicast
 2026-05-04 22:53 UTC  (4+ messages)
` [RFC PATCH net-next v3 "
  ` [RFC PATCH net-next v3 1/2] udp: fix encapsulation packet resubmit in multicast deliver
  ` [RFC PATCH net-next v3 2/2] selftests: net: add FOU multicast encapsulation resubmit test

[PATCH v2 0/4] Firmware LSM hook
 2026-05-04 22:33 UTC  (12+ messages)

[PATCH net-next v2 1/2] net: page_pool: support dumping pps of a specific ifindex via Netlink
 2026-05-04 21:43 UTC  (2+ messages)
` [PATCH net-next v2 2/2] selftests: net: add tests for filtered dumps of page pool

[PATCH v7 00/20] ARM64 PMU Partitioning
 2026-05-04 21:18 UTC  (21+ messages)
` [PATCH v7 01/20] arm64: cpufeature: Add cpucap for HPMN0
` [PATCH v7 02/20] KVM: arm64: Reorganize PMU includes
` [PATCH v7 03/20] KVM: arm64: Reorganize PMU functions
` [PATCH v7 04/20] perf: arm_pmuv3: Generalize counter bitmasks
` [PATCH v7 05/20] perf: arm_pmuv3: Check cntr_mask before using pmccntr
` [PATCH v7 06/20] perf: arm_pmuv3: Add method to partition the PMU
` [PATCH v7 07/20] KVM: arm64: Set up FGT for Partitioned PMU
` [PATCH v7 08/20] KVM: arm64: Add Partitioned PMU register trap handlers
` [PATCH v7 09/20] KVM: arm64: Set up MDCR_EL2 to handle a Partitioned PMU
` [PATCH v7 10/20] KVM: arm64: Context swap Partitioned PMU guest registers
` [PATCH v7 11/20] KVM: arm64: Enforce PMU event filter at vcpu_load()
` [PATCH v7 12/20] perf: Add perf_pmu_resched_update()
` [PATCH v7 13/20] KVM: arm64: Apply dynamic guest counter reservations
` [PATCH v7 14/20] KVM: arm64: Implement lazy PMU context swaps
` [PATCH v7 15/20] perf: arm_pmuv3: Handle IRQs for Partitioned PMU guest counters
` [PATCH v7 16/20] KVM: arm64: Detect overflows for the Partitioned PMU
` [PATCH v7 17/20] KVM: arm64: Add vCPU device attr to partition the PMU
` [PATCH v7 18/20] KVM: selftests: Add find_bit to KVM library
` [PATCH v7 19/20] KVM: arm64: selftests: Add test case for Partitioned PMU
` [PATCH v7 20/20] KVM: arm64: selftests: Relax testing for exceptions when partitioned

[PATCH] docs: kselftest: Document the FORCE_TARGETS build variable
 2026-05-04 20:58 UTC  (2+ messages)

[PATCH v5 0/6] kselftests: livepatch: Adapt tests to be executed on 4.12 kernels
 2026-05-04 20:43 UTC  (8+ messages)
` [PATCH v5 1/6] selftests: livepatch: Check for ARCH_HAS_SYSCALL_WRAPPER config
` [PATCH v5 2/6] selftests: livepatch: Replace true/false module parameter by y/n
` [PATCH v5 3/6] selftests: livepatch: Introduce does_sysfs_exist function
` [PATCH v5 4/6] selftests: livepatch: Check if patched sysfs attribute exists
` [PATCH v5 5/6] selftests: livepatch: Check if replace "
` [PATCH v5 6/6] selftests: livepatch: Check if stack_order "

[PATCH] selftests: kselftest: fix wrong test number in ksft_exit_skip
 2026-05-04 17:58 UTC  (4+ messages)

[PATCH] selftests: mptcp: add test for IPv6 subflow SLAB placement
 2026-05-04 17:44 UTC  (4+ messages)

[PATCH net-next v7 0/3] selftests: drv-net: convert so_txtime to drv-net
 2026-05-04 17:38 UTC  (4+ messages)
` [PATCH net-next v7 1/3] selftests: net: py: support cmd verifying expected failure
` [PATCH net-next v7 2/3] selftests: net: py: add tc utility
` [PATCH net-next v7 3/3] selftests: drv-net: convert so_txtime to drv-net

[PATCH net-next v2 0/2] selftests: openvswitch: add pop_vlan test
 2026-05-04 16:14 UTC  (7+ messages)
` [PATCH net-next v2 1/2] selftests: openvswitch: add vlan() and encap() flow string parsing
` [PATCH net-next v2 2/2] selftests: openvswitch: add pop_vlan test

[PATCH net v2 0/2] tcp: protect locked SO_RCVBUF from Silly Window Syndrome
 2026-05-04 16:13 UTC  (5+ messages)
` [PATCH net v2 1/2] "
` [PATCH net v2 2/2] selftests/net: add packetdrill test for locked SO_RCVBUF SWS

[PATCH bpf-next v11 01/11] selftests/bpf: Add BPF_STRICT_BUILD toggle
 2026-05-04 14:05 UTC  (3+ messages)

[PATCH bpf-next v11 02/11] selftests/bpf: Fix test_kmods KDIR to honor O= and distro kernels
 2026-05-04 14:05 UTC  (3+ messages)

[PATCH v4] selftests/mm: ksm-functional-tests: fix partial write handling
 2026-05-04 12:58 UTC  (3+ messages)

[PATCH net-next v4 0/2] selftests: openvswitch: add pop_vlan test
 2026-05-04 12:37 UTC  (3+ messages)
` [PATCH net-next v4 1/2] selftests: openvswitch: add vlan() and encap() flow string parsing
` [PATCH net-next v4 2/2] selftests: openvswitch: add pop_vlan test

[PATCH 0/2] eventpoll: Fix epoll_wait() report false negative
 2026-05-04 12:00 UTC  (6+ messages)
` [PATCH 2/2] "

[PATCH] KVM: selftests: fix steal_time for arm64
 2026-05-04 11:28 UTC 

[PATCH v3] mm/madvise: reject invalid process_madvise() advice for zero-length vectors
 2026-05-04 10:39 UTC 

[PATCH v6 6/6] selftests/bpf: tc_tunnel - validate decap GSO and encapsulation state
 2026-05-04 10:17 UTC 

[PATCH v5 00/14] Remove CONFIG_READ_ONLY_THP_FOR_FS and enable file THP for writable files
 2026-05-04 10:11 UTC  (3+ messages)
` [PATCH v5 11/14] selftests/mm: remove READ_ONLY_THP_FOR_FS in khugepaged

[PATCH v8 0/4] kunit: Add support for suppressing warning backtraces
 2026-05-04 10:03 UTC  (3+ messages)
` [PATCH v8 3/4] drm: Suppress intentional warning backtraces in scaling unit tests

[PATCH v6 00/11] kunit: Introduce UAPI testing framework
 2026-05-04  9:33 UTC  (12+ messages)
` [PATCH v6 01/11] kbuild: doc: add label for userprogs section
` [PATCH v6 02/11] exec: add dirfd parameter to kernel_execve()
` [PATCH v6 03/11] umh: add dirfd parameter
` [PATCH v6 04/11] mount: add support for __free(kern_unmount)
` [PATCH v6 05/11] init: add nolibc build support
` [PATCH v6 06/11] kunit: qemu_configs: loongarch: Enable LSX/LSAX
` [PATCH v6 07/11] kunit: Introduce UAPI testing framework
` [PATCH v6 08/11] kunit: uapi: Forward test executable output to KUnit log
` [PATCH v6 09/11] kunit: uapi: Add example for UAPI tests
` [PATCH v6 10/11] kunit: uapi: Introduce preinit executable
` [PATCH v6 11/11] kunit: uapi: Validate usability of /proc

[PATCH 0/3] selftests/mm: assorted fixes for hmm-tests
 2026-05-04  9:11 UTC  (4+ messages)
` [PATCH 1/3] selftests/mm: allow PUD-level entries in compound testcase of hmm tests
` [PATCH 2/3] selftests/mm: remove hardcoded THP sizing assumptions in "
` [PATCH 3/3] selftests/mm: fix exclusive_cow test fork() handling

[PATCH v3 0/4] cgroup: dmem: add selftest helper, coverage, and VM runner
 2026-05-04  8:39 UTC  (3+ messages)
` [PATCH v3 3/4] selftests: cgroup: Add vmtest-dmem runner based on hid vmtest
` [PATCH v3 4/4] selftests: cgroup: handle vmtest-dmem -b to test locally built kernel


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