Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2020-11-25 01:58:06 to 2020-12-04 03:58:17 UTC [more...]

[PATCH 1/3] kunit: tool: surface and address more typing issues
 2020-12-04  3:57 UTC  (4+ messages)
` [PATCH 2/3] kunit: tool: fix minor typing issue with None status
` [PATCH 3/3] kunit: tool: move kunitconfig parsing into __init__

[PATCH v14 00/10] mm: introduce memfd_secret system call to create "secret" memory areas
 2020-12-03 23:39 UTC  (14+ messages)
` [PATCH v14 01/10] mm: add definition of PMD_PAGE_ORDER
` [PATCH v14 02/10] mmap: make mlock_future_check() global
` [PATCH v14 03/10] set_memory: allow set_direct_map_*_noflush() for multiple pages
` [PATCH v14 04/10] set_memory: allow querying whether set_direct_map_*() is actually enabled
` [PATCH v14 05/10] mm: introduce memfd_secret system call to create "secret" memory areas
` [PATCH v14 06/10] secretmem: use PMD-size pages to amortize direct map fragmentation
` [PATCH v14 07/10] secretmem: add memcg accounting
` [PATCH v14 08/10] PM: hibernate: disable when there are active secretmem users
` [PATCH v14 09/10] arch, mm: wire up memfd_secret system call were relevant
` [PATCH v14 10/10] secretmem: test: add basic selftest for memfd_secret(2)

[PATCH v1 0/5] dm: dm-user: New target that proxies BIOs to userspace
 2020-12-03 21:58 UTC  (6+ messages)
` [PATCH v1 1/5] Documentation: Describe dm-user
` [PATCH v1 2/5] uapi: Add dm-user structure definition
` [PATCH v1 3/5] dm: dm-user: New target that proxies BIOs to userspace
` [PATCH v1 4/5] selftests/dm-user: A handful of tests for dm-user
` [PATCH v1 5/5] MAINTAINERS: Add myself as a dm-user maintainer

[PATCH] selftests: propagate CC to selftest submakes
 2020-12-03 22:10 UTC 

[PATCH v3] self_tests/kvm: sync_regs test for diag318
 2020-12-03 21:52 UTC 

[PATCH v2] userfaultfd: selftests: make __{s,u}64 format specifiers portable
 2020-12-03 18:02 UTC 

[PATCH] selftests: kvm/set_memory_region_test: Fix race in move region test
 2020-12-03 17:39 UTC  (2+ messages)

[PATCH v2 0/3] RFC: Precise TSC migration
 2020-12-03 17:11 UTC  (4+ messages)
` [PATCH v2 1/3] KVM: x86: implement KVM_{GET|SET}_TSC_STATE
` [PATCH v2 2/3] KVM: x86: introduce KVM_X86_QUIRK_TSC_HOST_ACCESS
` [PATCH v2 3/3] kvm/selftests: update tsc_msrs_test to cover KVM_X86_QUIRK_TSC_HOST_ACCESS

[PATCH v2 1/4] kunit: tool: fix unit test cleanup handling
 2020-12-03  5:15 UTC  (9+ messages)
` [PATCH v2 2/4] kunit: tool: stop using bare asserts in unit test
` [PATCH v2 3/4] kunit: tool: use `with open()` "
` [PATCH v2 4/4] minor: kunit: tool: fix unit test so it can run from non-root dir

[PATCH] userfaultfd: selftests: make __{s,u}64 format specifiers portable
 2020-12-03  1:32 UTC  (5+ messages)

[PATCH v9 1/2] kunit: Support for Parameterized Testing
 2020-12-02 22:59 UTC  (13+ messages)
` [PATCH v9 2/2] fs: ext4: Modify inode-test.c to use KUnit parameterized testing feature

[PATCH] selftests/seccomp: Update kernel config
 2020-12-02 19:22 UTC  (2+ messages)

[PATCH 1/5] kunit: tool: fix unit test cleanup handling
 2020-12-02 19:11 UTC  (14+ messages)
` [PATCH 2/5] kunit: tool: fix unit test so it can run from non-root dir
` [PATCH 3/5] kunit: tool: stop using bare asserts in unit test
` [PATCH 4/5] kunit: tool: use `with open()` "
` [PATCH 5/5] minor: kunit: tool: s/get_absolute_path/test_data_path "

[PATCH v3 0/6] mm/hmm/nouveau: add THP migration to migrate_vma_*
 2020-12-02 18:01 UTC  (10+ messages)
