Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2026-07-11 02:06:36 to 2026-07-13 15:41:28 UTC [more...]

[PATCH bpf-next v9 0/9] bpf: Introduce global percpu data
 2026-07-13 15:40 UTC  (9+ messages)
` [PATCH bpf-next v9 1/9] bpf: Drop duplicate blank lines in verifier
` [PATCH bpf-next v9 2/9] bpf: Introduce global percpu data
` [PATCH bpf-next v9 3/9] libbpf: Probe percpu data feature
` [PATCH bpf-next v9 4/9] libbpf: Add support for global percpu data
` [PATCH bpf-next v9 5/9] bpftool: Generate skeleton "
` [PATCH bpf-next v9 6/9] selftests/bpf: Add tests to verify "
` [PATCH bpf-next v9 7/9] selftests/bpf: Test direct reading/writing read-only percpu_array map
` [PATCH bpf-next v9 8/9] selftests/bpf: Test verifier log for global percpu data

[PATCH 0/4] selftests/bpf: A few edge case fixes
 2026-07-13 15:32 UTC  (3+ messages)
` [PATCH 1/4] selftests/bpf: Install bpftool where test_progs expects to find it

[PATCH v2 0/5] binfmt_misc: bpf-backed binary type handlers
 2026-07-13 15:19 UTC  (10+ messages)
` [PATCH v2 1/5] exec: stash a bpf-selected interpreter in struct linux_binprm
` [PATCH v2 2/5] binfmt_misc: add binfmt_misc_ops bpf struct_ops
` [PATCH v2 3/5] binfmt_misc: wire up bpf-backed 'B' entries
` [PATCH v2 4/5] bpf: allow fs kfuncs for binfmt_misc_ops programs
` [PATCH v2 5/5] selftests/exec: add binfmt_misc bpf-backed handler test

[PATCH v8 0/8] mm/hmm: Add mmap lock-drop support for userfaultfd-backed mappings
 2026-07-13 14:55 UTC  (19+ messages)
` [PATCH v8 2/8] mm/hmm: add hmm_range_fault_unlocked_timeout() for mmap lock-drop support
` [PATCH v8 4/8] mshv: Use hmm_range_fault_unlocked_timeout() for region faults
` [PATCH v8 5/8] drm/nouveau: Use hmm_range_fault_unlocked_timeout() for SVM faults
` [PATCH v8 7/8] accel/amdxdna: Use hmm_range_fault_unlocked_timeout() for range population

[PATCH net-next v2] selftests/net/openvswitch: add SCTP flow key test
 2026-07-13 14:39 UTC  (2+ messages)

[PATCH v2 0/2] fuse: allow FUSE_SYNCFS for privileged userspace servers
 2026-07-13 14:12 UTC  (2+ messages)

[RFC PATCH v1.2 0/5] mm/damon: unurgent fixes for infinite loop, NULL de-ref and races
 2026-07-13 13:58 UTC  (2+ messages)
` [RFC PATCH v1.2 2/5] mm/damon/tests/core-kunit: catch test failure in test_merge_regions_of()

[PATCH v3 0/3] LoongArch: add KHO support and selftests
 2026-07-13 13:53 UTC  (3+ messages)
` [PATCH v3 1/3] LoongArch: kexec: add KHO support for FDT-based

[PATCH v12 00/29] KVM: arm64: Implement support for SME
 2026-07-13 13:30 UTC  (9+ messages)
` [PATCH v12 04/29] arm64/sve: Factor virtualizable VL discovery out of SVE specific code
` [PATCH v12 22/29] KVM: arm64: Context switch SME state for guests

[PATCH net] selftests/net: Fix tun IPv6 test addresses to avoid 6to4 range
 2026-07-13 13:12 UTC  (2+ messages)

[PATCH] kunit: configs: enable GPIO kunit test cases in all_tests.config
 2026-07-13 13:05 UTC  (2+ messages)

