linux-kselftest.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-20 10:10:48 to 2021-10-27 01:37:14 UTC [more...]

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

[PATCH v4 0/8] tracing: Extend histogram triggers expression parsing
 2021-10-27  1:31 UTC  (22+ 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 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)

[RFC v5 net-next 0/5] Add RTNL interface for SyncE
 2021-10-26 21:32 UTC  (7+ 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] selftests/bpf: fix fclose/pclose mismatch
 2021-10-26 17:54 UTC  (3+ messages)

[PATCH v8 11/12] zram: fix crashes with cpu hotplug multistate
 2021-10-26 17:01 UTC  (25+ messages)

[RFC 00/16] KVM: selftests: Add tests for SEV, SEV-ES, and SEV-SNP guests
 2021-10-26 15:52 UTC  (37+ 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 04/16] KVM: selftests: set CPUID before setting sregs in vcpu creation
` [RFC 06/16] KVM: selftests: add library for creating/interacting with SEV guests
` [RFC 07/16] KVM: selftests: add SEV boot tests
` [RFC 08/16] KVM: SVM: include CR3 in initial VMSA state for SEV-ES guests

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

[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  (5+ 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  (8+ messages)
` [PATCH v3 07/42] arm64/sve: Put system wide vector length information into structs
` [PATCH v3 10/42] arm64/sve: Make sysctl interface for SVE reusable by SME

[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  (7+ messages)
` [PATCH bpf-next 1/2] bpf: Add ifindex to bpf_sk_lookup
` [PATCH bpf-next 2/2] selftests/bpf: Add tests for accessing ifindex in bpf_sk_lookup

lkft kselftest for next-20211021
 2021-10-21 18:50 UTC 

[PATCH] kselftest/arm64: Add a test program to exercise the syscall ABI
 2021-10-21 18:30 UTC 

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

[PATCH bpf-next v2 2/3] selftests: bpf: convert test_bpffs to ASSERT macros
 2021-10-21 15:15 UTC  (2+ messages)
` [PATCH bpf-next v2 3/3] selftests: bpf: test RENAME_EXCHANGE and RENAME_NOREPLACE on bpffs

lkft kselftest for next-20211020
 2021-10-21 12:18 UTC 

[PATCH] selftests: arm64: Factor out utility functions for assembly FP tests
 2021-10-21 10:36 UTC  (2+ messages)

[PATCH v2] kunit: tool: continue past invalid utf-8 output
 2021-10-21  2:32 UTC  (2+ messages)

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

[PATCH AUTOSEL 5.14 01/26] kunit: fix reference count leak in kfree_at_end
 2021-10-21  0:19 UTC 

[PATCH bpf-next 2/2] selftests: bpf: test RENAME_EXCHANGE and RENAME_NOREPLACE on bpffs
 2021-10-20 21:43 UTC  (2+ messages)

[PATCH v7 0/1] lib: Convert UUID runtime test to KUnit
 2021-10-20 18:54 UTC  (2+ messages)
` [PATCH v7 1/1] "

[PATCH selftests/bpf] selftests/bpf: remove duplicate include in cgroup_helpers.c
 2021-10-20 17:50 UTC  (2+ messages)

[PATCH] [v2] selftests: bpf: Remove duplicated include in cgroup_helpers
 2021-10-20 17:46 UTC  (3+ messages)

[PATCH v2 0/5] tracing: Extend histogram triggers expression parsing
 2021-10-20 16:22 UTC  (18+ messages)
` [PATCH v2 1/5] tracing: Add support for creating hist trigger variables from literal
` [PATCH v2 2/5] tracing: Add division and multiplication support for hist triggers
` [PATCH v2 3/5] tracing: Fix operator precedence for hist triggers expression


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).