Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2023-08-27 09:00:57 to 2023-08-31 16:18:36 UTC [more...]

[PATCH bpf-next] selftests/bpf: Include build flavors for install target
 2023-08-31 16:18 UTC  (3+ messages)

[PATCH 0/6] Add printf attribute to kselftest functions
 2023-08-31 14:33 UTC  (16+ messages)
` [PATCH 1/6] selftests: Add printf attribute to ksefltest prints
` [PATCH 2/6] selftests/cachestat: Fix print_cachestat format
` [PATCH 3/6] selftests/openat2: Fix wrong format specifier
` [PATCH 4/6] selftests/pidfd: Fix ksft print formats
` [PATCH 5/6] selftests/sigaltstack: Fix wrong format specifier
` [PATCH 6/6] selftests/kvm: Replace attribute with macro

[PATCH bpf-next v9] selftests/bpf: trace_helpers.c: optimize kallsyms cache
 2023-08-31 13:52 UTC  (2+ messages)

[PATCH v4 0/8] selftests/resctrl: Rework benchmark command handling
 2023-08-31 11:08 UTC  (9+ messages)
` [PATCH v4 1/8] selftests/resctrl: Ensure the benchmark commands fits to its array
` [PATCH v4 2/8] selftests/resctrl: Correct benchmark command help
` [PATCH v4 3/8] selftests/resctrl: Remove bw_report and bm_type from main()
` [PATCH v4 4/8] selftests/resctrl: Simplify span lifetime
` [PATCH v4 5/8] selftests/resctrl: Reorder resctrl FS prep code and benchmark_cmd init
` [PATCH v4 6/8] selftests/resctrl: Make benchmark command const and build it with pointers
` [PATCH v4 7/8] selftests/resctrl: Remove ben_count variable
` [PATCH v4 8/8] selftests/resctrl: Cleanup benchmark argument parsing

[PATCH] selftests/mm: gup_longterm: fix a resource leak
 2023-08-31  9:31 UTC 

[PATCH V4 3/7] cpufreq: amd-pstate: Enable AMD Pstate Preferred Core Supporting
 2023-08-31  9:02 UTC  (2+ messages)

[PATCH v2 0/2] selftests/resctrl: Bug fix and optimizations
 2023-08-31  8:43 UTC  (10+ 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-31  8:37 UTC  (12+ messages)
  `  "

[PATCH net v5 0/3] Avoid TCP resets when using ECMP for load-balancing between multiple servers
 2023-08-31  8:03 UTC  (4+ messages)
` [PATCH net v5 1/3] ipv4: ignore dst hint for multipath routes
` [PATCH net v5 2/3] ipv6: "
` [PATCH net v5 3/3] selftests: fib_tests: Add multipath list receive tests

[PATCH 0/4] kunit: Fix some bugs in kunit_filter_suites()
 2023-08-31  7:16 UTC  (5+ messages)
` [PATCH 1/4] kunit: Fix wild-memory-access bug in kunit_free_suite_set()
` [PATCH 2/4] kunit: Fix possible null-ptr-deref in kunit_parse_glob_filter()
` [PATCH 3/4] kunit: Fix possible memory leak in kunit_filter_suites()
` [PATCH 4/4] kunit: Fix the wrong error path "

[PATCH v3 0/7] selftests/resctrl: Rework benchmark command handling
 2023-08-31  7:10 UTC  (12+ messages)
` [PATCH v3 2/7] selftests/resctrl: Correct benchmark command help
` [PATCH v3 5/7] selftests/resctrl: Make benchmark command const and build it with pointers
` [PATCH v3 7/7] selftests/resctrl: Cleanup benchmark argument parsing

[PATCH v2 0/2] nolibc: remove reliance on system headers
 2023-08-31  5:31 UTC  (6+ messages)
` [PATCH v2 1/2] tools/nolibc: add stdarg.h header
` [PATCH v2 2/2] selftests/nolibc: use -nostdinc for nolibc-test

[PATCH V4 0/7] AMD Pstate Preferred Core
 2023-08-31  1:42 UTC  (13+ messages)
` [PATCH V4 1/7] x86: Drop CPU_SUP_INTEL from SCHED_MC_PRIO for the expansion
` [PATCH V4 2/7] acpi: cppc: Add get the highest performance cppc control
` [PATCH V4 3/7] cpufreq: amd-pstate: Enable AMD Pstate Preferred Core Supporting
` [PATCH V4 4/7] cpufreq: Add a notification message that the highest perf has changed
` [PATCH V4 5/7] cpufreq: amd-pstate: Update AMD Pstate Preferred Core ranking dynamically
` [PATCH V4 6/7] Documentation: amd-pstate: introduce AMD Pstate Preferred Core
` [PATCH V4 7/7] Documentation: introduce AMD Pstate Preferrd Core mode kernel command line options

[PATCH] rcu/torture: Improve badness extraction from console logs
 2023-08-31  1:22 UTC 

[PATCH] kunit: test: Make filter strings in executor_test writable
 2023-08-30 21:34 UTC  (3+ messages)

[PATCH net v3 0/3] Avoid TCP resets when using ECMP for load-balancing between multiple servers
 2023-08-30 15:42 UTC  (13+ messages)
` [PATCH net v3 1/3] ipv4: ignore dst hint for multipath routes
` [PATCH net v3 2/3] ipv6: "
` [PATCH net v3 3/3] selftests: fib_tests: Add multipath list receive tests

[PATCH v1] selftests/landlock: Fix a resource leak
 2023-08-30 17:04 UTC  (2+ messages)

[PATCH net v4 0/3] Avoid TCP resets when using ECMP for load-balancing between multiple servers
 2023-08-30 15:48 UTC  (5+ messages)
` [PATCH net v4 1/3] ipv4: ignore dst hint for multipath routes
` [PATCH net v4 2/3] ipv6: "
` [PATCH net v4 3/3] selftests: fib_tests: Add multipath list receive tests

[RFC PATCH] kunit: Fix test log size limit too low for some tests
 2023-08-30 11:35 UTC  (3+ messages)

[PATCH v10 0/4] RISC-V: mm: Make SV48 the default address space
 2023-08-30 13:20 UTC  (2+ messages)

[PATCH 0/2] nolibc: remove reliance on system headers
 2023-08-30  7:27 UTC  (10+ messages)
` [PATCH 1/2] tools/nolibc: add stdarg.h header

[PATCH v4 03/36] arm64/gcs: Document the ABI for Guarded Control Stacks
 2023-08-30 16:42 UTC  (12+ messages)

[PATCH] selftests: static_keys: fix messages
 2023-08-30 13:32 UTC 

Don't fill the kernel log with memfd_create messages
 2023-08-30 15:52 UTC 

[PATCH] selftests/landlock: Fix a resource leak
 2023-08-30  9:01 UTC  (2+ messages)

[PATCH v3 0/9] kunit: Add test attributes API
 2023-08-30  1:48 UTC  (5+ messages)
` [PATCH v3 4/9] kunit: Add ability to filter attributes

[RFC v2 0/2] CPU-Idle latency selftest framework
 2023-08-29 10:59 UTC  (4+ 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

selftests: net: pmtu.sh: Unable to handle kernel paging request at virtual address
 2023-08-29  9:01 UTC 

Słowa kluczowe do wypozycjonowania
 2023-08-29  7:31 UTC 

[PATCH 0/4] RISCV: Add kvm Sstc timer selftest
 2023-08-29  5:04 UTC  (5+ messages)

[GIT PULL] Kselftest update for Linux 6.6-rc1
 2023-08-29  2:10 UTC  (2+ messages)

[GIT PULL] KUnit next update for Linux 6.6-rc1
 2023-08-29  2:10 UTC 

[GIT PULL] nolibc changes for Linux 6.6-rc1
 2023-08-29  2:10 UTC 

[PATCH bpf-next v8] selftests/bpf: trace_helpers.c: optimize kallsyms cache
 2023-08-29  0:47 UTC  (7+ messages)

[GIT PULL] scftorture changes for v6.4
 2023-08-28 22:15 UTC  (2+ messages)

[PATCH v3 0/3] Add a test to catch unprobed Devicetree devices
 2023-08-28 21:13 UTC  (2+ messages)
` [PATCH v3 3/3] kselftest: Add new test for detecting "

[PATCH v5 0/7] Optimize mremap during mutual alignment within PMD
 2023-08-28 20:26 UTC  (25+ 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/3] selftests/hid: assorted fixes
 2023-08-28 17:47 UTC  (4+ messages)
` [PATCH 4/3] selftests/hid: more fixes to build with older kernel

[PATCH v2 0/3] Add a test to catch unprobed Devicetree devices
 2023-08-28 16:37 UTC  (5+ messages)
` [PATCH v2 3/3] kselftest: Add new test for detecting "

[PATCH v2 1/2] selftests: Provide local define of min() and max()
 2023-08-28 15:04 UTC  (4+ messages)

[PATCH v6 00/10] kunit: Add dynamically-extending log
 2023-08-28 10:41 UTC  (11+ 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 v6 10/10] kunit: string-stream: Test performance of string_stream

[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 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  (6+ messages)
` [PATCH net v2 2/3] ipv6: ignore dst hint for multipath routes
` [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: "

[PATCH 5.10 1/2] torture: Avoid torture-test reboot loops
 2023-08-27 21:46 UTC 


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