linux-kselftest.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-21 19:09:29 to 2021-10-28 06:42:10 UTC [more...]

[PATCH v3 1/4] kunit: tool: Do not error on tests without test plans
 2021-10-28  6:41 UTC  (2+ messages)
` [PATCH v3 2/4] kunit: tool: Report an error if any test has no subtests

[RFC v5 net-next 0/5] Add RTNL interface for SyncE
 2021-10-28  6:34 UTC  (17+ messages)
` [RFC v5 net-next 1/5] ice: add support detecting features based on netlist
` [RFC v5 net-next 2/5] rtnetlink: Add new RTM_GETEECSTATE message to get SyncE status
` [RFC v5 net-next 3/5] ice: add support for reading SyncE DPLL state
` [RFC v5 net-next 4/5] rtnetlink: Add support for SyncE recovered clock configuration
` [RFC v5 net-next 5/5] ice: add support for SyncE recovered clocks

[PATCH 0/3] tracing/kselftest: histogram trigger expression tests
 2021-10-28  2:58 UTC  (12+ messages)
` [PATCH 1/3] tracing/histogram: Document hist trigger variables
` [PATCH 2/3] tracing/kselftests: Remove triggers with references before their definitions
` [PATCH v5 3/3] tracing/selftests: Add tests for hist trigger expression parsing

[PATCH] selftest/sgx: use swap() to make code cleaner
 2021-10-28  0:34 UTC 

[PATCH v8 0/6] cgroup/cpuset: Add new cpuset partition type & empty effecitve cpus
 2021-10-27 23:05 UTC  (2+ messages)

[PATCH v2 1/4] kunit: tool: Do not error on tests without test plans
 2021-10-27 23:02 UTC  (7+ messages)
` [PATCH v2 2/4] kunit: tool: Report an error if any test has no subtests
` [PATCH v2 3/4] kunit: Don't crash if no parameters are generated
` [PATCH v2 4/4] kunit: Report test parameter results as (K)TAP subtests

[PATCH v2 0/3] Small userfaultfd selftest fixups
 2021-10-27 21:15 UTC  (5+ messages)
