linux-kselftest.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-06-11 14:37:49 to 2025-06-13 19:11:57 UTC [more...]

[PATCH v4 0/7] use per-vma locks for /proc/pid/maps reads and PROCMAP_QUERY
 2025-06-13 19:11 UTC  (10+ messages)
` [PATCH v4 6/7] mm/maps: read proc/pid/maps under per-vma lock

[PATCH v11 0/6] rust: reduce `as` casts, enable related lints
 2025-06-13 18:14 UTC  (2+ messages)

[PATCH net-next v2 11/14] selftests: forwarding: lib: Move smcrouted helpers here
 2025-06-13 17:28 UTC  (6+ messages)
` [PATCH net-next v2 12/14] selftests: net: lib: Add ip_link_has_flag()
` [PATCH net-next v2 13/14] selftests: forwarding: adf_mcd_start(): Allow configuring custom interfaces
` [PATCH net-next v2 14/14] selftests: forwarding: Add a test for verifying VXLAN MC underlay

[PATCH v18 net-next 0/5] DUALPI2 patch
 2025-06-13 16:45 UTC  (8+ messages)
` [PATCH v18 net-next 1/5] sched: Struct definition and parsing of dualpi2 qdisc
` [PATCH v18 net-next 2/5] sched: Dump configuration and statistics "
` [PATCH v18 net-next 3/5] sched: Add enqueue/dequeue "
` [PATCH v18 net-next 4/5] selftests/tc-testing: Add selftests for qdisc DualPI2
` [PATCH v18 net-next 5/5] Documentation: netlink: specs: tc: Add DualPI2 specification

[kvm-unit-tests PATCH v2] riscv: Allow SBI_CONSOLE with no uart in device tree
 2025-06-13 16:27 UTC  (2+ messages)

[kvm-unit-tests PATCH v5] riscv: sbi: Add SBI Debug Triggers Extension tests
 2025-06-13 16:18 UTC  (2+ messages)

[PATCH net-next v2 0/4] netdevsim: implement RX statistics using NETDEV_PCPU_STAT_DSTATS
 2025-06-13 15:55 UTC  (8+ messages)
` [PATCH net-next v2 1/4] netdevsim: migrate to dstats stats collection
` [PATCH net-next v2 2/4] netdevsim: collect statistics at RX side
` [PATCH net-next v2 3/4] net: add dev_dstats_rx_dropped_add() helper
` [PATCH net-next v2 4/4] netdevsim: account dropped packet length in stats on queue free

[PATCH v9 iproute2-next 0/1] DUALPI2 iproute2 patch
 2025-06-13 15:36 UTC  (2+ messages)
` [PATCH v9 iproute2-next 1/1] tc: add dualpi2 scheduler module

[PATCH net-next RFC] selftests: net: add netpoll basic functionality test
 2025-06-13 14:07 UTC  (5+ messages)

[kvm-unit-tests PATCH 1/2] riscv: Allow SBI_CONSOLE with no uart in device tree
 2025-06-13 13:29 UTC  (4+ messages)

[PATCH v2] selftests/mm: Add configs to fix testcase failure
 2025-06-13 11:47 UTC  (5+ messages)

[PATCH] selftest/mm: Skip if fallocate() is unsupported in gup_longterm
 2025-06-13 11:44 UTC 

[PATCH net-next v3 0/8] netpoll: Untangle netconsole and netpoll
 2025-06-13 11:31 UTC  (9+ messages)
` [PATCH net-next v3 1/8] netpoll: remove __netpoll_cleanup from exported API
` [PATCH net-next v3 2/8] netpoll: expose netpoll logging macros in public header
` [PATCH net-next v3 3/8] netpoll: relocate netconsole-specific functions to netconsole module
` [PATCH net-next v3 4/8] netpoll: move netpoll_print_options to netconsole
` [PATCH net-next v3 5/8] netconsole: rename functions to better reflect their purpose
` [PATCH net-next v3 6/8] netconsole: improve code style in parser function
` [PATCH net-next v3 7/8] selftests: net: Refactor cleanup logic in lib_netcons.sh
` [PATCH net-next v3 8/8] selftests: net: add netconsole test for cmdline configuration

