linux-kselftest.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
[PATCH v2 0/5] Define _GNU_SOURCE for sources using
 2024-05-07 23:28 UTC  (8+ messages)
` [PATCH v2 1/5] selftests: Compile kselftest headers with -D_GNU_SOURCE
` [PATCH v2 2/5] selftests/sgx: Include KHDR_INCLUDES in Makefile
` [PATCH v2 3/5] selftests: "
` [PATCH v2 4/5] selftests: Drop define _GNU_SOURCE
` [PATCH v2 5/5] selftests: Drop duplicate -D_GNU_SOURCE

[PATCH AUTOSEL 6.1 08/25] KVM: selftests: Add test for uaccesses to non-existent vgic-v2 CPUIF
 2024-05-07 23:11 UTC 

[PATCH AUTOSEL 6.6 15/43] KVM: selftests: Add test for uaccesses to non-existent vgic-v2 CPUIF
 2024-05-07 23:09 UTC 

[PATCH AUTOSEL 6.8 18/52] KVM: selftests: Add test for uaccesses to non-existent vgic-v2 CPUIF
 2024-05-07 23:06 UTC 

[PATCH AUTOSEL 5.15 5/5] selftests: sud_test: return correct emulated syscall value on RISC-V
 2024-05-07 23:01 UTC 

[PATCH AUTOSEL 6.1 11/12] selftests: sud_test: return correct emulated syscall value on RISC-V
 2024-05-07 23:00 UTC 

[PATCH AUTOSEL 6.6 18/19] selftests: sud_test: return correct emulated syscall value on RISC-V
 2024-05-07 22:58 UTC 

[PATCH AUTOSEL 6.8 20/23] selftests: sud_test: return correct emulated syscall value on RISC-V
 2024-05-07 22:56 UTC 

[PATCH v2] selftests/resctrl: fix clang build warnings related to abs(), labs() calls
 2024-05-07 22:30 UTC  (2+ messages)

[PATCH bpf-next 0/4] selftests/bpf: new MPTCP subflow subtest & improvements
 2024-05-07 20:54 UTC  (13+ messages)
` [PATCH bpf-next 1/4] selftests/bpf: Handle SIGINT when creating netns
` [PATCH bpf-next 2/4] selftests/bpf: Add RUN_MPTCP_TEST macro
` [PATCH bpf-next 3/4] selftests/bpf: Add mptcp subflow example
` [PATCH bpf-next 4/4] selftests/bpf: Add mptcp subflow subtest

[BUG selftests/pidfd] pidfd_setns_test HANG
 2024-05-07 20:25 UTC 

[PATCH][next] selftests/bpf: Fix spelling mistake "{GET|SET}SOCKOP" -> "{GET|SET}SOCKOPT"
 2024-05-07 20:19 UTC  (2+ messages)

[PATCH 1/2] Fix userfaultfd_api to return EINVAL as expected
 2024-05-07 19:55 UTC  (2+ messages)
` [PATCH 2/2] Update uffd-stress to handle EINVAL for unset config features

[RFC PATCH net-next v8 00/14] Device Memory TCP
 2024-05-07 19:35 UTC  (22+ messages)
` [RFC PATCH net-next v8 02/14] net: page_pool: create hooks for custom page providers
` [RFC PATCH net-next v8 07/14] page_pool: devmem support

[RFC PATCH v2] Cleaning up the KVM clock mess
 2024-05-07 19:08 UTC  (4+ messages)
` [PATCH v2 01/15] KVM: x86/xen: Do not corrupt KVM clock in kvm_xen_shared_info_init()

[PATCH net-next v9 0/3] net: gro: remove network_header use, move p->{flush/flush_id} calculations to L4
 2024-05-07 18:08 UTC  (5+ messages)
` [PATCH net-next v9 1/3] net: gro: use cb instead of skb->network_header
` [PATCH net-next v9 2/3] net: gro: move L3 flush checks to tcp_gro_receive and udp_gro_receive_segment
` [PATCH net-next v9 3/3] selftests/net: add flush id selftests

[PATCH v1 00/10] Define _GNU_SOURCE for sources using
 2024-05-07 17:53 UTC  (4+ messages)

[PATCH v6 00/17] riscv: Support vendor extensions and xtheadvector
 2024-05-07 17:21 UTC  (4+ messages)
` [PATCH v6 06/17] riscv: Add vendor extensions to /proc/cpuinfo

[PATCH] selftests: Add _GNU_SOURCE definition when including kselftest_harness.h
 2024-05-07 17:06 UTC  (2+ messages)

[PATCH 1/2] selftests/netfilter: use socklen_t, not a signed int, for len
 2024-05-07 17:05 UTC  (4+ messages)
` [PATCH 2/2] selftests/netfilter: return a value for several "int" functions

[PATCH] selftests/mqueue: fix 5 warnings about signed/unsigned mismatches
 2024-05-07 17:04 UTC  (3+ messages)

[PATCH 1/2] selftests/openat2: fix clang build failures: -static-libasan, LOCAL_HDRS
 2024-05-07 16:56 UTC  (6+ messages)

[PATCH net-next v8 0/3] net: gro: remove network_header use, move p->{flush/flush_id} calculations to L4
 2024-05-07 16:19 UTC  (10+ messages)
` [PATCH net-next v8 1/3] net: gro: use cb instead of skb->network_header
` [PATCH net-next v8 2/3] net: gro: move L3 flush checks to tcp_gro_receive and udp_gro_receive_segment
` [PATCH net-next v8 3/3] selftests/net: add flush id selftests

[PATCH v6 00/10] Fix Kselftest's vfork() side effects
 2024-05-07 15:42 UTC  (14+ messages)
` [PATCH v6 01/10] selftests/pidfd: Fix config for pidfd_setns_test
` [PATCH v6 02/10] selftests/landlock: Fix FS tests when run on a private mount point
` [PATCH v6 03/10] selftests/harness: Fix fixture teardown
` [PATCH v6 04/10] selftests/harness: Fix interleaved scheduling leading to race conditions
` [PATCH v6 05/10] selftests/landlock: Do not allocate memory in fixture data
` [PATCH v6 06/10] selftests/harness: Constify fixture variants
` [PATCH v6 07/10] selftests/pidfd: Fix wrong expectation
` [PATCH v6 08/10] selftests/harness: Share _metadata between forked processes
` [PATCH v6 09/10] selftests/harness: Fix vfork() side effects
` [PATCH v6 10/10] selftests/harness: Handle TEST_F()'s explicit exit codes

[PATCH net-next v3] selftests: drv-net: add checksum tests
 2024-05-07 15:40 UTC 

[PATCH 00/18] HID: Include current HID-BPF fixes in tree
 2024-05-07 15:02 UTC  (4+ messages)
` [PATCH 19/18] selftests/hid: skip tests with HID-BPF if udev-hid-bpf is not installed

[PATCH] selftests: introduce additional eventfd test coverage
 2024-05-07 14:59 UTC  (3+ messages)

[PATCH v7 0/3] KVM: selftests: aarch64: Introduce pmu_event_filter_test
 2024-05-07 14:49 UTC  (4+ messages)
` [PATCH v7 2/3] "

[PATCH RFC bpf-next 0/8] Implement generic bpf_async cb
 2024-05-07 13:19 UTC  (9+ messages)
` [PATCH RFC bpf-next 1/8] bpf: ignore sleepable prog parameter for kfuncs
` [PATCH RFC bpf-next 2/8] bpf: add kfunc_meta parameter to push_callback_call()
` [PATCH RFC bpf-next 3/8] bpf: implement __async and __s_async kfunc suffixes
` [PATCH RFC bpf-next 4/8] bpf: typedef a type for the bpf_wq callbacks
` [PATCH RFC bpf-next 5/8] selftests/bpf: rely on wq_callback_fn_t
` [PATCH RFC bpf-next 6/8] bpf: remove one special case of is_bpf_wq_set_callback_impl_kfunc
` [PATCH RFC bpf-next 7/8] bpf: implement __aux kfunc argument suffix to fetch prog_aux
` [PATCH RFC bpf-next 8/8] bpf: rely on __aux suffix for bpf_wq_set_callback_impl

[net-next PATCH] test: hsr: Call cleanup_all_ns when hsr_redbox.sh script exits
 2024-05-07  9:11 UTC 

[PATCH net-next v3 0/2] fix icmp error source address over xfrm tunnel
 2024-05-07  8:52 UTC  (10+ messages)
` [PATCH net-next v3 1/2] xfrm: fix source address in icmp error generation from IPsec gateway
` [PATCH net-next v3 2/2] selftests/net: add ICMP unreachable over IPsec tunnel

[PATCH net] selftests/bpf: fix pointer arithmetic in test_xdp_do_redirect
 2024-05-07  8:47 UTC  (4+ messages)

[PATCH bpf-next v4 0/3] export send_recv_data
 2024-05-07  4:04 UTC  (4+ messages)
` [PATCH bpf-next v4 3/3] selftests/bpf: Support nonblock for send_recv_data

[PATCH net-next v2] selftest: epoll_busy_poll: epoll busy poll tests
 2024-05-07  2:02 UTC  (4+ messages)

