linux-kselftest.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-28 11:37:14 to 2021-05-13 19:32:21 UTC [more...]

[PATCH v2 01/10] kunit: Do not typecheck binary assertions
 2021-05-13 19:31 UTC 

[PATCH v19 0/8] mm: introduce memfd_secret system call to create "secret" memory areas
 2021-05-13 19:08 UTC  (10+ messages)
` [PATCH v19 1/8] mmap: make mlock_future_check() global
` [PATCH v19 2/8] riscv/Kconfig: make direct map manipulation options depend on MMU
` [PATCH v19 3/8] set_memory: allow set_direct_map_*_noflush() for multiple pages
` [PATCH v19 4/8] set_memory: allow querying whether set_direct_map_*() is actually enabled
` [PATCH v19 5/8] mm: introduce memfd_secret system call to create "secret" memory areas
` [PATCH v19 6/8] PM: hibernate: disable when there are active secretmem users
` [PATCH v19 7/8] arch, mm: wire up memfd_secret system call where relevant
` [PATCH v19 8/8] secretmem: test: add basic selftest for memfd_secret(2)

[PATCH] selftests/powerpc: Fix duplicate included pthread.h
 2021-05-13 11:03 UTC 

[PATCH v5 1/3] kunit: make test->lock irq safe
 2021-05-13  9:32 UTC  (10+ messages)
` [PATCH v5 2/3] mm/slub, kunit: add a KUnit test for SLUB debugging functionality
  ` [PATCH] mm/slub, kunit: add a KUnit test for SLUB debugging functionality-fix
` [PATCH v5 3/3] slub: remove resiliency_test() function

[PATCH v5 0/2] CPU-Idle latency selftest framework
 2021-05-13  9:18 UTC  (4+ messages)
` [PATCH v5 1/2] cpuidle: Extract IPI based and timer based wakeup latency from idle states
` [PATCH v5 2/2] selftest/cpuidle: Add support for cpuidle latency measurement

[PATCH 0/5] KVM: selftests: exercise userfaultfd minor faults
 2021-05-12 21:45 UTC  (6+ messages)
` [PATCH 1/5] KVM: selftests: allow different backing memory types for demand paging
` [PATCH 2/5] KVM: selftests: add shmem backing source type
` [PATCH 3/5] KVM: selftests: create alias mappings when using shared memory
` [PATCH 4/5] KVM: selftests: allow using UFFD minor faults for demand paging
` [PATCH 5/5] KVM: selftests: add shared hugetlbfs backing source type

[PATCH v5 1/2] selftests/sgx: Rename 'eenter' and 'sgx_call_vdso'
 2021-05-12 21:53 UTC  (2+ messages)
` [PATCH v5 2/2] selftests/sgx: Migrate to kselftest harness

[PATCH v4 1/2] selftests/sgx: Rename 'eenter' and 'sgx_call_vdso'
 2021-05-12 19:17 UTC  (8+ messages)
` [PATCH v4 2/2] selftests/sgx: Migrate to kselftest harness

[PATCHv2] selftests: xfrm: put cleanup code into an exit trap
 2021-05-12 10:11 UTC 

[PATCH v2] lib/test: convert test_overflow.c to use KUnit
 2021-05-11 22:05 UTC 

[PATCH] selftests: kvm: make allocation of extra memory take effect
 2021-05-12  4:31 UTC  (3+ messages)
` [PATCH] selftests: kvm: Fix a potential elf loading issue

[PATCH resend v2 3/5] MAINTAINERS: add tools/testing/selftests/vm/ to MEMORY MANAGEMENT
 2021-05-11  9:47 UTC  (4+ messages)
` [PATCH resend v2 4/5] selftests/vm: add protection_keys_32 / protection_keys_64 to gitignore
` [PATCH resend v2 5/5] selftests/vm: add test for MADV_POPULATE_(READ|WRITE)

[PATCH v4 0/4] KVM statistics data fd-based binary interface
 2021-05-11  8:38 UTC  (11+ messages)
` [PATCH v4 1/4] KVM: stats: Separate common stats from architecture specific ones
` [PATCH v4 2/4] KVM: stats: Add fd-based API to read binary stats data
` [PATCH v4 3/4] KVM: stats: Add documentation for statistics data binary interface
` [PATCH v4 4/4] KVM: selftests: Add selftest for KVM "

[PATCH v18 0/9] mm: introduce memfd_secret system call to create "secret" memory areas
 2021-05-10 18:02 UTC  (12+ messages)

[PATCH] kselftest/arm64: Add missing stddef.h include to BTI tests
 2021-05-10 12:56 UTC  (2+ messages)

[PATCH 1/1] mnt: Delete two unneeded bool conversions
 2021-05-10 12:38 UTC 

[PATCH 1/1] selftests: timers: Remove several unneeded semicolons
 2021-05-08  9:57 UTC 

[PATCH 1/2] kunit: Do not typecheck binary assertions
 2021-05-08  5:56 UTC  (7+ messages)
` [PATCH 2/2] kunit: Assign strings to 'const char*' in STREQ assertions

