Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2026-06-25 15:40:28 to 2026-06-26 21:14:51 UTC [more...]

[PATCH bpf v2 0/4] bpf, sockmap: Fix sockmap leaking UDP socks
 2026-06-26 21:14 UTC  (10+ messages)
` [PATCH bpf v2 1/4] bpf, sockmap: Reject unhashed UDP sockets on sockmap update
` [PATCH bpf v2 2/4] selftests/bpf: Ensure UDP sockets are bound
` [PATCH bpf v2 3/4] selftests/bpf: Adapt sockmap update error handling
` [PATCH bpf v2 4/4] selftests/bpf: Fail unbound UDP on sockmap update

[PATCH bpf 0/2] bpf, sockmap: Fix sockmap leaking UDP socks
 2026-06-26 20:42 UTC  (9+ messages)
` [PATCH bpf 1/2] bpf, sockmap: Don't leak UDP socks on lookup-bind-release

[PATCH v5] selftests/cgroup: Adjust cpu test duration based on HZ
 2026-06-26 20:29 UTC 

[PATCH RESEND v4] selftests/cgroup: Adjust cpu test duration based on HZ
 2026-06-26 20:19 UTC  (3+ messages)

[PATCH v8 00/46] guest_memfd: In-place conversion support
 2026-06-26 19:06 UTC  (30+ messages)
` [PATCH v8 18/46] KVM: guest_memfd: Handle lru_add fbatch refcounts during conversion safety check
` [PATCH v8 23/46] KVM: TDX: Make source page optional for KVM_TDX_INIT_MEM_REGION
` [PATCH v8 24/46] KVM: guest_memfd: Make in-place conversion the default
            ` [PATCH v8 24/46] KVM: guest_memfd: Make in-place conversion the default\

[PATCH v8 00/11] cgroup/cpuset: Support multiple source/destination cpusets for cpuset_*attach()
 2026-06-26 18:19 UTC  (12+ messages)
` [PATCH v8 01/11] cgroup/cpuset: rebind mm mempolicy to effective_mems, not mems_allowed
` [PATCH v8 02/11] cgroup/cpuset: Fix node inconsistencies between cpuset_update_tasks_nodemask() and cpuset_attach()
` [PATCH v8 03/11] cgroup/cpuset: Prevent race between task attach and cpuset state change
` [PATCH v8 04/11] cgroup/cpuset: Put all task attach related variables into attach_ctx
` [PATCH v8 05/11] cgroup/cpuset: Add a cpuset_reserve_dl_bw() helper
` [PATCH v8 06/11] cgroup/cpuset: Expand the scope of cpuset_can_attach_check()
` [PATCH v8 07/11] cgroup/cpuset: Make attach_ctx.old_cs track task group leader
` [PATCH v8 08/11] cgroup/cpuset: Move mpol_rebind_mm/cpuset_migrate_mm() calls inside cpuset_attach_task()
` [PATCH v8 09/11] cgroup/cpuset: Support multiple source cpusets for cpuset_*attach()
` [PATCH v8 10/11] cgroup/cpuset: Support multiple destination "
` [PATCH v8 11/11] selftests/cgroup: Add test for cpuset affinity on controller disable

[PATCH 5.15.y] selftests: arm64: signal: skip SVE VL change test with single VL
 2026-06-26 17:54 UTC  (2+ messages)

[PATCH 00/19] crypto: cmh - add CRI CryptoManager Hub driver
 2026-06-26 17:22 UTC  (27+ messages)
