public inbox for linux-kselftest@vger.kernel.org
 help / color / mirror / Atom feed
[PATCH v2 0/6] kselftests: livepatch: Adapt tests to be executed on 4.12 kernels
 2026-04-17 18:15 UTC  (15+ messages)
` [PATCH v2 1/6] selftests: livepatch: Check for ARCH_HAS_SYSCALL_WRAPPER config
` [PATCH v2 3/6] selftests: livepatch: Introduce does_sysfs_exists function
` [PATCH v2 4/6] selftests: livepatch: Check if patched sysfs attribute exists

[PATCH] docs: kselftest: Document the FORCE_TARGETS build variable
 2026-04-17 17:36 UTC 

[PATCH 0/6] selftests: run_kselftest.sh cleanup and fixes
 2026-04-17 17:27 UTC  (17+ messages)
` [PATCH 5/6] selftests: Preserve subtarget failures in all/install

[PATCH] selftests: Fix duplicated test number reporting
 2026-04-17 17:24 UTC  (2+ messages)

[PATCH bpf v3 0/2] bpf: Reject TCP_NODELAY in TCP header option callbacks
 2026-04-17 16:25 UTC  (7+ messages)
` [PATCH bpf v3 1/2] "
` [PATCH bpf v3 2/2] selftests/bpf: Test TCP_NODELAY in TCP hdr opt callbacks

[PATCH 0/2] cgroup/cpuset: fix DL rollback accounting and add a selftest
 2026-04-17 16:23 UTC  (4+ messages)
` [PATCH 1/2] cgroup/cpuset: record DL BW alloc CPU for attach rollback
` [PATCH 2/2] selftests/sched_ext: add cpuset DL rollback test

[PATCH v2 00/20] vfio/pci: Add CXL Type-2 device passthrough support
 2026-04-17 15:42 UTC  (9+ messages)
` [PATCH v2 16/20] vfio/cxl: Register regions with VFIO layer

[PATCH bpf-next] selftests/bpf: drop xdping tool
 2026-04-17 15:33 UTC 

[PATCH 0/3] rust: add Kconfig.test
 2026-04-17 14:11 UTC  (8+ messages)
` [PATCH 1/3] rust: tests: drop 'use crate' in bitmap and atomic KUnit tests
` [PATCH 2/3] rust: testing: add Kconfig for KUnit test
` [PATCH 3/3] Documentation: rust: testing: add Kconfig guidance

[PATCH] selftests/mm: Specify requirement for PROC_MEM_ALWAYS_FORCE=y
 2026-04-17 13:10 UTC  (14+ messages)

[PATCH 00/53] selftests/mm: make MM selftests more CI friendly
 2026-04-17 12:46 UTC  (3+ messages)
` [PATCH 01/53] selftests/mm: hugetlb-read-hwpoison: add SIGBUS handler

[RFC, PATCH 00/12] userfaultfd: working set tracking for VM guest memory
 2026-04-17 12:26 UTC  (9+ messages)

[PATCH 7.2 v2 00/12] Remove read-only THP support for FSes without large folio support
 2026-04-17 11:50 UTC  (20+ messages)
` [PATCH 7.2 v2 02/12] mm/khugepaged: add folio dirty check after try_to_unmap_flush()
` [PATCH 7.2 v2 05/12] mm/khugepaged: remove READ_ONLY_THP_FOR_FS check in hugepage_pmd_enabled()

[PATCH bpf v2 0/2] bpf: Reject TCP_NODELAY in TCP header option callbacks
 2026-04-17  9:27 UTC  (9+ messages)
` [PATCH bpf v2 1/2] "
` [PATCH bpf v2 2/2] selftests/bpf: Test TCP_NODELAY in TCP hdr opt callbacks

[PATCH v6 0/4] OPENAT2_REGULAR flag support for openat2
 2026-04-17  7:58 UTC  (16+ messages)
` [PATCH v6 1/4] openat2: new OPENAT2_REGULAR flag support

[PATCHv3] selftests: Use ktap helpers for runner.sh
 2026-04-17  7:43 UTC  (2+ messages)

[PATCH net-next v4 0/5] net: bridge: mcast: support exponential field encoding
 2026-04-17  5:57 UTC  (4+ messages)
