Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2025-03-05 03:05:22 to 2025-03-07 11:01:56 UTC [more...]

[PATCH net-next v9 0/6] tun: Introduce virtio-net hashing feature
 2025-03-07 11:01 UTC  (5+ messages)
` [PATCH net-next v9 1/6] virtio_net: Add functions for hashing
` [PATCH net-next v9 2/6] net: flow_dissector: Export flow_keys_dissector_symmetric
` [PATCH net-next v9 3/6] tun: Introduce virtio-net hash feature
` [PATCH net-next v9 4/6] selftest: tun: Test vnet ioctls without device

[PATCHv5 net 0/3] bond: fix xfrm offload issues
 2025-03-07 10:31 UTC  (8+ messages)
` [PATCHv5 net 1/3] bonding: fix calling sleeping function in spin lock and some race conditions
` [PATCHv5 net 2/3] bonding: fix xfrm offload feature setup on active-backup mode
` [PATCHv5 net 3/3] selftests: bonding: add ipsec offload test

[PATCH v21 00/24] Introducing OpenVPN Data Channel Offload
 2025-03-07 10:12 UTC  (20+ messages)
` [PATCH v21 09/24] ovpn: implement packet processing
` [PATCH v21 18/24] ovpn: add support for peer floating
` [PATCH v21 20/24] ovpn: implement key add/get/del/swap via netlink

[PATCH v2] kunit: tool: Fix bug in parsing test plan
 2025-03-07  9:54 UTC  (2+ messages)

[PATCH bpf-next v2 0/3] bpf: Fix use-after-free of sockmap
 2025-03-07  9:45 UTC  (3+ messages)
` [PATCH bpf-next v2 1/3] bpf, sockmap: avoid using sk_socket after free

[PATCH bpf-next 0/2] selftests/bpf: Move test_lwt_seg6local to test_progs
 2025-03-07  9:18 UTC  (3+ messages)
` [PATCH bpf-next 1/2] selftests/bpf: lwt_seg6local: Remove unused routes
` [PATCH bpf-next 2/2] selftests/bpf: lwt_seg6local: Move test to test_progs

[PATCH v8 0/3] rust: kunit: Support KUnit tests with a user-space like syntax
 2025-03-07  9:00 UTC  (4+ messages)
` [PATCH v8 1/3] rust: kunit: add KUnit case and suite macros
` [PATCH v8 2/3] rust: macros: add macro to easily run KUnit tests
` [PATCH v8 3/3] rust: kunit: allow to know if we are in a test

[PATCH v2 0/4] RISC-V KVM PMU fix and selftest improvement
 2025-03-07  8:28 UTC  (2+ messages)

[PATCH net-next v8 0/6] tun: Introduce virtio-net hashing feature
 2025-03-07  8:15 UTC  (9+ messages)
` [PATCH net-next v8 1/6] virtio_net: Add functions for hashing
` [PATCH net-next v8 2/6] net: flow_dissector: Export flow_keys_dissector_symmetric
` [PATCH net-next v8 3/6] tun: Introduce virtio-net hash feature
` [PATCH net-next v8 4/6] selftest: tun: Test vnet ioctls without device
` [PATCH net-next v8 5/6] selftest: tun: Add tests for virtio-net hashing
` [PATCH net-next v8 6/6] vhost/net: Support VIRTIO_NET_F_HASH_REPORT

[PATCH v2 net 0/6] eth: bnxt: fix several bugs in the bnxt module
 2025-03-07  5:42 UTC  (10+ messages)
` [PATCH v2 net 1/6] eth: bnxt: fix truesize for mb-xdp-pass case
` [PATCH v2 net 2/6] eth: bnxt: return fail if interface is down in bnxt_queue_mem_alloc()
` [PATCH v2 net 3/6] eth: bnxt: do not use BNXT_VNIC_NTUPLE unconditionally in queue restart logic
` [PATCH v2 net 4/6] eth: bnxt: do not update checksum in bnxt_xdp_build_skb()
` [PATCH v2 net 5/6] net: devmem: do not WARN conditionally after netdev_rx_queue_restart()
` [PATCH v2 net 6/6] selftests: drv-net: add xdp cases for ping.py

[PATCHv4 net 0/3] bond: fix xfrm offload issues
 2025-03-07  2:39 UTC  (13+ messages)
` [PATCHv4 net 1/3] bonding: move IPsec deletion to bond_ipsec_free_sa
` [PATCHv4 net 3/3] selftests: bonding: add ipsec offload test

[PATCH net-next v2 1/2] selftests: drv-net: add path helper for net/lib
 2025-03-07  1:31 UTC  (8+ messages)
