linux-kselftest.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-30 20:00:40 to 2020-10-09 19:53:17 UTC [more...]

[PATCH RFC PKS/PMEM 00/58] PMEM: Introduce stray write protection for PMEM
 2020-10-09 19:49 UTC  (8+ messages)
` [PATCH RFC PKS/PMEM 02/58] x86/pks/test: Add testing for global option
` [PATCH RFC PKS/PMEM 06/58] kmap: Introduce k[un]map_thread debugging
` [PATCH RFC PKS/PMEM 09/58] drivers/gpu: Utilize new kmap_thread()
` [PATCH RFC PKS/PMEM 10/58] drivers/rdma: "
` [PATCH RFC PKS/PMEM 15/58] fs/ecryptfs: "
` [PATCH RFC PKS/PMEM 16/58] fs/gfs2: "
` [PATCH RFC PKS/PMEM 17/58] fs/nilfs2: "

[PATCH RFC V3 0/9] PKS: Add Protection Keys Supervisor (PKS) support RFC v3
 2020-10-09 19:42 UTC  (10+ messages)
` [PATCH RFC V3 1/9] x86/pkeys: Create pkeys_common.h
` [PATCH RFC V3 2/9] x86/fpu: Refactor arch_set_user_pkey_access() for PKS support
` [PATCH RFC V3 3/9] x86/pks: Enable Protection Keys Supervisor (PKS)
` [PATCH RFC V3 4/9] x86/pks: Preserve the PKRS MSR on context switch
` [PATCH RFC V3 5/9] x86/pks: Add PKS kernel API
` [PATCH RFC V3 6/9] x86/entry: Pass irqentry_state_t by reference
` [PATCH RFC V3 7/9] x86/entry: Preserve PKRS MSR across exceptions
` [PATCH RFC V3 8/9] x86/fault: Report the PKRS state on fault
` [PATCH RFC V3 9/9] x86/pks: Add PKS test code

[PATCH v3 00/11] Introduce Simple atomic counters
 2020-10-09 19:37 UTC  (6+ messages)
` [PATCH v3 02/11] selftests:lib:test_counters: add new test for counters

[tip: core/rcu] rcutorture: Cleanup PREEMPT_COUNT leftovers
 2020-10-09 17:01 UTC 

[PATCH 00/13] selftests fixes
 2020-10-09 12:07 UTC  (34+ messages)
` [PATCH 01/13] selftests: filter kselftest headers from command in lib.mk
` [PATCH 02/13] selftests: pidfd: fix compilation errors due to wait.h
` [PATCH 03/13] selftests: add vmaccess to .gitignore
` [PATCH 04/13] selftests/harness: prettify SKIP message whitespace again
` [PATCH 05/13] selftests: pidfd: use ksft_test_result_skip() when skipping test
` [PATCH 06/13] selftests: pidfd: skip test on kcmp() ENOSYS
` [PATCH 07/13] selftests: pidfd: add CONFIG_CHECKPOINT_RESTORE=y to config
` [PATCH 08/13] selftests: pidfd: drop needless linux/kcmp.h inclusion in pidfd_setns_test.c
` [PATCH 09/13] selftests: android: fix multiple definition of sock_name
` [PATCH 10/13] selftests: proc: fix warning: _GNU_SOURCE redefined
` [PATCH 11/13] selftests: core: use SKIP instead of XFAIL in close_range_test.c
` [PATCH 12/13] selftests: clone3: use SKIP instead of XFAIL
` [PATCH 13/13] selftests: binderfs: "

[PATCH] openat2: reject RESOLVE_BENEATH|RESOLVE_IN_ROOT
 2020-10-09 11:50 UTC  (2+ messages)

selftests: pidfd: pidfd_wait hangs on linux next kernel on all devices
 2020-10-09  9:58 UTC  (5+ messages)

[PATCH net-next] selftests: mptcp: interpret \n as a new line
 2020-10-09  0:56 UTC  (3+ messages)

[PATCH][V2] selftests/ftrace: check for do_sys_openat2 in user-memory test
 2020-10-08 20:48 UTC  (3+ messages)

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

[PATCH v2] selftests/tls: Add {} to avoid static checker warning
 2020-10-08  6:35 UTC 

[PATCH v2 00/11] Introduce Simple atomic counters
 2020-10-07 18:30 UTC  (4+ messages)
` [PATCH v2 02/11] selftests:lib:test_counters: add new test for counters

[REGRESSION] kselftest: next-20201006
 2020-10-07 14:15 UTC 

[PATCH] selftests/vm: 10x speedup for hmm-tests
 2020-10-06 20:34 UTC  (4+ messages)

[PATCH bpf-next v4 0/6] bpf: BTF support for ksyms
 2020-10-06 20:17 UTC  (8+ messages)
` [PATCH bpf-next v4 1/6] bpf: Introduce pseudo_btf_id

[PATCH v5 00/16] Introduce partial kernel_read_file() support
 2020-10-06 17:19 UTC  (21+ messages)
` [PATCH v5 01/16] fs/kernel_read_file: Remove FIRMWARE_PREALLOC_BUFFER enum
` [PATCH v5 02/16] fs/kernel_read_file: Remove FIRMWARE_EFI_EMBEDDED enum
` [PATCH v5 03/16] fs/kernel_read_file: Split into separate include file
` [PATCH v5 04/16] fs/kernel_read_file: Split into separate source file
` [PATCH v5 05/16] fs/kernel_read_file: Remove redundant size argument
` [PATCH v5 06/16] fs/kernel_read_file: Switch buffer size arg to size_t
` [PATCH v5 07/16] fs/kernel_read_file: Add file_size output argument
` [PATCH v5 08/16] LSM: Introduce kernel_post_load_data() hook
` [PATCH v5 09/16] firmware_loader: Use security_post_load_data()
` [PATCH v5 10/16] module: Call security_kernel_post_load_data()
` [PATCH v5 11/16] LSM: Add "contents" flag to kernel_read_file hook
` [PATCH v5 12/16] IMA: Add support for file reads without contents
` [PATCH v5 13/16] fs/kernel_file_read: Add "offset" arg for partial reads
` [PATCH v5 14/16] firmware: Store opt_flags in fw_priv
` [PATCH v5 15/16] firmware: Add request_partial_firmware_into_buf()
` [PATCH v5 16/16] test_firmware: Test partial read support