` [PATCH net-next v4 5/5] selftests: net: bridge: add MRC and QQIC field encoding tests

[PATCH net] selftests: net: add missing CMAC to tcp_ao config
 2026-04-17  2:40 UTC  (3+ messages)

[PATCH bpf v3 0/2] bpf: fix sock_ops rtt_min OOB read
 2026-04-17  2:31 UTC  (3+ messages)
` [PATCH 1/2] bpf: extract SOCK_OPS_LOAD_TCP_SOCK_FIELD from SOCK_OPS_GET_FIELD
` [PATCH 2/2] bpf: guard sock_ops rtt_min against non-locked tcp_sock

[PATCH v2 0/4] KVM: arm64: selftests: Basic nested guest support
 2026-04-16 23:39 UTC  (12+ messages)
` [PATCH v2 2/4] KVM: arm64: sefltests: Add helpers for guest hypervisors
` [PATCH v2 3/4] KVM: arm64: sefltests: Add basic NV selftest

[RFC][PATCH] selftests: posix_timers: Use CLOCK_THREAD_CPUTIME_ID for ITIMER_PROF measurements
 2026-04-16 23:05 UTC 

[PATCH 0/2] selftests: Fix runner.sh breakage
 2026-04-16 21:14 UTC  (4+ messages)
` [PATCH 1/2] selftests: Fix runner.sh busybox support
` [PATCH 2/2] selftests: Fix runner.sh for non-bash shells

[PATCH] selftests: Deescalate error reporting
 2026-04-16 21:14 UTC  (2+ messages)

[PATCH bpf-next v7 00/11] selftests/bpf: Tolerate partial builds across kernel configs
 2026-04-16 19:31 UTC  (12+ messages)
` [PATCH bpf-next v7 01/11] selftests/bpf: Add BPF_STRICT_BUILD toggle
` [PATCH bpf-next v7 02/11] selftests/bpf: Fix test_kmods KDIR to honor O= and distro kernels
` [PATCH bpf-next v7 03/11] selftests/bpf: Tolerate BPF and skeleton generation failures
` [PATCH bpf-next v7 04/11] selftests/bpf: Avoid rebuilds when running emit_tests
` [PATCH bpf-next v7 05/11] selftests/bpf: Make skeleton headers order-only prerequisites of .test.d
` [PATCH bpf-next v7 06/11] selftests/bpf: Tolerate test file compilation failures
` [PATCH bpf-next v7 07/11] selftests/bpf: Skip tests whose objects were not built
` [PATCH bpf-next v7 08/11] selftests/bpf: Allow test_progs to link with a partial object set
` [PATCH bpf-next v7 09/11] selftests/bpf: Tolerate benchmark build failures
` [PATCH bpf-next v7 10/11] selftests/bpf: Provide weak definitions for cross-test functions
` [PATCH bpf-next v7 11/11] selftests/bpf: Tolerate missing files during install

[PATCH net v4 0/2] net/sched: taprio: fix NULL pointer dereference in class dump
 2026-04-16 18:55 UTC  (3+ messages)
` [PATCH net v4 1/2] "
` [PATCH net v4 2/2] selftests/tc-testing: add taprio test for class dump after child delete

[RFC, PATCH 10/12] userfaultfd: add UFFDIO_SET_MODE for runtime sync/async toggle
 2026-04-16 13:27 UTC  (3+ messages)

[PATCH bpf-next v6 00/11] selftests/bpf: Tolerate partial builds across kernel configs
 2026-04-16 13:03 UTC  (13+ messages)
` [PATCH bpf-next v6 01/11] selftests/bpf: Add BPF_STRICT_BUILD toggle
` [PATCH bpf-next v6 02/11] selftests/bpf: Fix test_kmods KDIR to honor O= and distro kernels
` [PATCH bpf-next v6 03/11] selftests/bpf: Tolerate BPF and skeleton generation failures
` [PATCH bpf-next v6 04/11] selftests/bpf: Avoid rebuilds when running emit_tests
` [PATCH bpf-next v6 05/11] selftests/bpf: Make skeleton headers order-only prerequisites of .test.d
` [PATCH bpf-next v6 06/11] selftests/bpf: Tolerate test file compilation failures
` [PATCH bpf-next v6 07/11] selftests/bpf: Skip tests whose objects were not built
` [PATCH bpf-next v6 08/11] selftests/bpf: Allow test_progs to link with a partial object set
` [PATCH bpf-next v6 09/11] selftests/bpf: Tolerate benchmark build failures
` [PATCH bpf-next v6 10/11] selftests/bpf: Provide weak definitions for cross-test functions
` [PATCH bpf-next v6 11/11] selftests/bpf: Tolerate missing files during install

[PATCH bpf-next v4 6/6] selftests/bpf: tc_tunnel validate decap GSO state
 2026-04-16 12:33 UTC  (2+ messages)

[PATCH net v1 1/2] nexthop: fix IPv6 route referencing IPv4 nexthop
 2026-04-16 12:00 UTC  (2+ messages)

[PATCH v2 0/4] Firmware LSM hook
 2026-04-16  8:43 UTC  (22+ messages)
` [PATCH v2 1/4] bpf: add firmware command validation hook