[PATCH nf v2] selftests: netfilter: nft_flowtable.sh: fix offload counter verification for tunnel tests
 2026-07-13 12:53 UTC 

[PATCH 0/4] mm: kmemleak: reduce transient false positives by confirming leaks
 2026-07-13 12:52 UTC  (7+ messages)
` [PATCH 1/4] mm: kmemleak: confirm suspected leaks with a second scan
` [PATCH 2/4] mm: kmemleak: report leaks only after N consecutive unreferenced scans
` [PATCH 3/4] mm: kmemleak: factor leak confirmation into a helper
` [PATCH 4/4] selftests: mm: test kmemleak's N-consecutive-scan leak confirmation

[PATCH nf-next v6 0/6] Add IPv4 over IPv6 and SIT flowtable SW acceleration
 2026-07-13 12:46 UTC  (7+ messages)
` [PATCH nf-next v6 1/6] net: netfilter: add ether_type to net_device_path_ctx
` [PATCH nf-next v6 2/6] net: netfilter: add encap_proto to flow_offload_tunnel
` [PATCH nf-next v6 3/6] net: netfilter: add IPv4 over IPv6 tunnel flowtable acceleration
` [PATCH nf-next v6 4/6] selftests: netfilter: nft_flowtable.sh: add IPv4 over IPv6 flowtable selftest
` [PATCH nf-next v6 5/6] net: netfilter: add SIT tunnel flowtable acceleration
` [PATCH nf-next v6 6/6] selftests: netfilter: nft_flowtable.sh: add SIT flowtable selftest

[PATCH net-next 0/3] net: nexthop: per-nexthop UDP dst port for fdb (VXLAN) nexthops
 2026-07-13 12:23 UTC  (5+ messages)
` [PATCH net-next 1/3] net: nexthop: add NHA_FDB_PORT for fdb nexthops
` [PATCH net-next 2/3] vxlan: honor per-nexthop fdb destination port
` [PATCH net-next 3/3] selftests: net: add coverage for fdb nexthop dst port

[PATCH v8 00/10] Fix missing fops.owner in Rust DRM/misc abstractions
 2026-07-13 12:07 UTC  (18+ messages)
` [PATCH v8 01/10] rust: module: move module types into `module.rs`
` [PATCH v8 02/10] rust: module: add `THIS_MODULE` const to `ModuleMetadata` trait
` [PATCH v8 03/10] rust: doctest: add LocalModule fallback for #[vtable] ThisModule
` [PATCH v8 04/10] rust: macros: auto-insert OwnerModule in #[vtable]
` [PATCH v8 05/10] rust: drm: set fops.owner from driver module pointer
` [PATCH v8 06/10] rust: miscdevice: "
` [PATCH v8 07/10] rust: configfs: use `LocalModule` for `THIS_MODULE`
` [PATCH v8 08/10] rust: binder: "
` [PATCH v8 09/10] rust: macros: remove `THIS_MODULE` static from `module!`
` [PATCH v8 10/10] rust: module: update MAINTAINERS to cover module.rs

[PATCH v4 0/5] software node: provide support for fw_devlink
 2026-07-13 11:46 UTC  (7+ messages)
` [PATCH v4 1/5] kunit: provide a set of fwnode-oriented helpers
` [PATCH v4 2/5] software node: add fw_devlink support
` [PATCH v4 3/5] software node: add kunit tests for "
` [PATCH v4 4/5] MAINTAINERS: add myself as reviewer of software node support
` [PATCH v4 5/5] gpio: kunit: add test cases verifying swnode devlink support

[PATCH net 0/7] selftests: net: add missing kconfig and settings
 2026-07-13 11:44 UTC  (7+ messages)
