linux-kselftest.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-20 09:16:29 to 2021-07-30 01:03:33 UTC [more...]

[PATCH v2] selftests/sgx: Fix Q1 and Q2 calculation in sigstruct.c
 2021-07-30  1:03 UTC  (5+ messages)

[PATCH v2 0/4] Swap and fault all the pages of the test enclave binary
 2021-07-30  0:59 UTC  (7+ messages)
` [PATCH v2 1/4] x86/sgx: Add /sys/kernel/debug/x86/sgx_total_mem
` [PATCH v2 2/4] selftests/sgx: Fix calculations for sub-maximum field sizes
` [PATCH v2 3/4] selftests/sgx: Assign source for each segment
` [PATCH v2 4/4] selftests/sgx: Trigger the reclaimer and #PF handler

[PATCH 1/2] kunit: tool: make --raw_output support only showing kunit output
 2021-07-29 23:55 UTC  (2+ messages)
` [PATCH 2/2] kunit: add 'kunit.action' param to allow listing out tests

[PATCH bpf-next v1 0/5] sockmap: add sockmap support for unix stream socket
 2021-07-29 21:27 UTC  (15+ messages)
` [PATCH bpf-next v1 1/5] af_unix: add read_sock for stream socket types
` [PATCH bpf-next v1 2/5] af_unix: add unix_stream_proto for sockmap
` [PATCH bpf-next v1 3/5] selftest/bpf: add tests for sockmap with unix stream type
` [PATCH bpf-next v1 4/5] selftest/bpf: change udp to inet in some function names
` [PATCH bpf-next v1 5/5] selftest/bpf: add new tests in sockmap for unix stream to tcp

[PATCH bpf-next v2 0/5] sockmap: add sockmap support for unix stream socket
 2021-07-29 21:24 UTC  (6+ messages)
` [PATCH bpf-next v2 1/5] af_unix: add read_sock for stream socket types
` [PATCH bpf-next v2 2/5] af_unix: add unix_stream_proto for sockmap
` [PATCH bpf-next v2 3/5] selftest/bpf: add tests for sockmap with unix stream type
` [PATCH bpf-next v2 4/5] selftest/bpf: change udp to inet in some function names
` [PATCH bpf-next v2 5/5] selftest/bpf: add new tests in sockmap for unix stream to tcp

[RFC][PATCH v2 00/12] integrity: Introduce DIGLIM
 2021-07-29 21:20 UTC  (35+ messages)
` [RFC][PATCH v2 01/12] diglim: Overview
` [RFC][PATCH v2 02/12] diglim: Basic definitions
` [RFC][PATCH v2 03/12] diglim: Objects
` [RFC][PATCH v2 04/12] diglim: Methods
` [RFC][PATCH v2 05/12] diglim: Parser
` [RFC][PATCH v2 06/12] diglim: Interfaces - digest_list_add, digest_list_del
` [RFC][PATCH v2 07/12] diglim: Interfaces - digest_lists_loaded
` [RFC][PATCH v2 08/12] diglim: Interfaces - digest_label
` [RFC][PATCH v2 09/12] diglim: Interfaces - digest_query
` [RFC][PATCH v2 10/12] diglim: Interfaces - digests_count
` [RFC][PATCH v2 11/12] diglim: Remote Attestation
` [RFC][PATCH v2 12/12] diglim: Tests

[PATCH v2 2/3] kunit: Add support for suite initialization and cleanup
 2021-07-29 20:42 UTC  (8+ messages)

[PATCH v4 0/4] kselftest/arm64: Vector length configuration tests
 2021-07-29 17:39 UTC  (6+ messages)
` [PATCH v4 1/4] kselftest/arm64: Provide a helper binary and "library" for SVE RDVL
` [PATCH v4 2/4] kselftest/arm64: Validate vector lengths are set in sve-probe-vls
` [PATCH v4 3/4] kselftest/arm64: Add tests for SVE vector configuration
` [PATCH v4 4/4] kselftest/arm64: Add a TODO list for floating point tests

[PATCH v3 0/4] kselftest/arm64: Vector length configuration tests
 2021-07-29 17:34 UTC  (7+ messages)
` [PATCH v3 1/4] kselftest/arm64: Provide a helper binary and "library" for SVE RDVL
` [PATCH v3 2/4] kselftest/arm64: Validate vector lengths are set in sve-probe-vls
` [PATCH v3 3/4] kselftest/arm64: Add tests for SVE vector configuration
` [PATCH v3 4/4] kselftest/arm64: Add a TODO list for floating point tests

[PATCH v2 0/4] kselftest/arm64: Vector length configuration tests
 2021-07-29 16:17 UTC  (13+ messages)
` [PATCH v2 1/4] kselftest/arm64: Provide a helper binary and "library" for SVE RDVL
` [PATCH v2 2/4] kselftest/arm64: Validate vector lengths are set in sve-probe-vls
` [PATCH v2 3/4] kselftest/arm64: Add tests for SVE vector configuration
` [PATCH v2 4/4] kselftest/arm64: Add a TODO list for floating point tests

[PATCH v3 0/9] cgroup/cpuset: Add new cpuset partition type & empty effecitve cpus
 2021-07-29 11:03 UTC  (25+ messages)
` [PATCH v3 1/9] cgroup/cpuset: Miscellaneous code cleanup
` [PATCH v3 2/9] cgroup/cpuset: Fix a partition bug with hotplug
` [PATCH v3 3/9] cgroup/cpuset: Fix violation of cpuset locking rule
` [PATCH v3 4/9] cgroup/cpuset: Enable event notification when partition become invalid
` [PATCH v3 5/9] cgroup/cpuset: Clarify the use of invalid partition root
` [PATCH v3 6/9] cgroup/cpuset: Add a new isolated cpus.partition type
` [PATCH v3 7/9] cgroup/cpuset: Allow non-top parent partition root to distribute out all CPUs
` [PATCH v3 8/9] cgroup/cpuset: Update description of cpuset.cpus.partition in cgroup-v2.rst
` [PATCH v3 9/9] kselftest/cgroup: Add cpuset v2 partition root state test

