Linux-kselftest Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-04 19:22:15 to 2021-05-18 11:08:37 UTC [more...]

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

[PATCH v2] lib/test: convert test_overflow.c to use KUnit
 2021-05-18  6:14 UTC  (2+ messages)

[PATCH v2 01/10] kunit: Do not typecheck binary assertions
 2021-05-18  4:29 UTC  (19+ messages)
` [PATCH v2 02/10] kunit: Assign strings to 'const char*' in STREQ assertions
` [PATCH v2 03/10] Documentation: kunit: Clean up some string casts in examples
` [PATCH v2 04/10] device property: Remove some casts in property-entry-test
` [PATCH v2 05/10] iio: Remove a cast in iio-test-format which is no longer required
` [PATCH v2 06/10] mmc: sdhci-of-aspeed: Remove some unnecessary casts from KUnit tests
` [PATCH v2 07/10] thunderbolt: test: Remove sone casts which are no longer required
` [PATCH v2 08/10] kernel/sysctl-test: Remove some casts which are no-longer required
` [PATCH v2 09/10] apparmor: test: "
` [PATCH v2 10/10] lib/cmdline_kunit: Remove a cast "

[PATCH] kunit: arch/um/configs: Enable KUNIT_ALL_TESTS by default
 2021-05-18  3:58 UTC 

[PATCH v1 0/4] kunit: tool: add support for QEMU
 2021-05-18  3:01 UTC  (10+ 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 v5 0/4] KVM statistics data fd-based binary interface
 2021-05-18  0:10 UTC  (8+ messages)
` [PATCH v5 1/4] KVM: stats: Separate common stats from architecture specific ones
` [PATCH v5 2/4] KVM: stats: Add fd-based API to read binary stats data
` [PATCH v5 3/4] KVM: stats: Add documentation for statistics data binary interface
` [PATCH v5 4/4] KVM: selftests: Add selftest for KVM "

[PATCH 0/5] KVM: selftests: exercise userfaultfd minor faults
 2021-05-17 23:57 UTC  (12+ 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-17 17:03 UTC  (3+ messages)
` [PATCH v5 2/2] selftests/sgx: Migrate to kselftest harness

[PATCH 1/1] selftests/powerpc: Remove duplicated header file inclusion
 2021-05-17 12:16 UTC 

[PATCH] [v2] selftests: powerpc: Remove unneeded variables
 2021-05-17  5:57 UTC  (2+ messages)

[PATCH RESEND v2 1/2] KVM: selftests: Keep track of memslots more efficiently
 2021-05-16 18:38 UTC  (2+ messages)
` [PATCH RESEND v2 2/2] KVM: selftests: add a memslot-related performance benchmark

[RFC PATCH v2 07/11] selftests/x86: Test Key Locker internal key maintenance
 2021-05-14 20:15 UTC 

[PATCH] selftests/bpf: only munmap the mmaped ringbuf pages
 2021-05-14 18:07 UTC  (2+ messages)

[PATCH v8 RESEND 1/4] lib: vsprintf: scanf: Negative number must have field width > 1
 2021-05-14 16:12 UTC  (4+ messages)
` [PATCH v8 RESEND 2/4] lib: vsprintf: Fix handling of number field widths in vsscanf
` [PATCH v8 RESEND 3/4] lib: test_scanf: Add tests for sscanf number conversion
` [PATCH v8 RESEND 4/4] selftests: lib: Add wrapper script for test_scanf

[PATCH -next] tools/testing/selftests/exec: fix link error
 2021-05-14  9:24 UTC 

[PATCH][next] kselftest: Fix spelling mistake "hiearchy" -> "hierarchy"
 2021-05-14  9:04 UTC 

[PATCH] kunit: Add gnu_printf specifiers
 2021-05-13 22:36 UTC  (4+ messages)

[PATCH v3 0/4] KVM statistics data fd-based binary interface
 2021-05-13 20:54 UTC  (3+ messages)
` [PATCH v3 3/4] KVM: stats: Add documentation for statistics data "

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

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

[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 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  (4+ messages)
` [PATCH v6 06/10] userfaultfd/shmem: modify shmem_mfill_atomic_pte to use install_pte()

[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  (4+ messages)
` [RFC v2 3/4] "


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 read-only IMAP folder(s) and NNTP newsgroup(s).