Linux-kselftest-mirror

linux-kselftest-mirror@lists.linaro.org
  • 180 participants
  • 13484 discussions

[PATCH 0/3] bitmap: convert self-test to KUnit
by Tamir Duberstein
5 months, 3 weeks

[PATCH v4 08/16] rust: kunit: refactor to use `&raw [const|mut]`
by Antonio Hickey
5 months, 3 weeks

[PATCH net-next 0/6] netconsole: Add support for userdata release
by Breno Leitao
5 months, 3 weeks

[PATCH] KVM: selftests: Fix a couple "prio" signedness bugs
by Dan Carpenter
5 months, 3 weeks

[RFC PATCH 1/2] time/timekeeping: Fix possible inconsistencies in _COARSE clockids
by John Stultz
5 months, 3 weeks

[PATCH net 0/7] selftests/net: Mixed select()+polling mode for TCP-AO tests
by Dmitry Safonov via B4 Relay
5 months, 4 weeks

[PATCH v8 0/3] rust: kunit: Support KUnit tests with a user-space like syntax
by David Gow
5 months, 4 weeks

[PATCH net v4 0/3] vsock/bpf: Handle races between sockmap update and connect() disconnecting
by Michal Luczaj
5 months, 4 weeks

[PATCH bpf-next] selftests/bpf: Sanitize pointer prior fclose()
by Björn Töpel
5 months, 4 weeks

[PATCH net v2 3/3] selftests: net: test for lwtunnel dst ref loops
by Justin Iurman
5 months, 4 weeks

[PATCH bpf-next v3 0/3] bpf: Fix use-after-free of sockmap
by Jiayuan Chen
5 months, 4 weeks

[PATCH] kunit: tool: fix count of tests if late test plan
by Rae Moar
5 months, 4 weeks

[PATCH v3 1/2] kunit: tool: Fix bug in parsing test plan
by Rae Moar
5 months, 4 weeks

[PATCH net-next 00/12] mptcp: pm: prep work for new ops and sysctl knobs
by Matthieu Baerts (NGI0)
5 months, 4 weeks

[PATCH v2 0/2] Fix xdp_adjust_frags_tail_grow selftest on powerpc
by Saket Kumar Bhaskar
5 months, 4 weeks

[PATCH 0/2] fs/proc/task_mmu: add guard region bit to pagemap
by Lorenzo Stoakes
5 months, 4 weeks

[PATCH bpf-next 0/2] selftests/bpf: Migrate test_xdp_vlan.sh into test_progs
by Bastien Curutchet (eBPF Foundation)
5 months, 4 weeks

[PATCH] rseq/selftests: fix name clash with rseq UAPI header
by Michael Jeanson
5 months, 4 weeks

[PATCH v10 nf-next 0/3] conntrack: bridge: add double vlan, pppoe and pppoe-in-q
by Eric Woudstra
5 months, 4 weeks

[PATCH net] selftests: drv-net: use defer in the ping test
by Jakub Kicinski
5 months, 4 weeks

[PATCH v4 00/12] Direct Map Removal for guest_memfd
by Patrick Roy
6 months

[PATCH v1 1/3] selftests/mm: Fix half_ufd_size_MB calculation
by Ryan Roberts
6 months

[PATCH] rseq/selftests: ensure the rseq abi TLS is actually 1024 bytes
by Michael Jeanson
6 months

[PATCH 00/13] selftests/bpf: Integrate test_xsk.c to test_progs framework
by Bastien Curutchet (eBPF Foundation)
6 months

[PATCH 1/2] selftests/pid_namespace: fix building with clang-20
by Dmitry Antipov
6 months

[PATCH v4 iproute2-next 0/1] DualPI2 iproute2 patch
by chia-yu.chang@nokia-bell-labs.com
6 months

[PATCH 0/2] selftests: livepatch: test if ftrace can trace a livepatched function
by Filipe Xavier
6 months

[PATCH] tools/nolibc: Add support for SPARC
by Thomas Weißschuh
6 months

[PATCH v9 00/14] iommufd: Add vIOMMU infrastructure (Part-3: vEVENTQ)
by Nicolin Chen
6 months

[PATCH] selftests/bpf: Replace deprecated strncpy() with strscpy()
by feng.wei8@zte.com.cn
6 months

[PATCH AUTOSEL 6.12 12/13] selftests: netfilter: skip br_netfilter queue tests if kernel is tainted
by Sasha Levin
6 months

[PATCH AUTOSEL 6.13 15/16] selftests: netfilter: skip br_netfilter queue tests if kernel is tainted
by Sasha Levin
6 months

[PATCH v9 0/4] rust: replace kernel::str::CStr w/ core::ffi::CStr
by Tamir Duberstein
6 months

[PATCH v4 0/6] rust: reduce pointer casts, enable related lints
by Tamir Duberstein
6 months

[PATCH net-next v23 00/23] Introducing OpenVPN Data Channel Offload
by Antonio Quartulli
6 months

[PATCH v9 0/6] scanf: convert self-test to KUnit
by Tamir Duberstein
6 months

[PATCH] selftests/mm: Add commentary about 9pfs bugs
by Brendan Jackman
6 months

[PATCH net v3 0/3] vsock/bpf: Handle races between sockmap update and connect() disconnecting
by Michal Luczaj
6 months

[PATCH net-next v10 00/10] tun: Introduce virtio-net hashing feature
by Akihiko Odaki
6 months

Re: [PATCH 1/4] selftests: ntsync: fix the wrong condition in wake_all
by Elizabeth Figura
6 months

[PATCH v3 2/3] rust: replace `addr_of[_mut]!` with `&raw [mut]`
by Antonio Hickey
6 months

[PATCH v2] selftests/mm/cow: Fix the incorrect error handling
by Cyan Yang
6 months

[PATCH v3 0/6] rust: reduce pointer casts, enable related lints
by Tamir Duberstein
6 months

[PATCH RFC 8/8] selftests/sched_ext: Add test for sched_ext dl_server
by Joel Fernandes
6 months

[PATCH 0/4] ntsync: some small fixes for doc and selftests
by Su Hui
6 months

[PATCH v3 00/10] selftests/mm: Some cleanups from trying to run them
by Brendan Jackman
6 months

[RFC PATCH 0/5] KVM: guest_memfd: support for uffd missing
by Nikita Kalyazin
6 months

[PATCH v11 00/27] riscv control-flow integrity for usermode
by Deepak Gupta
6 months

[PATCH] rust: enable `clippy::ptr_as_ptr` lint
by Tamir Duberstein
6 months

[PATCH net v2 0/3] vsock/bpf: Handle races between sockmap update and connect() disconnecting
by Michal Luczaj
6 months
Results per page: