linux-kselftest.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-12-15 18:17:13 to 2021-12-20 01:49:21 UTC [more...]

[PATCH v2 00/13] KVM: selftests: Add tests for SEV and SEV-ES guests
 2021-12-20  1:49 UTC  (17+ messages)
` [PATCH v2 01/13] KVM: selftests: move vm_phy_pages_alloc() earlier in file
` [PATCH v2 02/13] KVM: selftests: sparsebit: add const where appropriate
` [PATCH v2 03/13] KVM: selftests: add hooks for managing encrypted guest memory
` [PATCH v2 04/13] KVM: selftests: handle encryption bits in page tables
` [PATCH v2 05/13] KVM: selftests: add support for encrypted vm_vaddr_* allocations
` [PATCH v2 06/13] KVM: selftests: ensure ucall_shared_alloc() allocates shared memory
` [PATCH v2 07/13] KVM: selftests: add library for creating/interacting with SEV guests
` [PATCH v2 08/13] KVM: selftests: add SEV boot tests
` [PATCH v2 09/13] KVM: SVM: include CR3 in initial VMSA state for SEV-ES guests
` [PATCH v2 10/13] KVM: selftests: account for error code in #VC exception frame
` [PATCH v2 11/13] KVM: selftests: add support for creating SEV-ES guests
` [PATCH v2 12/13] KVM: selftests: add library for handling SEV-ES-related exits
` [PATCH v2 13/13] KVM: selftests: add SEV-ES boot tests

[PATCH v1 00/11] mm: COW fixes part 1: fix the COW security issue for THP and hugetlb
 2021-12-19 22:26 UTC  (96+ messages)
` [PATCH v1 01/11] seqlock: provide lockdep-free raw_seqcount_t variant
` [PATCH v1 02/11] mm: thp: consolidate mapcount logic on THP split
` [PATCH v1 03/11] mm: simplify hugetlb and file-THP handling in __page_mapcount()
` [PATCH v1 04/11] mm: thp: simlify total_mapcount()
` [PATCH v1 05/11] mm: thp: allow for reading the THP mapcount atomically via a raw_seqlock_t
` [PATCH v1 06/11] mm: support GUP-triggered unsharing via FAULT_FLAG_UNSHARE (!hugetlb)
` [PATCH v1 07/11] mm: gup: trigger unsharing via FAULT_FLAG_UNSHARE when required (!hugetlb)
` [PATCH v1 08/11] mm: hugetlb: support GUP-triggered unsharing via FAULT_FLAG_UNSHARE
` [PATCH v1 09/11] mm: gup: trigger unsharing via FAULT_FLAG_UNSHARE when required (hugetlb)
` [PATCH v1 10/11] mm: thp: introduce and use page_trans_huge_anon_shared()
` [PATCH v1 11/11] selftests/vm: add tests for the known COW security issues

[RFC PATCH v2] Documentation: dev-tools: Add KTAP specification
 2021-12-18  6:15 UTC  (2+ messages)

[PATCH][next] bpf, selftests: Fix spelling mistake "tained" -> "tainted"
 2021-12-17 22:20 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: Fix building error when using userspace pt_regs
 2021-12-17 16:45 UTC  (7+ messages)

[PATCH v9 1/7] cgroup/cpuset: Don't let child cpusets restrict parent in default hierarchy
 2021-12-17 16:34 UTC  (3+ messages)
` [PATCH] cgroup/cpuset: Make child cpusets restrict parents on v1 hierarchy

[PATCH v1 0/2] kselftest: alsa: Small enhancements to mixer-test
 2021-12-17 15:01 UTC  (7+ messages)
` [PATCH v1 1/2] kselftest: alsa: Factor out check that values meet constraints
` [PATCH v1 2/2] kselftest: alsa: Validate values read from enumerations

[PATCH v6 0/7] Documentation: KUnit: Rework KUnit documentation
 2021-12-17 10:50 UTC  (10+ messages)
` [PATCH v6 1/7] Documentation: KUnit: Rewrite main page
` [PATCH v6 2/7] Documentation: KUnit: Rewrite getting started
` [PATCH v6 3/7] Documentation: KUnit: Added KUnit Architecture
` [PATCH v6 4/7] Documentation: kunit: Reorganize documentation related to running tests
` [PATCH v6 5/7] Documentation: KUnit: Rework writing page to focus on writing tests
` [PATCH v6 6/7] Documentation: KUnit: Restyle Test Style and Nomenclature page
` [PATCH v6 7/7] Documentation: KUnit: Restyled Frequently Asked Questions