[PATCH net-next v2 0/7] netpoll: Untangle netconsole and netpoll
 2025-06-13 11:22 UTC  (4+ messages)
` [PATCH net-next v2 7/7] selftest: netconsole: add test for cmdline configuration

[RESEND PATCH v13 3/3] selftests/rseq: Add test for mm_cid compaction
 2025-06-13  9:12 UTC 

[PATCH bpf 0/7] bpf: deny trampoline attachment if args can not be located exactly on stack
 2025-06-13  8:59 UTC  (12+ messages)
` [PATCH bpf 1/7] bpf/x86: use define for max regs count used for arguments
` [PATCH bpf 2/7] bpf/x86: prevent trampoline attachment when args location on stack is uncertain
` [PATCH bpf 3/7] bpf/riscv: "
` [PATCH bpf 4/7] bpf/s390: "
` [PATCH bpf 5/7] bpf/powerpc64: use define for max regs count used for arguments
` [PATCH bpf 6/7] bpf/powerpc64: prevent trampoline attachment when args location on stack is uncertain
` [PATCH bpf 7/7] selftests/bpf: ensure that functions passing structs on stack can not be hooked

[PATCH v2 1/2] selftests: khugepaged: fix the shmem collapse failure
 2025-06-13  7:34 UTC  (4+ messages)
` [PATCH v2 2/2] selftests: mm: add shmem collapse as a default test item

[PATCH v4 00/14] kselftest harness and nolibc compatibility
 2025-06-13  5:55 UTC  (25+ messages)
` [PATCH v4 09/14] selftests: harness: Move teardown conditional into test metadata

[PATCH v3 10/10] selftests/sched_ext: Add test for sched_ext dl_server
 2025-06-13  5:17 UTC 

[PATCH net-next v1 1/4] net: netmem: fix skb_ensure_writable with unreadable skbs
 2025-06-13  4:28 UTC  (4+ messages)
` [PATCH net-next v1 2/4] netmem: fix netmem comments
` [PATCH net-next v1 3/4] selftests: devmem: remove unused variable
` [PATCH net-next v1 4/4] selftests: devmem: add ipv4 support to chunks test

[PATCH net-next v2 0/5] netconsole: Add support for msgid in sysdata
 2025-06-13  2:51 UTC  (7+ messages)
` [PATCH net-next v2 1/5] netconsole: introduce 'msgid' as a new sysdata field
` [PATCH net-next v2 2/5] netconsole: implement configfs for msgid_enabled
` [PATCH net-next v2 3/5] netconsole: append msgid to sysdata
` [PATCH net-next v2 4/5] selftests: netconsole: Add tests for 'msgid' feature in sysdata
` [PATCH net-next v2 5/5] docs: netconsole: document msgid feature

[PATCH V5 2/2] KVM: selftests: Change MDSCR_EL1 register holding variables as uint64_t
 2025-06-13  2:36 UTC 

[PATCH 1/2] selftests: khugepaged: fix the shmem collapse failure
 2025-06-13  1:41 UTC  (16+ messages)
` [PATCH 2/2] selftests: mm: add shmem collpase as a default test item

[PATCH net-next] selftests: tcp_ao: fix spelling in seq-ext.c comment
 2025-06-13  1:30 UTC  (2+ messages)

[PATCH v17 RESEND net-next 0/5] DUALPI2 patch
 2025-06-12 22:32 UTC  (7+ messages)
` [PATCH v17 RESEND net-next 1/5] sched: Struct definition and parsing of dualpi2 qdisc
` [PATCH v17 RESEND net-next 2/5] sched: Dump configuration and statistics "
` [PATCH v17 RESEND net-next 3/5] sched: Add enqueue/dequeue "
` [PATCH v17 RESEND net-next 4/5] selftests/tc-testing: Add selftests for qdisc DualPI2
` [PATCH v17 RESEND net-next 5/5] Documentation: netlink: specs: tc: Add DualPI2 specification

[PATCH v4 0/2] x86/fred: Prevent single-step upon ERETU completion
 2025-06-12 18:12 UTC  (4+ messages)

[PATCH bpf-next v2] selftests/bpf: fix signedness bug in redir_partial()
 2025-06-12 17:20 UTC  (2+ messages)

[PATCH net v3 0/2] Fix ntuple rules targeting default RSS
 2025-06-12 15:30 UTC  (5+ messages)
` [PATCH net v3 1/2] net: ethtool: Don't check if RSS context exists in case of context 0
` [PATCH net v3 2/2] selftests: drv-net: rss_ctx: Add test for ntuple rules targeting default RSS context

[PATCH 0/3] module: make structure definitions always visible
 2025-06-12 14:53 UTC  (4+ messages)
` [PATCH 1/3] module: move 'struct module_use' to internal.h
` [PATCH 2/3] module: make structure definitions always visible
` [PATCH 3/3] kunit: test: Drop CONFIG_MODULE ifdeffery

[PATCH net-next v3 0/4] udp_tunnel: remove rtnl_lock dependency
 2025-06-12 14:39 UTC  (5+ messages)
` [PATCH net-next v3 1/4] "

[PATCH v8 00/14] riscv: add SBI FWFT misaligned exception delegation support
 2025-06-12 13:26 UTC  (9+ messages)
` [PATCH v8 11/14] RISC-V: KVM: add SBI extension init()/deinit() functions
` [PATCH v8 12/14] RISC-V: KVM: add SBI extension reset callback
` [PATCH v8 13/14] RISC-V: KVM: add support for FWFT SBI extension
` [PATCH v8 14/14] RISC-V: KVM: add support for SBI_FWFT_MISALIGNED_DELEG

[PATCH net-next 0/5] netconsole: Add support for msgid in sysdata
 2025-06-12 13:06 UTC  (12+ messages)
` [PATCH net-next 1/5] netconsole: introduce 'msgid' as a new sysdata field
` [PATCH net-next 2/5] netconsole: implement configfs for msgid_enabled
` [PATCH net-next 3/5] netconsole: append msgid to sysdata
` [PATCH net-next 4/5] selftests: netconsole: Add tests for 'msgid' feature in sysdata
` [PATCH net-next 5/5] docs: netconsole: document msgid feature

[PATCH net-next 11/14] selftests: forwarding: lib: Move smcrouted helpers here
 2025-06-12 10:38 UTC  (6+ messages)
` [PATCH net-next 12/14] selftests: net: lib: Add ip_link_has_flag()
` [PATCH net-next 13/14] selftests: forwarding: adf_mcd_start(): Allow configuring custom interfaces

[PATCH] selftests/mm: Add CONFIG_FTRACE to config
 2025-06-12 10:04 UTC  (4+ messages)

[PATCH v4] selftests: filesystems: Add functional test for the abort file in fusectl
 2025-06-12  9:40 UTC 

[PATCH v3 RESEND] selftests: filesystems: Add functional test for the abort file in fusectl
 2025-06-12  8:56 UTC  (2+ messages)

[PATCH v2] kunit: Add test for static stub
 2025-06-12  8:48 UTC 

[PATCH] selftests/bpf: fix signedness bug in redir_partial()
 2025-06-12  7:57 UTC  (3+ messages)

[PATCH V4 2/2] KVM: selftests: Change MDSCR_EL1 register holding variables as uint64_t
 2025-06-12  3:35 UTC 

[PATCH v4] riscv: sbi: Add SBI Debug Triggers Extension tests
 2025-06-12  3:28 UTC  (2+ messages)

[PATCH net-next, v3] selftest: Add selftest for multicast address notifications
 2025-06-12  2:05 UTC 

[PATCH net-next, v2] selftest: Add selftest for multicast address notifications
 2025-06-12  1:58 UTC 

[PATCH net v3 1/2] net: clear the dst when changing skb protocol
 2025-06-12  0:40 UTC  (2+ messages)

[PATCH bpf-next v3 1/2] bpftool: Use appropriate permissions for map access
 2025-06-11 22:18 UTC  (2+ messages)
` [PATCH bpf-next v3 2/2] selftests/bpf: Add test for bpftool access to read-only protected maps

