Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2021-05-12 01:14:07 to 2021-05-21 17:55:18 UTC [more...]

[PATCH v7 0/7] Fork brute force attack mitigation
 2021-05-21 17:24 UTC  (4+ messages)
` [PATCH v7 1/7] security: Add LSM hook at the point where a task gets a fatal signal
` [PATCH v7 2/7] security/brute: Define a LSM and add sysctl attributes
` [PATCH v7 3/7] security/brute: Detect a brute force attack

[PATCH v1 0/4] kunit: tool: add support for QEMU
 2021-05-21  3:53 UTC  (15+ 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] selftests: net: devlink_port_split.py: skip the test if no devlink device
 2021-05-20 22:50 UTC  (2+ messages)

[PATCH v5 0/4] KVM statistics data fd-based binary interface
 2021-05-20 21:30 UTC  (29+ 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] selftests: Add .gitignore for nci test suite
 2021-05-20 20:00 UTC  (2+ messages)

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

[PATCH] selftests: net: devlink_port_split.py: skip the test if no devlink device
 2021-05-20 15:00 UTC 

[PATCH v8 RESEND 1/4] lib: vsprintf: scanf: Negative number must have field width > 1
 2021-05-20  8:35 UTC  (5+ 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 1/2] KVM: Deliver VM fault signals to userspace
 2021-05-19 22:46 UTC  (4+ messages)
` [PATCH 2/2] KVM: selftests: Add UFFD_FEATURE_SIGBUS page-in tests

[PATCH v2 00/10] KVM: selftests: exercise userfaultfd minor faults
 2021-05-19 22:34 UTC  (25+ messages)
` [PATCH v2 01/10] KVM: selftests: trivial comment/logging fixes
` [PATCH v2 02/10] KVM: selftests: simplify setup_demand_paging error handling
` [PATCH v2 03/10] KVM: selftests: print a message when skipping KVM tests
` [PATCH v2 04/10] KVM: selftests: compute correct demand paging size
` [PATCH v2 05/10] KVM: selftests: allow different backing source types
` [PATCH v2 06/10] KVM: selftests: refactor vm_mem_backing_src_type flags
` [PATCH v2 07/10] KVM: selftests: add shmem backing source type
` [PATCH v2 08/10] KVM: selftests: create alias mappings when using shared memory
` [PATCH v2 09/10] KVM: selftests: allow using UFFD minor faults for demand paging
` [PATCH v2 10/10] KVM: selftests: add shared hugetlbfs backing source type

[PATCH v19 0/8] mm: introduce memfd_secret system call to create "secret" memory areas
 2021-05-19  7:13 UTC  (32+ 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-19  3:50 UTC  (10+ 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 v5 00/10] userfaultfd: add minor fault handling for shmem
 2021-05-18 22:28 UTC  (4+ messages)
` [PATCH v5 09/10] userfaultfd/selftests: reinitialize test context in each test

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

[PATCH] kunit: arch/um/configs: Enable KUNIT_ALL_TESTS by default
 2021-05-18 21:15 UTC  (3+ messages)

[PATCH v9 4/6] selftest/sigaltstack: Use the AT_MINSIGSTKSZ aux vector if available
 2021-05-18 20:03 UTC  (2+ messages)
` [PATCH v9 6/6] selftest/x86/signal: Include test cases for validating sigaltstack

[PATCH 0/5] KVM: selftests: exercise userfaultfd minor faults
 2021-05-18 19:05 UTC  (14+ 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] kselftest/arm64: Add missing newline to SVE test skipping output
 2021-05-18 16:33 UTC 

[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 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 -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  (9+ 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 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 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox