linux-kselftest.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-02-26 06:19:13 to 2025-02-27 13:56:44 UTC [more...]

[PATCH net-next v8 0/8] Some pktgen fixes/improvments (part II)
 2025-02-27 13:56 UTC  (9+ messages)
` [PATCH net-next v8 1/8] net: pktgen: fix mix of int/long
` [PATCH net-next v8 2/8] net: pktgen: remove extra tmp variable (re-use len instead)
` [PATCH net-next v8 3/8] net: pktgen: remove some superfluous variable initializing
` [PATCH net-next v8 4/8] net: pktgen: fix mpls maximum labels list parsing
` [PATCH net-next v8 5/8] net: pktgen: fix access outside of user given buffer in pktgen_if_write()
` [PATCH net-next v8 6/8] net: pktgen: fix mpls reset parsing
` [PATCH net-next v8 7/8] net: pktgen: remove all superfluous index assignements
` [PATCH net-next v8 8/8] selftest: net: add proc_net_pktgen

[PATCH net-next v7 0/8] Some pktgen fixes/improvments (part II)
 2025-02-27 13:43 UTC  (12+ messages)
` [PATCH net-next v7 1/8] net: pktgen: fix mix of int/long
` [PATCH net-next v7 4/8] net: pktgen: fix mpls maximum labels list parsing
` [PATCH net-next v7 6/8] net: pktgen: fix mpls reset parsing
` [PATCH net-next v7 8/8] selftest: net: add proc_net_pktgen

[PATCHv3 net 0/3] bond: fix xfrm offload issues
 2025-02-27 13:31 UTC  (8+ messages)
` [PATCHv3 net 1/3] bonding: move IPsec deletion to bond_ipsec_free_sa
` [PATCHv3 net 2/3] bonding: fix xfrm offload feature setup on active-backup mode
` [PATCHv3 net 3/3] selftests: bonding: add ipsec offload test

[PATCH bpf-next 00/10] selftests/bpf: Migrate test_tunnel.sh to test_progs
 2025-02-27 13:24 UTC  (11+ messages)
` [PATCH bpf-next 01/10] selftests/bpf: test_tunnel: Add generic_attach* helpers
` [PATCH bpf-next 02/10] selftests/bpf: test_tunnel: Add ping helpers
` [PATCH bpf-next 03/10] selftests/bpf: test_tunnel: Move gre tunnel test to test_progs
` [PATCH bpf-next 04/10] selftests/bpf: test_tunnel: Move ip6gre "
` [PATCH bpf-next 05/10] selftests/bpf: test_tunnel: Move erspan tunnel tests "
` [PATCH bpf-next 06/10] selftests/bpf: test_tunnel: Move ip6erspan tunnel test "
` [PATCH bpf-next 07/10] selftests/bpf: test_tunnel: Move geneve "
` [PATCH bpf-next 08/10] selftests/bpf: test_tunnel: Move ip6geneve "
` [PATCH bpf-next 09/10] selftests/bpf: test_tunnel: Move ip6tnl tunnel tests "
` [PATCH bpf-next 10/10] selftests/bpf: test_tunnel: Remove test_tunnel.sh

[PATCH v2 0/9] selftests/mm: Some cleanups from trying to run them
 2025-02-27 12:58 UTC  (4+ messages)
` [PATCH v2 8/9] selftests/mm: Skip map_populate on weird filesystems

[PATCH v2 0/7] iommu: Add MSI mapping support with nested SMMU (Part-1 core)
 2025-02-27 11:21 UTC  (11+ messages)
` [PATCH v2 3/7] iommu: Make iommu_dma_prepare_msi() into a generic operation
` [PATCH v2 7/7] iommu: Turn iova_cookie to dma-iommu private pointer

[PATCH 0/8] tracing: probes: Fixes and enhancing error logs
 2025-02-27 10:13 UTC  (19+ messages)
