linux-kselftest.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-23 23:36:37 to 2020-10-01 05:10:06 UTC [more...]

[PATCH v2 0/3] Extract run_kselftest.sh and generate stand-alone test list
 2020-10-01  5:09 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 0/5] Speed up mremap on large regions
 2020-09-30 23:03 UTC  (10+ 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: "

[PATCH v6 0/6] mm: introduce memfd_secret system call to create "secret" memory areas
 2020-09-30 20:11 UTC  (38+ messages)
` [PATCH v6 1/6] mm: add definition of PMD_PAGE_ORDER
` [PATCH v6 2/6] mmap: make mlock_future_check() global
` [PATCH v6 3/6] mm: introduce memfd_secret system call to create "secret" memory areas
` [PATCH v6 4/6] arch, mm: wire up memfd_secret system call were relevant
` [PATCH v6 5/6] mm: secretmem: use PMD-size pages to amortize direct map fragmentation
` [PATCH v6 6/6] secretmem: test: add basic selftest for memfd_secret(2)
` [PATCH] man2: new page describing memfd_secret() system call

[PATCH] kunit: tool: fix display of make errors
 2020-09-30 20:00 UTC  (2+ messages)

[PATCH bpf-next v2 2/4] selftests: bpf: Add helper to compare socket cookies
 2020-09-30  9:37 UTC  (10+ messages)
` [PATCH bpf-next v2 3/4] selftests: bpf: remove shared header from sockmap iter test
` [PATCH bpf-next v2 4/4] selftest: bpf: Test copying a sockmap and sockhash

[PATCH bpf-next v4 0/6] bpf: BTF support for ksyms
 2020-09-30  6:48 UTC  (9+ messages)
` [PATCH bpf-next v4 1/6] bpf: Introduce pseudo_btf_id
` [PATCH bpf-next v4 2/6] bpf/libbpf: BTF support for typed ksyms
` [PATCH bpf-next v4 3/6] selftests/bpf: ksyms_btf to test "
` [PATCH bpf-next v4 4/6] bpf: Introduce bpf_per_cpu_ptr()
` [PATCH bpf-next v4 5/6] bpf: Introducte bpf_this_cpu_ptr()
` [PATCH bpf-next v4 6/6] bpf/selftests: Test for bpf_per_cpu_ptr() and bpf_this_cpu_ptr()

[PATCH bpf-next v3 0/6] bpf: BTF support for ksyms
 2020-09-29 23:53 UTC  (8+ messages)
` [PATCH bpf-next v3 4/6] bpf: Introduce bpf_per_cpu_ptr()

[PATCH v2 0/8] selftests/vm: gup_test, hmm-tests, assorted improvements
 2020-09-29 21:27 UTC  (9+ messages)
` [PATCH v2 1/8] mm/gup_benchmark: rename to mm/gup_test
` [PATCH v2 2/8] selftests/vm: use a common gup_test.h
` [PATCH v2 3/8] selftests/vm: rename run_vmtests --> run_vmtests.sh
` [PATCH v2 4/8] selftests/vm: minor cleanup: Makefile and gup_test.c
` [PATCH v2 5/8] selftests/vm: only some gup_test items are really benchmarks
` [PATCH v2 6/8] selftests/vm: gup_test: introduce the dump_pages() sub-test
` [PATCH v2 7/8] selftests/vm: run_vmtest.sh: update and clean up gup_test invocation
` [PATCH v2 8/8] selftests/vm: hmm-tests: remove the libhugetlbfs dependency

[RFC PATCH 4/4] selftest/x86/signal: Include test cases for validating sigaltstack
 2020-09-29 20:57 UTC 

[PATCH 0/8] selftests/vm: gup_test, hmm-tests, assorted improvements
 2020-09-29 20:36 UTC  (28+ messages)
` [PATCH 1/8] mm/gup_benchmark: rename to mm/gup_test
` [PATCH 2/8] selftests/vm: use a common gup_test.h
` [PATCH 3/8] selftests/vm: rename run_vmtests --> run_vmtests.sh
` [PATCH 4/8] selftests/vm: minor cleanup: Makefile and gup_test.c
` [PATCH 5/8] selftests/vm: only some gup_test items are really benchmarks
` [PATCH 6/8] selftests/vm: gup_test: introduce the dump_pages() sub-test
` [PATCH 7/8] selftests/vm: run_vmtest.sh: update and clean up gup_test invocation
` [PATCH 8/8] selftests/vm: hmm-tests: remove the libhugetlbfs dependency

[patch 00/13] preempt: Make preempt count unconditional
 2020-09-29 14:54 UTC  (14+ messages)

[PATCH bpf-next v3 2/4] selftests: bpf: Add helper to compare socket cookies
 2020-09-29  9:30 UTC  (3+ messages)
` [PATCH bpf-next v3 3/4] selftests: bpf: remove shared header from sockmap iter test
` [PATCH bpf-next v3 4/4] selftest: bpf: Test copying a sockmap and sockhash

[PATCH v7 bpf-next 0/8] bpf: add helpers to support BTF-based kernel data display
 2020-09-29  8:50 UTC  (12+ messages)
` [PATCH v7 bpf-next 1/8] bpf: provide function to get vmlinux BTF information
` [PATCH v7 bpf-next 2/8] bpf: move to generic BTF show support, apply it to seq files/strings
` [PATCH v7 bpf-next 3/8] bpf: add bpf_snprintf_btf helper
` [PATCH v7 bpf-next 4/8] selftests/bpf: add bpf_snprintf_btf helper tests
` [PATCH v7 bpf-next 5/8] bpf: bump iter seq size to support BTF representation of large data structures
` [PATCH v7 bpf-next 6/8] selftests/bpf: fix overflow tests to reflect iter size increase
` [PATCH v7 bpf-next 7/8] bpf: add bpf_seq_printf_btf helper
` [PATCH v7 bpf-next 8/8] selftests/bpf: add test for "

[PATCH v6 bpf-next 0/6] bpf: add helpers to support BTF-based kernel data display
 2020-09-29  1:54 UTC  (13+ messages)
` [PATCH v6 bpf-next 2/6] bpf: move to generic BTF show support, apply it to seq files/strings
` [PATCH v6 bpf-next 3/6] bpf: add bpf_snprintf_btf helper
` [PATCH v6 bpf-next 4/6] selftests/bpf: add bpf_snprintf_btf helper tests
` [PATCH v6 bpf-next 6/6] selftests/bpf: add test for bpf_seq_printf_btf helper

[PATCHv5 kselftest next] selftests/run_kselftest.sh: make each test individually selectable
 2020-09-29  1:27 UTC  (9+ messages)

[PATCH tip/core/rcu 12/15] rcutorture: Cleanup PREEMPT_COUNT leftovers
 2020-09-28 23:30 UTC 

[PATCH 00/11] Introduce Simple atomic and non-atomic counters
 2020-09-28 23:13 UTC  (15+ messages)
` [PATCH 02/11] selftests:lib:test_counters: add new test for counters

[RFC v1 00/12] kunit: introduce class mocking support
 2020-09-28 23:24 UTC  (3+ messages)

[PATCH 0/2] selftests: Extract run_kselftest.sh and generate stand-alone test list
 2020-09-28 20:09 UTC  (5+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] selftests/run_kselftest.sh: Make each test individually selectable

[PATCH v1] kunit: tool: handle when .kunit exists but .kunitconfig does not
 2020-09-28 20:02 UTC 

[PATCH v3 0/7] xfrm: Add compat layer
 2020-09-28  9:33 UTC  (2+ messages)

[PATCH v6 0/9] Syscall User Dispatch
 2020-09-25 20:30 UTC  (11+ messages)
` [PATCH v6 1/9] kernel: Support TIF_SYSCALL_INTERCEPT flag

[PATCH v8 1/3] rseq/membarrier: add MEMBARRIER_CMD_PRIVATE_EXPEDITED_RSEQ
 2020-09-25 11:50 UTC  (9+ messages)
` [PATCH v8 2/3] rseq/selftests: add rseq_offset_deref_addv
` [PATCH v8 3/3] rseq/selftests: test MEMBARRIER_CMD_PRIVATE_EXPEDITED_RSEQ

[PATCH bpf-next 2/4] selftests: bpf: Add helper to compare socket cookies
 2020-09-25  9:56 UTC  (3+ messages)
` [PATCH bpf-next 3/4] bpf: selftests: remove shared header from sockmap iter test
` [PATCH bpf-next 4/4] selftest: bpf: Test copying a sockmap and sockhash

selftests: pidfd: pidfd_wait hangs on linux next kernel on all devices
 2020-09-25  6:09 UTC  (4+ messages)

[PATCH] kbuild: explicitly specify the build id style
 2020-09-24 16:03 UTC  (2+ messages)

[PATCH] kbuild: explicitly specify the build id style
 2020-09-24 13:50 UTC 


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