messages from 2024-07-24 23:53:15 to 2024-07-29 17:30:40 UTC [more...]
[PATCH bpf-next v2 0/3] selftests/bpf: convert test_dev_cgroup to test_progs
2024-07-29 17:29 UTC (6+ 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] selftests: ksft: Track skipped tests when finishing the test suite
2024-07-29 14:52 UTC (2+ messages)
[PATCH 0/3] bitmap: Convert test_bitmap to kunit test
2024-07-29 14:09 UTC (16+ messages)
` [PATCH 1/3] bitmap: convert test_bitmap to KUnit test
` [PATCH 2/3] bitmap: Rename module
` [PATCH 3/3] selftests: lib: remove test_bitmap
[PATCH v2 0/4] Introduce userspace-driven ALSA timers
2024-07-29 14:02 UTC (6+ 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
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 bpf-next v1 0/8] selftests/bpf: Improve libc portability / musl support (part 2)
2024-07-29 9:24 UTC (27+ messages)
` [PATCH bpf-next v1 1/8] selftests/bpf: Use portable POSIX basename()
` [PATCH bpf-next v1 2/8] selftests/bpf: Fix arg parsing in veristat, test_progs
` [PATCH bpf-next v1 3/8] selftests/bpf: Fix error compiling test_lru_map.c
` [PATCH bpf-next v1 4/8] selftests/bpf: Fix C++ compile error from missing _Bool type
` [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 v1 8/8] selftests/bpf: Fix error compiling tc_redirect.c with musl libc
` [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
[PATCH][next] tools: selftests: riscv: Fix spelling mistake "regesters" -> "registers"
2024-07-29 9:17 UTC
[PATCH] MAINTAINERS: Add selftests to DMA-BUF HEAPS FRAMEWORK entry
2024-07-29 8:12 UTC
Converting kselftest test modules to kunit
2024-07-29 7:55 UTC (3+ messages)
[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 (4+ messages)
` [PATCH v8 5/5] KVM: riscv: selftests: Add Svade and Svadu Extension to get-reg-list test
[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 (14+ messages)
` [PATCH 1/4] ALSA: aloop: Allow using global timers
` [PATCH 2/4] Docs/sound: Add documentation for userspace-driven ALSA timers
` [PATCH 3/4] ALSA: timer: Introduce virtual userspace-driven timers
` [PATCH 4/4] selftests: ALSA: Cover userspace-driven timers with test
[RFC PATCH v5 09/29] KVM: selftests: TDX: Add report_fatal_error test
2024-07-28 11:16 UTC (7+ messages)
[PATCH 00/12] tools/nolibc: improve LLVM/clang support
2024-07-28 10:10 UTC (13+ 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 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 (14+ messages)
` [RFC PATCH v5 08/29] KVM: selftests: TDX: Add TDX lifecycle test
` [RFC PATCH v5 09/29] KVM: selftests: TDX: Add report_fatal_error test
` [RFC PATCH v5 10/29] KVM: selftests: TDX: Adding test case for TDX port IO
` [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
[PATCH net 0/7] mptcp: fix inconsistent backup usage
2024-07-27 10:01 UTC (8+ 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
[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 (8+ messages)
` [PATCH 1/3] selftests/bpf: do not disable /dev/null device access in cgroup dev test
` [PATCH 2/3] selftests/bpf: convert test_dev_cgroup to test_progs
` [PATCH 3/3] selftests/bpf: add wrong type test to cgroup dev
[PATCH bpf 0/6] selftest/bpf: Various sockmap-related fixes
2024-07-26 20:45 UTC (11+ messages)
` [PATCH bpf 1/6] selftest/bpf: Support more socket types in create_pair()
` [PATCH bpf 3/6] selftest/bpf: Simplify inet_socketpair() and vsock_unix_redir_connectible()
` [PATCH bpf 6/6] selftest/bpf: Introduce __attribute__((cleanup)) in create_pair()
[PATCH v5] tools/testing:Fix the wrong format specifier
2024-07-26 17:32 UTC (3+ messages)
` [PATCH v5] tools/testing: Fix "
Testing Quality Call notes - 2024-07-25
2024-07-26 13:51 UTC
[PATCH v3] Documentation: KUnit: Update filename best practices
2024-07-26 7:14 UTC (2+ messages)
[PATCH net] virtio: fix GSO with frames unaligned to size
2024-07-25 21:02 UTC (8+ messages)
[PATCH v8 00/13] riscv: Add support for xtheadvector
2024-07-25 19:50 UTC (15+ messages)
` [PATCH v8 01/13] dt-bindings: riscv: Add xtheadvector ISA extension description
` [PATCH v8 02/13] dt-bindings: cpus: add a thead vlen register length property
` [PATCH v8 03/13] riscv: dts: allwinner: Add xtheadvector to the D1/D1s devicetree
` [PATCH v8 04/13] riscv: Add thead and xtheadvector as a vendor extension
` [PATCH v8 05/13] riscv: vector: Use vlenb from DT for thead
` [PATCH v8 06/13] RISC-V: define the elements of the VCSR vector CSR
` [PATCH v8 07/13] riscv: csr: Add CSR encodings for CSR_VXRM/CSR_VXSAT
` [PATCH v8 08/13] riscv: Add xtheadvector instruction definitions
` [PATCH v8 09/13] riscv: vector: Support xtheadvector save/restore
` [PATCH v8 10/13] riscv: hwprobe: Add thead vendor extension probing
` [PATCH v8 11/13] riscv: hwprobe: Document thead vendor extensions and xtheadvector extension
` [PATCH v8 12/13] selftests: riscv: Fix vector tests
` [PATCH v8 13/13] selftests: riscv: Support xtheadvector in "
[RFC PATCH v5 07/29] KVM: selftests: TDX: Update load_td_memory_region for VM memory backed by guest memfd
2024-07-25 18:19 UTC (2+ messages)
[PATCH v2] kselftest: cpufreq: Add RTC wakeup alarm
2024-07-25 15:52 UTC (3+ messages)
[RFC PATCH 0/1] Add kselftest to detect boot event slowdowns
2024-07-25 15:50 UTC (4+ messages)
` [RFC PATCH 1/1] kselftests: Add test "
[PATCH HID 0/4] HID: selftest fixes after merge into 6.11-rc0 tree
2024-07-25 15:29 UTC (2+ messages)
[PATCH v4] tools/testing:Fix the wrong format specifier
2024-07-25 15:05 UTC (2+ messages)
[PATCH v2] selftests: lib: remove strscpy test
2024-07-25 14:45 UTC (2+ messages)
[PATCH v2 00/10] selftests: kvm: s390: Add s390x ucontrol selftests
2024-07-25 14:07 UTC (4+ messages)
` [PATCH v2 06/10] selftests: kvm: s390: Add VM run test case
[PATCH v4 0/2] selftests/bpf: convert test_xdp_veth to test_progs framework
2024-07-25 12:20 UTC (2+ messages)
[PATCH] selftests: lib: remove strscpy test
2024-07-25 11:09 UTC
[PATCH v5 0/5] pids controller events rework
2024-07-25 9:38 UTC (5+ messages)
` [PATCH v5 2/5] cgroup/pids: Make event counters hierarchical
[PATCH v7 09/13] riscv: vector: Support xtheadvector save/restore
2024-07-25 4:17 UTC (3+ messages)
[PATCH bpf-next v1 00/19] selftests/bpf: Improve libc portability / musl support (part 1)
2024-07-25 1:28 UTC (11+ messages)
` [PATCH bpf-next v1 07/19] selftests/bpf: Fix missing ARRAY_SIZE() definition in bench.c
` [PATCH bpf-next v1 19/19] selftests/bpf: Fix errors compiling cg_storage_multi.h with musl libc
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