` [PATCH 1/8] tracing: tprobe-events: Fix a memory leak when tprobe with $retval
` [PATCH 2/8] tracing: tprobe-events: Reject invalid tracepoint name
` [PATCH 3/8] tracing: fprobe-events: Log error for exceeding the number of entry args
` [PATCH 4/8] tracing: probe-events: Log errro for exceeding the number of arguments
      ` [4/8] "
` [PATCH 5/8] tracing: probe-events: Remove unused MAX_ARG_BUF_LEN macro
` [PATCH 6/8] selftests/ftrace: Expand the tprobe event test to check wrong format
` [PATCH 7/8] selftests/ftrace: Add new syntax error test
` [PATCH 8/8] selftests/ftrace: Add dynamic events argument limitation test case

[PATCH][next] selftests/x86/xstate: Fix spelling mistake "hader" -> "header"
 2025-02-27  9:15 UTC 

[PATCH sysctl-next v2] selftests/sysctl: fix wording of help messages
 2025-02-27  9:08 UTC  (2+ messages)

[PATCH 0/4] RISC-V KVM PMU fix and selftest improvement
 2025-02-27  8:49 UTC  (9+ messages)
` [PATCH 1/4] RISC-V: KVM: Disable the kernel perf counter during configure
` [PATCH 2/4] KVM: riscv: selftests: Do not start the counter in the overflow handler
` [PATCH 3/4] KVM: riscv: selftests: Change command line option
` [PATCH 4/4] KVM: riscv: selftests: Allow number of interrupts to be configurable

[PATCH v6 0/3] Add support for the Idle HLT intercept feature
 2025-02-27  8:21 UTC  (4+ messages)
` [PATCH v6 2/3] KVM: SVM: Add Idle HLT intercept support

[PATCH net-next v6 0/8] Device memory TCP TX
 2025-02-27  7:59 UTC  (10+ messages)
` [PATCH net-next v6 1/8] net: add get_netmem/put_netmem support
` [PATCH net-next v6 2/8] net: devmem: TCP tx netlink api
` [PATCH net-next v6 3/8] net: devmem: Implement TX path
` [PATCH net-next v6 4/8] net: add devmem TCP TX documentation
` [PATCH net-next v6 5/8] net: enable driver support for netmem TX
` [PATCH net-next v6 6/8] gve: add netmem TX support to GVE DQO-RDA mode
` [PATCH net-next v6 7/8] net: check for driver support in netmem TX
` [PATCH net-next v6 8/8] selftests: ncdevmem: Implement devmem TCP TX

[PATCH v9 0/8] Buddy allocator like (or non-uniform) folio split
 2025-02-27  5:55 UTC  (10+ messages)
` [PATCH v9 1/8] xarray: add xas_try_split() to split a multi-index entry
` [PATCH v9 2/8] mm/huge_memory: add two new (not yet used) functions for folio_split()
` [PATCH v9 3/8] mm/huge_memory: move folio split common code to __folio_split()
` [PATCH v9 4/8] mm/huge_memory: add buddy allocator like (non-uniform) folio_split()
` [PATCH v9 5/8] mm/huge_memory: remove the old, unused __split_huge_page()
` [PATCH v9 6/8] mm/huge_memory: add folio_split() to debugfs testing interface
` [PATCH v9 7/8] mm/truncate: use buddy allocator like folio split for truncate operation
` [PATCH v9 8/8] selftests/mm: add tests for folio_split(), buddy allocator like split

[PATCH v3 0/2 RESEND] update kselftest framework to check for required configs
 2025-02-27  5:29 UTC  (3+ messages)
` [PATCH v3 1/2 RESEND] selftests: Introduce script to validate required dependencies
` [PATCH v3 2/2] selftests/lib.mk: Introduce check "

[PATCH] KVM: selftests: access_tracking_perf_test: add option to skip the sanity check
 2025-02-27  4:15 UTC 

[PATCH net-next 0/2] expand cmsg_ipv6.sh with ipv4 support
 2025-02-27  3:10 UTC  (2+ messages)

[PATCH net-next v20 00/25] Introducing OpenVPN Data Channel Offload
 2025-02-27  1:21 UTC  (26+ messages)