` [PATCH 01/19] dt-bindings: crypto: add Rambus CryptoManager Hub
` [PATCH 02/19] crypto: cmh - add core platform driver
` [PATCH 03/19] crypto: cmh - add key provisioning and management
` [PATCH 04/19] crypto: cmh - add SHA-2/SHA-3/SHAKE ahash
` [PATCH 05/19] crypto: cmh - add HMAC ahash
` [PATCH 06/19] crypto: cmh - add CSHAKE/KMAC ahash
` [PATCH 07/19] crypto: cmh - add SM3 ahash
` [PATCH 08/19] crypto: cmh - add AES skcipher/aead/cmac
` [PATCH 09/19] crypto: cmh - add SM4 skcipher/aead/cmac/xcbc
` [PATCH 10/19] crypto: cmh - add ChaCha20-Poly1305
` [PATCH 11/19] crypto: cmh - add DRBG hwrng
` [PATCH 12/19] crypto: cmh - add RSA akcipher
` [PATCH 13/19] crypto: cmh - add ECDSA/SM2 sig
` [PATCH 14/19] crypto: cmh - add ECDH/X25519 kpp
` [PATCH 15/19] crypto: cmh - add ML-KEM/ML-DSA (QSE)
` [PATCH 16/19] crypto: cmh - add SLH-DSA/LMS/XMSS (HCQ)
` [PATCH 17/19] Documentation: ioctl: add CMH ioctl documentation and register 'J'
` [PATCH 18/19] selftests: crypto: cmh - add kselftest for management ioctl
` [PATCH 19/19] MAINTAINERS: add Rambus CryptoManager Hub (CMH)

[PATCH 0/2] fs: support $ORIGIN in ELF interpreter paths
 2026-06-26 16:28 UTC  (10+ messages)

[PATCH v10 0/6] mm/memory-failure: add panic option for unrecoverable pages
 2026-06-26 16:27 UTC  (8+ messages)
` [PATCH v10 1/6] mm/memory-failure: drop dead error_states[] entry for reserved pages
` [PATCH v10 2/6] mm/memory-failure: surface unhandlable kernel pages as -ENOTRECOVERABLE
` [PATCH v10 3/6] mm/memory-failure: report MF_MSG_KERNEL for unrecoverable kernel pages
` [PATCH v10 4/6] mm/memory-failure: add panic option for unrecoverable pages
` [PATCH v10 5/6] Documentation: document panic_on_unrecoverable_memory_failure sysctl
` [PATCH v10 6/6] selftests/mm: add hwpoison-panic destructive test

[PATCH bpf-next v5 0/3] bpf: bidirectional VLAN support for bpf_fib_lookup()
 2026-06-26 16:25 UTC  (3+ messages)
` [PATCH bpf-next v5 1/3] bpf: Add BPF_FIB_LOOKUP_VLAN flag to bpf_fib_lookup() helper

[RFC PATCH bpf 0/6] bpf: Disallow interpreter fallback for interpreter-unsupported insns
 2026-06-26 16:11 UTC  (8+ messages)
` [RFC PATCH bpf 1/6] bpf: Disallow interpreter fallback for user BPF_ADDR_SPACE_CAST insn
` [RFC PATCH bpf 2/6] bpf: Disallow interpreter fallback for arena insn
` [RFC PATCH bpf 3/6] bpf: Disallow interpreter fallback for BPF_MOV64_PERCPU_REG insn
` [RFC PATCH bpf 4/6] bpf: Disallow interpreter fallback for internal BPF_PROBE_ATOMIC insn
` [RFC PATCH bpf 5/6] bpf: Disallow interpreter fallback for gotox insn
` [RFC PATCH bpf 6/6] lib/test_bpf: Add interpreter-fallback tests

[PATCH 0/2] selftests/mm: avoid false failures in hugetlb and KSM tests
 2026-06-26 15:55 UTC  (3+ messages)
` [PATCH 2/2] selftests/mm: fix ksm NUMA merge test for systems with memoryless NUMA nodes

[PATCH 0/2] mm/kmemleak: add min_unref_scans to suppress transient false positives
 2026-06-26 15:52 UTC  (3+ messages)
` [PATCH 1/2] mm/kmemleak: report leaks only after N consecutive unreferenced scans
` [PATCH 2/2] selftests/mm: test kmemleak's N-consecutive-scan leak confirmation

[PATCH v12 00/16] Direct Map Removal Support for guest_memfd
 2026-06-26 15:28 UTC  (3+ messages)

[PATCH v12 00/16] Direct Map Removal Support for guest_memfd
 2026-06-26 15:28 UTC  (13+ messages)
` [PATCH v12 01/16] set_memory: set_direct_map_* to take address
` [PATCH v12 09/16] KVM: arm64: define kvm_arch_gmem_supports_no_direct_map()
` [PATCH v12 13/16] KVM: selftests: Add guest_memfd based vm_mem_backing_src_types

[PATCH 0/3] ovl: make cachestat() work
 2026-06-26 15:18 UTC  (14+ messages)
` [PATCH 1/3] fs, mm: add ->cachestat() file operation
` [PATCH 2/3] ovl: support cachestat() syscall on overlayfs files

[PATCH net] selftests: net: make busywait timeout clock portable
 2026-06-26 14:49 UTC 

[PATCH 1/2] selftests/mm: handle EINVAL when configuring gigantic hugepages
 2026-06-26 14:48 UTC  (2+ messages)

[PATCH v6 00/10] Fix missing fops.owner in Rust DRM/misc abstractions
 2026-06-26 14:41 UTC  (9+ messages)
` [PATCH v6 07/10] rust: configfs: use `LocalModule` for `THIS_MODULE`
` [PATCH v6 10/10] rust: module: update MAINTAINERS to cover module.rs

[PATCH v11 00/11] tracing/probes: Add more typecast features
 2026-06-26 14:16 UTC  (12+ messages)
