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

[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 v4 00/33] arm64/sme: Initial support for the Scalable Matrix Extension
 2021-10-21 18:07 UTC  (34+ 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 v2] selftests: kvm: fix mismatched fclose() after popen()
 2021-10-21 17:56 UTC 

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

[PATCH v8 00/12] syfs: generic deadlock fix with module removal
 2021-10-21 17:18 UTC  (34+ messages)
` [PATCH v8 11/12] zram: fix crashes with cpu hotplug multistate

[PATCH] selftests: proc: Make sure wchan works when it exists
 2021-10-21 17:09 UTC  (2+ messages)

[RFC 00/16] KVM: selftests: Add tests for SEV, SEV-ES, and SEV-SNP guests
 2021-10-21 16:48 UTC  (28+ 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 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

[PATCH] selftests: vm: Remove duplicated include in hugepage-mremap
 2021-10-21 12:29 UTC 

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

[PATCH v3 00/42] arm64/sme: Initial support for the Scalable Matrix Extension
 2021-10-21 12:15 UTC  (46+ messages)
` [PATCH v3 01/42] arm64/fp: Reindent fpsimd_save()
` [PATCH v3 02/42] arm64/sve: Remove sve_load_from_fpsimd_state()
` [PATCH v3 03/42] arm64/sve: Make sve_state_size() static
` [PATCH v3 04/42] arm64/sve: Make access to FFR optional
` [PATCH v3 05/42] arm64/sve: Rename find_supported_vector_length()
` [PATCH v3 06/42] arm64/sve: Use accessor functions for vector lengths in thread_struct
` [PATCH v3 07/42] arm64/sve: Put system wide vector length information into structs
` [PATCH v3 08/42] arm64/sve: Explicitly load vector length when restoring SVE state
` [PATCH v3 09/42] arm64/sve: Track vector lengths for tasks in an array
` [PATCH v3 10/42] arm64/sve: Make sysctl interface for SVE reusable by SME
` [PATCH v3 11/42] arm64/sve: Generalise vector length configuration prctl() for SME
` [PATCH v3 12/42] kselftest/arm64: Parameterise ptrace vector length information
` [PATCH v3 13/42] kselftest/arm64: Allow signal tests to trigger from a function
` [PATCH v3 14/42] tools/nolibc: Implement gettid()
` [PATCH v3 15/42] arm64/sme: Provide ABI documentation for SME
` [PATCH v3 16/42] arm64/sme: System register and exception syndrome definitions
` [PATCH v3 17/42] arm64/sme: Define macros for manually encoding SME instructions
` [PATCH v3 18/42] arm64/sme: Early CPU setup for SME
` [PATCH v3 19/42] arm64/sme: Basic enumeration support
` [PATCH v3 20/42] arm64/sme: Identify supported SME vector lengths at boot
` [PATCH v3 21/42] arm64/sme: Implement sysctl to set the default vector length
` [PATCH v3 22/42] arm64/sme: Implement vector length configuration prctl()s
` [PATCH v3 23/42] arm64/sme: Implement support for TPIDR2
` [PATCH v3 24/42] arm64/sme: Implement SVCR context switching
` [PATCH v3 25/42] arm64/sme: Implement streaming SVE "
` [PATCH v3 26/42] arm64/sme: Implement ZA "
` [PATCH v3 27/42] arm64/sme: Implement traps and syscall handling for SME
` [PATCH v3 28/42] arm64/sme: Implement streaming SVE signal handling
` [PATCH v3 29/42] arm64/sme: Implement ZA "
` [PATCH v3 30/42] arm64/sme: Implement ptrace support for streaming mode SVE registers
` [PATCH v3 31/42] arm64/sme: Add ptrace support for ZA
` [PATCH v3 32/42] arm64/sme: Disable streaming mode and ZA when flushing CPU state
` [PATCH v3 33/42] arm64/sme: Save and restore streaming mode over EFI runtime calls
` [PATCH v3 34/42] arm64/sme: Provide Kconfig for SME
` [PATCH v3 35/42] kselftest/arm64: sme: Add streaming SME support to vlset
` [PATCH v3 36/42] kselftest/arm64: Add tests for TPIDR2
` [PATCH v3 37/42] kselftest/arm64: Extend vector configuration API tests to cover SME
` [PATCH v3 38/42] kselftest/arm64: sme: Provide streaming mode SVE stress test
` [PATCH v3 39/42] kselftest/arm64: Add stress test for SME ZA context switching
` [PATCH v3 40/42] kselftest/arm64: signal: Add SME signal handling tests
` [PATCH v3 41/42] kselftest/arm64: Add streaming SVE to SVE ptrace tests
` [PATCH v3 42/42] kselftest/arm64: Add coverage for the ZA ptrace interface

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

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

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

[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] kselftests: ftrace: limit the executing time by reading from cached trace
 2021-10-21  0:31 UTC  (8+ messages)

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

[PATCH] kunit: tool: continue past invalid utf-8 output
 2021-10-20 23:22 UTC  (4+ messages)

[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  (20+ 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
` [PATCH v2 4/5] tracing/selftests: Add tests for hist trigger expression parsing
` [PATCH v2 5/5] tracing/histogram: Document expression arithmetic and constants

[PATCH v3 00/23] Fix some issues at documentation
 2021-10-20  5:46 UTC  (6+ messages)
` [PATCH v3 14/23] bpftool: update bpftool-cgroup.rst reference

BUG: Segmentation fault in mremap_test
 2021-10-20  4:08 UTC 

lkft kselftest for next-20211019
 2021-10-20  2:40 UTC 

[REGRESSION] lkft kselftest for next-20211018
 2021-10-19 23:22 UTC 

[PATCH 0/5] tracing: Extend histogram triggers expression parsing
 2021-10-19 21:49 UTC  (9+ messages)
` [PATCH 1/5] tracing: Add support for creating hist trigger variables from literal
` [PATCH 2/5] tracing: Add division and multiplication support for hist triggers

[PATCH v2 00/42] arm64/sme: Initial support for the Scalable Matrix Extension
 2021-10-19 15:31 UTC  (12+ messages)
` [PATCH v2 04/42] arm64/sve: Make access to FFR optional
` [PATCH v2 14/42] tools/nolibc: Implement gettid()
` [PATCH v2 39/42] kselftest/arm64: Add stress test for SME ZA context switching
` [PATCH v2 40/42] kselftest/arm64: signal: Add SME signal handling tests
` [PATCH v2 41/42] kselftest/arm64: Add streaming SVE to SVE ptrace tests
` [PATCH v2 42/42] kselftest/arm64: Add coverage for the ZA ptrace interface


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