Linux Kernel Self-tests
[Prev Page][Next Page]
- [PATCH 2/2] kunit: add a convenience allocation wrapper for SKBs
- [PATCH 1/2] kunit: add parameter generation macro using description from array
- Re: [PATCH v2 8/8] selftests/resctrl: Fix wrong format specifier
- [PATCH v2 6/8] selftests/kvm: Replace attribute with macro
- From: Wieczor-Retman Maciej
- [PATCH v2 8/8] selftests/resctrl: Fix wrong format specifier
- From: Wieczor-Retman Maciej
- [PATCH v2 3/8] selftests/openat2: Fix wrong format specifier
- From: Wieczor-Retman Maciej
- [PATCH v2 7/8] selftests/mm: Substitute attribute with a macro
- From: Wieczor-Retman Maciej
- [PATCH v2 5/8] selftests/sigaltstack: Fix wrong format specifier
- From: Wieczor-Retman Maciej
- [PATCH v2 4/8] selftests/pidfd: Fix ksft print formats
- From: Wieczor-Retman Maciej
- [PATCH v2 2/8] selftests/cachestat: Fix print_cachestat format
- From: Wieczor-Retman Maciej
- [PATCH v2 1/8] selftests: Add printf attribute to ksefltest prints
- From: Wieczor-Retman Maciej
- [PATCH v2 0/8] Add printf attribute to kselftest functions
- From: Wieczor-Retman Maciej
- Re: [PATCH v2 1/8] KVM: selftests: Unify the codes for guest exception handling
- Re: [PATCH 1/6] selftests: capabilities: remove duplicate unneeded defines
- From: Muhammad Usama Anjum
- [PATCH v5 0/8] selftests/resctrl: Rework benchmark command handling
- [PATCH v5 5/8] selftests/resctrl: Reorder resctrl FS prep code and benchmark_cmd init
- [PATCH v5 7/8] selftests/resctrl: Remove ben_count variable
- [PATCH v5 8/8] selftests/resctrl: Cleanup benchmark argument parsing
- [PATCH v5 6/8] selftests/resctrl: Make benchmark command const and build it with pointers
- [PATCH v5 4/8] selftests/resctrl: Simplify span lifetime
- [PATCH v5 2/8] selftests/resctrl: Correct benchmark command help
- [PATCH v5 3/8] selftests/resctrl: Remove bw_report and bm_type from main()
- [PATCH v5 1/8] selftests/resctrl: Ensure the benchmark commands fits to its array
- Re: [PATCH 1/2] fcntl: add fcntl(F_CHECK_ORIGINAL_MEMFD)
- Re: [PATCH v2 3/5] memfd: improve userspace warnings for missing exec-related flags
- [PATCH 1/1] tools/testing/selftests/iommu:Fixed spelling errors in comments
- [PATCH bpf-next v10 2/2] selftests/bpf: trace_helpers.c: Add a global ksyms initialization mutex
- [PATCH bpf-next v10 1/2] selftests/bpf: trace_helpers.c: optimize kallsyms cache
- [PATCH bpf-next v10 0/2] selftests/bpf: Optimize kallsyms cache
- [PATCH v6 3/7] selftests: mm: Fix failure case when new remap region was not found
- From: Joel Fernandes (Google)
- [PATCH v6 4/7] selftests: mm: Add a test for mutually aligned moves > PMD size
- From: Joel Fernandes (Google)
- [PATCH v6 5/7] selftests: mm: Add a test for remapping to area immediately after existing mapping
- From: Joel Fernandes (Google)
- [PATCH v6 7/7] selftests: mm: Add a test for moving from an offset from start of mapping
- From: Joel Fernandes (Google)
- [PATCH v6 6/7] selftests: mm: Add a test for remapping within a range
- From: Joel Fernandes (Google)
- [PATCH v6 2/7] mm/mremap: Allow moves within the same VMA for stack moves
- From: Joel Fernandes (Google)
- [PATCH v6 0/7] Optimize mremap during mutual alignment within PMD
- From: Joel Fernandes (Google)
- [PATCH v6 1/7] mm/mremap: Optimize the start addresses in move_page_tables()
- From: Joel Fernandes (Google)
- Re: [PATCH v2 2/4] kunit: Fix the wrong err path and add goto labels in kunit_filter_suites()
- Re: [PATCH v2 2/4] kunit: Fix the wrong err path and add goto labels in kunit_filter_suites()
- Re: [RFC] tools/nolibc: replace duplicated -ENOSYS return with single -ENOSYS return
- [PATCH v2 4/4] kunit: Fix possible memory leak in kunit_filter_suites()
- [PATCH v2 3/4] kunit: Fix possible null-ptr-deref in kunit_parse_glob_filter()
- [PATCH v2 2/4] kunit: Fix the wrong err path and add goto labels in kunit_filter_suites()
- [PATCH v2 0/4] kunit: Fix some bugs in kunit_filter_suites()
- [PATCH v2 1/4] kunit: Fix wild-memory-access bug in kunit_free_suite_set()
- Re: [PATCH 4/4] kunit: Fix the wrong error path in kunit_filter_suites()
- Re: [PATCH bpf-next v10 0/2] selftests/bpf: Optimize kallsyms cache
- Re: [PATCH] rcu/torture: Improve badness extraction from console logs
- Re: [PATCH] rcu/torture: Improve badness extraction from console logs
- Re: [PATCH v2 3/5] memfd: improve userspace warnings for missing exec-related flags
- Re: [PATCH] rcu/torture: Improve badness extraction from console logs
- Re: [PATCH] rcu/torture: Improve badness extraction from console logs
- Re: [PATCH] rcu/torture: Improve badness extraction from console logs
- [PATCH v2 8/8] KVM: riscv: selftests: Add sstc timer test
- [PATCH v2 7/8] KVM: riscv: selftest: Change vcpu_has_ext to a common function
- [PATCH v2 6/8] KVM: riscv: selftests: Add guest helper to get vcpu id
- [PATCH v2 5/8] KVM: riscv: selftests: Add exception handling support
- [PATCH v2 4/8] KVM: riscv: selftests: Switch to use macro from csr.h
- [PATCH v2 3/8] tools: riscv: Add header file csr.h
- [PATCH v2 2/8] KVM: arm64: selftest: Split arch_timer test code
- [PATCH v2 1/8] KVM: selftests: Unify the codes for guest exception handling
- [PATCH v2 0/8] RISCV: Add kvm Sstc timer selftest
- Re: [PATCH v6 08/10] kunit: string-stream: Add tests for freeing resource-managed string_stream
- Re: [PATCH bpf-next v10 0/2] selftests/bpf: Optimize kallsyms cache
- [PATCH bpf-next v10 2/2] selftests/bpf: trace_helpers.c: Add a global ksyms initialization mutex
- [PATCH bpf-next v10 1/2] selftests/bpf: trace_helpers.c: optimize kallsyms cache
- [PATCH bpf-next v10 1/2] selftests/bpf: trace_helpers.c: optimize kallsyms cache
- [PATCH bpf-next v10 2/2] selftests/bpf: trace_helpers.c: Add a global ksyms initialization mutex
- [PATCH bpf-next v10 0/2] selftests/bpf: Optimize kallsyms cache
- RE: [RFC] tools/nolibc: replace duplicated -ENOSYS return with single -ENOSYS return
- Re: [RFC] tools/nolibc: replace duplicated -ENOSYS return with single -ENOSYS return
- Re: [PATCH 1/2] fcntl: add fcntl(F_CHECK_ORIGINAL_MEMFD)
- Re: [PATCH] rcu/torture: Improve badness extraction from console logs
- Re: [PATCH 1/2] fcntl: add fcntl(F_CHECK_ORIGINAL_MEMFD)
- Re: [PATCH] rcu/torture: Improve badness extraction from console logs
- [PATCH RESEND v3 2/2] selftests/resctrl: Move run_benchmark() to a more fitting file
- From: Wieczor-Retman Maciej
- [PATCH RESEND v3 1/2] selftests/resctrl: Fix schemata write error check
- From: Wieczor-Retman Maciej
- [PATCH RESEND v3 0/2] selftests/resctrl: Bug fix and optimization
- From: Wieczor-Retman Maciej
- [PATCH v3 2/2] selftests/resctrl: Move run_benchmark() to a more fitting file
- From: Wieczor-Retman Maciej
- [PATCH v3 1/2] selftests/resctrl: Fix schemata write error check
- From: Wieczor-Retman Maciej
- [PATCH v3 0/2] selftests/resctrl: Bug fix and optimization
- From: Wieczor-Retman Maciej
- Re: [PATCH 1/2] fcntl: add fcntl(F_CHECK_ORIGINAL_MEMFD)
- Re: [PATCH v4 1/8] selftests/resctrl: Ensure the benchmark commands fits to its array
- Re: [PATCH net v5 0/3] Avoid TCP resets when using ECMP for load-balancing between multiple servers.
- From: patchwork-bot+netdevbpf
- Re: [PATCH RFC 2/2] drm: add documentation for drm_buddy_test kUnit test
- From: Mauro Carvalho Chehab
- Re: [PATCH v4 0/8] selftests/resctrl: Rework benchmark command handling
- From: Maciej Wieczór-Retman
- Re: [PATCH 4/4] kunit: Fix the wrong error path in kunit_filter_suites()
- Re: [PATCH 3/4] kunit: Fix possible memory leak in kunit_filter_suites()
- Re: [PATCH 2/4] kunit: Fix possible null-ptr-deref in kunit_parse_glob_filter()
- Re: [PATCH 1/4] kunit: Fix wild-memory-access bug in kunit_free_suite_set()
- Re: [PATCH v2 3/5] memfd: improve userspace warnings for missing exec-related flags
- Re: [PATCH] kunit: Reset test status on each param iteration
- [PATCH] kunit: Reset test status on each param iteration
- Re: [PATCH v4 8/8] selftests/resctrl: Cleanup benchmark argument parsing
- Re: [PATCH v4 5/8] selftests/resctrl: Reorder resctrl FS prep code and benchmark_cmd init
- Re: [PATCH v4 6/8] selftests/resctrl: Make benchmark command const and build it with pointers
- Re: [PATCH v4 1/8] selftests/resctrl: Ensure the benchmark commands fits to its array
- Re: [PATCH 4/4] kunit: Fix the wrong error path in kunit_filter_suites()
- Re: [PATCH 3/4] kunit: Fix possible memory leak in kunit_filter_suites()
- [PATCH 0/2] fcntl: add fcntl(F_CHECK_ORIGINAL_MEMFD)
- [PATCH 2/2] selftests: test fcntl(F_CHECK_ORIGINAL_MEMFD)
- [PATCH 1/2] fcntl: add fcntl(F_CHECK_ORIGINAL_MEMFD)
- Re: [PATCH bpf v2] selftests/bpf: Include build flavors for install target
- Re: [PATCH 2/4] kunit: Fix possible null-ptr-deref in kunit_parse_glob_filter()
- Re: [PATCH bpf v2] selftests/bpf: Include build flavors for install target
- From: patchwork-bot+netdevbpf
- Re: [PATCH 1/4] kunit: Fix wild-memory-access bug in kunit_free_suite_set()
- [PATCH bpf v2] selftests/bpf: Include build flavors for install target
- Re: [PATCH bpf-next] selftests/bpf: Include build flavors for install target
- Re: [PATCH 6/6] selftests/kvm: Replace attribute with macro
- Re: [PATCH bpf-next v9] selftests/bpf: trace_helpers.c: optimize kallsyms cache
- Re: [PATCH bpf-next] selftests/bpf: Include build flavors for install target
- [PATCH v4 3/8] selftests/resctrl: Remove bw_report and bm_type from main()
- [PATCH v4 6/8] selftests/resctrl: Make benchmark command const and build it with pointers
- [PATCH v4 5/8] selftests/resctrl: Reorder resctrl FS prep code and benchmark_cmd init
- [PATCH v4 7/8] selftests/resctrl: Remove ben_count variable
- [PATCH v4 8/8] selftests/resctrl: Cleanup benchmark argument parsing
- [PATCH v4 1/8] selftests/resctrl: Ensure the benchmark commands fits to its array
- [PATCH v4 4/8] selftests/resctrl: Simplify span lifetime
- [PATCH v4 2/8] selftests/resctrl: Correct benchmark command help
- [PATCH v4 0/8] selftests/resctrl: Rework benchmark command handling
- [PATCH] selftests/mm: gup_longterm: fix a resource leak
- RE: [PATCH V4 3/7] cpufreq: amd-pstate: Enable AMD Pstate Preferred Core Supporting.
- From: Meng, Li (Jassmine)
- Re: [PATCH v2 2/2] selftests/resctrl: Move run_benchmark() to a more fitting file
- From: Maciej Wieczór-Retman
- RE: [RFC] tools/nolibc: replace duplicated -ENOSYS return with single -ENOSYS return
- Re: [PATCH v2 1/2] selftests/resctrl: Fix schemata write error check
- From: Maciej Wieczór-Retman
- [PATCH net v5 3/3] selftests: fib_tests: Add multipath list receive tests
- [PATCH net v5 2/3] ipv6: ignore dst hint for multipath routes
- [PATCH net v5 0/3] Avoid TCP resets when using ECMP for load-balancing between multiple servers.
- [PATCH net v5 1/3] ipv4: ignore dst hint for multipath routes
- RE: [RFC] tools/nolibc: replace duplicated -ENOSYS return with single -ENOSYS return
- [PATCH 4/4] kunit: Fix the wrong error path in kunit_filter_suites()
- [PATCH 3/4] kunit: Fix possible memory leak in kunit_filter_suites()
- [PATCH 2/4] kunit: Fix possible null-ptr-deref in kunit_parse_glob_filter()
- [PATCH 1/4] kunit: Fix wild-memory-access bug in kunit_free_suite_set()
- [PATCH 0/4] kunit: Fix some bugs in kunit_filter_suites()
- Re: [PATCH v3 5/7] selftests/resctrl: Make benchmark command const and build it with pointers
- Re: [PATCH v2 0/2] nolibc: remove reliance on system headers
- Re: [PATCH v2 0/2] nolibc: remove reliance on system headers
- RE: [PATCH V4 3/7] cpufreq: amd-pstate: Enable AMD Pstate Preferred Core Supporting.
- From: Meng, Li (Jassmine)
- [PATCH] rcu/torture: Improve badness extraction from console logs
- From: Joel Fernandes (Google)
- Re: [PATCH v2 0/2] nolibc: remove reliance on system headers
- Re: [PATCH] kunit: test: Make filter strings in executor_test writable
- Re: [PATCH v2 1/2] selftests/resctrl: Fix schemata write error check
- Re: [PATCH v2 2/2] selftests/resctrl: Move run_benchmark() to a more fitting file
- Re: [PATCH v3 5/7] selftests/resctrl: Make benchmark command const and build it with pointers
- [PATCH v2 2/2] selftests/nolibc: use -nostdinc for nolibc-test
- Re: [PATCH v1] selftests/landlock: Fix a resource leak
- Re: [PATCH 5/6] selftests/sigaltstack: Fix wrong format specifier
- RE: [PATCH net v3 3/3] selftests: fib_tests: Add multipath list receive tests
- [PATCH net v4 2/3] ipv6: ignore dst hint for multipath routes
- Re: [PATCH net v4 3/3] selftests: fib_tests: Add multipath list receive tests
- Re: [RFC PATCH] kunit: Fix test log size limit too low for some tests
- [PATCH net v4 1/3] ipv4: ignore dst hint for multipath routes
- [PATCH net v4 0/3] Avoid TCP resets when using ECMP for load-balancing between multiple servers.
- [PATCH v1] selftests/landlock: Fix a resource leak
- Re: [PATCH 3/6] selftests/openat2: Fix wrong format specifier
- Re: [PATCH net v3 3/3] selftests: fib_tests: Add multipath list receive tests
- Re: [PATCH 6/6] selftests/kvm: Replace attribute with macro
- From: Maciej Wieczór-Retman
- Re: [PATCH v3 5/7] selftests/resctrl: Make benchmark command const and build it with pointers
- Re: [PATCH 6/6] selftests/kvm: Replace attribute with macro
- [PATCH v2 1/2] tools/nolibc: add stdarg.h header
- Re: [PATCH v10 0/4] RISC-V: mm: Make SV48 the default address space
- From: patchwork-bot+linux-riscv
- [RFC PATCH] kunit: Fix test log size limit too low for some tests
- Re: [RFC PATCH] kunit: Fix test log size limit too low for some tests
- Re: [PATCH 1/2] tools/nolibc: add stdarg.h header
- [PATCH net v4 3/3] selftests: fib_tests: Add multipath list receive tests
- Re: [PATCH v4 03/36] arm64/gcs: Document the ABI for Guarded Control Stacks
- [PATCH v2 0/2] nolibc: remove reliance on system headers
- Don't fill the kernel log with memfd_create messages
- [PATCH] selftests: static_keys: fix messages
- Re: [PATCH 1/2] tools/nolibc: add stdarg.h header
- Re: [PATCH] selftests/landlock: Fix a resource leak
- Re: [PATCH v4 03/36] arm64/gcs: Document the ABI for Guarded Control Stacks
- Re: RE: [RFC] tools/nolibc: replace duplicated -ENOSYS return with single -ENOSYS return
- RE: [RFC] tools/nolibc: replace duplicated -ENOSYS return with single -ENOSYS return
- Re: [PATCH 1/2] tools/nolibc: add stdarg.h header
- [PATCH] selftests/landlock: Fix a resource leak
- Re: [RFC] tools/nolibc: replace duplicated -ENOSYS return with single -ENOSYS return
- Re: [PATCH v3 4/9] kunit: Add ability to filter attributes
- Re: [PATCH] kunit: test: Make filter strings in executor_test writable
- Re: [PATCH v3 5/7] selftests/resctrl: Make benchmark command const and build it with pointers
- Re: [PATCH v3 2/7] selftests/resctrl: Correct benchmark command help
- Re: [PATCH v3 4/9] kunit: Add ability to filter attributes
- [PATCH] kunit: test: Make filter strings in executor_test writable
- Re: [RFC] tools/nolibc: replace duplicated -ENOSYS return with single -ENOSYS return
- RE: [RFC] tools/nolibc: replace duplicated -ENOSYS return with single -ENOSYS return
- Re: [PATCH v3 4/9] kunit: Add ability to filter attributes
- Re: [PATCH V4 4/7] cpufreq: Add a notification message that the highest perf has changed
- Re: [PATCH V4 3/7] cpufreq: amd-pstate: Enable AMD Pstate Preferred Core Supporting.
- [PATCH bpf-next v9] selftests/bpf: trace_helpers.c: optimize kallsyms cache
- Re: [PATCH v3 7/7] selftests/resctrl: Cleanup benchmark argument parsing
- From: Maciej Wieczór-Retman
- Re: [PATCH v3 7/7] selftests/resctrl: Cleanup benchmark argument parsing
- Re: [PATCH v3 7/7] selftests/resctrl: Cleanup benchmark argument parsing
- From: Maciej Wieczór-Retman
- Re: [PATCH 1/2] tools/nolibc: add stdarg.h header
- Re: [RFC v2 1/2] powerpc/cpuidle: cpuidle wakeup latency based on IPI and timer events
- Re: [PATCH V4 3/7] cpufreq: amd-pstate: Enable AMD Pstate Preferred Core Supporting.
- Re: [PATCH 1/2] tools/nolibc: add stdarg.h header
- Re: [PATCH 1/2] tools/nolibc: add stdarg.h header
- Re: [PATCH 1/2] tools/nolibc: add stdarg.h header
- selftests: net: pmtu.sh: Unable to handle kernel paging request at virtual address
- Re: [PATCH V4 6/7] Documentation: amd-pstate: introduce AMD Pstate Preferred Core
- Re: [PATCH V4 3/7] cpufreq: amd-pstate: Enable AMD Pstate Preferred Core Supporting.
- [PATCH V4 7/7] Documentation: introduce AMD Pstate Preferrd Core mode kernel command line options
- [PATCH V4 6/7] Documentation: amd-pstate: introduce AMD Pstate Preferred Core
- [PATCH V4 5/7] cpufreq: amd-pstate: Update AMD Pstate Preferred Core ranking dynamically
- [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 2/7] acpi: cppc: Add get the highest performance cppc control
- [PATCH V4 0/7] AMD Pstate Preferred Core
- [PATCH V4 1/7] x86: Drop CPU_SUP_INTEL from SCHED_MC_PRIO for the expansion.
- Re: [RFC] tools/nolibc: replace duplicated -ENOSYS return with single -ENOSYS return
- Re: [PATCH 1/2] tools/nolibc: add stdarg.h header
- Re: [PATCH 0/4] RISCV: Add kvm Sstc timer selftest
- Re: [GIT PULL] KUnit next update for Linux 6.6-rc1
- Re: [GIT PULL] Kselftest update for Linux 6.6-rc1
- Re: [GIT PULL] nolibc changes for Linux 6.6-rc1
- Re: [PATCH bpf-next v8] selftests/bpf: trace_helpers.c: optimize kallsyms cache
- Re: [GIT PULL] scftorture changes for v6.4
- [PATCH v3 3/3] kselftest: Add new test for detecting unprobed Devicetree devices
- From: Nícolas F. R. A. Prado
- [PATCH v3 0/3] Add a test to catch unprobed Devicetree devices
- From: Nícolas F. R. A. Prado
- Re: [PATCH v5 2/7] mm/mremap: Allow moves within the same VMA
- Re: [PATCH v5 7/7] selftests: mm: Add a test for moving from an offset from start of mapping
- Re: [PATCH v5 6/7] selftests: mm: Add a test for remapping within a range
- Re: [PATCH v5 6/7] selftests: mm: Add a test for remapping within a range
- Re: [PATCH net v3 3/3] selftests: fib_tests: Add multipath list receive tests
- Re: [PATCH v5 2/7] mm/mremap: Allow moves within the same VMA
- Re: [PATCH v5 6/7] selftests: mm: Add a test for remapping within a range
- Re: [PATCH net v3 3/3] selftests: fib_tests: Add multipath list receive tests
- Re: [PATCH net v3 2/3] ipv6: ignore dst hint for multipath routes
- Re: [PATCH net v3 1/3] ipv4: ignore dst hint for multipath routes
- Re: [PATCH v5 6/7] selftests: mm: Add a test for remapping within a range
- Re: [PATCH v5 5/7] selftests: mm: Add a test for remapping to area immediately after existing mapping
- [PATCH bpf-next] selftests/bpf: Include build flavors for install target
- Re: [PATCH v5 2/7] mm/mremap: Allow moves within the same VMA
- Re: [PATCH 4/3] selftests/hid: more fixes to build with older kernel
- Re: [PATCH v2 3/3] kselftest: Add new test for detecting unprobed Devicetree devices
- Re: [PATCH net v3 3/3] selftests: fib_tests: Add multipath list receive tests
- [GIT PULL] Kselftest update for Linux 6.6-rc1
- Re: [PATCH net v3 2/3] ipv6: ignore dst hint for multipath routes
- Re: [PATCH net v3 1/3] ipv4: ignore dst hint for multipath routes
- Re: [PATCH v2 1/2] selftests: Provide local define of min() and max()
- From: Sean Christopherson
- Re: [PATCH 0/4] RISCV: Add kvm Sstc timer selftest
- From: Sean Christopherson
- Re: [PATCH 2/6] selftests/cachestat: Fix print_cachestat format
- Re: [PATCH 2/6] selftests/cachestat: Fix print_cachestat format
- Re: [PATCH bpf-next v8] selftests/bpf: trace_helpers.c: optimize kallsyms cache
- Re: [PATCH 4/6] selftests/pidfd: Fix ksft print formats
- From: Maciej Wieczór-Retman
- Re: [PATCH v2 1/2] selftests/resctrl: Fix schemata write error check
- From: Maciej Wieczór-Retman
- [PATCH net v3 3/3] selftests: fib_tests: Add multipath list receive tests
- [PATCH net v3 0/3] Avoid TCP resets when using ECMP for load-balancing between multiple servers.
- [PATCH net v3 1/3] ipv4: ignore dst hint for multipath routes
- [PATCH net v3 2/3] ipv6: ignore dst hint for multipath routes
- Re: [PATCH 4/6] selftests/pidfd: Fix ksft print formats
- [PATCH 6/6] selftests/kvm: Replace attribute with macro
- From: Wieczor-Retman, Maciej
- [PATCH 5/6] selftests/sigaltstack: Fix wrong format specifier
- From: Wieczor-Retman, Maciej
- [PATCH 1/6] selftests: Add printf attribute to ksefltest prints
- From: Wieczor-Retman, Maciej
- [PATCH 2/6] selftests/cachestat: Fix print_cachestat format
- From: Wieczor-Retman, Maciej
- [PATCH 4/6] selftests/pidfd: Fix ksft print formats
- From: Wieczor-Retman, Maciej
- [PATCH 3/6] selftests/openat2: Fix wrong format specifier
- From: Wieczor-Retman, Maciej
- [PATCH 0/6] Add printf attribute to kselftest functions
- From: Wieczor-Retman, Maciej
- Re: [PATCH v2 2/2] selftests/resctrl: Move run_benchmark() to a more fitting file
- Re: [PATCH v2 1/2] selftests/resctrl: Fix schemata write error check
- [PATCH v6 06/10] kunit: string-stream: Add kunit_alloc_string_stream()
- [PATCH v6 01/10] kunit: string-stream: Don't create a fragment for empty strings
- [PATCH v6 10/10] kunit: string-stream: Test performance of string_stream
- [PATCH v6 05/10] kunit: Don't use a managed alloc in is_literal()
- [PATCH v6 08/10] kunit: string-stream: Add tests for freeing resource-managed string_stream
- [PATCH v6 03/10] kunit: string-stream: Add option to make all lines end with newline
- [PATCH v6 02/10] kunit: string-stream: Improve testing of string_stream
- [PATCH v6 00/10] kunit: Add dynamically-extending log
- [PATCH v6 09/10] kunit: Use string_stream for test log
- [PATCH v6 04/10] kunit: string-stream-test: Add cases for string_stream newline appending
- [PATCH v6 07/10] kunit: string-stream: Decouple string_stream from kunit
- [PATCH 4.19 071/129] test_firmware: prevent race conditions by a correct implementation of locking
- [PATCH 4.14 34/57] test_firmware: prevent race conditions by a correct implementation of locking
- Re: [PATCH 5.15 1/2] torture: Avoid torture-test reboot loops
- [PATCH v2 1/2] selftests/resctrl: Fix schemata write error check
- From: Wieczor-Retman, Maciej
- [PATCH v2 2/2] selftests/resctrl: Move run_benchmark() to a more fitting file
- From: Wieczor-Retman, Maciej
- [PATCH v2 0/2] selftests/resctrl: Bug fix and optimizations
- From: Wieczor-Retman, Maciej
- RE: [RFC] tools/nolibc: replace duplicated -ENOSYS return with single -ENOSYS return
- Re: [PATCH net-next,v3] selftests: bonding: create directly devices in the target namespaces
- From: patchwork-bot+netdevbpf
- RE: [PATCH net v2 3/3] selftests: forwarding: Add test for load-balancing between multiple servers
- Re: [PATCH v33 2/6] fs/proc/task_mmu: Implement IOCTL to get and optionally clear info about PTEs
- From: Muhammad Usama Anjum
- [RFC v2 2/2] powerpc/selftest: Add support for cpuidle latency measurement
- [RFC v2 1/2] powerpc/cpuidle: cpuidle wakeup latency based on IPI and timer events
- [RFC v2 0/2] CPU-Idle latency selftest framework
- Re: [PATCH net-next,v3] selftests: bonding: create directly devices in the target namespaces
- Re: [PATCH bpf-next v8] selftests/bpf: trace_helpers.c: optimize kallsyms cache
- Re: [PATCH 5.15 1/2] torture: Avoid torture-test reboot loops
- Re: [PATCH 5.15 1/2] torture: Avoid torture-test reboot loops
- [PATCH 5.15 1/2] torture: Avoid torture-test reboot loops
- From: Joel Fernandes (Google)
- RE: [RFC] tools/nolibc: replace duplicated -ENOSYS return with single -ENOSYS return
- [PATCH 5.10 1/2] torture: Avoid torture-test reboot loops
- From: Joel Fernandes (Google)
- Re: [PATCH net v2 3/3] selftests: forwarding: Add test for load-balancing between multiple servers
- Re: [PATCH net v2 2/3] ipv6: ignore dst hint for multipath routes
- Re: [PATCH v5 6/7] selftests: mm: Add a test for remapping within a range
- Re: [PATCH v5 7/7] selftests: mm: Add a test for moving from an offset from start of mapping
- Re: [PATCH v5 6/7] selftests: mm: Add a test for remapping within a range
- Re: [PATCH v5 5/7] selftests: mm: Add a test for remapping to area immediately after existing mapping
- Re: [PATCH bpf-next v8] selftests/bpf: trace_helpers.c: optimize kallsyms cache
- Re: [PATCH bpf-next v8] selftests/bpf: trace_helpers.c: optimize kallsyms cache
- Re: [PATCH v5 4/7] selftests: mm: Add a test for mutually aligned moves > PMD size
- Re: [PATCH v5 3/7] selftests: mm: Fix failure case when new remap region was not found
- Re: [PATCH v5 2/7] mm/mremap: Allow moves within the same VMA
- Re: [RFC] tools/nolibc: replace duplicated -ENOSYS return with single -ENOSYS return
- Re: [PATCH v5 1/7] mm/mremap: Optimize the start addresses in move_page_tables()
- Re: [PATCH 0/4] RISCV: Add kvm Sstc timer selftest
- [RFC] tools/nolibc: replace duplicated -ENOSYS return with single -ENOSYS return
- [PATCH 2/2] selftests/nolibc: use -nostdinc for nolibc-test
- [PATCH 1/2] tools/nolibc: add stdarg.h header
- [PATCH 0/2] nolibc: remove reliance on system headers
- Re: [PATCH 6.1] selftests/net: mv bpf/nat6to4.c to net folder
- Re: [PATCH v2 3/3] selftests/nolibc: fix up O= option support
- Re: [PATCH bpf-next v8] selftests/bpf: trace_helpers.c: optimize kallsyms cache
- Re: [PATCH v2 3/3] selftests/nolibc: fix up O= option support
- Re: [PATCH bpf-next v7] selftests/bpf: trace_helpers.c: optimize kallsyms cache
- [PATCH bpf-next v8] selftests/bpf: trace_helpers.c: optimize kallsyms cache
- Re: Re: fs/proc/task_mmu: Implement IOCTL for efficient page table scanning
- Re: [PATCH v2 1/2] selftests: Provide local define of min() and max()
- Re: [PATCH v2 3/3] selftests/nolibc: fix up O= option support
- [PATCH net-next,v3] selftests: bonding: create directly devices in the target namespaces
- [PATCH net-next 03/17] selftests: tls: test some invalid inputs for setsockopt
- [PATCH net-next 01/17] selftests: tls: add test variants for aria-gcm
- [PATCH net-next 02/17] selftests: tls: add getsockopt test
- Re: [PATCH 4/3] selftests/hid: more fixes to build with older kernel
- Re: selftests: hid: trouble building with clang due to missing header
- Re: selftests: hid: trouble building with clang due to missing header
- [PATCH 4/3] selftests/hid: more fixes to build with older kernel
- Re: [ANNOUNCE/CFP] Kernel Testing & Dependability Micro-conference at LPC 2023
- Re: [PATCH bpf-next v7] selftests/bpf: trace_helpers.c: optimize kallsyms cache
- Re: [PATCH v2 1/2] selftests: Provide local define of min() and max()
- From: Sean Christopherson
- Re: [PATCH v5 02/10] kunit: string-stream: Improve testing of string_stream
- Re: [PATCH v3 9/9] selftests/bpf/sockopt: Add io_uring support
- [PATCH v4 2/2] selftests/ftrace: Add new test case which checks non unique symbol
- Re: selftests: hid: trouble building with clang due to missing header
- Re: [PATCH bpf-next v6] selftests/bpf: trace_helpers.c: optimize kallsyms cache
- [PATCH bpf-next v7] selftests/bpf: trace_helpers.c: optimize kallsyms cache
- Re: [PATCH net-next,v2] selftests: bonding: create directly devices in the target namespaces
- Re: [PATCH v5 08/10] kunit: string-stream: Add tests for freeing resource-managed string_stream
- Re: [PATCH v5 02/10] kunit: string-stream: Improve testing of string_stream
- RE: [PATCH v2 2/2] selftests/net: replace ternary operator with min()/max()
- [PATCH net v2 3/3] selftests: forwarding: Add test for load-balancing between multiple servers
- [PATCH net v2 0/3] Avoid TCP resets when using ECMP for load-balancing between multiple servers.
- [PATCH net v2 1/3] ipv4: ignore dst hint for multipath routes
- Re: [PATCH bpf-next v6] selftests/bpf: trace_helpers.c: optimize kallsyms cache
- [PATCH net v2 2/3] ipv6: ignore dst hint for multipath routes
- RE: [PATCH v3 0/7] selftests/resctrl: Rework benchmark command handling
- From: Shaopeng Tan (Fujitsu)
- [PATCH 2/3] selftests/hid: do not manually call headers_install
- [PATCH 3/3] selftests/hid: force using our compiled libbpf headers
- [PATCH 1/3] selftests/hid: ensure we can compile the tests on kernels pre-6.3
- [PATCH 0/3] selftests/hid: assorted fixes
- Re: selftests: hid: trouble building with clang due to missing header
- Re: [PATCH v5 09/10] kunit: Use string_stream for test log
- Re: [PATCH v5 00/10] kunit: Add dynamically-extending log
- Re: [PATCH v5 09/10] kunit: Use string_stream for test log
- Re: [PATCH v5 07/10] kunit: string-stream: Decouple string_stream from kunit
- Re: [PATCH v5 10/10] kunit: string-stream: Test performance of string_stream
- Re: [PATCH v5 08/10] kunit: string-stream: Add tests for freeing resource-managed string_stream
- Re: [PATCH v5 06/10] kunit: string-stream: Add kunit_alloc_string_stream()
- Re: [PATCH v5 02/10] kunit: string-stream: Improve testing of string_stream
- Re: [PATCH v5 01/10] kunit: string-stream: Don't create a fragment for empty strings
- Re: [PATCH v5 03/10] kunit: string-stream: Add option to make all lines end with newline
- Re: [PATCH v5 04/10] kunit: string-stream: Add cases for string_stream newline appending
- Re: [PATCH v5 05/10] kunit: Don't use a managed alloc in is_literal()
- Re: [PATCH v5 09/10] kunit: Use string_stream for test log
- Re: [PATCH v5 07/10] kunit: string-stream: Decouple string_stream from kunit
- RE: [PATCH V3 4/7] cpufreq: Add a notification message that the highest perf has changed
- From: Meng, Li (Jassmine)
- Re: [PATCH net-next,v2] selftests: bonding: create directly devices in the target namespaces
- RE: [PATCH V3 3/7] cpufreq: amd-pstate: Enable AMD Pstate Preferred Core Supporting.
- From: Meng, Li (Jassmine)
- [PATCH v2] KVM: selftests: Add tests - invalid inputs for KVM_CREATE_GUEST_MEMFD
- Re: [PATCH v3 2/2] selftests/net: replace ternary operator with min()/max()
- Re: [GIT PULL] scftorture changes for v6.4
- Re: [PATCH v5 04/10] kunit: string-stream: Add cases for string_stream newline appending
- Re: [PATCH v5 03/10] kunit: string-stream: Add option to make all lines end with newline
- Re: [GIT PULL] scftorture changes for v6.4
- Re: [PATCH v5 01/10] kunit: string-stream: Don't create a fragment for empty strings
- Re: [PATCH v5 02/10] kunit: string-stream: Improve testing of string_stream
- [GIT PULL] scftorture changes for v6.4
- [PATCH v3 2/2] selftests/net: replace ternary operator with min()/max()
- Re: [PATCH v2 2/2] selftests/net: replace ternary operator with min()/max()
- Re: [PATCH v2 2/2] selftests/net: replace ternary operator with min()/max()
- Re: [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 v2 1/2] selftests: Provide local define of min() and max()
- Re: [PATCH] KVM: selftests: Add tests - invalid inputs for KVM_CREATE_GUEST_MEMFD
- From: Sean Christopherson
- Re: [PATCH v4 03/36] arm64/gcs: Document the ABI for Guarded Control Stacks
- Re: [PATCH v4 03/36] arm64/gcs: Document the ABI for Guarded Control Stacks
- [PATCH v5 08/10] kunit: string-stream: Add tests for freeing resource-managed string_stream
- [PATCH v5 04/10] kunit: string-stream: Add cases for string_stream newline appending
- [PATCH v5 03/10] kunit: string-stream: Add option to make all lines end with newline
- [PATCH v5 05/10] kunit: Don't use a managed alloc in is_literal()
- [PATCH v5 01/10] kunit: string-stream: Don't create a fragment for empty strings
- [PATCH v5 00/10] kunit: Add dynamically-extending log
- [PATCH v5 07/10] kunit: string-stream: Decouple string_stream from kunit
- [PATCH v5 09/10] kunit: Use string_stream for test log
- [PATCH v5 06/10] kunit: string-stream: Add kunit_alloc_string_stream()
- [PATCH v5 02/10] kunit: string-stream: Improve testing of string_stream
- [PATCH v5 10/10] kunit: string-stream: Test performance of string_stream
- [PATCH net-next,v2] selftests: bonding: create directly devices in the target namespaces
- Re: [PATCH net-next] selftests: bonding: delete link1_1 in the cleanup path
- Re: [PATCH V3 6/7] Documentation: amd-pstate: introduce AMD Pstate Preferred Core
- Re: [PATCH V3 5/7] cpufreq: amd-pstate: Update AMD Pstate Preferred Core ranking dynamically
- Re: [PATCH V3 4/7] cpufreq: Add a notification message that the highest perf has changed
- Re: [PATCH V3 2/7] acpi: cppc: Add get the highest performance cppc control
- Re: [PATCH V3 7/7] Documentation: introduce AMD Pstate Preferrd Core mode kernel command line options
- Re: [PATCH net-next] selftests: bonding: delete link1_1 in the cleanup path
- RE: [PATCH 1/2] selftests: Provide local define of min() and max()
- Re: [PATCH net-next] selftests: bonding: delete link1_1 in the cleanup path
- Re: [PATCH V3 2/7] acpi: cppc: Add get the highest performance cppc control
- Re: [PATCH V3 3/7] cpufreq: amd-pstate: Enable AMD Pstate Preferred Core Supporting.
- kselftest/next kselftest-seccomp: 2 runs, 1 regressions (v6.5-rc3-32-g9b1db732866b)
- Re: [PATCH V3 0/7] AMD Pstate Preferred Core
- [PATCH V3 0/7] AMD Pstate Preferred Core
- [PATCH V3 7/7] Documentation: introduce AMD Pstate Preferrd Core mode kernel command line options
- [PATCH V3 6/7] Documentation: amd-pstate: introduce AMD Pstate Preferred Core
- [PATCH V3 3/7] cpufreq: amd-pstate: Enable AMD Pstate Preferred Core Supporting.
- [PATCH V3 1/7] x86: Drop CPU_SUP_INTEL from SCHED_MC_PRIO for the expansion.
- [PATCH V3 5/7] cpufreq: amd-pstate: Update AMD Pstate Preferred Core ranking dynamically
- [PATCH V3 2/7] acpi: cppc: Add get the highest performance cppc control
- [PATCH V3 4/7] cpufreq: Add a notification message that the highest perf has changed
- kselftest/next build: 8 builds: 0 failed, 8 passed, 1 warning (v6.5-rc3-32-g9b1db732866b)
- Re: [PATCH v3 1/3] x86/tdx: Add TDX Guest event notify interrupt support
- Re: [PATCH 2/2] selftests/net: replace ternary operator with min()/max()
- Re: [PATCH 1/2] selftests: Provide local define of min() and max()
- Re: [PATCH v4 03/36] arm64/gcs: Document the ABI for Guarded Control Stacks
- Re: [PATCH v4 03/36] arm64/gcs: Document the ABI for Guarded Control Stacks
- Re: [PATCH v4 03/36] arm64/gcs: Document the ABI for Guarded Control Stacks
- Re: [PATCH v4 03/36] arm64/gcs: Document the ABI for Guarded Control Stacks
- Re: [PATCH v4 03/36] arm64/gcs: Document the ABI for Guarded Control Stacks
- Re: Repo for tests which fail currently?
- Re: Repo for tests which fail currently?
- Re: Repo for tests which fail currently?
- Re: Repo for tests which fail currently?
- Re: Repo for tests which fail currently?
- [PATCH v3 7/7] selftests/resctrl: Cleanup benchmark argument parsing
- [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 4/7] selftests/resctrl: Simplify span lifetime
- [PATCH v3 3/7] selftests/resctrl: Remove bw_report and bm_type from main()
- [PATCH v3 2/7] selftests/resctrl: Correct benchmark command help
- [PATCH v3 1/7] selftests/resctrl: Ensure the benchmark commands fits to its array
- [PATCH v3 0/7] selftests/resctrl: Rework benchmark command handling
- Re: [PATCH v4 03/36] arm64/gcs: Document the ABI for Guarded Control Stacks
- RE: [PATCH 3/3] selftests: forwarding: Add test for load-balancing between multiple servers
- Re: [PATCH v4 03/36] arm64/gcs: Document the ABI for Guarded Control Stacks
- Repo for tests which fail currently?
- Re: [PATCH v4 03/36] arm64/gcs: Document the ABI for Guarded Control Stacks
- Re: [PATCH v3 3/3] selftests/tdx: Test GetQuote TDX attestation feature
- Re: [PATCH v3 0/3] TDX Guest Quote generation support
- [PATCH net-next] selftests: bonding: delete link1_1 in the cleanup path
- [PATCH 6.1] selftests/net: mv bpf/nat6to4.c to net folder
- Re: selftests: hid: trouble building with clang due to missing header
- Re: selftests: hid: trouble building with clang due to missing header
- Re: selftests: hid: trouble building with clang due to missing header
- Re: selftests: hid: trouble building with clang due to missing header
- Re: [PATCH] selftests: alsa: make LDLIBS consistent
- Re: selftests: hid: trouble building with clang due to missing header
- [PATCH] selftests: fix dependency checker script
- From: Ricardo B. Marliere
- Re: selftests: hid: trouble building with clang due to missing header
- Re: selftests: hid: trouble building with clang due to missing header
- Re: selftests: hid: trouble building with clang due to missing header
- Re: selftests: hid: trouble building with clang due to missing header
- selftests: hid: trouble building with clang due to missing header
- Re: [PATCH 3/3] selftests: forwarding: Add test for load-balancing between multiple servers
- Re: [PATCH v5 11/37] mm: Define VM_SHADOW_STACK for arm64 when we support GCS
- Re: [PATCH v4 03/36] arm64/gcs: Document the ABI for Guarded Control Stacks
- Re: [PATCH v4 21/36] arm64/mm: Implement map_shadow_stack()
- Re: [PATCH v4 18/36] arm64/gcs: Context switch GCS state for EL0
- Re: [PATCH v2 2/2] selftests: cachestat: catch failing fsync test on tmpfs
- Re: [PATCH v4 03/36] arm64/gcs: Document the ABI for Guarded Control Stacks
- Re: [PATCH v5 11/37] mm: Define VM_SHADOW_STACK for arm64 when we support GCS
- Re: [PATCH v4 21/36] arm64/mm: Implement map_shadow_stack()
- Re: [PATCH v4 18/36] arm64/gcs: Context switch GCS state for EL0
- Re: [PATCH v2 2/2] selftests: cachestat: catch failing fsync test on tmpfs
- Re: [PATCH] selftests: Keep symlinks, when possible
- Re: [PATCH v5 11/37] mm: Define VM_SHADOW_STACK for arm64 when we support GCS
- Re: [PATCH v5 11/37] mm: Define VM_SHADOW_STACK for arm64 when we support GCS
- Re: [PATCH v5 04/37] arm64/gcs: Document the ABI for Guarded Control Stacks
- RE: [PATCH 1/2] selftests: Provide local define of min() and max()
- Re: [PATCH 1/2] selftests: Provide local define of min() and max()
- [PATCH v5 23/37] arm64/signal: Set up and restore the GCS context for signal handlers
- [PATCH v5 28/37] kselftest/arm64: Add GCS as a detected feature in the signal tests
- [PATCH v5 29/37] kselftest/arm64: Add framework support for GCS to signal handling tests
- [PATCH v5 31/37] kselftest/arm64: Always run signals tests with GCS enabled
- [PATCH v5 35/37] selftests/arm64: Add GCS signal tests
- [PATCH v5 34/37] kselftest/arm64: Add test coverage for GCS mode locking
- [PATCH v5 37/37] kselftest/arm64: Enable GCS for the FP stress tests
- [PATCH v5 36/37] kselftest/arm64: Add a GCS stress test
- [PATCH v5 33/37] kselftest/arm64: Add a GCS test program built with the system libc
- [PATCH v5 32/37] kselftest/arm64: Add very basic GCS test program
- [PATCH v5 30/37] kselftest/arm64: Allow signals tests to specify an expected si_code
- Re: [PATCH] selftests: alsa: make LDLIBS consistent
- [PATCH v5 21/37] arm64/gcs: Implement shadow stack prctl() interface
- [PATCH v5 25/37] arm64/ptrace: Expose GCS via ptrace and core files
- [PATCH v5 18/37] arm64/mm: Handle GCS data aborts
- [PATCH v5 27/37] kselftest/arm64: Verify the GCS hwcap
- [PATCH v5 24/37] arm64/signal: Expose GCS state in signal frames
- [PATCH v5 26/37] arm64: Add Kconfig for Guarded Control Stack (GCS)
- [PATCH v5 22/37] arm64/mm: Implement map_shadow_stack()
- [PATCH v5 20/37] arm64/gcs: Allocate a new GCS for threads with GCS enabled
- [PATCH v5 16/37] arm64/hwcap: Add hwcap for GCS
- [PATCH v5 19/37] arm64/gcs: Context switch GCS state for EL0
- [PATCH v5 17/37] arm64/traps: Handle GCS exceptions
- [PATCH v5 15/37] arm64/idreg: Add overrride for GCS
- [PATCH v5 14/37] arm64/gcs: Allow GCS usage at EL0 and EL1
- [PATCH v5 13/37] KVM: arm64: Manage GCS registers for guests
- [PATCH v5 12/37] arm64/mm: Map pages for guarded control stack
- [PATCH v5 11/37] mm: Define VM_SHADOW_STACK for arm64 when we support GCS
- [PATCH v5 10/37] arm64/mm: Allocate PIE slots for EL0 guarded control stack
- [PATCH v5 09/37] arm64/cpufeature: Runtime detection of Guarded Control Stack (GCS)
- [PATCH v5 08/37] arm64/gcs: Provide copy_to_user_gcs()
- [PATCH v5 07/37] arm64/gcs: Add manual encodings of GCS instructions
- [PATCH v5 06/37] arm64/sysreg: Add definitions for architected GCS caps
- [PATCH v5 05/37] arm64/sysreg: Add new system registers for GCS
- [PATCH v5 04/37] arm64/gcs: Document the ABI for Guarded Control Stacks
- [PATCH v5 03/37] arm64: Document boot requirements for Guarded Control Stacks
- [PATCH v5 02/37] prctl: arch-agnostic prctl for shadow stack
- [PATCH v5 01/37] arm64/mm: Restructure arch_validate_flags() for extensibility
- [PATCH v5 00/37] arm64/gcs: Provide support for GCS in userspace
- [PATCH] selftests: Keep symlinks, when possible
- [PATCH] selftests: alsa: make LDLIBS consistent
- From: Ricardo B. Marliere
- Re: [PATCH v2 3/5] memfd: improve userspace warnings for missing exec-related flags
- Re: [PATCH 1/6] selftests: capabilities: remove duplicate unneeded defines
- From: Muhammad Usama Anjum
- [PATCH v5 7/7] selftests: mm: Add a test for moving from an offset from start of mapping
- From: Joel Fernandes (Google)
- [PATCH v5 5/7] selftests: mm: Add a test for remapping to area immediately after existing mapping
- From: Joel Fernandes (Google)
- [PATCH v5 4/7] selftests: mm: Add a test for mutually aligned moves > PMD size
- From: Joel Fernandes (Google)
- [PATCH v5 6/7] selftests: mm: Add a test for remapping within a range
- From: Joel Fernandes (Google)
- [PATCH v5 3/7] selftests: mm: Fix failure case when new remap region was not found
- From: Joel Fernandes (Google)
- [PATCH v5 2/7] mm/mremap: Allow moves within the same VMA
- From: Joel Fernandes (Google)
- [PATCH v5 1/7] mm/mremap: Optimize the start addresses in move_page_tables()
- From: Joel Fernandes (Google)
- [PATCH v5 0/7] Optimize mremap during mutual alignment within PMD
- From: Joel Fernandes (Google)
- Re: [PATCH bpf-next v6] selftests/bpf: trace_helpers.c: optimize kallsyms cache
- Re: [PATCH v4 06/10] kunit: string-stream: Pass struct kunit to string_stream_get_string()
- Re: [PATCH v3 9/9] selftests/bpf/sockopt: Add io_uring support
- [PATCH] KVM: selftests: Add tests - invalid inputs for KVM_CREATE_GUEST_MEMFD
- RE: [PATCH 3/3] selftests: forwarding: Add test for load-balancing between multiple servers
- Re: [PATCH v2 0/5] memfd: cleanups for vm.memfd_noexec
- Re: clang-17: selftests: sgx: clang: error: -z noexecstack: 'linker' input unused [-Werror,-Wunused-command-line-argument]
- Re: landlock: fs_test: fs_test.c:4524:9: error: initializer element is not a compile-time constant
- Re: [PATCH v4 06/10] kunit: string-stream: Pass struct kunit to string_stream_get_string()
- [PATCH v2 2/2] selftests: cachestat: catch failing fsync test on tmpfs
- [PATCH v2 1/2] selftests: cachestat: test for cachestat availability
- [PATCH v2 0/2] selftests: cachestat: fix run on older kernels
- Re: [PATCH v3] selftests/ftrace: traceonoff_triggers: strip off names
- Re: [PATCH v4 4.19 1/1] test_firmware: prevent race conditions by a correct implementation of locking
- Re: landlock: fs_test: fs_test.c:4524:9: error: initializer element is not a compile-time constant
- [PATCH v33 6/6] selftests: mm: add pagemap ioctl tests
- From: Muhammad Usama Anjum
- [PATCH v33 5/6] mm/pagemap: add documentation of PAGEMAP_SCAN IOCTL
- From: Muhammad Usama Anjum
- [PATCH v33 4/6] tools headers UAPI: Update linux/fs.h with the kernel sources
- From: Muhammad Usama Anjum
- [PATCH v33 3/6] fs/proc/task_mmu: Add fast paths to get/clear PAGE_IS_WRITTEN flag
- From: Muhammad Usama Anjum
- [PATCH v33 2/6] fs/proc/task_mmu: Implement IOCTL to get and optionally clear info about PTEs
- From: Muhammad Usama Anjum
- [PATCH v33 1/6] userfaultfd: UFFD_FEATURE_WP_ASYNC
- From: Muhammad Usama Anjum
- [PATCH v33 0/6] Implement IOCTL to get and optionally clear info about PTEs
- From: Muhammad Usama Anjum
- Re: [PATCH v32 2/6] fs/proc/task_mmu: Implement IOCTL to get and optionally clear info about PTEs
- From: Muhammad Usama Anjum
- clang-17: selftests: exec/load_address_4096 clang: error: argument unused during compilation: '-pie' [-Werror,-Wunused-command-line-argument]
- clang-17: selftests: sgx: clang: error: -z noexecstack: 'linker' input unused [-Werror,-Wunused-command-line-argument]
- clang: error: cannot specify -o when generating multiple output files
- clang-17: selftests: vdso_standalone_test_x86.c:(.text+0x1e6): undefined reference to `memcpy'
- Re: [PATCH v4 4.19 1/1] test_firmware: prevent race conditions by a correct implementation of locking
- RE: [PATCH 1/2] selftests: Provide local define of min() and max()
- Re: [PATCH 1/3] ipv4: ignore dst hint for multipath routes
- Re: [PATCH 3/3] selftests: forwarding: Add test for load-balancing between multiple servers
- [PATCH v2 7/7] selftests/resctrl: Cleanup benchmark argument parsing
- [PATCH v2 6/7] selftests/resctrl: Remove ben_count variable
- [PATCH v2 4/7] selftests/resctrl: Simplify span lifetime
- [PATCH v2 5/7] selftests/resctrl: Make benchmark command const and build it with pointers
- [PATCH v2 3/7] selftests/resctrl: Remove bw_report and bm_type from main()
- [PATCH v2 2/7] selftests/resctrl: Correct benchmark command help
- [PATCH v2 1/7] selftests/resctrl: Ensure the benchmark commands fits to its array
- [PATCH v2 0/7] selftests/resctrl: Rework benchmark command handling
- Re: [PATCH bpf-next v6] selftests/bpf: trace_helpers.c: optimize kallsyms cache
- Re: [PATCH bpf-next v5] selftests/bpf: trace_helpers.c: optimize kallsyms cache
- [PATCH bpf-next v6] selftests/bpf: trace_helpers.c: optimize kallsyms cache
- Re: [PATCH bpf-next v5] selftests/bpf: trace_helpers.c: optimize kallsyms cache
- Re: [PATCH bpf-next v5] selftests/bpf: trace_helpers.c: optimize kallsyms cache
- RE: [PATCH v4 09/12] iommu/vt-d: Add iotlb flush for nested domain
- Re: [RFC] tools/nolibc: x86_64: Make it compile with -pie
- Re: [RFC] tools/nolibc: x86_64: Make it compile with -pie
- [RFC] tools/nolibc: x86_64: Make it compile with -pie
- Re: [PATCH v1] selftests/net: Add log.txt and tools to .gitignore
- From: patchwork-bot+netdevbpf
- Re: [PATCH 1/2] selftests: Provide local define of min() and max()
- Re: [PATCH 2/2] selftests/net: replace ternary operator with min()/max()
- [PATCH v2] selftests: prctl: Add prctl test for PR_GET_NAME
- Re: selftests: net/af_unix test_unix_oob [FAILED][NEW]
- Re: [PATCH 1/2] asm-generic: current: Don't include thread-info.h if building asm
- Re: [PATCH 1/2] asm-generic: current: Don't include thread-info.h if building asm
- [PATCH 1/2] selftests: Provide local define of min() and max()
- [PATCH 0/2] selftests: Introduce common min()/max() and apply them in net tests
- [PATCH 2/2] selftests/net: replace ternary operator with min()/max()
- [PATCH v2] selftests/tpm2: tpm2-parse-error.py
- [PATCH] selftests/tpm2: tpm2-parse-error.py
- [PATCH] selftests/tpm2: tpm2-parse-error.py
- [PATCH 3/3] selftests: forwarding: Add test for load-balancing between multiple servers
- [PATCH 2/3] ipv6: ignore dst hint for multipath routes
- [PATCH 1/3] ipv4: ignore dst hint for multipath routes
- [PATCH 0/3] Avoid TCP resets when using ECMP for load-balancing between multiple servers.
- Re: [RFC PATCH bpf-next 1/2] bpf, x64: Fix tailcall infinite loop bug
- Re: [PATCH v2 0/5] memfd: cleanups for vm.memfd_noexec
- Re: [PATCH v32 2/6] fs/proc/task_mmu: Implement IOCTL to get and optionally clear info about PTEs
- Re: [RFC PATCH 02/11] KVM: guest_mem: Add ioctl KVM_LINK_GUEST_MEMFD
- From: Sean Christopherson
- Re: [PATCH v4 19/36] arm64/gcs: Allocate a new GCS for threads with GCS enabled
- Re: [RFC PATCH bpf-next 1/2] bpf, x64: Fix tailcall infinite loop bug
- Re: [PATCH v4 03/36] arm64/gcs: Document the ABI for Guarded Control Stacks
- Re: [PATCH v4 09/12] iommu/vt-d: Add iotlb flush for nested domain
- [PATCH v2] selftests/tdx: Add .gitignore
- Re: [PATCH v4 09/12] iommu/vt-d: Add iotlb flush for nested domain
- Re: [PATCH] kselftest/arm64: Fix hwcaps selftest build
- Re: [PATCH v4 09/12] iommu/vt-d: Add iotlb flush for nested domain
- Re: [PATCH v1] selftests/tdx: Add .gitignore
- Re: [PATCH bpf-next v5] selftests/bpf: trace_helpers.c: optimize kallsyms cache
- Re: [PATCH v1] selftests/tdx: Add .gitignore
- [PATCH v1] selftests/net: Add log.txt and tools to .gitignore
- Re: [PATCH v4 03/36] arm64/gcs: Document the ABI for Guarded Control Stacks
- Re: [PATCH v4 21/36] arm64/mm: Implement map_shadow_stack()
- [PATCH v1] selftests/tdx: Add .gitignore
- Re: [PATCH v4 09/12] iommu/vt-d: Add iotlb flush for nested domain
- Re: [PATCH v2 3/3] kselftest: Add new test for detecting unprobed Devicetree devices
- From: Nícolas F. R. A. Prado
- Re: [PATCH v2 3/3] kselftest: Add new test for detecting unprobed Devicetree devices
- Re: [PATCH v6 bpf 0/4] lwt: fix return values of BPF ops
- Re: [PATCH v6 bpf 0/4] lwt: fix return values of BPF ops
- Re: [PATCH v6 bpf 0/4] lwt: fix return values of BPF ops
- Re: [PATCH v9 0/5] iommufd: Add iommu hardware info reporting
- Re: [PATCH bpf-next v5] selftests/bpf: trace_helpers.c: optimize kallsyms cache
- Re: [PATCH bpf-next v14 1/4] bpf: Add update_socket_protocol hook
- Re: [PATCH v2 3/3] kselftest: Add new test for detecting unprobed Devicetree devices
- From: Nícolas F. R. A. Prado
- Re: [PATCH v2 3/3] kselftest: Add new test for detecting unprobed Devicetree devices
- Re: [PATCH v6 bpf 0/4] lwt: fix return values of BPF ops
- Re: [PATCH v2 3/3] kselftest: Add new test for detecting unprobed Devicetree devices
- Re: [PATCH v32 2/6] fs/proc/task_mmu: Implement IOCTL to get and optionally clear info about PTEs
- Re: [PATCH bpf-next v5] selftests/bpf: trace_helpers.c: optimize kallsyms cache
- [PATCH v9 3/5] iommufd: Add IOMMU_GET_HW_INFO
- [PATCH v9 4/5] iommufd/selftest: Add coverage for IOMMU_GET_HW_INFO ioctl
- [PATCH v9 5/5] iommu/vt-d: Implement hw_info for iommu capability query
- [PATCH v9 1/5] iommu: Move dev_iommu_ops() to private header
- [PATCH v9 2/5] iommu: Add new iommu op to get iommu hardware information
- [PATCH v9 0/5] iommufd: Add iommu hardware info reporting
- Re: [PATCH v32 2/6] fs/proc/task_mmu: Implement IOCTL to get and optionally clear info about PTEs
- From: Muhammad Usama Anjum
- Re: [PATCH bpf-next v14 1/4] bpf: Add update_socket_protocol hook
- Re: [PATCH 5/7] selftests/resctrl: Use pointers to build benchmark cmd and make it const
- Re: [PATCH v32 2/6] fs/proc/task_mmu: Implement IOCTL to get and optionally clear info about PTEs
- Re: linux-next: Tree for Aug 17 (DRM_TTM KUNIT tests)
- Re: landlock: fs_test: fs_test.c:4524:9: error: initializer element is not a compile-time constant
- [PATCH v6 bpf 4/4] selftests/bpf: add lwt_xmit tests for BPF_REROUTE
- [PATCH v6 bpf 2/4] lwt: check LWTUNNEL_XMIT_CONTINUE strictly
- [PATCH v6 bpf 3/4] selftests/bpf: add lwt_xmit tests for BPF_REDIRECT
- [PATCH v6 bpf 1/4] lwt: fix return values of BPF xmit ops
- [PATCH v6 bpf 0/4] lwt: fix return values of BPF ops
- Re: [RFC PATCH bpf-next 1/2] bpf, x64: Fix tailcall infinite loop bug
- Re: [PATCH bpf-next v5] selftests/bpf: trace_helpers.c: optimize kallsyms cache
- [PATCH v3] selftests/ftrace: traceonoff_triggers: strip off names
- Re: [PATCH v8 3/5] iommufd: Add IOMMU_GET_HW_INFO
- Re: [PATCH v2] selftests/ftrace: traceonoff_triggers: strip off names
- Re: [PATCH v8 3/5] iommufd: Add IOMMU_GET_HW_INFO
- Re: [PATCH v8 3/5] iommufd: Add IOMMU_GET_HW_INFO
- Re: [PATCH v6 0/6] KVM: selftests: Improve PMU event filter settings and add test cases
- From: Sean Christopherson
- Re: [PATCH v8 3/5] iommufd: Add IOMMU_GET_HW_INFO
- RE: [PATCH v8 3/5] iommufd: Add IOMMU_GET_HW_INFO
- [PATCH v2 0/3] Add a test to catch unprobed Devicetree devices
- From: Nícolas F. R. A. Prado
- [PATCH v2 3/3] kselftest: Add new test for detecting unprobed Devicetree devices
- From: Nícolas F. R. A. Prado
- Re: [RFC PATCH bpf-next 1/2] bpf, x64: Fix tailcall infinite loop bug
- Re: [PATCH v3] selftests: cgroup: fix test_kmem_memcg_deletion kernel mem check
- Re: [PATCH] kunit: fix struct kunit_attr header
- Re: [PATCH v8 2/5] iommu: Add new iommu op to get iommu hardware information
- Re: [PATCH v8 4/5] iommufd/selftest: Add coverage for IOMMU_GET_HW_INFO ioctl
- Re: [PATCH v8 3/5] iommufd: Add IOMMU_GET_HW_INFO
- Re: [PATCH v6 3/6] KVM: selftests: Introduce __kvm_pmu_event_filter to improved event filter settings
- From: Sean Christopherson
- Re: [PATCH v6 3/6] KVM: selftests: Introduce __kvm_pmu_event_filter to improved event filter settings
- From: Sean Christopherson
[Index of Archives]
[Linux Wireless]
[Linux Bluetooth]
[Kernel Announce]
[IETF Annouce]
[Security]
[Netfilter]
[Linux ATA RAID]
[Bugtraq]