[PATCH 00/11] Introduce Simple atomic and non-atomic counters
 2020-10-06 15:21 UTC  (5+ messages)

[PATCH] selftests: splice: Adjust for handler fallback removal
 2020-10-05 20:45 UTC 

[PATCH v2 0/6] kselftest: arm64/mte: Tests for user-space MTE
 2020-10-05 18:08 UTC  (9+ messages)
` [PATCH v2 1/6] kselftest/arm64: Add utilities and a test to validate mte memory
` [PATCH v2 2/6] kselftest/arm64: Verify mte tag inclusion via prctl
` [PATCH v2 3/6] kselftest/arm64: Check forked child mte memory accessibility
` [PATCH v2 4/6] kselftest/arm64: Verify all different mmap MTE options
` [PATCH v2 5/6] kselftest/arm64: Verify KSM page merge for MTE pages
` [PATCH v2 6/6] kselftest/arm64: Check mte tagged user address in kernel

[PATCH v3 0/5] Speed up mremap on large regions
 2020-10-05 15:40 UTC  (6+ messages)
` [PATCH v3 1/5] kselftests: vm: Add mremap tests
` [PATCH v3 2/5] arm64: mremap speedup - Enable HAVE_MOVE_PMD
` [PATCH v3 3/5] mm: Speedup mremap on 1GB or larger regions
` [PATCH v3 4/5] arm64: mremap speedup - Enable HAVE_MOVE_PUD
` [PATCH v3 5/5] x86: "

[REGRESSION] kselftest: next-20201002
 2020-10-05 14:29 UTC 

[PATCH] man2: new page describing memfd_secret() system call
 2020-10-05  7:32 UTC  (4+ messages)

[RFC v5 0/1] Selftest for cpuidle latency measurement
 2020-10-04 12:11 UTC  (2+ messages)
` [RFC v5 1/1] selftests/cpuidle: Add support "

[PATCH v2 0/8] selftests/vm: gup_test, hmm-tests, assorted improvements
 2020-10-04  8:17 UTC  (4+ messages)
` [PATCH v2 8/8] selftests/vm: hmm-tests: remove the libhugetlbfs dependency

[PATCH v2 0/6] Speed up mremap on large regions
 2020-10-03 20:01 UTC  (13+ messages)
` [PATCH v2 1/6] kselftests: vm: Add mremap tests
` [PATCH v2 2/6] arm64: mremap speedup - Enable HAVE_MOVE_PMD
` [PATCH v2 3/6] mm: Speedup mremap on 1GB or larger regions
` [PATCH v2 4/6] arm64: Add set_pud_at() function
` [PATCH v2 5/6] arm64: mremap speedup - Enable HAVE_MOVE_PUD
` [PATCH v2 6/6] x86: "

[PATCH v39 22/24] selftests/x86: Add a selftest for SGX
 2020-10-03  4:50 UTC 

[PATCH 0/1] selftests/vm: 8x compaction_test speedup
 2020-10-02 23:25 UTC  (4+ messages)
` [PATCH 1/1] "

[PATCH] selftests/ftrace: check for do_sys_openat2 in user-memory test
 2020-10-02 13:20 UTC  (7+ messages)

[PATCH bpf-next v2 2/4] selftests: bpf: Add helper to compare socket cookies
 2020-10-02 10:08 UTC  (8+ messages)

WARNING:at arch/x86/kvm/vmx/vmx.c:4809 handle_exception_nmi+0x5ab/0x5c0
 2020-10-02  7:44 UTC 

[PATCH 0/5] Speed up mremap on large regions
 2020-10-02  6:39 UTC  (20+ messages)
` [PATCH 1/5] kselftests: vm: Add mremap tests
` [PATCH 2/5] arm64: mremap speedup - Enable HAVE_MOVE_PMD
` [PATCH 3/5] mm: Speedup mremap on 1GB or larger regions
` [PATCH 4/5] arm64: mremap speedup - Enable HAVE_MOVE_PUD
` [PATCH 5/5] x86: "

[RFC v1 00/12] kunit: introduce class mocking support
 2020-10-01 21:49 UTC  (4+ messages)

[RFC PATCH 21/22] selftest/x86/amx: Include test cases for the AMX state management
 2020-10-01 20:39 UTC 

[PATCH v6 0/6] mm: introduce memfd_secret system call to create "secret" memory areas
 2020-10-01  8:14 UTC  (16+ messages)
` [PATCH v6 3/6] "
` [PATCH v6 5/6] mm: secretmem: use PMD-size pages to amortize direct map fragmentation

[PATCH v2 0/3] Extract run_kselftest.sh and generate stand-alone test list
 2020-10-01  5:13 UTC  (9+ messages)
` [PATCH v2 1/3] selftests: "
` [PATCH v2 2/3] selftests/run_kselftest.sh: Make each test individually selectable
` [PATCH v2 3/3] doc: dev-tools: kselftest.rst: Update examples and paths

[PATCH] kunit: tool: fix display of make errors
 2020-09-30 20:00 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;
as well as URLs for NNTP newsgroup(s).