[PATCH v4 0/3] fix MAP_DROPPABLE not supported errno
 2026-04-16  8:41 UTC  (6+ messages)
` [PATCH v4 1/3] mm: fix mmap errno value when MAP_DROPPABLE is not supported
` [PATCH v4 2/3] selftests/mm: verify droppable mappings cannot be locked
` [PATCH v4 3/3] selftests/mm: run the MAP_DROPPABLE selftest

[PATCH] selftests: net: add RDMA CM observability and regression scripts
 2026-04-16  6:22 UTC 

[PATCH RFC v4 00/44] guest_memfd: In-place conversion support
 2026-04-16  3:05 UTC  (7+ messages)
` [PATCH RFC v4 10/44] KVM: guest_memfd: Add support for KVM_SET_MEMORY_ATTRIBUTES2

[PATCH bpf v4 0/5] bpf, sockmap: Fix af_unix null-ptr-deref in proto update
 2026-04-16  0:30 UTC  (2+ messages)

[PATCH v2 0/2] sched/membarrier: Use per-CPU mutexes for targeted commands
 2026-04-15 23:21 UTC  (3+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] selftests/membarrier: Add rseq stress test for CFS throttle interactions

[PATCH bpf-next v5 00/11] selftests/bpf: Tolerate partial builds across kernel configs
 2026-04-15 21:54 UTC  (16+ messages)
` [PATCH bpf-next v5 01/11] selftests/bpf: Add BPF_STRICT_BUILD toggle
` [PATCH bpf-next v5 02/11] selftests/bpf: Fix test_kmods KDIR to honor O= and distro kernels
` [PATCH bpf-next v5 03/11] selftests/bpf: Tolerate BPF and skeleton generation failures
` [PATCH bpf-next v5 04/11] selftests/bpf: Avoid rebuilds when running emit_tests
` [PATCH bpf-next v5 05/11] selftests/bpf: Make skeleton headers order-only prerequisites of .test.d
` [PATCH bpf-next v5 06/11] selftests/bpf: Tolerate test file compilation failures
` [PATCH bpf-next v5 07/11] selftests/bpf: Allow test_progs to link with a partial object set
` [PATCH bpf-next v5 08/11] selftests/bpf: Tolerate benchmark build failures
` [PATCH bpf-next v5 09/11] selftests/bpf: Provide weak definitions for cross-test functions
` [PATCH bpf-next v5 10/11] selftests/bpf: Skip tests whose objects were not built
` [PATCH bpf-next v5 11/11] selftests/bpf: Tolerate missing files during install

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

[PATCH bpf-next 0/2] bpf: tcp: Reject TCP_NODELAY from BPF hdr opt callbacks
 2026-04-15 17:31 UTC  (3+ messages)
` [PATCH bpf-next 1/2] "

[RFC PATCH net-next 0/2] udp: fix FOU/GUE over multicast
 2026-04-15 16:18 UTC  (4+ messages)
` [RFC PATCH net-next 2/2] selftests: net: add FOU multicast encapsulation resubmit test

[PATCH bpf-next] selftests/bpf: Fix timer_start_deadlock failure due to hrtimer change
 2026-04-15 15:30 UTC  (3+ messages)

[PATCH net-next v2 0/5] veth: add Byte Queue Limits (BQL) support
 2026-04-15 11:47 UTC  (3+ messages)
` [PATCH net-next v2 5/5] selftests: net: add veth BQL stress test

[PATCH 1/2] kselftests: cgroup: update kmem test tolerance for multi-memcg stock
 2026-04-15 11:03 UTC  (2+ messages)

[PATCH v2 00/12] Dynamic Housekeeping Management (DHM) via CPUSets
 2026-04-15 10:50 UTC  (7+ messages)
` [PATCH v2 03/12] rcu: Support runtime NOCB initialization and dynamic offloading
` [PATCH v2 07/12] sched/core: Dynamically update scheduler domain housekeeping mask
` [PATCH v2 08/12] workqueue, mm: Support dynamic housekeeping mask updates


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