[PATCH v2] selftests/net: fix uninitialized variables
 2024-05-07  1:27 UTC  (3+ messages)

[PATCH v4 00/30] NT synchronization primitive driver
 2024-05-07  0:50 UTC  (5+ messages)

[PATCH v2] selftests: exec: make binaries position independent
 2024-05-07  0:23 UTC  (6+ messages)

[PATCH 0/8] selftests: x86: build suite with clang
 2024-05-06 23:26 UTC  (2+ messages)

[PATCH v3] selftests/vDSO: Explicit unsigned char conversion for elf_hash
 2024-05-06 23:10 UTC  (7+ messages)

[PATCH bpf-next v3] selftests/bpf: Move test_dev_cgroup to prog_tests
 2024-05-06 22:11 UTC  (8+ messages)

[PATCH v2] bpftool, selftests/hid/bpf: fix 29 clang warnings
 2024-05-06 21:50 UTC  (3+ messages)

[PATCH] selftests/exec: build with -fPIE instead of -pie, to make clang happy
 2024-05-06 19:08 UTC  (3+ messages)

[PATCH 1/2] selftests/net: suppress clang's "variable-sized type not at the end" warning
 2024-05-06 18:50 UTC  (5+ messages)
` [PATCH 2/2] selftests/net: fix uninitialized variables

[PATCH v2] selftests/netfilter: return a value for several "int" functions
 2024-05-06 18:34 UTC 

[PATCH v4] selftests/vDSO: change elf_hash parameter to signed char
 2024-05-06 18:19 UTC 

[PATCH 0/3] selftests/futex: clang-inspired fixes
 2024-05-06 16:13 UTC  (2+ messages)

[PATCH v2] selftests/alsa: missing a return value in unused dump_config_tree()
 2024-05-06 17:25 UTC  (7+ messages)

[PATCH] selftests/resctrl: fix clang build warnings related to abs(), labs() calls
 2024-05-06 17:21 UTC  (7+ messages)

[PATCH v5 00/10] Fix Kselftest's vfork() side effects
 2024-05-06 16:22 UTC  (4+ messages)
` [PATCH v5 10/10] selftests/harness: Handle TEST_F()'s explicit exit codes

[PATCH 0/2] Modify the watchdog selftest for execution with kselftest runner
 2024-05-06 11:13 UTC  (3+ messages)
` [PATCH 1/2] selftests/watchdog: limit ping loop and allow configuring the number of pings
` [PATCH 2/2] selftests/watchdog: convert the test output to KTAP format

[PATCH] selftests/capabilities: fix warn_unused_result build warnings
 2024-05-06  4:52 UTC  (2+ messages)

[PATCH] bpftool, selftests/hid/bpf: fix 29 clang warnings
 2024-05-05 22:51 UTC  (4+ messages)

[PATCH] selftests/user_events: silence a clang warning: address of packed member
 2024-05-05 21:35 UTC 

[PATCH] selftests/timers: remove unused irqcount variable
 2024-05-05 21:25 UTC 

[PATCH] selftests/alsa: fix a build warning: return a value in all cases
 2024-05-05 20:57 UTC  (4+ messages)

[PATCH net-next v2 0/2] Fix icmp error source address over xfrm tunnel
 2024-05-05 17:58 UTC  (3+ messages)
` [PATCH net-next v2 1/2] xfrm: fix source address in icmp error generation from IPsec gateway
` [PATCH net-next v2 2/2] selftests/net: add ICMP unreachable over IPsec tunnel

[PATCH bpf-next 0/6] use network helpers, part 4
 2024-05-05 11:35 UTC  (7+ messages)
` [PATCH bpf-next 1/6] selftests/bpf: Add post_socket_cb for network_helper_opts
` [PATCH bpf-next 2/6] selftests/bpf: Use start_server_addr in sockopt_inherit
` [PATCH bpf-next 3/6] selftests/bpf: Use start_server_addr in test_tcp_check_syncookie
` [PATCH bpf-next 4/6] selftests/bpf: Use connect_to_fd in sockopt_inherit
` [PATCH bpf-next 5/6] selftests/bpf: Use connect_to_fd in test_tcp_check_syncookie
` [PATCH bpf-next 6/6] selftests/bpf: Drop get_port "

[PATCH] selftests: filesystems: add missing stddef header
 2024-05-04 17:20 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] selftests: filesystems: fix warn_unused_result build warnings
 2024-05-04 17:17 UTC  (3+ messages)

[PATCH] kunit: Cover 'assert.c' with tests
 2024-05-04 16:45 UTC  (4+ messages)

[PATCH] selftests: kselftest_deps: fix l5_test() empty variable
 2024-05-04 15:01 UTC 


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