[PATCH 1/2] kselftest: signal all child processes
 2021-12-17  9:35 UTC  (5+ messages)

[PATCH v2] ksefltest: pidfd: Fix wait_states: Test terminated by timeout
 2021-12-17  9:30 UTC 

[PATCH v2] kselftest: signal all child processes
 2021-12-17  9:29 UTC 

[PATCH v2 0/4] KVM RISC-V 64-bit selftests support
 2021-12-17  8:28 UTC  (9+ messages)
` [PATCH v2 1/4] RISC-V: KVM: Forward SBI experimental and vendor extensions
` [PATCH v2 2/4] RISC-V: KVM: Add VM capability to allow userspace get GPA bits
` [PATCH v2 3/4] KVM: selftests: Add EXTRA_CFLAGS in top-level Makefile

[PATCH v4 0/7] Documentation: KUnit: Rework KUnit documentation
 2021-12-17  5:07 UTC  (13+ messages)
` [PATCH v4 1/7] Documentation: KUnit: Rewrite main page
` [PATCH v4 2/7] Documentation: KUnit: Rewrite getting started
` [PATCH v4 3/7] Documentation: KUnit: Added KUnit Architecture
` [PATCH v4 4/7] Documentation: kunit: Reorganize documentation related to running tests
` [PATCH v4 5/7] Documentation: KUnit: Rework writing page to focus on writing tests
` [PATCH v4 6/7] Documentation: KUnit: Restyle Test Style and Nomenclature page
` [PATCH v4 7/7] Documentation: KUnit: Restyled Frequently Asked Questions

[PATCH v5 0/7] Documentation: KUnit: Rework KUnit documentation
 2021-12-17  4:51 UTC  (9+ messages)
` [PATCH v5 1/7] Documentation: KUnit: Rewrite main page
` [PATCH v5 2/7] Documentation: KUnit: Rewrite getting started
` [PATCH v5 3/7] Documentation: KUnit: Added KUnit Architecture
` [PATCH v5 4/7] Documentation: kunit: Reorganize documentation related to running tests
` [PATCH v5 5/7] Documentation: KUnit: Rework writing page to focus on writing tests
` [PATCH v5 6/7] Documentation: KUnit: Restyle Test Style and Nomenclature page
` [PATCH v5 7/7] Documentation: KUnit: Restyled Frequently Asked Questions

[PATCH] selftests/bpf: remove ARRAY_SIZE defines from tests
 2021-12-17  1:03 UTC  (10+ messages)

[PATCH v5 net-next 0/4] Add ethtool interface for RClocks
 2021-12-17  0:01 UTC  (6+ messages)

[PATCH bpf-next v2 0/6] tools/bpf: Enable cross-building with clang
 2021-12-16 20:32 UTC  (9+ messages)
` [PATCH bpf-next v2 1/6] tools: Help "
` [PATCH bpf-next v2 2/6] tools/resolve_btfids: Support cross-building the kernel "
` [PATCH bpf-next v2 3/6] tools/libbpf: Enable cross-building "
` [PATCH bpf-next v2 4/6] bpftool: "
` [PATCH bpf-next v2 5/6] tools/runqslower: "
` [PATCH bpf-next v2 6/6] selftests/bpf: "

[PATCH v3] selftests/kselftest/runner.sh: Pass optional command parameters in environment
 2021-12-16 12:25 UTC 

[PATCH v9 0/7] cgroup/cpuset: Add new cpuset partition type & empty effecitve cpus
 2021-12-16  9:28 UTC  (11+ messages)
` [PATCH v9 3/7] cgroup/cpuset: Refining features and constraints of a partition
` [PATCH v9 6/7] cgroup/cpuset: Update description of cpuset.cpus.partition in cgroup-v2.rst

[PATCH v2 0/2] livepatch: Allow user to specify functions to search for on a stack
 2021-12-16  9:15 UTC  (10+ messages)
` [PATCH v2 1/2] "

[PATCH v2 0/7] Documentation: KUnit: Rework KUnit documentation
 2021-12-16  6:12 UTC  (9+ messages)
` [PATCH v2 3/7] Documentation: KUnit: Added KUnit Architecture
` [PATCH v2 5/7] Documentation: KUnit: Rework writing page to focus on writing tests

[PATCH v3 0/7] Documentation: KUnit: Rework KUnit documentation
 2021-12-16  6:02 UTC  (2+ messages)

[PATCH v3] kunit: tool: Default --jobs to number of CPUs
 2021-12-15 20:50 UTC 

[PATCH v2] kunit: tool: fix newly introduced typechecker errors
 2021-12-15 20:39 UTC 


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