messages from 2024-07-26 19:35:03 to 2024-07-30 17:32:47 UTC [more...]
[PATCH bpf-next v3 0/3] selftests/bpf: convert test_dev_cgroup to test_progs
2024-07-30 17:32 UTC (5+ messages)
` [PATCH bpf-next v3 1/3] selftests/bpf: do not disable /dev/null device access in cgroup dev test
` [PATCH bpf-next v3 2/3] selftests/bpf: convert test_dev_cgroup to test_progs
` [PATCH bpf-next v3 3/3] selftests/bpf: add wrong type test to cgroup dev
[PATCH bpf 0/6] selftest/bpf: Various sockmap-related fixes
2024-07-30 17:13 UTC (10+ messages)
` [PATCH bpf 1/6] selftest/bpf: Support more socket types in create_pair()
` [PATCH bpf 6/6] selftest/bpf: Introduce __attribute__((cleanup)) "
[PATCH net-next 1/2] selftests: net-drv: exercise queue stats when the device is down
2024-07-30 16:20 UTC (5+ messages)
` [PATCH net-next 2/2] selftests: net: ksft: support marking tests as disruptive
[PATCH 0/3] bitmap: Convert test_bitmap to kunit test
2024-07-30 15:55 UTC (19+ messages)
` [PATCH 2/3] bitmap: Rename module
[PATCH v6] mm, memcg: cg2 memory{.swap,}.peak write handlers
2024-07-30 15:52 UTC (7+ messages)
` [PATCH v6 1/2] "
` [PATCH v6 2/2] mm, memcg: cg2 memory{.swap,}.peak write tests
[PATCH v3 00/10] selftests: kvm: s390: Add s390x ucontrol selftests
2024-07-30 13:14 UTC (13+ messages)
` [PATCH v3 01/10] selftests: kvm: s390: Define page sizes in shared header
` [PATCH v3 02/10] selftests: kvm: s390: Add kvm_s390_sie_block definition for userspace tests
` [PATCH v3 03/10] selftests: kvm: s390: Add s390x ucontrol test suite with hpage test
` [PATCH v3 04/10] selftests: kvm: s390: Add test fixture and simple VM setup tests
` [PATCH v3 05/10] selftests: kvm: s390: Add debug print functions
` [PATCH v3 06/10] selftests: kvm: s390: Add VM run test case
` [PATCH v3 07/10] selftests: kvm: s390: Add uc_map_unmap VM "
` [PATCH v3 08/10] selftests: kvm: s390: Add uc_skey "
` [PATCH v3 09/10] selftests: kvm: s390: Verify reject memory region operations for ucontrol VMs
` [PATCH v3 10/10] s390: Enable KVM_S390_UCONTROL config in debug_defconfig
[PATCH net-next 0/7] net/selftests: TCP-AO selftests updates
2024-07-30 10:51 UTC (9+ messages)
` [PATCH net-next 1/7] selftests/net: Clean-up double assignment
` [PATCH net-next 2/7] selftests/net: Provide test_snprintf() helper
` [PATCH net-next 3/7] selftests/net: Be consistent in kconfig checks
` [PATCH net-next 4/7] selftests/net: Don't forget to close nsfd after switch_save_ns()
` [PATCH net-next 5/7] selftests/tcp_ao: Fix printing format for uint64_t
` [PATCH net-next 6/7] selftests/net: Synchronize client/server before counters checks
` [PATCH net-next 7/7] selftests/net: Add trace events matching to tcp_ao
[PATCH] selftests: ksft: Track skipped tests when finishing the test suite
2024-07-30 10:35 UTC (4+ messages)
[PATCH v2] selftests: ksft: Fix finished() helper exit code on skipped tests
2024-07-30 10:29 UTC
[PATCH net 0/7] mptcp: fix inconsistent backup usage
2024-07-30 8:50 UTC (9+ messages)
` [PATCH net 1/7] mptcp: sched: check both directions for backup
` [PATCH net 2/7] mptcp: distinguish rcv vs sent backup flag in requests
` [PATCH net 3/7] mptcp: pm: only set request_bkup flag when sending MP_PRIO
` [PATCH net 4/7] mptcp: mib: count MPJ with backup flag
` [PATCH net 5/7] selftests: mptcp: join: validate backup in MPJ
` [PATCH net 6/7] mptcp: pm: fix backup support in signal endpoints
` [PATCH net 7/7] selftests: mptcp: join: check backup support in signal endp
[PATCH bpf-next v2 0/3] selftests/bpf: convert test_dev_cgroup to test_progs
2024-07-30 8:42 UTC (13+ messages)
` [PATCH bpf-next v2 1/3] selftests/bpf: do not disable /dev/null device access in cgroup dev test
` [PATCH bpf-next v2 2/3] selftests/bpf: convert test_dev_cgroup to test_progs
` [PATCH bpf-next v2 3/3] selftests/bpf: add wrong type test to cgroup dev
[PATCH] MAINTAINERS: Add selftests to DMA-BUF HEAPS FRAMEWORK entry
2024-07-30 8:39 UTC (2+ messages)
[PATCH net-next v17 00/14] Device Memory TCP
2024-07-30 8:37 UTC (17+ messages)
` [PATCH net-next v17 01/14] netdev: add netdev_rx_queue_restart()
` [PATCH net-next v17 02/14] net: netdev netlink api to bind dma-buf to a net device
` [PATCH net-next v17 03/14] netdev: support binding dma-buf to netdevice
` [PATCH net-next v17 04/14] netdev: netdevice devmem allocator
` [PATCH net-next v17 05/14] page_pool: move dmaddr helpers to .c file
` [PATCH net-next v17 06/14] page_pool: devmem support
` [PATCH net-next v17 07/14] memory-provider: dmabuf devmem memory provider
` [PATCH net-next v17 08/14] net: support non paged skb frags
` [PATCH net-next v17 09/14] net: add support for skbs with unreadable frags
` [PATCH net-next v17 10/14] tcp: RX path for devmem TCP
` [PATCH net-next v17 11/14] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags
` [PATCH net-next v17 12/14] net: add devmem TCP documentation
` [PATCH net-next v17 13/14] selftests: add ncdevmem, netcat for devmem TCP
` [PATCH net-next v17 14/14] netdev: add dmabuf introspection
Converting kselftest test modules to kunit
2024-07-30 5:23 UTC (4+ messages)
[RFC PATCH v1 0/4] Add support for the Bus Lock Threshold
2024-07-30 4:52 UTC (2+ messages)
[PATCH v5 0/5] pids controller events rework
2024-07-30 3:21 UTC (6+ messages)
` [PATCH v5 2/5] cgroup/pids: Make event counters hierarchical
[PATCH v2 0/4] Introduce userspace-driven ALSA timers
2024-07-30 2:57 UTC (8+ messages)
` [PATCH v2 1/4] ALSA: aloop: Allow using global timers
` [PATCH v2 2/4] Docs/sound: Add documentation for userspace-driven ALSA timers
` [PATCH v2 3/4] ALSA: timer: Introduce virtual userspace-driven timers
` [PATCH v2 4/4] selftests: ALSA: Cover userspace-driven timers with test
kselftest/next build: 7 builds: 2 failed, 5 passed, 1 warning (v6.11-rc1)
2024-07-29 22:56 UTC
[PATCH v8 0/8] clk: Add kunit tests for fixed rate and parent data
2024-07-29 22:38 UTC (17+ messages)
` [PATCH v8 1/8] of/platform: Allow overlays to create platform devices from the root node
` [PATCH v8 2/8] of: Add test managed wrappers for of_overlay_apply()/of_node_put()
` [PATCH v8 3/8] dt-bindings: vendor-prefixes: Add "test" vendor for KUnit and friends
` [PATCH v8 4/8] of: Add a KUnit test for overlays and test managed APIs
` [PATCH v8 5/8] platform: Add test managed platform_device/driver APIs
` [PATCH v8 6/8] clk: Add test managed clk provider/consumer APIs
` [PATCH v8 7/8] clk: Add KUnit tests for clk fixed rate basic type
` [PATCH v8 8/8] clk: Add KUnit tests for clks registered with struct clk_parent_data
kselftest/fixes build: 7 builds: 2 failed, 5 passed, 1 warning (v6.11-rc1)
2024-07-29 22:07 UTC
[PATCH][next] tools: selftests: riscv: Fix spelling mistake "regesters" -> "registers"
2024-07-29 21:57 UTC (2+ messages)
[PATCH v2] kselftest: dt: Ignore nodes that have ancestors disabled
2024-07-29 20:56 UTC
[PATCH 00/12] tools/nolibc: improve LLVM/clang support
2024-07-29 19:27 UTC (15+ messages)
` [PATCH 01/12] tools/nolibc: use clang-compatible asm syntax in arch-arm.h
` [PATCH 02/12] tools/nolibc: limit powerpc stack-protector workaround to GCC
` [PATCH 03/12] tools/nolibc: move entrypoint specifics to compiler.h
` [PATCH 04/12] tools/nolibc: use attribute((naked)) if available
` [PATCH 05/12] selftests/nolibc: report failure if no testcase passed
` [PATCH 06/12] selftests/nolibc: avoid passing NULL to printf("%s")
` [PATCH 07/12] selftests/nolibc: determine $(srctree) first
` [PATCH 08/12] selftests/nolibc: setup objtree without Makefile.include
` [PATCH 09/12] selftests/nolibc: add support for LLVM= parameter
` [PATCH 10/12] selftests/nolibc: add cc-option compatible with clang cross builds
` [PATCH 11/12] selftests/nolibc: run-tests.sh: avoid overwriting CFLAGS_EXTRA
` [PATCH 12/12] selftests/nolibc: run-tests.sh: allow building through LLVM
[PATCH bpf-next v1 0/8] selftests/bpf: Improve libc portability / musl support (part 2)
2024-07-29 17:50 UTC (24+ messages)
` [PATCH bpf-next v1 2/8] selftests/bpf: Fix arg parsing in veristat, test_progs
` [PATCH bpf-next v1 5/8] selftests/bpf: Fix order-of-include compile errors in lwt_reroute.c
` [PATCH bpf-next v1 6/8] selftests/bpf: Fix compile if backtrace support missing in libc
` [PATCH bpf-next v1 7/8] selftests/bpf: Fix using stdout, stderr as struct field names
` [PATCH bpf-next v2 0/8] selftests/bpf: Improve libc portability / musl support (part 2)
` [PATCH bpf-next v2 1/8] selftests/bpf: Use portable POSIX basename()
` [PATCH bpf-next v2 2/8] selftests/bpf: Fix arg parsing in veristat, test_progs
` [PATCH bpf-next v2 3/8] selftests/bpf: Fix error compiling test_lru_map.c
` [PATCH bpf-next v2 4/8] selftests/bpf: Fix C++ compile error from missing _Bool type
` [PATCH bpf-next v2 5/8] selftests/bpf: Fix redefinition errors compiling lwt_reroute.c
` [PATCH bpf-next v2 6/8] selftests/bpf: Fix compile if backtrace support missing in libc
` [PATCH bpf-next v2 7/8] selftests/bpf: Fix using stdout, stderr as struct field names
` [PATCH bpf-next v2 8/8] selftests/bpf: Fix error compiling tc_redirect.c with musl libc
mm, memcg: cg2 memory{.swap,}.peak write handlers
2024-07-29 13:37 UTC (4+ messages)
` [PATCH 1/2] "
[PATCH v5 1/2] mm, memcg: cg2 memory{.swap,}.peak write handlers
2024-07-29 13:34 UTC (4+ messages)
[PATCH net 0/5] mptcp: fix signal endpoint readd
2024-07-29 12:40 UTC (7+ messages)
` [PATCH net 1/5] mptcp: fix user-space PM announced address accounting
` [PATCH net 2/5] mptcp: fix NL "
` [PATCH net 3/5] selftests: mptcp: add explicit test case for remove/readd
` [PATCH net 4/5] selftests: mptcp: fix error path
` [PATCH net 5/5] selftests: mptcp: always close input's FD if opened
[PATCH v2] kselftests: dmabuf-heaps: Ensure the driver name is null-terminated
2024-07-29 7:40 UTC (3+ messages)
[PATCH] selftests: user: remove user suite
2024-07-29 7:18 UTC (5+ messages)
[PATCH v8 4/5] KVM: riscv: selftests: Fix compile error
2024-07-29 4:46 UTC (2+ messages)
[PATCH 1/1] lib/llist_kunit.c: add KUnit tests for llist
2024-07-29 0:30 UTC (2+ messages)
[PATCH] tools/nolibc: pass argc, argv and envp to constructors
2024-07-28 20:34 UTC
[PATCH 0/4] Introduce userspace-driven ALSA timers
2024-07-28 11:54 UTC (10+ messages)
` [PATCH 3/4] ALSA: timer: Introduce virtual userspace-driven timers
[RFC PATCH v5 09/29] KVM: selftests: TDX: Add report_fatal_error test
2024-07-28 11:16 UTC (7+ messages)
[PATCH 4/4] selftests: ALSA: Cover userspace-driven timers with test
2024-07-28 6:10 UTC (2+ messages)
[PATCH AUTOSEL 5.4 2/6] selftests/bpf: Fix send_signal test with nested CONFIG_PARAVIRT
2024-07-28 0:56 UTC
[PATCH AUTOSEL 5.10 2/6] selftests/bpf: Fix send_signal test with nested CONFIG_PARAVIRT
2024-07-28 0:55 UTC
[PATCH AUTOSEL 5.15 2/6] selftests/bpf: Fix send_signal test with nested CONFIG_PARAVIRT
2024-07-28 0:55 UTC
[PATCH AUTOSEL 6.1 04/11] selftests/bpf: Fix send_signal test with nested CONFIG_PARAVIRT
2024-07-28 0:55 UTC
[PATCH AUTOSEL 6.6 05/15] selftests/bpf: Fix send_signal test with nested CONFIG_PARAVIRT
2024-07-28 0:54 UTC
[PATCH AUTOSEL 6.10 07/27] selftests/bpf: Fix send_signal test with nested CONFIG_PARAVIRT
2024-07-28 0:52 UTC
[RFC PATCH v5 00/29] TDX KVM selftests
2024-07-27 23:23 UTC (5+ messages)
` [RFC PATCH v5 16/29] KVM: selftests: TDX: Add TDX HLT exit test
[PATCH v2 0/2] selftests: harness: refactor __constructor_order
2024-07-27 14:37 UTC (3+ messages)
` [PATCH v2 1/2] selftests: harness: remove unneeded __constructor_order_last()
` [PATCH v2 2/2] selftests: harness: rename __constructor_order for clarification
[syzbot] [net?] INFO: rcu detected stall in ipv6_rcv (4)
2024-07-27 9:16 UTC
[PATCH 0/3] selftests/bpf: convert test_dev_cgroup to test_progs
2024-07-27 8:01 UTC (6+ messages)
` [PATCH 2/3] "
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