` [PATCH net-next v20 01/25] mailmap: remove unwanted entry for Antonio Quartulli
` [PATCH net-next v20 02/25] net: introduce OpenVPN Data Channel Offload (ovpn)
` [PATCH net-next v20 03/25] ovpn: add basic netlink support
` [PATCH net-next v20 04/25] ovpn: add basic interface creation/destruction/management routines
` [PATCH net-next v20 05/25] ovpn: keep carrier always on for MP interfaces
` [PATCH net-next v20 06/25] ovpn: introduce the ovpn_peer object
` [PATCH net-next v20 07/25] ovpn: introduce the ovpn_socket object
` [PATCH net-next v20 08/25] ovpn: implement basic TX path (UDP)
` [PATCH net-next v20 09/25] ovpn: implement basic RX "
` [PATCH net-next v20 10/25] ovpn: implement packet processing
` [PATCH net-next v20 11/25] ovpn: store tunnel and transport statistics
` [PATCH net-next v20 12/25] ovpn: implement TCP transport
` [PATCH net-next v20 13/25] skb: implement skb_send_sock_locked_with_flags()
` [PATCH net-next v20 14/25] ovpn: add support for MSG_NOSIGNAL in tcp_sendmsg
` [PATCH net-next v20 15/25] ovpn: implement multi-peer support
` [PATCH net-next v20 16/25] ovpn: implement peer lookup logic
` [PATCH net-next v20 17/25] ovpn: implement keepalive mechanism
` [PATCH net-next v20 18/25] ovpn: add support for updating local UDP endpoint
` [PATCH net-next v20 19/25] ovpn: add support for peer floating
` [PATCH net-next v20 20/25] ovpn: implement peer add/get/dump/delete via netlink
` [PATCH net-next v20 21/25] ovpn: implement key add/get/del/swap "
` [PATCH net-next v20 22/25] ovpn: kill key and notify userspace in case of IV exhaustion
` [PATCH net-next v20 23/25] ovpn: notify userspace when a peer is deleted
` [PATCH net-next v20 24/25] ovpn: add basic ethtool support
` [PATCH net-next v20 25/25] testing/selftests: add test tool and scripts for ovpn module

[PATCH V2 0/3] selftests: add ublk selftests
 2025-02-27  0:25 UTC  (6+ messages)
` [PATCH V2 1/3] selftests: ublk: add kernel selftests for ublk
` [PATCH V2 2/3] selftests: ublk: add file backed ublk
` [PATCH V2 3/3] selftests: ublk: add ublk zero copy test

[PATCH] selftests/dma: Fix bad array reference
 2025-02-26 21:41 UTC  (3+ messages)

[PATCH v2 00/16] selftests: vDSO: parse_vdso: Make compatible with nolibc
 2025-02-26 21:18 UTC  (18+ messages)
` [PATCH v2 01/16] MAINTAINERS: Add vDSO selftests
` [PATCH v2 02/16] elf, uapi: Add definition for STN_UNDEF
` [PATCH v2 03/16] elf, uapi: Add definition for DT_GNU_HASH
` [PATCH v2 04/16] elf, uapi: Add definitions for VER_FLG_BASE and VER_FLG_WEAK
` [PATCH v2 05/16] elf, uapi: Add type ElfXX_Versym
` [PATCH v2 06/16] elf, uapi: Add types ElfXX_Verdef and ElfXX_Veraux
` [PATCH v2 07/16] tools/include: Add uapi/linux/elf.h
` [PATCH v2 08/16] selftests: Add headers target
` [PATCH v2 09/16] tools/nolibc: add limits.h shim header
` [PATCH v2 10/16] selftests: vDSO: vdso_standalone_test_x86: Use vdso_init_form_sysinfo_ehdr
` [PATCH v2 11/16] selftests: vDSO: parse_vdso: Drop vdso_init_from_auxv()
` [PATCH v2 12/16] selftests: vDSO: parse_vdso: Use UAPI headers instead of libc headers
` [PATCH v2 13/16] selftests: vDSO: parse_vdso: Test __SIZEOF_LONG__ instead of ULONG_MAX
` [PATCH v2 14/16] selftests: vDSO: vdso_test_gettimeofday: Clean up includes
` [PATCH v2 15/16] selftests: vDSO: vdso_test_gettimeofday: Make compatible with nolibc
` [PATCH v2 16/16] selftests: vDSO: vdso_standalone_test_x86: Switch to nolibc

[PATCH v2] selftests/vDSO: fix GNU hash table entry size for s390x
 2025-02-26 21:14 UTC  (4+ messages)

[PATCH v2 0/2] tools/nolibc: add support for [v]sscanf()
 2025-02-26 21:12 UTC  (3+ messages)
` [PATCH v2 2/2] Revert "selftests: kselftest: Fix build failure with NOLIBC"

[PATCH v8 0/8] Buddy allocator like (or non-uniform) folio split
 2025-02-26 20:58 UTC  (6+ messages)
` [PATCH v8 1/8] xarray: add xas_try_split() to split a multi-index entry

[PATCH] selftests/ftrace: Use readelf to find entry point in uprobe test
 2025-02-26 20:55 UTC  (3+ messages)

[PATCH bpf-next v3 0/6] XDP metadata support for tun driver
 2025-02-26 19:29 UTC  (16+ messages)
` [PATCH bpf-next v3 3/6] selftests/bpf: move open_tuntap to network helpers
` [PATCH bpf-next v3 4/6] selftests/bpf: refactor xdp_context_functional test and bpf program
` [PATCH bpf-next v3 5/6] selftests/bpf: add test for XDP metadata support in tun driver

[PATCH v2 0/3] selftests/net: deflake GRO tests and fix return value and output
 2025-02-26 19:27 UTC  (4+ messages)
` [PATCH v2 1/3] selftests/net: have `gro.sh -t` return a correct exit code
` [PATCH v2 2/3] selftests/net: only print passing message in GRO tests when tests pass
` [PATCH v2 3/3] selftests/net: deflake GRO tests

[PATCH net v2] selftests: drv-net: Check if combined-count exists
 2025-02-26 19:24 UTC  (2+ messages)

[RFC PATCH 14/39] KVM: guest_memfd: hugetlb: initialization and cleanup
 2025-02-26 18:55 UTC  (2+ messages)

[PATCH sched_ext/for-6.15] selftests/sched_ext: Add NUMA-aware scheduler test
 2025-02-26 18:49 UTC  (2+ messages)

[PATCH v3 0/2] selftests: sched: Add default target support for sched
 2025-02-26 17:01 UTC  (4+ messages)
` [PATCH v3 2/2] selftests: sched: skip cs_prctl_test for systems with core scheduling disabled

[PATCH v4 00/30] context_tracking,x86: Defer some IPIs until a user->kernel transition
 2025-02-26 16:52 UTC  (16+ messages)
` [PATCH v4 29/30] x86/mm, mm/vmalloc: Defer flush_tlb_kernel_range() targeting NOHZ_FULL CPUs

[PATCH v4 00/12] Direct Map Removal for guest_memfd
 2025-02-26 15:30 UTC  (13+ messages)
` [PATCH v4 02/12] mm/secretmem: set AS_NO_DIRECT_MAP instead of special-casing
` [PATCH v4 03/12] KVM: guest_memfd: Add flag to remove from direct map
` [PATCH v4 04/12] KVM: Add capability to discover KVM_GMEM_NO_DIRECT_MAP support

[PATCH net-next v5 0/9] Device memory TCP TX
 2025-02-26 15:20 UTC  (7+ messages)
` [PATCH net-next v5 3/9] net: devmem: Implement TX path

[PATCHv2 net 0/3] bond: fix xfrm offload issues
 2025-02-26 14:05 UTC  (7+ messages)
` [PATCHv2 net 1/3] bonding: move mutex lock to a work queue for XFRM GC tasks

[PATCH bpf-next v1 0/3] bpf: Fix use-after-free of sockmap
 2025-02-26 13:22 UTC  (4+ messages)
` [PATCH bpf-next v1 1/3] bpf, sockmap: avoid using sk_socket after free
` [PATCH bpf-next v1 2/3] selftests/bpf: Add socketpair to create_pair to support unix socket
` [PATCH bpf-next v1 3/3] selftests/bpf: Add edge case tests for sockmap

[PATCH RFC 0/4] mm: KUnit tests for the page allocator
 2025-02-26 12:21 UTC  (11+ messages)
` [PATCH RFC 3/4] mm/page_alloc_test: Add logic to isolate a node for testing
` [PATCH RFC 4/4] mm/page_alloc_test: Add smoke-test for page allocation

[PATCH 0/9] selftests/x86/xstate: Introduce common code for testing extended states
 2025-02-26 12:07 UTC  (2+ messages)

[PATCH v5 0/3] Enable Zicbom in usermode
 2025-02-26 11:10 UTC  (5+ messages)
  ` [External] "

[PATCH 0/3] selftests: add ublk selftests
 2025-02-26  8:11 UTC  (4+ messages)
` [PATCH 1/3] selftests: ublk: add kernel selftests for ublk
` [PATCH 2/3] selftests: ublk: add file backed ublk
` [PATCH 3/3] selftests: ublk: add ublk zero copy test

[PATCH v10 3/3] selftests/rseq: Add test for mm_cid compaction
 2025-02-26  7:02 UTC 

[PATCH v7 0/3] Enable Zicbom in usermode
 2025-02-26  6:32 UTC  (4+ messages)
` [PATCH v7 1/3] RISC-V: Enable cbo.clean/flush "
` [PATCH v7 2/3] RISC-V: hwprobe: Expose Zicbom extension and its block size
` [PATCH v7 3/3] RISC-V: selftests: Add TEST_ZICBOM into CBO tests


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).