messages from 2024-07-09 09:16:55 to 2024-07-11 07:35:07 UTC [more...]
[PATCH] selftests/bpf:fix a resource leak in main()
2024-07-11 7:34 UTC
[PATCH] selftests/bpf:fix a resource leak in run_tests()
2024-07-11 7:28 UTC
[PATCH] selftests/bpf:fix a resource leak in main()
2024-07-11 7:18 UTC
[PATCH] selftests/bpf:fix a resource leak in main()
2024-07-11 7:10 UTC
[PATCH v2] selftests: x86: conform test to TAP format output
2024-07-11 6:52 UTC (6+ messages)
[PATCH] selftests: openat2: don't print total number of tests and then skip
2024-07-11 6:39 UTC (7+ messages)
[PATCH 1/2] selftests: arm64: tags_test: conform test to TAP output
2024-07-11 6:13 UTC (6+ messages)
[PATCH] kunit: executor: Simplify string allocation handling
2024-07-11 5:39 UTC (2+ messages)
[PATCH 0/3] kunit: Improve the readability and functionality of macro
2024-07-11 3:49 UTC (7+ 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 bpf-next 0/5] use network helpers, part 9
2024-07-11 2:52 UTC (6+ messages)
` [PATCH bpf-next 1/5] selftests/bpf: Drop type of connect_to_fd_opts
` [PATCH bpf-next 2/5] selftests/bpf: Drop must_fail from network_helper_opts
` [PATCH bpf-next 3/5] selftests/bpf: Add connect_to_addr_str helper
` [PATCH bpf-next 4/5] selftests/bpf: Use connect_to_addr_str in sk_lookup
` [PATCH bpf-next 5/5] selftests/bpf: Drop make_socket "
[PATCH 0/2] Optimize the return_instance management of uretprobe
2024-07-11 2:05 UTC (6+ messages)
` [PATCH 1/2] uprobes: Optimize the return_instance related routines
[PATCH v2 0/4] add tests to verify IFS (In Field Scan) driver functionality
2024-07-11 1:42 UTC (2+ messages)
[PATCH net-next v16 00/13] Device Memory TCP
2024-07-11 1:35 UTC (30+ 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
[RFC 0/5] SEV Kernel Selftests
2024-07-10 22:05 UTC (6+ messages)
` [RFC 1/5] selftests: KVM: Add a basic SNP smoke test
` [RFC 2/5] selftests: KVM: Decouple SEV ioctls from asserts
` [RFC 3/5] selftests: KVM: SEV IOCTL test
` [RFC 4/5] selftests: KVM: SNP "
` [RFC 5/5] selftests: KVM: SEV-SNP test for KVM_SEV_INIT2
[PATCH v9 00/39] arm64/gcs: Provide support for GCS in userspace
2024-07-10 22:05 UTC (9+ 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 v2 0/3] kselftest: Add test to report device log errors
2024-07-10 21:49 UTC (3+ messages)
[PATCH] selftests:Fix printf format string in kselftest_harness.h
2024-07-10 21:01 UTC (2+ messages)
[PATCH v7 0/8] clk: Add kunit tests for fixed rate and parent data
2024-07-10 20:12 UTC (9+ 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 v7 7/8] clk: Add KUnit tests for clk fixed rate basic type
` [PATCH v7 8/8] clk: Add KUnit tests for clks registered with struct clk_parent_data
[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 (14+ messages)
` [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 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] 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 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] 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 (11+ 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 bpf-next v2 0/6] skip ENOTSUPP BPF selftests
2024-07-10 2:58 UTC (4+ messages)
` [PATCH bpf-next v2 4/6] selftests/bpf: Null checks for link in bpf_tcp_ca
[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
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox