Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2024-07-08 09:53:16 to 2024-07-10 20:12:54 UTC [more...]

[PATCH v7 0/8] clk: Add kunit tests for fixed rate and parent data
 2024-07-10 20:12 UTC  (7+ messages)
` [PATCH v7 1/8] of/platform: Allow overlays to create platform devices from the root node
` [PATCH v7 2/8] of: Add test managed wrappers for of_overlay_apply()/of_node_put()
` [PATCH v7 3/8] dt-bindings: vendor-prefixes: Add "test" vendor for KUnit and friends
` [PATCH v7 4/8] of: Add a KUnit test for overlays and test managed APIs
` [PATCH v7 5/8] platform: Add test managed platform_device/driver APIs
` [PATCH v7 6/8] clk: Add test managed clk provider/consumer APIs

[PATCH net-next v16 00/13] Device Memory TCP
 2024-07-10 19:55 UTC  (23+ messages)
` [PATCH net-next v16 01/13] netdev: add netdev_rx_queue_restart()
` [PATCH net-next v16 02/13] net: netdev netlink api to bind dma-buf to a net device
` [PATCH net-next v16 03/13] netdev: support binding dma-buf to netdevice
` [PATCH net-next v16 04/13] netdev: netdevice devmem allocator
` [PATCH net-next v16 05/13] page_pool: devmem support
` [PATCH net-next v16 06/13] memory-provider: dmabuf devmem memory provider
` [PATCH net-next v16 07/13] net: support non paged skb frags
` [PATCH net-next v16 08/13] net: add support for skbs with unreadable frags
` [PATCH net-next v16 09/13] tcp: RX path for devmem TCP
` [PATCH net-next v16 10/13] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags
` [PATCH net-next v16 11/13] net: add devmem TCP documentation
` [PATCH net-next v16 12/13] selftests: add ncdevmem, netcat for devmem TCP
` [PATCH net-next v16 13/13] netdev: add dmabuf introspection

[PATCH bpf-next v2 0/2] BPF selftests misc fixes
 2024-07-10 19:50 UTC  (5+ messages)
` [PATCH bpf-next v2 1/2] selftests/bpf: Null checks for links in bpf_tcp_ca
` [PATCH bpf-next v2 2/2] selftests/bpf: Close obj in error path in xdp_adjust_tail

[PATCH bpf-next v11 0/9] use network helpers, part 8
 2024-07-10 19:20 UTC  (15+ messages)
` [PATCH bpf-next v11 1/9] selftests/bpf: Add backlog for network_helper_opts
` [PATCH bpf-next v11 2/9] selftests/bpf: Add ASSERT_OK_FD macro
` [PATCH bpf-next v11 3/9] selftests/bpf: Close fd in error path in drop_on_reuseport
` [PATCH bpf-next v11 4/9] selftests/bpf: Use start_server_str in sk_lookup
` [PATCH bpf-next v11 5/9] selftests/bpf: Use start_server_addr "
` [PATCH bpf-next v11 6/9] selftests/bpf: Use connect_fd_to_fd "
` [PATCH bpf-next v11 7/9] selftests/bpf: Add connect_fd_to_addr_str helper
` [PATCH bpf-next v11 8/9] selftests/bpf: Use connect_fd_to_addr_str in sk_lookup
` [PATCH bpf-next v11 9/9] selftests/bpf: Drop make_socket "

[PATCH v1 0/9] selftests: kvm: s390: Add s390x ucontrol selftests
 2024-07-10 18:39 UTC  (19+ messages)
` [PATCH v1 1/9] selftests: kvm: s390: Define page sizes in shared header
` [PATCH v1 2/9] selftests: kvm: s390: Add kvm_s390_sie_block definition for userspace tests
` [PATCH v1 3/9] selftests: kvm: s390: Add s390x ucontrol test suite with hpage test
` [PATCH v1 4/9] selftests: kvm: s390: Add test fixture and simple VM setup tests
` [PATCH v1 5/9] selftests: kvm: s390: Add debug print functions
` [PATCH v1 6/9] selftests: kvm: s390: Add VM run test case
` [PATCH v1 7/9] selftests: kvm: s390: Add uc_map_unmap VM "
` [PATCH v1 8/9] selftests: kvm: s390: Add uc_skey "
` [PATCH v1 9/9] selftests: kvm: s390: Verify reject memory region operations for ucontrol VMs

[PATCH v9 00/39] arm64/gcs: Provide support for GCS in userspace
 2024-07-10 18:28 UTC  (8+ messages)
` [PATCH v9 05/39] arm64/gcs: Document the ABI for Guarded Control Stacks
` [PATCH v9 13/39] KVM: arm64: Manage GCS registers for guests

[PATCH 1/2] selftests/thermel/intel: conform the test to TAP output
 2024-07-10 18:15 UTC  (4+ messages)

[PATCH] selftests: firmware: conform test to TAP
 2024-07-10 18:13 UTC  (3+ messages)

[PATCH v2 0/8] mm: workingset reporting
 2024-07-10 17:59 UTC  (3+ messages)
` [PATCH v2 1/8] mm: multi-gen LRU: ignore non-leaf pmd_young for force_scan=true