` [PATCH net-next v2 2/2] selftests: net: use the dummy bpf from net/lib

[PATCH net-next] selftests: openvswitch: don't hardcode the drop reason subsys
 2025-03-07  1:00 UTC  (2+ messages)

[PATCH net-next 1/2] selftests: net: fix error message in bpf_offload
 2025-03-07  0:50 UTC  (2+ messages)

[PATCH net-next v6 0/8] Device memory TCP TX
 2025-03-06 23:22 UTC  (10+ messages)
` [PATCH net-next v6 1/8] net: add get_netmem/put_netmem support

[PATCH] selftests/bpf: Move test_lwt_ip_encap to test_progs
 2025-03-06 22:32 UTC  (2+ messages)

[PATCH] selftests/nolibc: stop testing constructor order
 2025-03-06 22:21 UTC  (2+ messages)

[PATCH v2] selftests: livepatch: test if ftrace can trace a livepatched function
 2025-03-06 22:12 UTC  (2+ messages)

[PATCH 0/2] selftests: livepatch: test if ftrace can trace a livepatched function
 2025-03-06 21:51 UTC  (3+ messages)
` [PATCH PATCH 1/2] selftests: livepatch: add new ftrace helpers functions
` [PATCH PATCH 2/2] selftests: livepatch: test if ftrace can trace a livepatched function

[PATCH v3 1/5] tools/nolibc: add support for openat(2)
 2025-03-06 21:30 UTC  (3+ messages)
` [PATCH v3 5/5] selftests/nolibc: use O_RDONLY flag instead of 0

[PATCH bpf-next v5 0/6] XDP metadata support for tun driver
 2025-03-06 20:40 UTC  (8+ messages)
` [PATCH bpf-next v5 1/6] net: tun: enable XDP metadata support
` [PATCH bpf-next v5 2/6] net: tun: enable transfer of XDP metadata to skb
` [PATCH bpf-next v5 3/6] selftests/bpf: move open_tuntap to network helpers
` [PATCH bpf-next v5 4/6] selftests/bpf: refactor xdp_context_functional test and bpf program
` [PATCH bpf-next v5 5/6] selftests/bpf: add test for XDP metadata support in tun driver
` [PATCH bpf-next v5 6/6] selftests/bpf: fix file descriptor assertion in open_tuntap helper

[PATCH v2] selftests: riscv: fix v_exec_initval_nolibc.c
 2025-03-06 19:49 UTC 

[PATCH v2 1/5] tools/nolibc: add support for openat(2)
 2025-03-06 18:30 UTC  (9+ messages)
` [PATCH v2 5/5] tools/nolibc: mark more test functions as static

[RFC PATCH 00/39] 1G page support for guest_memfd
 2025-03-06 17:33 UTC  (3+ messages)
` [RFC PATCH 14/39] KVM: guest_memfd: hugetlb: initialization and cleanup

[PATCH v5 0/3] printf: convert self-test to KUnit
 2025-03-06 17:28 UTC  (8+ messages)
` [PATCH v5 1/3] "
` [PATCH v5 2/3] printf: break kunit into test cases

[PATCH v9 0/8] Buddy allocator like (or non-uniform) folio split
 2025-03-06 16:27 UTC  (14+ messages)
` [PATCH v9 2/8] mm/huge_memory: add two new (not yet used) functions for folio_split()

[PATCH] kunit: tool: Fix bug in parsing test plan
 2025-03-06 16:17 UTC  (6+ messages)

[PATCH v3 00/10] selftests/mm: Some cleanups from trying to run them
 2025-03-06 14:40 UTC  (10+ messages)
` [PATCH v3 01/10] selftests/mm: Report errno when things fail in gup_longterm
` [PATCH v3 06/10] selftests/mm: Don't fail uffd-stress if too many CPUs
` [PATCH v3 08/10] selftests/mm: Skip gup_longerm tests on weird filesystems

[PATCH v8 0/4] scanf: convert self-test to KUnit
 2025-03-06 10:56 UTC  (22+ messages)
` [PATCH v8 1/4] scanf: implicate test line in failure messages
` [PATCH v8 2/4] scanf: remove redundant debug logs
` [PATCH v8 3/4] scanf: convert self-test to KUnit
` [PATCH v8 4/4] scanf: break kunit into test cases

[PATCH net-next v7 0/6] tun: Introduce virtio-net hashing feature
 2025-03-06  9:59 UTC  (5+ messages)
` [PATCH net-next v7 3/6] tun: Introduce virtio-net hash feature