` [PATCH v3 3/6] mm: support THP migration to device private memory

[PATCH v2 0/2] openat2: reject RESOLVE_BENEATH|RESOLVE_IN_ROOT
 2020-12-02 14:43 UTC 

[PATCH net-next] selftests: forwarding: Add MPLS L2VPN test
 2020-12-02 14:35 UTC 

[PATCH v3] lib: Convert test_hexdump.c to KUnit
 2020-12-02 13:10 UTC  (7+ messages)

[net-next v4 0/8] seg6: add support for SRv6 End.DT4/DT6 behavior
 2020-12-02 13:05 UTC  (9+ messages)
` [net-next v4 1/8] vrf: add mac header for tunneled packets when sniffer is attached
` [net-next v4 2/8] seg6: improve management of behavior attributes
` [net-next v4 3/8] seg6: add support for optional attributes in SRv6 behaviors
` [net-next v4 4/8] seg6: add callbacks for customizing the creation/destruction of a behavior
` [net-next v4 5/8] seg6: add support for the SRv6 End.DT4 behavior
` [net-next v4 6/8] seg6: add VRF support for SRv6 End.DT6 behavior
` [net-next v4 7/8] selftests: add selftest for the SRv6 End.DT4 behavior
` [net-next v4 8/8] selftests: add selftest for the SRv6 End.DT6 (VRF) behavior

[PATCH v3] Compiler Attributes: remove CONFIG_ENABLE_MUST_CHECK
 2020-12-02 12:50 UTC  (4+ messages)

[PATCH v8 0/7] Syscall User Dispatch
 2020-12-02  0:04 UTC  (16+ messages)
` [PATCH v8 1/7] x86: vdso: Expose sigreturn address on vdso to the kernel
` [PATCH v8 2/7] signal: Expose SYS_USER_DISPATCH si_code type
` [PATCH v8 3/7] kernel: Implement selective syscall userspace redirection
` [PATCH v8 4/7] entry: Support Syscall User Dispatch on common syscall entry
` [PATCH v8 5/7] selftests: Add kselftest for syscall user dispatch
` [PATCH v8 6/7] selftests: Add benchmark "
` [PATCH v8 7/7] docs: Document Syscall User Dispatch

[PATCH v5 00/16]Fix several bad kernel-doc markups
 2020-12-01 21:17 UTC  (3+ messages)
