Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2026-01-03 00:45:36 to 2026-01-06 13:36:46 UTC [more...]

[PATCH v3 00/19] ublk: add support for integrity data
 2026-01-06 13:36 UTC  (24+ messages)
` [PATCH v3 01/19] blk-integrity: take const pointer in blk_integrity_rq()
` [PATCH v3 02/19] ublk: move ublk flag check functions earlier
` [PATCH v3 03/19] ublk: support UBLK_PARAM_TYPE_INTEGRITY in device creation
` [PATCH v3 04/19] ublk: set UBLK_IO_F_INTEGRITY in ublksrv_io_desc
` [PATCH v3 05/19] ublk: add ublk_copy_user_bvec() helper
` [PATCH v3 06/19] ublk: split out ublk_user_copy() helper
` [PATCH v3 07/19] ublk: inline ublk_check_and_get_req() into ublk_user_copy()
` [PATCH v3 08/19] ublk: move offset check out of __ublk_check_and_get_req()
` [PATCH v3 09/19] ublk: implement integrity user copy
` [PATCH v3 10/19] ublk: support UBLK_F_INTEGRITY
` [PATCH v3 11/19] ublk: optimize ublk_user_copy() on daemon task
` [PATCH v3 12/19] selftests: ublk: display UBLK_F_INTEGRITY support
` [PATCH v3 13/19] selftests: ublk: add utility to get block device metadata size
` [PATCH v3 14/19] selftests: ublk: add kublk support for integrity params
` [PATCH v3 15/19] selftests: ublk: implement integrity user copy in kublk
` [PATCH v3 16/19] selftests: ublk: support non-O_DIRECT backing files
` [PATCH v3 17/19] selftests: ublk: add integrity data support to loop target
` [PATCH v3 18/19] selftests: ublk: add integrity params test
` [PATCH v3 19/19] selftests: ublk: add end-to-end integrity test

[PATCH] selftests/nolibc: fix sparc32 tests with -mcpu=v9
 2026-01-06 13:36 UTC  (7+ messages)

[PATCH v2 0/2] selftests: Centralize kselftest headers to avoid relative includes
 2026-01-06 12:29 UTC  (3+ messages)
` [PATCH v3] selftests: complete kselftest include centralization

[PATCH 0/3] selftests/nolibc: improvements to the kselftest runner integration
 2026-01-06 11:44 UTC  (4+ messages)
` [PATCH 1/3] selftests/nolibc: try to read from stdin in readv_zero test
` [PATCH 2/3] selftests/nolibc: scope custom flags to the nolibc-test target
` [PATCH 3/3] selftests/nolibc: also test libc-test through regular selftest framework

[PATCH] lib/glob: convert selftest to KUnit
 2026-01-06 11:35 UTC  (2+ messages)

[PATCH v2] selftests/nolibc: always build sparc32 tests with -mcpu=v8
 2026-01-06 11:05 UTC  (2+ messages)

[RFC PATCH v2 0/6] RISC-V: Add dynamic TSO support
 2026-01-06  7:46 UTC  (3+ messages)
` [RFC PATCH v2 4/6] RISC-V: Implement prctl call to set/get the memory consistency model

[PATCH bpf-next v5 0/3] bpf: Fix FIONREAD and copied_seq issues
 2026-01-06  5:14 UTC  (4+ messages)
` [PATCH bpf-next v5 1/3] bpf, sockmap: Fix incorrect copied_seq calculation
` [PATCH bpf-next v5 2/3] bpf, sockmap: Fix FIONREAD for sockmap
` [PATCH bpf-next v5 3/3] bpf, selftest: Add tests for FIONREAD and copied_seq

[PATCH v4 10/10] RISC-V: KVM: selftests: Add Zalasr extensions to get-reg-list test
 2026-01-06  4:56 UTC  (2+ messages)

[PATCH v4 05/10] riscv: Apply Zalasr to smp_load_acquire/smp_store_release
 2026-01-06  4:56 UTC  (3+ messages)
` [PATCH v4 09/10] RISC-V: KVM: Allow Zalasr extensions for Guest/VM

[PATCH net-next v4 0/8] selftest: Extend tun/virtio coverage for GSO over UDP tunnel
 2026-01-06  2:17 UTC  (11+ messages)