[brauner-github:vfs.all 205/231] WARNING: modpost: vmlinux: section mismatch in reference: initramfs_test_cases+0x0 (section: .data) -> initramfs_test_extract (section: .init.text)
 2025-03-06  9:13 UTC  (4+ messages)

[PATCH] selftests: riscv: fix v_exec_initval_nolibc.c
 2025-03-06  8:49 UTC  (4+ messages)

[PATCH v4 0/8] initramfs: kunit tests and cleanups
 2025-03-06  7:13 UTC  (3+ messages)
` [PATCH] initramfs_test: flag kunit_case __refdata to suppress warning

[PATCH] selftests: Override command line in lib.mk
 2025-03-06  5:55 UTC 

[PATCH v8 00/10] Basic SEV-SNP Selftests
 2025-03-06  4:38 UTC  (12+ messages)
` [PATCH v8 01/10] KVM: SEV: Disable SEV-SNP support on initialization failure
` [PATCH v8 02/10] KVM: selftests: SEV-SNP test for KVM_SEV_INIT2
` [PATCH v8 03/10] KVM: selftests: Add vmgexit helper
` [PATCH v8 04/10] KVM: selftests: Add SMT control state helper
` [PATCH v8 05/10] KVM: selftests: Replace assert() with TEST_ASSERT_EQ()
` [PATCH v8 06/10] KVM: selftests: Introduce SEV VM type check
` [PATCH v8 07/10] KVM: selftests: Add library support for interacting with SNP
` [PATCH v8 08/10] KVM: selftests: Force GUEST_MEMFD flag for SNP VM type
` [PATCH v8 09/10] KVM: selftests: Abstractions for SEV to decouple policy from type
` [PATCH v8 10/10] KVM: selftests: Add a basic SEV-SNP smoke test

[PATCHv4 net 0/2] bonding: fix incorrect mac address setting
 2025-03-06  2:39 UTC  (3+ messages)
` [PATCHv4 net 1/2] bonding: fix incorrect MAC address setting to receive NS messages
` [PATCHv4 net 2/2] selftests: bonding: fix incorrect mac address

[PATCHv3 net 0/2] bonding: fix incorrect mac address setting
 2025-03-06  2:25 UTC  (3+ messages)

[PATCH bpf-next v3] selftests/Makefile: override the srctree for out-of-tree builds
 2025-03-06  1:03 UTC  (3+ messages)

[PATCH v9 0/7] mseal system mappings
 2025-03-05 23:58 UTC  (11+ messages)
` [PATCH v9 1/7] mseal sysmap: kernel config and header change
` [PATCH v9 7/7] selftest: test system mappings are sealed

[PATCH v9] Kunit to check the longest symbol length
 2025-03-05 23:17 UTC  (2+ messages)

[RFC PATCH 0/5] KVM: guest_memfd: support for uffd missing
 2025-03-05 20:29 UTC  (4+ messages)

[PATCH 0/2] kselftest/arm64: mte: Minor fixes to the MTE hugetlb test
 2025-03-05 19:28 UTC  (2+ messages)

[PATCH v4 0/6] Fix some issues related to an interrupt type in pci_endpoint_test
 2025-03-05 18:18 UTC  (2+ messages)

[PATCH v2 0/2] Fix xdp_adjust_frags_tail_grow selftest on powerpc
 2025-03-05 17:13 UTC  (3+ messages)
` [PATCH v2 1/2] bpf, test_run: Replace hardcoded page size with dynamic PAGE_SIZE in test_run
` [PATCH v2 2/2] selftests/bpf: Refactor xdp_adjust_tail selftest with dynamic sizing

[PATCH 00/32] kselftest harness and nolibc compatibility
 2025-03-05  8:03 UTC  (5+ messages)
` [PATCH 24/32] tools/nolibc: add getopt()

[PATCH rcu 00/10] Miscellaneous RCU changes for v6.15
 2025-03-05  3:05 UTC  (9+ messages)
` [PATCH rcu 03/10] rcu: Fix get_state_synchronize_rcu_full() GP-start detection
` [PATCH rcu 04/10] rcu-tasks: Move RCU Tasks self-tests to core_initcall()
` [PATCH rcu 05/10] rcu/nocb: Print segment lengths in show_rcu_nocb_gp_state()
` [PATCH rcu 06/10] context_tracking: Make RCU watch ct_kernel_exit_state() warning
` [PATCH rcu 07/10] Flush console log from kernel_power_off()
` [PATCH rcu 08/10] rcutorture: Allow a negative value for nfakewriters
` [PATCH rcu 09/10] rcu: Update TREE05.boot to test normal synchronize_rcu()
` [PATCH rcu 10/10] rcu: Use _full() API to debug synchronize_rcu()


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