` [PATCH v2 2/3] userfaultfd/selftests: fix feature support detection

[PATCH] selftests/net: update .gitignore with newly added tests
 2021-10-27 20:28 UTC 

[PATCH] selftests/core: fix conflicting types compile error for close_range()
 2021-10-27 19:26 UTC 

[PATCH v5 00/38] arm64/sme: Initial support for the Scalable Matrix Extension
 2021-10-27 18:44 UTC  (39+ messages)
` [PATCH v5 01/38] arm64/sve: Make sysctl interface for SVE reusable by SME
` [PATCH v5 02/38] arm64/sve: Generalise vector length configuration prctl() for SME
` [PATCH v5 03/38] arm64/sve: Minor clarification of ABI documentation
` [PATCH v5 04/38] kselftest/arm64: Parameterise ptrace vector length information
` [PATCH v5 05/38] kselftest/arm64: Allow signal tests to trigger from a function
` [PATCH v5 06/38] kselftest/arm64: Add a test program to exercise the syscall ABI
` [PATCH v5 07/38] tools/nolibc: Implement gettid()
` [PATCH v5 08/38] arm64: Document boot requirements for FEAT_SME_FA64
` [PATCH v5 09/38] arm64: cpufeature: Add has_feature_flag() match function
` [PATCH v5 10/38] arm64/sme: Provide ABI documentation for SME
` [PATCH v5 11/38] arm64/sme: System register and exception syndrome definitions
` [PATCH v5 12/38] arm64/sme: Define macros for manually encoding SME instructions
` [PATCH v5 13/38] arm64/sme: Early CPU setup for SME
` [PATCH v5 14/38] arm64/sme: Basic enumeration support
` [PATCH v5 15/38] arm64/sme: Identify supported SME vector lengths at boot
` [PATCH v5 16/38] arm64/sme: Implement sysctl to set the default vector length
` [PATCH v5 17/38] arm64/sme: Implement vector length configuration prctl()s
` [PATCH v5 18/38] arm64/sme: Implement support for TPIDR2
` [PATCH v5 19/38] arm64/sme: Implement SVCR context switching
` [PATCH v5 20/38] arm64/sme: Implement streaming SVE "
` [PATCH v5 21/38] arm64/sme: Implement ZA "
` [PATCH v5 22/38] arm64/sme: Implement traps and syscall handling for SME
` [PATCH v5 23/38] arm64/sme: Implement streaming SVE signal handling
` [PATCH v5 24/38] arm64/sme: Implement ZA "
` [PATCH v5 25/38] arm64/sme: Implement ptrace support for streaming mode SVE registers
` [PATCH v5 26/38] arm64/sme: Add ptrace support for ZA
` [PATCH v5 27/38] arm64/sme: Disable streaming mode and ZA when flushing CPU state
` [PATCH v5 28/38] arm64/sme: Save and restore streaming mode over EFI runtime calls
` [PATCH v5 29/38] arm64/sme: Provide Kconfig for SME
` [PATCH v5 30/38] kselftest/arm64: sme: Add streaming SME support to vlset
` [PATCH v5 31/38] kselftest/arm64: Add tests for TPIDR2
` [PATCH v5 32/38] kselftest/arm64: Extend vector configuration API tests to cover SME
` [PATCH v5 33/38] kselftest/arm64: sme: Provide streaming mode SVE stress test
` [PATCH v5 34/38] kselftest/arm64: Add stress test for SME ZA context switching
` [PATCH v5 35/38] kselftest/arm64: signal: Add SME signal handling tests
` [PATCH v5 36/38] kselftest/arm64: Add streaming SVE to SVE ptrace tests
` [PATCH v5 37/38] kselftest/arm64: Add coverage for the ZA ptrace interface
` [PATCH v5 38/38] kselftest/arm64: Add SME support to syscall ABI test

[PATCH] kselftest/arm64: Add a test program to exercise the syscall ABI
 2021-10-27 17:42 UTC  (2+ messages)

[PATCH v4 0/8] tracing: Extend histogram triggers expression parsing
 2021-10-27 17:36 UTC  (34+ messages)
` [PATCH v4 1/8] tracing: Add support for creating hist trigger variables from literal
` [PATCH v4 2/8] tracing: Add division and multiplication support for hist triggers
` [PATCH v4 3/8] tracing: Fix operator precedence for hist triggers expression
` [PATCH v4 4/8] tracing/histogram: Simplify handling of .sym-offset in expressions
` [PATCH v4 5/8] tracing/histogram: Covert expr to const if both operands are constants
` [PATCH v4 6/8] tracing/histogram: Optimize division by a power of 2
` [PATCH v4 7/8] tracing/selftests: Add tests for hist trigger expression parsing
` [PATCH v4 8/8] tracing/histogram: Document expression arithmetic and constants

[PATCH v8 11/12] zram: fix crashes with cpu hotplug multistate
 2021-10-27 14:27 UTC  (27+ messages)

[PATCH v4 00/33] arm64/sme: Initial support for the Scalable Matrix Extension
 2021-10-27 11:14 UTC  (4+ messages)
` [PATCH v4 06/33] arm64/sme: Provide ABI documentation for SME

[REGRESSION] lkft kselftest for next-20211026
 2021-10-27  6:27 UTC 

[PATCH bpf 0/4] Fix some issues for selftest test_xdp_redirect_multi.sh
 2021-10-27  3:35 UTC  (5+ messages)
` [PATCH bpf 1/4] selftests/bpf/xdp_redirect_multi: put the logs to tmp folder
` [PATCH bpf 2/4] selftests/bpf/xdp_redirect_multi: use arping to accurate the arp number
` [PATCH bpf 3/4] selftests/bpf/xdp_redirect_multi: give tcpdump a chance to terminate cleanly
` [PATCH bpf 4/4] selftests/bpf/xdp_redirect_multi: limit the tests in netns

[REGRESSION] lkft kselftest for next-20211025
 2021-10-27  2:42 UTC 

[PATCH v2] selftests/ftrace: Stop tracing while reading the trace file by default
 2021-10-26 23:22 UTC 

[PATCH] kselftests: ftrace: limit the executing time by reading from cached trace
 2021-10-26 23:19 UTC  (13+ messages)