` [PATCH v11 01/11] tracing/probes: Allow eprobe to use variable without $ prefix
` [PATCH v11 02/11] tracing/probes: Support dumping fetcharg program for debugging dynamic events
` [PATCH v11 03/11] tools/bootconfig: Ignore comment lines in dynamic_events/kprobe_events file
` [PATCH v11 04/11] perf/probe: "
` [PATCH v11 05/11] tracing/probes: Support typecast for various probe events
` [PATCH v11 06/11] tracing/probes: Support nested typecast
` [PATCH v11 07/11] tracing/probes: Type casting always involves nested calls
` [PATCH v11 08/11] tracing/probes: Support field specifier option for typecast
` [PATCH v11 09/11] tracing/probes: Add $current variable support
` [PATCH v11 10/11] tracing/probes: Add this_cpu_read() and this_cpu_ptr() dereference method to fetcharg
` [PATCH v11 11/11] tracing/probes: Add a new testcase for BTF typecasts

[PATCH v3 0/3] selftests/resctrl: Fix resctrl selftests issues on aarch64
 2026-06-26 13:58 UTC  (8+ messages)
` [PATCH v3 1/3] selftests/resctrl: Skip L3_CAT when no exclusive cache portion exists
` [PATCH v3 2/3] selftests/resctrl: Implement cl_flush() and sb() for aarch64
` [PATCH v3 3/3] selftests/resctrl: Recognise aarch64 as a vendor for L3_NONCONT_CAT

[PATCH] KVM: x86/xen: Add KVM_XEN_VCPU_ATTR_TYPE_WRITE_HYPERCALL_PAGE
 2026-06-26 13:40 UTC  (4+ messages)

[PATCH] selftests: mincore: use default huge page size for hugetlb test
 2026-06-26 12:59 UTC 

[PATCH bpf-next v4 0/2] bpf: Reject offset refcount acquire arguments
 2026-06-26 12:27 UTC  (6+ messages)
` [PATCH bpf-next v4 1/2] "
` [PATCH bpf-next v4 2/2] selftests/bpf: Cover refcount acquire node offsets

[PATCH bpf-next v5 0/3] bpf, sockmap: reject a packet-modifying SK_SKB stream parser
 2026-06-26 12:27 UTC  (2+ messages)

[PATCH bpf-next v2 0/2] bpf: Mask pseudo pointer values in verifier logs
 2026-06-26 12:27 UTC  (3+ messages)

[PATCH v4] selftests/liveupdate: add end to end test infrastructure and scripts
 2026-06-26  9:49 UTC  (2+ messages)

[PATCH] selftests/x86/fsgsbase: Check mmap() return value
 2026-06-26  9:46 UTC 

[PATCH v3 0/3] selftests/resctrl: Add dynamic linked list management for IMC counters
 2026-06-26  9:43 UTC  (9+ messages)
` [PATCH v3 1/3] selftests/resctrl: Introduce "
` [PATCH v3 2/3] selftests/resctrl: Replace counter index references with pointers
` [PATCH v3 3/3] selftests/resctrl: Enable dynamic management of IMC counters via linked list

[PATCH v3 00/11] vfio/pci: Add CXL Type-2 device passthrough support
 2026-06-26  9:16 UTC  (13+ messages)
` [PATCH v3 01/11] cxl: Add cxl_get_hdm_info() helper for HDM decoder metadata
` [PATCH v3 02/11] cxl: Split cxl_await_range_active() from media-ready wait
` [PATCH v3 03/11] cxl: Record BIR and BAR offset in cxl_register_map
` [PATCH v3 04/11] cxl: Move component/HDM register defines to uapi/cxl/cxl_regs.h
` [PATCH v3 05/11] vfio: UAPI for CXL Type-2 device passthrough
` [PATCH v3 06/11] cxl: Add register-virtualization helpers for vfio Type-2 passthrough
` [PATCH v3 07/11] vfio/pci: Add CONFIG_VFIO_PCI_CXL with bind-time CXL Type-2 acquisition
` [PATCH v3 08/11] vfio/pci/cxl: Add HDM + COMP_REGS regions and DVSEC clipping shim
` [PATCH v3 09/11] selftests/vfio: Add CXL Type-2 device passthrough smoke test
` [PATCH v3 10/11] docs: vfio-pci: Document CXL Type-2 device passthrough
` [PATCH v3 11/11] vfio/pci: Provide opt-out for CXL Type-2 extensions

[PATCH v4 0/2] kunit: Add support for skipping entire test suites
 2026-06-26  8:58 UTC  (3+ messages)
` [PATCH v4 1/2] kunit,rust: Add ability to skip "
` [PATCH v4 2/2] kunit: Add example of test suite that can be skipped at runtime

[PATCH v13 0/4] kunit: Add support for suppressing warning backtraces
 2026-06-26  8:21 UTC  (2+ messages)

[PATCH v2 0/8] riscv: Add reliable stack unwinding for livepatch
 2026-06-26  8:21 UTC  (5+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/8] scripts/sorttable: Handle RISC-V patchable ftrace entries

[PATCH v9 0/6] mm/memory-failure: add panic option for unrecoverable pages
 2026-06-26  7:07 UTC  (3+ messages)
` [PATCH v9 6/6] selftests/mm: add hwpoison-panic destructive test

[PATCH] selftests/landlock: Fix snprintf truncation checks in test files
 2026-06-26  7:00 UTC 

[PATCH] selftests: helpers: handle multi line in test_sysfs_prop_optional_list
 2026-06-26  6:40 UTC  (2+ messages)

[PATCH v10 0/9] tracing/probes: Add more typecast features
 2026-06-26  4:21 UTC  (11+ messages)
` [PATCH v10 1/9] tracing/probes: Allow eprobe to use variable without $ prefix
` [PATCH v10 2/9] tracing/probes: Support dumping fetcharg program for debugging dynamic events
` [PATCH v10 3/9] tracing/probes: Support typecast for various probe events
` [PATCH v10 4/9] tracing/probes: Support nested typecast
` [PATCH v10 5/9] tracing/probes: Type casting always involves nested calls
` [PATCH v10 6/9] tracing/probes: Support field specifier option for typecast
` [PATCH v10 7/9] tracing/probes: Add $current variable support
` [PATCH v10 8/9] tracing/probes: Add this_cpu_read() and this_cpu_ptr() dereference method to fetcharg
` [PATCH v10 9/9] tracing/probes: Add a new testcase for BTF typecasts

[PATCH v2] lib/random32: convert selftest to KUnit
 2026-06-26  2:34 UTC 

[PATCH bpf 1/2] bpf: Avoid eliding lookup NULLness for inner map templates
 2026-06-26  0:44 UTC  (3+ messages)

[RFC PATCH v1.3 00/11] mm/damon: update, optimize, and clean up doc, tests, and code
 2026-06-26  0:16 UTC  (6+ messages)
` [RFC PATCH v1.3 03/11] mm/damon/tests/core-kunit: test damon_rand()
` [RFC PATCH v1.3 04/11] selftests/damon/sysfs.sh: test multiple probe dirs creation
` [RFC PATCH v1.3 05/11] selftests/damon/sysfs.sh: test {core,ops}_filters/ directories
` [RFC PATCH v1.3 06/11] selftests/damon/sysfs.sh: test dests dir
` [RFC PATCH v1.3 07/11] selftests/damon/sysfs.sh: test all files in quota goal dir

[PATCH bpf-next v3 1/2] bpf: add bpf_init_inode_xattr kfunc for atomic inode labeling
 2026-06-25 20:47 UTC  (8+ messages)
` [PATCH "

[PATCH bpf-next v2 0/2] bpf: Reject MEM_ALLOC BTF accesses past bounds
 2026-06-25 20:34 UTC  (3+ messages)
` [PATCH bpf-next v2 1/2] bpf: Reject MEM_ALLOC BTF accesses past object bounds

[PATCH v4] selftests/cgroup: Adjust cpu test duration based on HZ
 2026-06-25 20:30 UTC  (2+ messages)

[PATCH bpf-next v2 0/4] bpf: bidirectional VLAN support for bpf_fib_lookup()
 2026-06-25 19:51 UTC  (4+ messages)
` [PATCH bpf-next v2 1/4] bpf: Initialize the l3mdev field for the fib lookup flow

[PATCH bpf 0/2] bpf: Keep fastcall stack slots for helper stack reads
 2026-06-25 18:35 UTC  (5+ messages)
` [PATCH bpf 1/2] bpf: Keep fastcall spills "
` [PATCH bpf 2/2] selftests/bpf: Cover fastcall "

[PATCH] selftests: Open /dev/udmabuf O_RDONLY
 2026-06-25 18:15 UTC 

(no subject)
 2026-06-25 18:35 UTC  (5+ messages)
` [PATCH 1/2] bpf: preserve rx_queue_index across XDP redirects

[PATCH] selftests/lib.mk: run_tests= print summary at the end
 2026-06-25 16:22 UTC 

[PATCH v2 0/2] selftests: helpers: handle multi line in test_sysfs_prop_optional_list
 2026-06-25 16:05 UTC  (3+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] selftests: test possible usb type values from documentation


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