` [PATCH net-next v4 1/8] selftest: tun: Format tun.c existing code
` [PATCH net-next v4 2/8] selftest: tun: Introduce tuntap_helpers.h header for TUN/TAP testing
` [PATCH net-next v4 3/8] selftest: tun: Refactor tun_delete to use tuntap_helpers
` [PATCH net-next v4 4/8] selftest: tap: Refactor tap test "
` [PATCH net-next v4 5/8] selftest: tun: Add helpers for GSO over UDP tunnel
` [PATCH net-next v4 6/8] selftest: tun: Add test for sending gso packet into tun
` [PATCH net-next v4 7/8] selftest: tun: Add test for receiving gso packet from tun
` [PATCH net-next v4 8/8] selftest: tun: Add test data for success and failure paths

[PATCH] selftests/bpf: fix qdisc kfunc declarations
 2026-01-06  2:16 UTC  (3+ messages)

[PATCH v2 00/19] ublk: add support for integrity data
 2026-01-06  1:55 UTC  (13+ messages)
` [PATCH v2 01/19] blk-integrity: take const pointer in blk_integrity_rq()
` [PATCH v2 04/19] ublk: set request integrity params in ublksrv_io_desc
` [PATCH v2 14/19] selftests: ublk: add kublk support for integrity params
` [PATCH v2 15/19] selftests: ublk: implement integrity user copy in kublk
` [PATCH v2 16/19] selftests: ublk: support non-O_DIRECT backing files
` [PATCH v2 17/19] selftests: ublk: add integrity data support to loop target
` [PATCH v2 18/19] selftests: ublk: add integrity params test
` [PATCH v2 19/19] selftests: ublk: add end-to-end integrity test

[PATCH net-next 0/2] PSP self test improvements
 2026-01-06  1:52 UTC  (5+ messages)
` [PATCH net-next 1/2] selftests: drv-net: psp: Use first device when multiple are present
` [PATCH net-next 2/2] selftests: drv-net: psp: Don't fail psp_responder when no PSP devs found

[PATCH net-next v3 0/8] selftest: Extend tun/virtio coverage for GSO over UDP tunnel
 2026-01-06  1:36 UTC  (10+ messages)
` [PATCH net-next v3 1/8] selftest: tun: Format tun.c existing code
` [PATCH net-next v3 2/8] selftest: tun: Introduce tuntap_helpers.h header for TUN/TAP testing
` [PATCH net-next v3 3/8] selftest: tun: Refactor tun_delete to use tuntap_helpers
` [PATCH net-next v3 4/8] selftest: tap: Refactor tap test "
` [PATCH net-next v3 5/8] selftest: tun: Add helpers for GSO over UDP tunnel
` [PATCH net-next v3 6/8] selftest: tun: Add test for sending gso packet into tun
` [PATCH net-next v3 7/8] selftest: tun: Add test for receiving gso packet from tun
` [PATCH net-next v3 8/8] selftest: tun: Add test data for success and failure paths

[PATCH net-next] selftests: hw-net: rss-input-xfrm: try to enable the xfrm at the start
 2026-01-06  1:09 UTC  (2+ messages)

[PATCH net v3] selftests: mptcp: Mark xerror and die_perror __noreturn
 2026-01-06  0:30 UTC  (2+ messages)

[PATCH 00/21] vfio/pci: Base support to preserve a VFIO device file across Live Update
 2026-01-06  0:19 UTC  (6+ messages)
` [PATCH 19/21] vfio: selftests: Expose low-level helper routines for setting up struct vfio_pci_device

[PATCH] kselftest/arm64: Support FORCE_TARGETS
 2026-01-05 22:58 UTC  (2+ messages)

[PATCH net-next v2] ipv6: preserve insertion order for same-scope addresses
 2026-01-05 21:56 UTC  (2+ messages)

[PATCH 0/9] vDSO: Provide clock_getres_time64() where applicable
 2026-01-05 20:55 UTC  (3+ messages)
` [PATCH 8/9] arm64: vdso32: Provide clock_getres_time64()

[PATCH 0/4] Various mm kselftests improvements/fixes
 2026-01-05 18:13 UTC  (8+ messages)
` [PATCH 1/4] selftests/mm: remove flaky header check

[PATCH bpf-next v4 0/6] Add cryptographic hash and signature verification kfuncs to BPF
 2026-01-05 17:37 UTC  (7+ messages)
` [PATCH bpf-next v4 1/6] crypto: Add BPF hash algorithm type registration module
` [PATCH bpf-next v4 2/6] crypto: Add BPF signature "
` [PATCH bpf-next v4 3/6] bpf: Add hash kfunc for cryptographic hashing
` [PATCH bpf-next v4 4/6] selftests/bpf: Add tests for bpf_crypto_hash kfunc
` [PATCH bpf-next v4 5/6] bpf: Add ECDSA signature verification kfuncs
` [PATCH bpf-next v4 6/6] selftests/bpf: Add tests for "

[PATCH -next 0/8] RCU updates from me for next merge window
 2026-01-05 17:16 UTC  (10+ messages)
` [PATCH -next 1/8] rcu: Fix rcu_read_unlock() deadloop due to softirq

