messages from 2023-08-22 20:34:11 to 2023-08-28 10:42:41 UTC [more...]
[PATCH v6 00/10] kunit: Add dynamically-extending log
2023-08-28 10:41 UTC (10+ messages)
` [PATCH v6 01/10] kunit: string-stream: Don't create a fragment for empty strings
` [PATCH v6 02/10] kunit: string-stream: Improve testing of string_stream
` [PATCH v6 03/10] kunit: string-stream: Add option to make all lines end with newline
` [PATCH v6 04/10] kunit: string-stream-test: Add cases for string_stream newline appending
` [PATCH v6 05/10] kunit: Don't use a managed alloc in is_literal()
` [PATCH v6 06/10] kunit: string-stream: Add kunit_alloc_string_stream()
` [PATCH v6 07/10] kunit: string-stream: Decouple string_stream from kunit
` [PATCH v6 08/10] kunit: string-stream: Add tests for freeing resource-managed string_stream
` [PATCH v6 09/10] kunit: Use string_stream for test log
[PATCH 4.19 071/129] test_firmware: prevent race conditions by a correct implementation of locking
2023-08-28 10:12 UTC
[PATCH 4.14 34/57] test_firmware: prevent race conditions by a correct implementation of locking
2023-08-28 10:12 UTC
[PATCH 5.15 1/2] torture: Avoid torture-test reboot loops
2023-08-28 9:56 UTC (4+ messages)
[PATCH v2 0/2] selftests/resctrl: Bug fix and optimizations
2023-08-28 9:56 UTC (3+ messages)
` [PATCH v2 1/2] selftests/resctrl: Fix schemata write error check
` [PATCH v2 2/2] selftests/resctrl: Move run_benchmark() to a more fitting file
[RFC] tools/nolibc: replace duplicated -ENOSYS return with single -ENOSYS return
2023-08-28 9:46 UTC (4+ messages)
[PATCH net-next,v3] selftests: bonding: create directly devices in the target namespaces
2023-08-28 9:30 UTC (3+ messages)
[PATCH net v2 0/3] Avoid TCP resets when using ECMP for load-balancing between multiple servers
2023-08-28 8:01 UTC (7+ messages)
` [PATCH net v2 1/3] ipv4: ignore dst hint for multipath routes
` [PATCH net v2 2/3] ipv6: "
` [PATCH net v2 3/3] selftests: forwarding: Add test for load-balancing between multiple servers
[PATCH v33 0/6] Implement IOCTL to get and optionally clear info about PTEs
2023-08-28 6:57 UTC (3+ messages)
` [PATCH v33 2/6] fs/proc/task_mmu: "
[RFC v2 0/2] CPU-Idle latency selftest framework
2023-08-28 6:15 UTC (3+ messages)
` [RFC v2 1/2] powerpc/cpuidle: cpuidle wakeup latency based on IPI and timer events
` [RFC v2 2/2] powerpc/selftest: Add support for cpuidle latency measurement
[PATCH bpf-next v8] selftests/bpf: trace_helpers.c: optimize kallsyms cache
2023-08-28 0:57 UTC (5+ messages)
[PATCH 5.10 1/2] torture: Avoid torture-test reboot loops
2023-08-27 21:46 UTC
[PATCH v5 0/7] Optimize mremap during mutual alignment within PMD
2023-08-27 10:15 UTC (16+ messages)
` [PATCH v5 1/7] mm/mremap: Optimize the start addresses in move_page_tables()
` [PATCH v5 2/7] mm/mremap: Allow moves within the same VMA
` [PATCH v5 3/7] selftests: mm: Fix failure case when new remap region was not found
` [PATCH v5 4/7] selftests: mm: Add a test for mutually aligned moves > PMD size
` [PATCH v5 5/7] selftests: mm: Add a test for remapping to area immediately after existing mapping
` [PATCH v5 6/7] selftests: mm: Add a test for remapping within a range
` [PATCH v5 7/7] selftests: mm: Add a test for moving from an offset from start of mapping
[PATCH 0/4] RISCV: Add kvm Sstc timer selftest
2023-08-27 8:59 UTC (3+ messages)
[PATCH 0/2] nolibc: remove reliance on system headers
2023-08-27 8:00 UTC (3+ messages)
` [PATCH 1/2] tools/nolibc: add stdarg.h header
` [PATCH 2/2] selftests/nolibc: use -nostdinc for nolibc-test
[PATCH 6.1] selftests/net: mv bpf/nat6to4.c to net folder
2023-08-27 7:16 UTC (2+ messages)
[PATCH v2 3/3] selftests/nolibc: fix up O= option support
2023-08-27 7:09 UTC (4+ messages)
[PATCH bpf-next v7] selftests/bpf: trace_helpers.c: optimize kallsyms cache
2023-08-26 14:52 UTC (3+ messages)
Re: fs/proc/task_mmu: Implement IOCTL for efficient page table scanning
2023-08-26 13:07 UTC
[PATCH v2 1/2] selftests: Provide local define of min() and max()
2023-08-26 9:45 UTC (8+ messages)
` [PATCH v2 2/2] selftests/net: replace ternary operator with min()/max()
` [PATCH v2 2/2] selftests/net: replace ternary operator with min()/max() ^[^[
[PATCH net-next 01/17] selftests: tls: add test variants for aria-gcm
2023-08-25 21:35 UTC (3+ messages)
` [PATCH net-next 02/17] selftests: tls: add getsockopt test
` [PATCH net-next 03/17] selftests: tls: test some invalid inputs for setsockopt
[PATCH 0/3] selftests/hid: assorted fixes
2023-08-25 18:53 UTC (6+ messages)
` [PATCH 1/3] selftests/hid: ensure we can compile the tests on kernels pre-6.3
` [PATCH 2/3] selftests/hid: do not manually call headers_install
` [PATCH 3/3] selftests/hid: force using our compiled libbpf headers
` [PATCH 4/3] selftests/hid: more fixes to build with older kernel
selftests: hid: trouble building with clang due to missing header
2023-08-25 18:46 UTC (14+ messages)
[ANNOUNCE/CFP] Kernel Testing & Dependability Micro-conference at LPC 2023
2023-08-25 17:58 UTC (2+ messages)
[PATCH v5 00/10] kunit: Add dynamically-extending log
2023-08-25 14:58 UTC (32+ messages)
` [PATCH v5 01/10] kunit: string-stream: Don't create a fragment for empty strings
` [PATCH v5 02/10] kunit: string-stream: Improve testing of string_stream
` [PATCH v5 03/10] kunit: string-stream: Add option to make all lines end with newline
` [PATCH v5 04/10] kunit: string-stream: Add cases for string_stream newline appending
` [PATCH v5 05/10] kunit: Don't use a managed alloc in is_literal()
` [PATCH v5 06/10] kunit: string-stream: Add kunit_alloc_string_stream()
` [PATCH v5 07/10] kunit: string-stream: Decouple string_stream from kunit
` [PATCH v5 08/10] kunit: string-stream: Add tests for freeing resource-managed string_stream
` [PATCH v5 09/10] kunit: Use string_stream for test log
` [PATCH v5 10/10] kunit: string-stream: Test performance of string_stream
[PATCH v3 9/9] selftests/bpf/sockopt: Add io_uring support
2023-08-25 14:15 UTC (3+ messages)
[PATCH v4 2/2] selftests/ftrace: Add new test case which checks non unique symbol
2023-08-25 14:05 UTC
[PATCH bpf-next v6] selftests/bpf: trace_helpers.c: optimize kallsyms cache
2023-08-25 10:40 UTC (4+ messages)
[PATCH net-next,v2] selftests: bonding: create directly devices in the target namespaces
2023-08-25 9:57 UTC (3+ messages)
[PATCH v3 0/7] selftests/resctrl: Rework benchmark command handling
2023-08-25 8:36 UTC (9+ messages)
` [PATCH v3 1/7] selftests/resctrl: Ensure the benchmark commands fits to its array
` [PATCH v3 2/7] selftests/resctrl: Correct benchmark command help
` [PATCH v3 3/7] selftests/resctrl: Remove bw_report and bm_type from main()
` [PATCH v3 4/7] selftests/resctrl: Simplify span lifetime
` [PATCH v3 5/7] selftests/resctrl: Make benchmark command const and build it with pointers
` [PATCH v3 6/7] selftests/resctrl: Remove ben_count variable
` [PATCH v3 7/7] selftests/resctrl: Cleanup benchmark argument parsing
[PATCH V3 0/7] AMD Pstate Preferred Core
2023-08-25 2:56 UTC (18+ messages)
` [PATCH V3 1/7] x86: Drop CPU_SUP_INTEL from SCHED_MC_PRIO for the expansion
` [PATCH V3 2/7] acpi: cppc: Add get the highest performance cppc control
` [PATCH V3 3/7] cpufreq: amd-pstate: Enable AMD Pstate Preferred Core Supporting
` [PATCH V3 4/7] cpufreq: Add a notification message that the highest perf has changed
` [PATCH V3 5/7] cpufreq: amd-pstate: Update AMD Pstate Preferred Core ranking dynamically
` [PATCH V3 6/7] Documentation: amd-pstate: introduce AMD Pstate Preferred Core
` [PATCH V3 7/7] Documentation: introduce AMD Pstate Preferrd Core mode kernel command line options
[PATCH v2] KVM: selftests: Add tests - invalid inputs for KVM_CREATE_GUEST_MEMFD
2023-08-25 0:17 UTC
[PATCH v3 2/2] selftests/net: replace ternary operator with min()/max()
2023-08-24 23:27 UTC (2+ messages)
[GIT PULL] scftorture changes for v6.4
2023-08-24 23:23 UTC (3+ messages)
[PATCH] KVM: selftests: Add tests - invalid inputs for KVM_CREATE_GUEST_MEMFD
2023-08-24 19:02 UTC (2+ messages)
[PATCH v4 00/36] arm64/gcs: Provide support for GCS in userspace
2023-08-24 17:38 UTC (18+ messages)
` [PATCH v4 03/36] arm64/gcs: Document the ABI for Guarded Control Stacks
[PATCH net-next] selftests: bonding: delete link1_1 in the cleanup path
2023-08-24 13:25 UTC (4+ messages)
[PATCH 0/2] selftests: Introduce common min()/max() and apply them in net tests
2023-08-24 8:53 UTC (11+ messages)
` [PATCH 1/2] selftests: Provide local define of min() and max()
` [PATCH 2/2] selftests/net: replace ternary operator with min()/max()
kselftest/next kselftest-seccomp: 2 runs, 1 regressions (v6.5-rc3-32-g9b1db732866b)
2023-08-24 2:55 UTC
kselftest/next build: 8 builds: 0 failed, 8 passed, 1 warning (v6.5-rc3-32-g9b1db732866b)
2023-08-24 1:56 UTC
[PATCH v3 0/3] TDX Guest Quote generation support
2023-08-23 20:47 UTC (11+ messages)
` [PATCH v3 1/3] x86/tdx: Add TDX Guest event notify interrupt support
` [PATCH v3 3/3] selftests/tdx: Test GetQuote TDX attestation feature
Repo for tests which fail currently?
2023-08-23 15:19 UTC (6+ messages)
[PATCH 0/3] Avoid TCP resets when using ECMP for load-balancing between multiple servers
2023-08-23 12:55 UTC (6+ messages)
` [PATCH 3/3] selftests: forwarding: Add test "
[PATCH] selftests: alsa: make LDLIBS consistent
2023-08-22 21:19 UTC (3+ messages)
[PATCH] selftests: fix dependency checker script
2023-08-22 21:09 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