` [PATCH net 3/7] selftests: ovpn: add IPV6 and VETH configs
` [PATCH net 4/7] selftests: ovpn: increase timeout
` [PATCH net 7/7] selftests: netconsole: ignore busywait errors

[PATCH bpf 1/1] selftests/bpf: Enable BLK_DEV_NBD for raw_tp_writable_reject_nbd_invalid
 2026-07-13 11:11 UTC  (2+ messages)

[PATCH v3 0/5] software node: provide support for fw_devlink
 2026-07-13 10:20 UTC  (12+ messages)
` [PATCH v3 1/5] kunit: provide a set of fwnode-oriented helpers
` [PATCH v3 2/5] software node: add fw_devlink support
` [PATCH v3 3/5] software node: add kunit tests for "
` [PATCH v3 5/5] gpio: kunit: add test cases verifying swnode devlink support

[PATCH net-next v2] selftests/net: Skip srv6_end_dt46_l3vpn_test::host_vpn_tests if iproute2 too old
 2026-07-13  9:57 UTC 

[PATCH] selftests/x86/fsgsbase: Check mmap return value
 2026-07-13  9:47 UTC  (2+ messages)

[PATCH RESEND v4] selftests: mincore: count file-mmap readahead on both sides
 2026-07-13  9:43 UTC 

[PATCH] selftests/mm: Fix memleak in migration benchmark
 2026-07-13  9:38 UTC  (3+ messages)

[PATCH rdma-next 00/13] RDMA: Make device names unique per net namespace
 2026-07-13  9:34 UTC  (9+ messages)
` [PATCH rdma-next 08/13] RDMA/cgroup: Scope rdma cgroup device visibility to the "
` [PATCH rdma-next 13/13] RDMA/selftests: Add rxe_netns_names test

[PATCH] selftests/mm: fix on-fault-limit false failure under sudo-rs
 2026-07-13  9:27 UTC 

[PATCH net] selftests: netconsole: only restore MAC when it changed on resume
 2026-07-13  9:21 UTC  (3+ messages)

[PATCH v4] fs/proc/task_mmu: fix PAGEMAP_SCAN written state for PMD holes
 2026-07-13  9:17 UTC 

[PATCH v3] fs/proc/task_mmu: fix PAGEMAP_SCAN written state for PMD holes
 2026-07-13  9:16 UTC  (3+ messages)

[PATCH bpf-next v6 0/3] bpf: bidirectional VLAN support for bpf_fib_lookup()
 2026-07-13  7:56 UTC  (4+ messages)
` [PATCH bpf-next v6 1/3] bpf: Add BPF_FIB_LOOKUP_VLAN flag to bpf_fib_lookup() helper

[PATCH v8 00/11] KVM: arm64: PMU: Use multiple host PMUs
 2026-07-13  7:41 UTC  (5+ messages)
` [PATCH v8 01/11] KVM: arm64: Serialize userspace MDCR_EL2 access
` [PATCH v8 09/11] KVM: arm64: PMU: Implement fixed-counters-only emulation

[PATCH 0/5] tracing/probes: Clean up and refactor argument parser
 2026-07-13  7:28 UTC  (6+ messages)
` [PATCH 1/5] tracing/probes: Refactor parse_probe_vars()
` [PATCH 2/5] tracing/probes: Refactor parse_probe_arg()
` [PATCH 3/5] tracing/probes: Sort ERRORS list in trace_probe.h alphabetically
` [PATCH 4/5] tracing/probes: Extend max length of argument string
` [PATCH 5/5] tracing/probes: Eliminate recursion in parse_probe_arg()

[PATCH bpf-next 0/2] bpf: Validate byte type for helper stack reads
 2026-07-13  7:17 UTC  (4+ messages)
` [PATCH bpf-next 1/2] bpf: Check byte type when validating "
` [PATCH bpf-next 2/2] selftests/bpf: Cover helper reads of invalid spill siblings

[PATCH bpf v4 0/2] bpf: Reject negative const offsets for buffer pointers
 2026-07-13  5:05 UTC  (10+ messages)
` [PATCH bpf v4 1/2] "

[PATCH] selftests/mm: Factor out hmm_buffer_alloc() to consolidate buffer setup
 2026-07-13  3:32 UTC 

[PATCH 0/5] tracing/probes: Clean up and refactor argument parser
 2026-07-13  2:16 UTC  (7+ messages)
` [PATCH 1/5] tracing/probes: Refactor parse_probe_vars()
` [PATCH 2/5] tracing/probes: Refactor parse_probe_arg()
` [PATCH 3/5] tracing/probes: Sort ERRORS list in trace_probe.h alphabetically
` [PATCH 4/5] tracing/probes: Extend max length of argument string
` [PATCH 5/5] tracing/probes: Eliminate recursion in parse_probe_arg()

[PATCH] selftests: timers: Make sleep time in raw_skew configurable
 2026-07-13  2:06 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v2] selftests/mm: Fix memleak in migration benchmark
 2026-07-13  1:35 UTC  (2+ messages)

[PATCH v6 0/8] RISC-V: KVM: Add Svadu/Zicfiss/Zicfilp FWFT support
 2026-07-13  1:03 UTC  (9+ messages)
` [PATCH v6 1/8] RISC-V: KVM: Add support for Svadu FWFT features
` [PATCH v6 2/8] KVM: riscv: selftests: add Svadu FWFT extension to get-reg-list test
` [PATCH v6 3/8] RISC-V: KVM: Allow Zicfiss/Zicfilp extensions for Guest/VM
` [PATCH v6 4/8] RISC-V: KVM: Add ssp context save/restore
` [PATCH v6 5/8] RISC-V: KVM: Handle software-check exits for VCPU
` [PATCH v6 6/8] RISC-V: KVM: Delegate SPELP bit to VS/VU mode if landing pad is enabled
` [PATCH v6 7/8] RISC-V: KVM: Add support for control-flow integrity FWFT features
` [PATCH v6 8/8] KVM: riscv: selftests: add Zicfiss/Zicfilp extension to get-reg-list test

[PATCH-next v3 0/3] cgroup/cpuset: Support multiple destination cpusets for cpuset_*attach()
 2026-07-12 23:55 UTC  (4+ messages)
` [PATCH-next v3 1/3] "
` [PATCH-next v3 2/3] cgroup/cpuset: Handle the special case of non-moving tasks in cpuset_can_attach()
` [PATCH-next v3 3/3] selftests/cgroup: Add test for cpuset affinity on controller disable

[RFC PATCH v1.1 0/5] mm/damon: unurgent fixes for infinite loop, NULL de-ref and races
 2026-07-12 17:03 UTC  (2+ messages)
` [RFC PATCH v1.1 2/5] mm/damon/tests/core-kunit: catch test failure in test_merge_regions_of()

[PATCH v7 00/10] dax/kmem: atomic whole-device hotplug via sysfs
 2026-07-12 16:48 UTC  (12+ messages)
` [PATCH v7 01/10] mm/memory: add memory_block_aligned_range() helper
` [PATCH v7 02/10] mm/memory_hotplug: add mhp_online_type_to_str() and export string helpers
` [PATCH v7 03/10] mm/memory_hotplug: pass online_type to online_memory_block() via arg
` [PATCH v7 04/10] mm/memory_hotplug: export mhp_get_default_online_type
` [PATCH v7 05/10] mm/memory_hotplug: add __add_memory_driver_managed() with online_type arg
` [PATCH v7 06/10] mm/memory_hotplug: add offline_and_remove_memory_ranges()
` [PATCH v7 07/10] dax/kmem: resolve default online type at probe time
` [PATCH v7 08/10] dax/kmem: extract hotplug/hotremove helper functions
` [PATCH v7 09/10] dax/kmem: add sysfs interface for atomic whole-device hotplug
` [PATCH v7 10/10] selftests/dax: add dax/kmem hotplug sysfs regression test

[PATCH-next v2 0/3] cgroup/cpuset: Support multiple destination cpusets for cpuset_*attach()
 2026-07-12 15:01 UTC  (4+ messages)
` [PATCH-next v2 1/3] cgroup/cpuset: Handle the special case of non-moving tasks in cpuset_can_attach()
` [PATCH-next v2 2/3] cgroup/cpuset: Support multiple destination cpusets for cpuset_*attach()
` [PATCH-next v2 3/3] selftests/cgroup: Add test for cpuset affinity on controller disable