` [PATCH v5 14/16] selftests: kselftest_harness.h: partially fix "

[PATCH v25 00/12] Landlock LSM
 2020-12-01 19:23 UTC  (13+ messages)
` [PATCH v25 01/12] landlock: Add object management
` [PATCH v25 02/12] landlock: Add ruleset and domain management
` [PATCH v25 03/12] landlock: Set up the security framework and manage credentials
` [PATCH v25 04/12] landlock: Add ptrace restrictions
` [PATCH v25 05/12] LSM: Infrastructure management of the superblock
` [PATCH v25 06/12] fs,security: Add sb_delete hook
` [PATCH v25 07/12] landlock: Support filesystem access-control
` [PATCH v25 08/12] landlock: Add syscall implementations
` [PATCH v25 09/12] arch: Wire up Landlock syscalls
` [PATCH v25 10/12] selftests/landlock: Add user space tests
` [PATCH v25 11/12] samples/landlock: Add a sandbox manager example
` [PATCH v25 12/12] landlock: Add user and kernel documentation

[PATCH v13 00/10] mm: introduce memfd_secret system call to create "secret" memory areas
 2020-12-01 16:44 UTC  (13+ messages)
` [PATCH v13 01/10] mm: add definition of PMD_PAGE_ORDER
` [PATCH v13 02/10] mmap: make mlock_future_check() global
` [PATCH v13 03/10] set_memory: allow set_direct_map_*_noflush() for multiple pages
` [PATCH v13 04/10] set_memory: allow querying whether set_direct_map_*() is actually enabled
` [PATCH v13 05/10] mm: introduce memfd_secret system call to create "secret" memory areas
` [PATCH v13 06/10] secretmem: use PMD-size pages to amortize direct map fragmentation
` [PATCH v13 07/10] secretmem: add memcg accounting
` [PATCH v13 08/10] PM: hibernate: disable when there are active secretmem users
` [PATCH v13 09/10] arch, mm: wire up memfd_secret system call were relevant
` [PATCH v13 10/10] secretmem: test: add basic selftest for memfd_secret(2)

[PATCH] selftest/vm: Fix build error
 2020-12-01 12:47 UTC 

[PATCH v8 1/2] kunit: Support for Parameterized Testing
 2020-11-30 22:24 UTC  (2+ messages)

[PATCH v2] Documentation: kunit: provide guidance for testing many inputs
 2020-11-30 22:13 UTC  (2+ messages)

[PATCH] kunit: kunit_tool: Correctly parse diagnostic messages
 2020-11-30 22:01 UTC  (2+ messages)

[PATCH v12 00/10] mm: introduce memfd_secret system call to create "secret" memory areas
 2020-11-30 20:15 UTC  (18+ messages)
` [PATCH v12 01/10] mm: add definition of PMD_PAGE_ORDER
` [PATCH v12 02/10] mmap: make mlock_future_check() global
` [PATCH v12 03/10] set_memory: allow set_direct_map_*_noflush() for multiple pages
` [PATCH v12 04/10] set_memory: allow querying whether set_direct_map_*() is actually enabled
` [PATCH v12 05/10] mm: introduce memfd_secret system call to create "secret" memory areas
` [PATCH v12 06/10] secretmem: use PMD-size pages to amortize direct map fragmentation
` [PATCH v12 07/10] secretmem: add memcg accounting
` [PATCH v12 08/10] PM: hibernate: disable when there are active secretmem users
` [PATCH v12 09/10] arch, mm: wire up memfd_secret system call were relevant
` [PATCH v12 10/10] secretmem: test: add basic selftest for memfd_secret(2)

[PATCH v2 1/4] lib: vsprintf: Fix handling of number field widths in vsscanf
 2020-11-30 14:58 UTC  (4+ messages)
` [PATCH v2 2/4] lib: test_scanf: Add tests for sscanf number conversion
` [PATCH v2 3/4] selftests: lib: Add wrapper script for test_scanf
` [PATCH v2 4/4] MAINTAINERS: Add lib/test_scanf.c to VSPRINTF

[PATCH v2] Compiler Attributes: remove CONFIG_ENABLE_MUST_CHECK
 2020-11-28 13:14 UTC  (2+ messages)

[PATCH bpf-next v3 0/5] selftests/bpf: xsk selftests
 2020-11-28  3:13 UTC  (13+ messages)
` [PATCH bpf-next v3 1/5] selftests/bpf: xsk selftests framework
` [PATCH bpf-next v3 2/5] selftests/bpf: xsk selftests - SKB POLL, NOPOLL
` [PATCH bpf-next v3 3/5] selftests/bpf: xsk selftests - DRV "
` [PATCH bpf-next v3 4/5] selftests/bpf: xsk selftests - Socket Teardown - SKB, DRV
` [PATCH bpf-next v3 5/5] selftests/bpf: xsk selftests - Bi-directional Sockets "

[PATCH v2 4/4] selftest/x86/signal: Include test cases for validating sigaltstack
 2020-11-27 17:32 UTC  (2+ messages)

[PATCH] compiler_attribute: remove CONFIG_ENABLE_MUST_CHECK
 2020-11-27 15:55 UTC  (2+ messages)

[PATCH] tools/testing: add kselftest shell helper library
 2020-11-27 10:54 UTC  (2+ messages)

[PATCH] tools: selftests: Add missing munmap() in check_error_paths()
 2020-11-27  5:49 UTC 

[PATCH v2] selftests/clone3: Fix build error
 2020-11-27  3:16 UTC 

[PATCH] selftests/clone3: Add gun99 to compile in Makefile
 2020-11-26 10:00 UTC  (2+ messages)

[net-next v3 0/8] seg6: add support for SRv6 End.DT4/DT6 behavior
 2020-11-26  0:17 UTC  (12+ messages)
` [net-next v3 5/8] seg6: add support for the SRv6 End.DT4 behavior

[PATCH] rseq/selftests: Fix MEMBARRIER_CMD_PRIVATE_EXPEDITED_RSEQ build error under other arch
 2020-11-25 16:10 UTC  (2+ messages)

[PATCH AUTOSEL 5.9 11/33] kunit: fix display of failed expectations for strings
 2020-11-25 15:35 UTC 

[PATCHv2] selftests/powerpc/eeh: disable kselftest timeout setting for eeh-basic
 2020-11-25 11:57 UTC  (2+ messages)


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