[PATCH] Documentation: kunit: remove claims that kunit is a mocking framework
 2021-10-26 23:08 UTC  (2+ messages)

[PATCH] selftests/bpf: fix fclose/pclose mismatch
 2021-10-26 17:54 UTC  (3+ messages)

[RFC 00/16] KVM: selftests: Add tests for SEV, SEV-ES, and SEV-SNP guests
 2021-10-26 15:52 UTC  (23+ messages)
` [RFC 01/16] KVM: selftests: move vm_phy_pages_alloc() earlier in file
` [RFC 02/16] KVM: selftests: add hooks for managing encrypted guest memory
` [RFC 03/16] KVM: selftests: handle encryption bits in page tables
` [RFC 06/16] KVM: selftests: add library for creating/interacting with SEV guests
` [RFC 08/16] KVM: SVM: include CR3 in initial VMSA state for SEV-ES guests

[PATCH 0/2] selftest/x86: AMX CPU state management tests
 2021-10-26 12:25 UTC  (3+ messages)
` [PATCH 1/2] selftest/x86/amx: Test cases for AMX state management
` [PATCH 2/2] selftest/x86/amx: Add context switch test

[PATCH] kunit: tool: continue past invalid utf-8 output
 2021-10-25 21:29 UTC  (4+ messages)

[PATCH] kunit: tool: fix typecheck errors about loading qemu configs
 2021-10-25 21:26 UTC  (3+ messages)

[PATCH 1/2] kunit: tool: Do not error on tests without test plans
 2021-10-25 21:14 UTC  (11+ messages)
` [PATCH 2/2] kunit: Report test parameter results as (K)TAP subtests

[PATCH net-next 1/2] mctp: test: disallow MCTP_TEST when building as a module
 2021-10-25 20:54 UTC  (7+ messages)

[PATCH v3 0/8] tracing: Extend histogram triggers expression parsing
 2021-10-25 20:31 UTC  (11+ messages)
` [PATCH v3 1/8] tracing: Add support for creating hist trigger variables from literal
` [PATCH v3 2/8] tracing: Add division and multiplication support for hist triggers
` [PATCH v3 3/8] tracing: Fix operator precedence for hist triggers expression
` [PATCH v3 4/8] tracing/histogram: Simplify handling of .sym-offset in expressions
` [PATCH v3 5/8] tracing/histogram: Covert expr to const if both operands are constants
` [PATCH v3 6/8] tracing/histogram: Optimize division by a power of 2
` [PATCH v3 7/8] tracing/selftests: Add tests for hist trigger expression parsing
` [PATCH v3 8/8] tracing/histogram: Document expression arithmetic and constants

[PATCH 0/2] lkdtm/bugs: Check that a per-task stack canary exists
 2021-10-22 22:38 UTC  (3+ messages)
` [PATCH 1/2] selftests/lkdtm: Add way to repeat a test
` [PATCH 2/2] lkdtm/bugs: Check that a per-task stack canary exists

[REGRESSION] lkft kselftest for next-20211022
 2021-10-22 19:07 UTC 

[PATCH v3 00/42] arm64/sme: Initial support for the Scalable Matrix Extension
 2021-10-22 13:49 UTC  (4+ messages)
` [PATCH v3 07/42] arm64/sve: Put system wide vector length information into structs

[PATCH] selftests: vm: Remove duplicated include in hugepage-mremap
 2021-10-22 12:18 UTC  (2+ messages)

[PATCH v2] selftests/kselftest/runner/run_one(): Allow running non-executable files
 2021-10-22  6:51 UTC  (2+ messages)

[PATCH] selftests: proc: Make sure wchan works when it exists
 2021-10-22  3:35 UTC  (8+ messages)

[PATCH] selftests: x86: fix [-Wstringop-overread] warn in test_process_vm_readv()
 2021-10-21 21:33 UTC 

[PATCH v2] selftests: kvm: fix mismatched fclose() after popen()
 2021-10-21 19:54 UTC  (2+ messages)

[PATCH bpf-next 0/2] Get ifindex in BPF_SK_LOOKUP prog type
 2021-10-21 19:09 UTC  (3+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Add tests for accessing ifindex in bpf_sk_lookup


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).