linux-kselftest.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-25 20:24:10 to 2021-10-28 22:36:34 UTC [more...]

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

[PATCH v3 0/5] test_hash.c: refactor into KUnit
 2021-10-28 22:25 UTC  (6+ messages)
` [PATCH v3 1/5] hash.h: remove unused define directive
` [PATCH v3 2/5] test_hash.c: split test_int_hash into arch-specific functions
` [PATCH v3 3/5] test_hash.c: split test_hash_init
` [PATCH v3 4/5] lib/Kconfig.debug: properly split hash test kernel entries
` [PATCH v3 5/5] test_hash.c: refactor into kunit

selftests: seccomp_bpf failure on 5.15
 2021-10-28 22:06 UTC  (5+ messages)

[PATCH v2 0/5] test_hash.c: refactor into KUnit
 2021-10-28 21:09 UTC  (13+ messages)
` [PATCH v2 1/5] hash.h: remove unused define directive
` [PATCH v2 2/5] test_hash.c: split test_int_hash into arch-specific functions
` [PATCH v2 5/5] test_hash.c: refactor into kunit

[PATCH V2 00/15] selftests/sgx: Oversubscription, page permission, thread entry
 2021-10-28 20:37 UTC  (16+ messages)
` [PATCH V2 01/15] selftests/x86/sgx: Fix a benign linker warning
` [PATCH V2 02/15] x86/sgx: Rename fallback labels in sgx_init()
` [PATCH V2 03/15] x86/sgx: Add an attribute for the amount of SGX memory in a NUMA node
` [PATCH V2 04/15] selftests/sgx: Assign source for each segment
` [PATCH V2 05/15] selftests/sgx: Make data measurement for an enclave segment optional
` [PATCH V2 06/15] selftests/sgx: Create a heap for the test enclave
` [PATCH V2 07/15] selftests/sgx: Dump segments and /proc/self/maps only on failure
` [PATCH V2 08/15] selftests/sgx: Encpsulate the test enclave creation
` [PATCH V2 09/15] selftests/sgx: Move setup_test_encl() to each TEST_F()
` [PATCH V2 10/15] selftests/sgx: Add a new kselftest: unclobbered_vdso_oversubscribed
` [PATCH V2 11/15] selftests/sgx: Provide per-op parameter structs for the test enclave
` [PATCH V2 12/15] selftests/sgx: Rename test properties in preparation for more enclave tests
` [PATCH V2 13/15] selftests/sgx: Add page permission and exception test
` [PATCH V2 14/15] selftests/sgx: Enable multiple thread support
` [PATCH V2 15/15] selftests/sgx: Add test for multiple TCS entry

[PATCH v2 0/2] tracing/kselftest: histogram trigger expression tests
 2021-10-28 19:57 UTC  (3+ messages)
` [PATCH v2 1/2] tracing/histogram: Document hist trigger variables
` [PATCH v6 2/2] tracing/selftests: Add tests for hist trigger expression parsing

[PATCH 0/3] tracing/kselftest: histogram trigger expression tests
 2021-10-28 17:10 UTC  (13+ 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

[REGRESSION] lkft kselftest for next-20211028
 2021-10-28 16:29 UTC 

[PATCH] userfaultfd/selftests: use swap() to make code cleaner
 2021-10-28 13:13 UTC  (2+ messages)

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

[REGRESSION] lkft kselftest for next-20211027
 2021-10-28 11:24 UTC 

[PATCH bpf-next v3 3/4] selftests: bpf: convert test_bpffs to ASSERT macros
 2021-10-28  9:47 UTC  (2+ messages)
` [PATCH bpf-next v3 4/4] selftests: bpf: test RENAME_EXCHANGE and RENAME_NOREPLACE on bpffs

[PATCH v3 00/13] integrity: Introduce DIGLIM
 2021-10-28  9:08 UTC  (2+ messages)

[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] 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  (29+ messages)
` [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  (16+ 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  (9+ 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

[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  (2+ messages)

[PATCH 1/2] kunit: tool: Do not error on tests without test plans
 2021-10-25 21:14 UTC  (6+ messages)

[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  (2+ messages)


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