kselftest/next build: 5 builds: 0 failed, 5 passed, 1 warning (v6.10-rc1-29-g2b2ea9f19da1)
 2024-07-10 17:17 UTC 

[PATCH 0/3] kunit: Improve the readability and functionality of macro
 2024-07-10 17:06 UTC  (4+ messages)
` [PATCH 1/3] kunit: Fix the comment of KUNIT_ASSERT_STRNEQ as assertion
` [PATCH 2/3] kunit: Rename KUNIT_ASSERT_FAILURE to KUNIT_ASSERT for readability
` [PATCH 3/3] kunit: Introduce KUNIT_ASSERT_MEMEQ and KUNIT_ASSERT_MEMNEQ macros

[PATCH] selftests: openat2: don't print total number of tests and then skip
 2024-07-10 16:18 UTC  (6+ messages)

[PATCH v2] selftests: x86: conform test to TAP format output
 2024-07-10 16:16 UTC  (5+ messages)

[PATCH] selftests/memfd:Fix a resource leak
 2024-07-10 16:07 UTC  (2+ messages)

[PATCH] selftests/rtc:Fix a resource leak
 2024-07-10 16:00 UTC  (5+ messages)
  ` [PATCH v2] "

[PATCH] selftests/dma:remove unused variable
 2024-07-10 15:58 UTC  (2+ messages)

[PATCH v2] selftests/breakpoints:Remove unused variable
 2024-07-10 15:56 UTC  (2+ messages)

[PATCH v2 00/25] Enable FRED with KVM VMX
 2024-07-10 15:51 UTC  (4+ messages)
` [PATCH v2 09/25] KVM: VMX: Switch FRED RSP0 between host and guest

[PATCH] selftests/dma:Fix a resource leak
 2024-07-10 15:48 UTC  (2+ messages)

[PATCH v2] selftests/breakpoints:Add return value in main function
 2024-07-10 15:47 UTC  (2+ messages)

[PATCH bpf-next v2] selftests/bpf:fix a resource leak
 2024-07-10 15:30 UTC  (2+ messages)

[PATCH bpf-next 0/3] BPF selftests misc fixes
 2024-07-10 14:54 UTC  (8+ messages)
` [PATCH bpf-next 1/3] selftests/bpf: Null checks for links in bpf_tcp_ca
` [PATCH bpf-next 2/3] selftests/bpf: Check ASSERT_OK(err) in dummy_st_ops
` [PATCH bpf-next 3/3] selftests/bpf: Close obj in error paths in xdp_adjust_tail

[PATCH v2 0/3] kselftest: Add test to report device log errors
 2024-07-10 13:11 UTC  (2+ messages)

[PATCH 1/2] selftests: arm64: tags_test: conform test to TAP output
 2024-07-10 13:10 UTC  (5+ messages)

[PATCH 10/17] arm64: generate 64-bit syscall.tbl
 2024-07-10 13:08 UTC  (3+ messages)

[PATCH net-next v2] selftests: openvswitch: retry instead of sleep
 2024-07-10  9:04 UTC 

[PATCH 0/4] selftest: x86: conform tests to TAP format output
 2024-07-10  8:58 UTC  (7+ messages)

[PATCH 0/2] Optimize the return_instance management of uretprobe
 2024-07-10  8:19 UTC  (5+ messages)
` [PATCH 1/2] uprobes: Optimize the return_instance related routines
` [PATCH 2/2] selftests/bpf: Add uretprobe test for return_instance management

[PATCH] selftests: tpm2: redirect python unittest logs to stdout
 2024-07-10  8:15 UTC 

[PATCH] selftests: tpm2: conform test to TAP output
 2024-07-10  7:58 UTC  (3+ messages)

[PATCH bpf] selftests/bpf: DENYLIST.aarch64: Remove fexit_sleep
 2024-07-10  7:18 UTC  (13+ messages)

[PATCH v3 00/13] riscv: Add support for xtheadvector
 2024-07-10  7:11 UTC  (3+ messages)
