Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2020-11-20 13:00:47 to 2020-12-01 22:22:59 UTC [more...]

[PATCH v8 0/7] Syscall User Dispatch
 2020-12-01 22:21 UTC  (9+ 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 v9 1/2] kunit: Support for Parameterized Testing
 2020-12-01 20:30 UTC  (8+ messages)
` [PATCH v9 2/2] fs: ext4: Modify inode-test.c to use KUnit parameterized testing feature

[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 1/5] kunit: tool: fix unit test cleanup handling
 2020-12-01 18:59 UTC  (12+ 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 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 v3] lib: Convert test_hexdump.c to KUnit
 2020-12-01 11:06 UTC  (2+ messages)

[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 v3] Compiler Attributes: remove CONFIG_ENABLE_MUST_CHECK
 2020-11-30 18:16 UTC  (3+ messages)

[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  (5+ 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  (20+ messages)
` [net-next v3 1/8] vrf: add mac header for tunneled packets when sniffer is attached
` [net-next v3 2/8] seg6: improve management of behavior attributes
` [net-next v3 3/8] seg6: add support for optional attributes in SRv6 behaviors
` [net-next v3 4/8] seg6: add callbacks for customizing the creation/destruction of a behavior
` [net-next v3 5/8] seg6: add support for the SRv6 End.DT4 behavior
` [net-next v3 6/8] seg6: add VRF support for SRv6 End.DT6 behavior
` [net-next v3 7/8] selftests: add selftest for the SRv6 End.DT4 behavior
` [net-next v3 8/8] selftests: add selftest for the SRv6 End.DT6 (VRF) behavior
` [iproute2-next v1 1/1] seg6: add support for vrftable attribute in End.DT4/DT6 behaviors

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

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

[PATCH v11 0/9] mm: introduce memfd_secret system call to create "secret" memory areas
 2020-11-24 16:49 UTC  (12+ messages)
` [PATCH v11 1/9] mm: add definition of PMD_PAGE_ORDER
` [PATCH v11 2/9] mmap: make mlock_future_check() global
` [PATCH v11 3/9] set_memory: allow set_direct_map_*_noflush() for multiple pages
` [PATCH v11 4/9] mm: introduce memfd_secret system call to create "secret" memory areas
` [PATCH v11 5/9] secretmem: use PMD-size pages to amortize direct map fragmentation
` [PATCH v11 6/9] secretmem: add memcg accounting
` [PATCH v11 7/9] PM: hibernate: disable when there are active secretmem users
` [PATCH v11 8/9] arch, mm: wire up memfd_secret system call were relevant
` [PATCH v11 9/9] secretmem: test: add basic selftest for memfd_secret(2)

[PATCH v4 0/2] dma-mapping: provide a benchmark for streaming DMA mapping
 2020-11-24 13:45 UTC  (2+ messages)

[PATCH v10 0/9] mm: introduce memfd_secret system call to create "secret" memory areas
 2020-11-24  9:29 UTC  (13+ messages)
` [PATCH v10 1/9] mm: add definition of PMD_PAGE_ORDER
` [PATCH v10 2/9] mmap: make mlock_future_check() global
` [PATCH v10 3/9] set_memory: allow set_direct_map_*_noflush() for multiple pages
` [PATCH v10 4/9] mm: introduce memfd_secret system call to create "secret" memory areas
` [PATCH v10 5/9] secretmem: use PMD-size pages to amortize direct map fragmentation
` [PATCH v10 6/9] secretmem: add memcg accounting
` [PATCH v10 7/9] PM: hibernate: disable when there are active secretmem users
` [PATCH v10 8/9] arch, mm: wire up memfd_secret system call were relevant
` [PATCH v10 9/9] secretmem: test: add basic selftest for memfd_secret(2)

[PATCH V3 05/10] x86/entry: Pass irqentry_state_t by reference
 2020-11-24  6:09 UTC  (2+ messages)
` [PATCH V3.1] entry: "

[PATCH v24 00/12] Landlock LSM
 2020-11-24  2:38 UTC  (18+ messages)
` [PATCH v24 01/12] landlock: Add object management
` [PATCH v24 02/12] landlock: Add ruleset and domain management
` [PATCH v24 07/12] landlock: Support filesystem access-control
` [PATCH v24 08/12] landlock: Add syscall implementations
` [PATCH v24 12/12] landlock: Add user and kernel documentation

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

[PATCH v7 0/7] Syscall User Dispatch
 2020-11-22  4:01 UTC  (7+ messages)
` [PATCH v7 3/7] kernel: Implement selective syscall userspace redirection

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

[PATCH] selftests/seccomp: sh: Fix register names
 2020-11-20 19:05 UTC  (3+ messages)


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