[PATCH 3/4] kunit: Add support for suite initialization and cleanup
 2021-07-29  3:33 UTC  (2+ messages)

[RFC PATCH 0/4] TDX KVM selftests
 2021-07-28 20:11 UTC  (11+ messages)
` [RFC PATCH 1/4] KVM: selftests: Add support for creating non-default type VMs
` [RFC PATCH 2/4] KVM: selftest: Add helper functions to create TDX VMs
` [RFC PATCH 3/4] KVM: selftest: Adding TDX life cycle test
` [RFC PATCH 4/4] KVM: selftest: Adding test case for TDX port IO

[PATCH] kselftest/arm64: Ignore check_gcr_el1_cswitch binary
 2021-07-28 17:35 UTC 

[PATCH v1 0/3] kselftest/arm64: Vector length configuration tests
 2021-07-28 16:37 UTC  (15+ messages)
` [PATCH v1 1/3] kselftest/arm64: Provide a helper binary and "library" for SVE RDVL
` [PATCH v1 2/3] kselftest/arm64: Validate vector lengths are set in sve-probe-vls
` [PATCH v1 3/3] kselftest/arm64: Add tests for SVE vector configuration

[PATCH] kernel/module: add documentation for try_module_get()
 2021-07-28 13:49 UTC  (11+ messages)

[PATCH] selftests: openat2: Fix testing failure for O_LARGEFILE flag
 2021-07-28 12:32 UTC  (2+ messages)

[PATCH] net: netfilter: Fix port selection of FTP for NF_NAT_RANGE_PROTO_SPECIFIED
 2021-07-28  9:06 UTC  (2+ messages)

[RFC PATCH v1 0/2] Introduce XSAVE/XRSTOR self-test
 2021-07-28  7:18 UTC  (5+ messages)
` [RFC PATCH v1 1/2] selftests/xsave: test basic XSAVE architecture functionality
` [RFC PATCH v1 2/2] selftests/xsave: add xsave test during signal handling

[PATCH v2] lib: use of kunit in test_parman.c
 2021-07-28  6:31 UTC  (2+ messages)

[PATCH] lib: use of kunit in test_parman.c
 2021-07-28  4:46 UTC  (4+ messages)

[PATCH RESEND net-next 2/2] tc-testing: Add control-plane selftest for skbmod SKBMOD_F_ECN option
 2021-07-28  1:33 UTC 

[PATCH 2/3] net: netfilter: Add RFC-7597 Section 5.1 PSID support
 2021-07-26 14:37 UTC  (5+ messages)

[PATCH v2 0/4] selftests: add a new test driver for sysfs
 2021-07-23 17:32 UTC  (11+ messages)
` [PATCH v2 1/4] selftests: add tests_sysfs module
` [PATCH v2 4/4] test_sysfs: demonstrate deadlock fix

[PATCH 0/2] xfrm/compat: Fix xfrm_spdattr_type_t copying
 2021-07-22  9:48 UTC  (2+ messages)

[PATCH net-next 2/2] tc-testing: Add control-plane selftest for skbmod SKBMOD_F_ECN option
 2021-07-21 23:22 UTC 

[PATCH v3] kunit: tool: add --kernel_args to allow setting module params
 2021-07-21 21:26 UTC  (2+ messages)

[PATCH v5 0/1] lib: Convert UUID runtime test to KUnit
 2021-07-21 19:52 UTC  (3+ messages)
` [PATCH v5 1/1] "

[PATCH V2 0/3] riscv: add support for restartable sequence
 2021-07-21  3:19 UTC  (4+ messages)
` [PATCH V2 2/3] riscv: Add "

[PATCH bpf-next 0/3] libbpf: btf typed data dumping fixes (__int128 usage, error propagation)
 2021-07-20 20:51 UTC  (5+ messages)
` [PATCH bpf-next 1/3] libbpf: avoid use of __int128 in typed dump display


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