[PATCH bpf-next v2 1/2] bpftool: Use appropriate permissions for map access
 2025-06-11 21:06 UTC  (2+ messages)

[PATCH bpf-next v2 2/2] selftests/bpf: Add test for bpftool access to read-only protected maps
 2025-06-11 21:39 UTC  (2+ messages)

[PATCH net-next, v2] selftest: Add selftest for multicast address notifications
 2025-06-11 21:23 UTC  (2+ messages)

[RFC PATCH v2 00/10] Add TDX intra-host migration support
 2025-06-11 21:16 UTC  (11+ messages)
` [RFC PATCH v2 01/10] KVM: Split tdp_mmu_pages to mirror and direct counters
` [RFC PATCH v2 02/10] KVM: x86: Adjust locking order in move_enc_context_from
` [RFC PATCH v2 03/10] KVM: TDX: Add base implementation for tdx_vm_move_enc_context_from
` [RFC PATCH v2 04/10] KVM: TDX: Implement moving mirror pages between 2 TDs
` [RFC PATCH v2 05/10] KVM: TDX: Allow vCPUs to be created for migration
` [RFC PATCH v2 06/10] KVM: TDX: Add core logic for TDX intra-host migration
` [RFC PATCH v2 07/10] KVM: selftests: Refactor userspace_mem_region creation out of vm_mem_add
` [RFC PATCH v2 08/10] KVM: selftests: TDX: Add tests for TDX in-place migration
` [RFC PATCH v2 09/10] KVM: selftests: Add TDX support for ucalls
` [RFC PATCH v2 10/10] KVM: selftests: Add irqfd/interrupts test for TDX with migration

[PATCH bpf-next v2 1/2] bpftool: Use appropriate permissions for map access
 2025-06-11 20:40 UTC 

[PATCH net-next v10] selftests/vsock: add initial vmtest.sh for vsock
 2025-06-11 20:20 UTC  (2+ messages)

selftests/filesystem: clang warning null passed to a callee that requires a non-null argument [-Wnonnull]
 2025-06-11 18:29 UTC  (4+ messages)

[PATCH v3] KVM: SEV: Disable SEV-SNP support on initialization failure
 2025-06-11 18:27 UTC  (2+ messages)

[PATCH v2] selftests: cachestat: Refactor test to remove duplication
 2025-06-11 18:09 UTC 

[PATCH v3 1/2] libbpf: add support for printing BTF character arrays as strings
 2025-06-11 17:20 UTC  (3+ messages)

[PATCH v8 RESEND iproute2-next 0/1] DUALPI2 iproute2 patch
 2025-06-11 16:16 UTC  (3+ messages)
` [PATCH v8 RESEND iproute2-next 1/1] tc: add dualpi2 scheduler module

[PATCH net v2 0/2] Fix ntuple rules targeting default RSS
 2025-06-11 15:52 UTC  (5+ messages)
` [PATCH net v2 2/2] selftests: drv-net: rss_ctx: Add test for ntuple rules targeting default RSS context

[PATCH bpf-next v2 0/2] bpf,ktls: Fix data corruption caused by using bpf_msg_pop_data() in ktls
 2025-06-11 15:10 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).