[PATCH v1 0/4] kunit: tool: add support for QEMU
 2021-05-07 21:31 UTC  (5+ messages)
` [PATCH v1 1/4] kunit: Add 'kunit_shutdown' option
` [PATCH v1 2/4] Documentation: Add kunit_shutdown to kernel-parameters.txt
` [PATCH v1 3/4] kunit: tool: add support for QEMU
` [PATCH v1 4/4] Documentation: kunit: document support for QEMU in kunit_tool

[PATCH v3 0/2] secretmem: optimize page_is_secretmem()
 2021-05-07 15:01 UTC  (3+ messages)
` [PATCH v3 2/2] "

[PATCH v3 1/2] selftests/sgx: Rename 'eenter' and 'sgx_call_vdso'
 2021-05-07  8:35 UTC  (2+ messages)
` [PATCH v3 2/2] selftests/sgx: Migrate to kselftest harness

[PATCH v6 00/10] userfaultfd: add minor fault handling for shmem
 2021-05-06 21:12 UTC  (13+ messages)
` [PATCH v6 01/10] userfaultfd/hugetlbfs: avoid including userfaultfd_k.h in hugetlb.h
` [PATCH v6 02/10] userfaultfd/shmem: combine shmem_{mcopy_atomic,mfill_zeropage}_pte
` [PATCH v6 03/10] userfaultfd/shmem: support minor fault registration for shmem
` [PATCH v6 04/10] userfaultfd/shmem: support UFFDIO_CONTINUE "
` [PATCH v6 05/10] userfaultfd/shmem: advertise shmem minor fault support
` [PATCH v6 06/10] userfaultfd/shmem: modify shmem_mfill_atomic_pte to use install_pte()
` [PATCH v6 07/10] userfaultfd/selftests: use memfd_create for shmem test type
` [PATCH v6 08/10] userfaultfd/selftests: create alias mappings in the shmem test
` [PATCH v6 09/10] userfaultfd/selftests: reinitialize test context in each test
` [PATCH v6 10/10] userfaultfd/selftests: exercise minor fault handling shmem support

[PATCH v3 00/13] Add futex2 syscalls
 2021-05-06 14:48 UTC  (4+ messages)

[PATCH v2 1/2] selftests/sgx: Rename 'eenter' and 'sgx_call_vdso'
 2021-05-06  5:55 UTC  (2+ messages)
` [PATCH v2 2/2] selftests/sgx: Report kselftest results

[PATCH 1/2] selftests/sgx: Rename 'eenter' and 'sgx_call_vdso'
 2021-05-06  1:40 UTC  (3+ messages)
` [PATCH 2/2] selftests/sgx: Report kselftest results

[PATCH v8] fat: Add KUnit tests for checksums and timestamps
 2021-05-05 22:22 UTC  (5+ messages)

[PATCH] kbuild: replace LANG=C with LC_ALL=C
 2021-05-05 17:49 UTC  (3+ messages)

[PATCH AUTOSEL 4.19 20/32] selftests: Set CC to clang in lib.mk if LLVM is set
 2021-05-05 16:39 UTC 

[PATCH AUTOSEL 4.14 15/25] selftests: Set CC to clang in lib.mk if LLVM is set
 2021-05-05 16:40 UTC 

[PATCH AUTOSEL 4.9 13/22] selftests: Set CC to clang in lib.mk if LLVM is set
 2021-05-05 16:41 UTC 

[PATCH AUTOSEL 4.4 13/19] selftests: Set CC to clang in lib.mk if LLVM is set
 2021-05-05 16:41 UTC 

[PATCH AUTOSEL 5.4 27/46] selftests: Set CC to clang in lib.mk if LLVM is set
 2021-05-05 16:38 UTC 

[PATCH AUTOSEL 5.10 24/85] selftests/powerpc: Fix L1D flushing tests for Power10
 2021-05-05 16:36 UTC  (4+ messages)
` [PATCH AUTOSEL 5.10 53/85] selftests: Set CC to clang in lib.mk if LLVM is set
` [PATCH AUTOSEL 5.10 77/85] selftests: mlxsw: Increase the tolerance of backlog buildup
` [PATCH AUTOSEL 5.10 78/85] selftests: mlxsw: Fix mausezahn invocation in ERSPAN scale test

[PATCH AUTOSEL 5.11 029/104] selftests/powerpc: Fix L1D flushing tests for Power10
 2021-05-05 16:34 UTC  (5+ messages)
` [PATCH AUTOSEL 5.11 040/104] selftests: mptcp: launch mptcp_connect with timeout
` [PATCH AUTOSEL 5.11 069/104] selftests: Set CC to clang in lib.mk if LLVM is set
` [PATCH AUTOSEL 5.11 096/104] selftests: mlxsw: Increase the tolerance of backlog buildup
` [PATCH AUTOSEL 5.11 097/104] selftests: mlxsw: Fix mausezahn invocation in ERSPAN scale test

[PATCH AUTOSEL 5.12 029/116] selftests/powerpc: Fix L1D flushing tests for Power10
 2021-05-05 16:31 UTC  (5+ messages)
` [PATCH AUTOSEL 5.12 043/116] selftests: mptcp: launch mptcp_connect with timeout
` [PATCH AUTOSEL 5.12 078/116] selftests: Set CC to clang in lib.mk if LLVM is set
` [PATCH AUTOSEL 5.12 106/116] selftests: mlxsw: Increase the tolerance of backlog buildup
` [PATCH AUTOSEL 5.12 107/116] selftests: mlxsw: Fix mausezahn invocation in ERSPAN scale test

[PATCH v3] netfilter: nf_conntrack: Add conntrack helper for ESP/IPsec
 2021-05-05 11:10 UTC  (3+ messages)

[RFC v2 0/4] kunit: tool: add support for QEMU
 2021-05-04 20:07 UTC  (12+ messages)
` [RFC v2 1/4] kunit: Add 'kunit_shutdown' option
` [RFC v2 2/4] Documentation: Add kunit_shutdown to kernel-parameters.txt
` [RFC v2 3/4] kunit: tool: add support for QEMU
` [RFC v2 4/4] Documentation: kunit: document support for QEMU in kunit_tool

[PATCH] lib/test: convert test_overflow.c to use KUnit
 2021-05-04 19:14 UTC  (3+ messages)

[PATCH v4] KVM: x86: Fix KVM_GET_CPUID2 ioctl to return cpuid entries count
 2021-05-04 16:52 UTC  (10+ messages)

[PATCH] selftests: kvm: remove reassignment of non-absolute variables
 2021-05-04  7:22 UTC  (4+ messages)
` [PATCH v2] "

Subject: [PATCH 0/1] SGX self test fails
 2021-05-03 22:37 UTC  (8+ messages)
` [PATCH] selftests/sgx: Defeat execute permissions test

[PATCH 2/2] lib/test: convert lib/test_list_sort.c to use KUnit
 2021-05-03 21:05 UTC  (4+ messages)

[PATCH v2 1/2] kunit: introduce kunit_kmalloc_array/kunit_kcalloc() helpers
 2021-05-03 20:58 UTC  (2+ messages)
` [PATCH v2 2/2] lib/test: convert lib/test_list_sort.c to use KUnit

[PATCH v2] kbuild: replace LANG=C with LC_ALL=C
 2021-04-30  6:02 UTC  (2+ messages)

[PATCH v4] selftests/mincore: get readahead size for check_file_mmap()
 2021-04-30  5:26 UTC  (2+ messages)

[PATCH -next] khugepaged: selftests: remove debug_cow
 2021-04-30  5:11 UTC 

[PATCH] selftests/powerpc: remove unneeded semicolon
 2021-04-29 14:01 UTC  (2+ messages)

[PATCH v3 0/4] powerpc/selftests: Add Power10 2nd DAWR selftests
 2021-04-29 14:01 UTC  (2+ messages)

[RFC PATCH v2 0/2] x86/speculation: Add finer control for when to issue IBPB
 2021-04-29  8:44 UTC  (2+ messages)
` [RFC PATCH v2 2/2] selftests: Benchmark for the cost of disabling IB speculation

Running kunit_tool on unclean trees
 2021-04-29  3:35 UTC  (3+ messages)

[PATCH v5 00/10] userfaultfd: add minor fault handling for shmem
 2021-04-28 17:26 UTC  (14+ messages)
` [PATCH v5 04/10] userfaultfd/shmem: support UFFDIO_CONTINUE "
` [PATCH v5 05/10] userfaultfd/shmem: advertise shmem minor fault support
` [PATCH v5 06/10] userfaultfd/shmem: modify shmem_mcopy_atomic_pte to use install_pte()
` [PATCH v5 09/10] userfaultfd/selftests: reinitialize test context in each test
` [PATCH v5 10/10] userfaultfd/selftests: exercise minor fault handling shmem support

[PATCH v3] KVM: x86: Fix KVM_GET_CPUID2 ioctl to return cpuid entries count
 2021-04-28 17:20 UTC 

[PATCH v2] KVM: x86: Fix KVM_GET_CPUID2 ioctl to return cpuid entries count
 2021-04-28 16:34 UTC 

[PATCH] KVM: x86: Fix KVM_GET_CPUID2 ioctl to return cpuid entries count
 2021-04-28 14:58 UTC  (4+ 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).