[PATCH v3 0/4] KVM: selftests: arm64: Improve diagnostics from set_id_regs
 2026-01-05 17:00 UTC  (8+ messages)
` [PATCH v3 3/4] KVM: selftests: arm64: Make set_id_regs bitfield validatity checks non-fatal
` [PATCH v3 4/4] KVM: selftests: arm64: Skip all 32 bit IDs when set_id_regs is aarch64 only

[PATCH bpf-next 0/2] bpf, test_run: Fix user-memory-access vulnerability for LIVE_FRAMES
 2026-01-05 16:43 UTC  (7+ messages)
  ` [PATCH bpf-next 1/2] "
  ` [PATCH bpf-next 2/2] selftests/bpf: Add test for xdp_md context with LIVE_FRAMES in BPF_PROG_TEST_RUN
  ` [syzbot ci] Re: bpf, test_run: Fix user-memory-access vulnerability for LIVE_FRAMES

[PATCH v2] kunit: respect KBUILD_OUTPUT env variable by default
 2026-01-05 16:41 UTC 

[PATCH RFC] kunit: respect KBUILD_OUTPUT env variable by default
 2026-01-05 16:29 UTC  (3+ messages)

[PATCH bpf-next v2 0/5] bpf: lru: Fix unintended eviction when updating lru hash maps
 2026-01-05 16:16 UTC  (8+ messages)
` [PATCH bpf-next v2 1/5] bpf: lru: Tidy hash handling in LRU code
` [PATCH bpf-next v2 2/5] bpf: lru: Factor out bpf_lru_node_reset_state helper
` [PATCH bpf-next v2 3/5] bpf: lru: Factor out bpf_lru_move_next_inactive_rotation helper
` [PATCH bpf-next v2 4/5] bpf: lru: Fix unintended eviction when updating lru hash maps
` [PATCH bpf-next v2 5/5] selftests/bpf: Add tests to verify no unintended eviction when updating lru_[percpu_,]hash maps

[PATCH net v3 0/2] net: netdevsim: fix inconsistent carrier state after link/unlink
 2026-01-05 15:17 UTC  (2+ messages)
` [PATCH net v3 2/2] selftests: netdevsim: add carrier state consistency test

[PATCH 0/6] powerpc64/bpf: Support tailcalls with subprogs & BPF exceptions
 2026-01-05 11:15 UTC  (8+ messages)
` [PATCH 1/6] powerpc64/bpf: Support tailcalls with subprogs
` [PATCH 2/6] powerpc64/bpf: Tailcall handling with trampolines
` [PATCH 3/6] powerpc/bpf: use BPF_PPC_STACK_SAVE to spill trampoline NVRs
` [PATCH 4/6] powerpc64/bpf: Add arch_bpf_stack_walk() for BPF JIT
` [PATCH 5/6] powerpc64/bpf: Support exceptions
` [PATCH 6/6] powerpc64/bpf: Additional NVR handling for bpf_throw

[PATCH 0/3] EDITME: cover title for b4/kunit-user-alloc
 2026-01-05 10:52 UTC  (8+ messages)
` [PATCH 1/3] kunit: test: Delete pointless resource API usage
` [PATCH 2/3] kthread: Add kthread_take_mm()
` [PATCH 3/3] kunit: test: fix mm_struct leak in kunit_attach_mm()

[PATCH 5.15.y] selftests: net: test_vxlan_under_vrf: fix HV connectivity test
 2026-01-05 10:52 UTC 

[PATCH] rust: kunit: replace `kernel::c_str!` with C-Strings
 2026-01-05 10:00 UTC  (4+ messages)

[PATCH v2 0/5] Add Zilsd/Zclsd support in hwprobe and KVM
 2026-01-05  9:06 UTC  (5+ messages)
` [PATCH v2 4/5] riscv: KVM: allow Zilsd and Zclsd extensions for Guest/VM
` [PATCH v2 5/5] KVM: riscv: selftests: add Zilsd and Zclsd extension to get-reg-list test

[PATCH] kunit: qemu_configs: Add 32-bit big endian ARM configuration
 2026-01-05  8:56 UTC  (2+ messages)