[PATCH v6 00/10] dax/kmem: atomic whole-device hotplug via sysfs
 2026-07-12 13:27 UTC  (8+ messages)
` [PATCH v6 07/10] dax: plumb hotplug online_type through dax

[PATCH v2 00/19] crypto: cmh - add CRI CryptoManager Hub driver
 2026-07-12 13:15 UTC  (5+ messages)
` [PATCH v2 01/19] dt-bindings: crypto: add Rambus CryptoManager Hub

[PATCH net 0/2] ptp: fix scaled_ppm_to_ppb() overflow bypassing the max_adj check
 2026-07-12 12:16 UTC  (4+ messages)
` [PATCH net 1/2] ptp: reject frequency adjustments that overflow scaled_ppm_to_ppb()
` [PATCH net 2/2] selftests: ptp: add a regression test for the frequency adjustment overflow

[PATCH] selftests/nolibc: add debug information
 2026-07-12  9:37 UTC  (2+ messages)

[PATCH v2 0/7] clk: Add support for clock nexus
 2026-07-12  8:18 UTC  (2+ messages)

[PATCH] selftests/mm: remove obsolete hugetlb vmemmap test
 2026-07-12  7:12 UTC  (2+ messages)

[PATCH v3 0/3] selftests/mm: avoid false failures in hugetlb and KSM tests
 2026-07-12  5:37 UTC  (3+ messages)

[PATCH 0/2] HID: fix battery queries with nonzero field offsets
 2026-07-12  4:47 UTC  (3+ messages)
` [PATCH 1/2] HID: input: honor report field offsets in battery queries
` [PATCH 2/2] selftests/hid: test battery queries with nonzero field offsets

[PATCH] selftests/futex: Give circular-list nodes static storage
 2026-07-12  2:47 UTC 

[PATCH bpf-next v2 0/2] bpf: Fix WARNING in bpf_trampoline_multi_detach
 2026-07-12  0:00 UTC  (5+ messages)
` [PATCH bpf-next v2 1/2] bpf: Mark tracing_multi trampolines as ftrace managed
` [PATCH bpf-next v2 2/2] selftests/bpf: Test fentry link after tracing_multi link

[RFC PATCH 0/5] mm/damon: unurgent fixes for infinite loop, NULL de-ref and races
 2026-07-11 18:04 UTC  (2+ messages)
` [RFC PATCH 2/5] mm/damon/tests/core-kunit: catch test failure in test_merge_regions_of()

[PATCH net-next 0/2] seg6: add FIB table attribute for post-encap SID route lookup
 2026-07-11 17:04 UTC  (4+ messages)
` [PATCH net-next 1/2] "
` [PATCH net-next 2/2] selftests: seg6: add test "

[PATCH nf] selftests: netfilter: nft_flowtable.sh: check offload counters for IP6IP6 tunnel test
 2026-07-11 13:55 UTC 

[PATCH bpf-next 0/2] bpf: Fix WARNING in bpf_trampoline_multi_detach
 2026-07-11 12:09 UTC  (4+ messages)
` [PATCH bpf-next 1/2] bpf: Mark tracing_multi trampolines as ftrace managed

[PATCH v8 0/7] KVM: arm64: PMU: Use multiple host PMUs
 2026-07-11  6:18 UTC  (7+ messages)
` [PATCH v8 1/7] KVM: arm64: Disallow vPMU when pPMUs do not cover all CPUs

[PATCH-next 0/3] cgroup/cpuset: Support multiple destination cpusets for cpuset_*attach()
 2026-07-11  2:05 UTC  (3+ messages)
` [PATCH-next 2/3] "
` [PATCH-next 3/3] selftests/cgroup: Add test for cpuset affinity on controller disable


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