` [PATCH v3 05/13] riscv: vector: Use vlenb from DT for thead

[PATCH] selftests:Fix printf format string in kselftest_harness.h
 2024-07-10  3:28 UTC 

[PATCH bpf-next v2 0/6] skip ENOTSUPP BPF selftests
 2024-07-10  2:58 UTC  (7+ messages)
` [PATCH bpf-next v2 2/6] selftests/bpf: Skip ENOTSUPP in ASSERT_OK
` [PATCH bpf-next v2 4/6] selftests/bpf: Null checks for link in bpf_tcp_ca

[PATCH] kunit: executor: Simplify string allocation handling
 2024-07-10  0:02 UTC 

[PATCH v2 1/2] selftests/thermel/intel: conform the test to TAP output
 2024-07-09 23:39 UTC  (4+ messages)
` [PATCH v2 2/2] "

[PATCH v2 0/4] kselftests: vdso: conform tests to TAP output
 2024-07-09 23:15 UTC  (5+ messages)
` [PATCH v2 1/4] kselftests: vdso: vdso_test_clock_getres: conform test "

[PATCH v4 0/7] selftests/x86: fix build errors and warnings found via clang
 2024-07-09 20:55 UTC  (5+ messages)

[PATCH v3] selftest/timerns: fix clang build failures for abs() calls
 2024-07-09 20:35 UTC  (3+ messages)

[PATCH v6 0/8] clk: Add kunit tests for fixed rate and parent data
 2024-07-09 19:49 UTC  (4+ messages)
` [PATCH v6 4/8] of: Add a KUnit test for overlays and test managed APIs

[RESEND] selftests/breakpoints:Add return value in main function
 2024-07-09 19:07 UTC  (2+ messages)

[RESEND] selftests/breakpoints:Remove unused variable
 2024-07-09 19:07 UTC  (2+ messages)

[PATCH] KVM: selftests: Add SEV-ES shutdown test
 2024-07-09 18:29 UTC 

[RFC PATCH v1 0/4] Add support for the Bus Lock Threshold
 2024-07-09 17:51 UTC  (5+ messages)
` [RFC PATCH v1 1/4] x86/cpufeatures: Add CPUID feature bit "
` [RFC PATCH v1 2/4] KVM: SVM: Enable Bus lock threshold exit
` [RFC PATCH v1 3/4] KVM: x86: nSVM: Implement support for nested Bus Lock Threshold
` [RFC PATCH v1 4/4] KVM: selftests: Add bus lock exit test

[PATCH net-next v15 00/14] Device Memory TCP
 2024-07-09 17:44 UTC  (6+ messages)
` [PATCH net-next v15 03/14] netdev: support binding dma-buf to netdevice

[GIT PULL] Kselftest fixes for Linux 6.10
 2024-07-09 15:21 UTC  (2+ messages)

[PATCH v22 4/4] selftests/vDSO: add tests for vgetrandom
 2024-07-09 13:05 UTC 

[PATCH 0/6] defconfig: drop RT_GROUP_SCHED=y
 2024-07-09 12:45 UTC  (5+ messages)
` [PATCH 6/6] arm: defconfig: drop RT_GROUP_SCHED=y from bcm2855/tegra/omap2plus

[PATCH] selftests/bpf:fix a resource leak
 2024-07-09 11:03 UTC  (2+ messages)

[PATCH] selftests/net: missing close function in randomize function
 2024-07-09 10:46 UTC  (2+ messages)

[PATCH net-next v7 3/3] selftests: add MSG_ZEROCOPY msg_control notification test
 2024-07-09  9:19 UTC 

[PATCH net v5] skmsg: skip zero length skb in sk_msg_recvmsg
 2024-07-09  8:40 UTC  (3+ messages)

[PATCH v3 0/2] selftests/resctrl: SNC kernel support discovery
 2024-07-09  7:49 UTC  (8+ messages)
` [PATCH v3 2/2] selftests/resctrl: Adjust SNC support messages

[PATCH] kselftests: dmabuf-heaps: Ensure the driver name is null-terminated
 2024-07-09  6:43 UTC  (3+ messages)

[PATCH v1] selftests: openvswitch: retry instead of sleep
 2024-07-08 21:40 UTC  (5+ messages)
` [ovs-dev] "

[PATCH bpf-next v10 00/12] use network helpers, part 8
 2024-07-08 21:04 UTC  (6+ messages)
` [PATCH bpf-next v10 06/12] selftests/bpf: Add expect_errno for network_helper_opts
` [PATCH bpf-next v10 07/12] selftests/bpf: Set expect_errno for cgroup_skb_sk_lookup

[PATCH bpf-next v2 0/2] Small API fix for bpf_wq
 2024-07-08 19:42 UTC  (3+ messages)
` [PATCH bpf-next v2 2/2] selftests/bpf: amend for wrong bpf_wq_set_callback_impl signature

[PATCH 0/6] skip ENOTSUPP for BPF selftests
 2024-07-08 18:56 UTC  (3+ messages)
` [PATCH 6/6] selftests/bpf: Skip ENOTSUPP in ASSERT_GE


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