[PATCH 0/2] kunit: tool: test: Allow running with pytest
 2026-01-05  8:56 UTC  (5+ messages)
` [PATCH 1/2] kunit: tool: test: Rename test_data_path() to _test_data_path()
` [PATCH 2/2] kunit: tool: test: Don't rely on implicit working directory change

[PATCH 0/2] kunit: tool: Don't overwrite test status based on subtest counts
 2026-01-05  8:55 UTC  (5+ messages)
` [PATCH 1/2] kunit: tool: Add test for nested test result reporting
` [PATCH 2/2] kunit: tool: Don't overwrite test status based on subtest counts

[cgroup/for-6.20 PATCH v2 0/4] cgroup/cpuset: Don't invalidate sibling partitions on cpuset.cpus conflict
 2026-01-05  7:00 UTC  (20+ messages)
` [cgroup/for-6.20 PATCH v2 1/4] cgroup/cpuset: Streamline rm_siblings_excl_cpus()
` [cgroup/for-6.20 PATCH v2 2/4] cgroup/cpuset: Consistently compute effective_xcpus in update_cpumasks_hier()
` [cgroup/for-6.20 PATCH v2 3/4] cgroup/cpuset: Don't fail cpuset.cpus change in v2
` [cgroup/for-6.20 PATCH v2 4/4] cgroup/cpuset: Don't invalidate sibling partitions on cpuset.cpus conflict

[5.15.y BACKPORT] selftests: net: test_vxlan_under_vrf: fix HV connectivity test
 2026-01-05  6:38 UTC  (2+ messages)

[PATCH 02/11] rust: macros: use `quote!` from vendored crate
 2026-01-05  2:28 UTC  (8+ messages)
` [PATCH 08/11] rust: macros: convert `#[kunit_tests]` macro to use `syn`
` [PATCH 11/11] rust: kunit: use `pin_init::zeroed` instead of custom null value

[PATCH net-next v9 0/6] netconsole: support automatic target recovery
 2026-01-05  0:29 UTC  (8+ messages)
` [PATCH net-next v9 1/6] netconsole: add target_state enum
` [PATCH net-next v9 2/6] netconsole: convert 'enabled' flag to enum for clearer state management
` [PATCH net-next v9 3/6] netconsole: add STATE_DEACTIVATED to track targets disabled by low level
` [PATCH net-next v9 4/6] netconsole: clear dev_name for devices bound by mac
` [PATCH net-next v9 5/6] netconsole: resume previously deactivated target
` [PATCH net-next v9 6/6] selftests: netconsole: validate target resume

[PATCH] rust: fix off-by-one line number in rustdoc tests
 2026-01-04 22:54 UTC  (2+ messages)

[PATCH] selftests/nolibc: drop NOLIBC_SYSROOT=0 logic
 2026-01-04 16:43 UTC  (2+ messages)

[RFC PATCH v2 0/3] Memory Controller eBPF support
 2026-01-04  9:30 UTC  (3+ messages)

[PATCH v7 net-next 00/13] AccECN protocol case handling series
 2026-01-03 13:10 UTC  (14+ messages)
` [PATCH v7 net-next 01/13] tcp: try to avoid safer when ACKs are thinned
` [PATCH v7 net-next 02/13] gro: flushing when CWR is set negatively affects AccECN
` [PATCH v7 net-next 03/13] selftests/net: gro: add self-test for TCP CWR flag
` [PATCH v7 net-next 04/13] tcp: ECT_1_NEGOTIATION and NEEDS_ACCECN identifiers
` [PATCH v7 net-next 05/13] tcp: disable RFC3168 fallback identifier for CC modules
` [PATCH v7 net-next 06/13] tcp: accecn: handle unexpected AccECN negotiation feedback
` [PATCH v7 net-next 07/13] tcp: accecn: retransmit downgraded SYN in AccECN negotiation
` [PATCH v7 net-next 08/13] tcp: add TCP_SYNACK_RETRANS synack_type
` [PATCH v7 net-next 09/13] tcp: accecn: retransmit SYN/ACK without AccECN option or non-AccECN SYN/ACK
` [PATCH v7 net-next 10/13] tcp: accecn: unset ECT if receive or send ACE=0 in AccECN negotiaion
` [PATCH v7 net-next 11/13] tcp: accecn: fallback outgoing half link to non-AccECN
` [PATCH v7 net-next 12/13] tcp: accecn: detect loss ACK w/ AccECN option and add TCP_ACCECN_OPTION_PERSIST
` [PATCH v7 net-next 13/13] tcp: accecn: enable AccECN


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