linux-kselftest.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-01-23 14:47:54 to 2020-01-30 09:20:23 UTC [more...]

[PATCH v16 00/23] selftests, powerpc, x86: Memory Protection Keys
 2020-01-30  9:20 UTC  (10+ messages)

[PATCH 0/2] selftests: vm: Build fixes for powerpc64
 2020-01-30  7:01 UTC  (3+ messages)
` [PATCH 1/2] selftests: vm: Do not override definition of ARCH
` [PATCH 2/2] selftests: vm: Fix 64-bit test builds for powerpc64le

[PATCH v2 0/8] mm/gup: track FOLL_PIN pages (follow on from v12)
 2020-01-30  6:44 UTC  (16+ messages)
` [PATCH v2 1/8] mm: dump_page: print head page's refcount, for compound pages
` [PATCH v2 2/8] mm/gup: split get_user_pages_remote() into two routines
` [PATCH v2 3/8] mm/gup: pass a flags arg to __gup_device_* functions
` [PATCH v2 4/8] mm/gup: track FOLL_PIN pages
` [PATCH v2 5/8] mm/gup: page->hpage_pinned_refcount: exact pin counts for huge pages
` [PATCH v2 6/8] mm/gup: /proc/vmstat: pin_user_pages (FOLL_PIN) reporting
` [PATCH v2 7/8] mm/gup_benchmark: support pin_user_pages() and related calls
` [PATCH v2 8/8] selftests/vm: run_vmtests: invoke gup_benchmark with basic FOLL_PIN coverage

[PATCH v18 00/24] selftests, powerpc, x86: Memory Protection Keys
 2020-01-30  6:37 UTC  (25+ messages)
` [PATCH v18 01/24] selftests/x86/pkeys: Move selftests to arch-neutral directory
` [PATCH v18 02/24] selftests/vm/pkeys: Rename all references to pkru to a generic name
` [PATCH v18 03/24] selftests/vm/pkeys: Move generic definitions to header file
` [PATCH v18 04/24] selftests/vm/pkeys: Move some definitions to arch-specific header
` [PATCH v18 05/24] selftests/vm/pkeys: Make gcc check arguments of sigsafe_printf()
` [PATCH v18 06/24] selftests: vm: pkeys: Use sane types for pkey register
` [PATCH v18 07/24] selftests: vm: pkeys: Add helpers for pkey bits
` [PATCH v18 08/24] selftests/vm/pkeys: Fix pkey_disable_clear()
` [PATCH v18 09/24] selftests/vm/pkeys: Fix assertion in pkey_disable_set/clear()
` [PATCH v18 10/24] selftests/vm/pkeys: Fix alloc_random_pkey() to make it really random
` [PATCH v18 11/24] selftests: vm: pkeys: Use the correct huge page size
` [PATCH v18 12/24] selftests/vm/pkeys: Introduce generic pkey abstractions
` [PATCH v18 13/24] selftests/vm/pkeys: Introduce powerpc support
` [PATCH v18 14/24] selftests/vm/pkeys: Fix number of reserved powerpc pkeys
` [PATCH v18 15/24] selftests/vm/pkeys: Fix assertion in test_pkey_alloc_exhaust()
` [PATCH v18 16/24] selftests/vm/pkeys: Improve checks to determine pkey support
` [PATCH v18 17/24] selftests/vm/pkeys: Associate key on a mapped page and detect access violation
` [PATCH v18 18/24] selftests/vm/pkeys: Associate key on a mapped page and detect write violation
` [PATCH v18 19/24] selftests/vm/pkeys: Detect write violation on a mapped access-denied-key page
` [PATCH v18 20/24] selftests/vm/pkeys: Introduce a sub-page allocator
` [PATCH v18 21/24] selftests/vm/pkeys: Test correct behaviour of pkey-0
` [PATCH v18 22/24] selftests/vm/pkeys: Override access right definitions on powerpc
` [PATCH v18 23/24] selftests: vm: pkeys: Use the correct page size "
` [PATCH v18 24/24] selftests: vm: pkeys: Fix multilib builds for x86

[PATCH v10 1/8] hugetlb_cgroup: Add hugetlb_cgroup reservation counter
 2020-01-30  6:11 UTC  (12+ messages)
` [PATCH v10 2/8] hugetlb_cgroup: add interface for charge/uncharge hugetlb reservations
` [PATCH v10 3/8] hugetlb_cgroup: add reservation accounting for private mappings
` [PATCH v10 7/8] hugetlb_cgroup: Add hugetlb_cgroup reservation tests

[GIT PULL] Kselftest update for Linux 5.6-rc1
 2020-01-29 23:35 UTC  (2+ messages)

[GIT PULL] Kselftest kunit update for Linux 5.6-rc1
 2020-01-29 23:35 UTC  (2+ messages)

[RFC v1 0/6] kunit: create a centralized executor to dispatch all KUnit tests
 2020-01-29 21:28 UTC  (21+ messages)
` [RFC v1 3/6] kunit: test: create a single centralized executor for all tests
` [RFC v1 4/6] init: main: add KUnit to kernel init
` [RFC v1 6/6] kunit: Add 'kunit_shutdown' option

[PATCH 0/3] mm/gup: track FOLL_PIN pages (follow on from v12)
 2020-01-29 20:01 UTC  (13+ messages)
` [PATCH 1/3] mm/gup: track FOLL_PIN pages
` [PATCH 2/3] mm/gup_benchmark: support pin_user_pages() and related calls
` [PATCH 3/3] selftests/vm: run_vmtests: invoke gup_benchmark with basic FOLL_PIN coverage

[PATCH v1 0/7] kunit: create a centralized executor to dispatch all KUnit tests
 2020-01-29  6:38 UTC  (12+ messages)
` [PATCH v1 1/7] vmlinux.lds.h: add linker section for KUnit test suites
` [PATCH v1 2/7] arch: um: "
` [PATCH v1 3/7] kunit: test: create a single centralized executor for all tests
` [PATCH v1 4/7] init: main: add KUnit to kernel init
` [PATCH v1 5/7] kunit: test: add test plan to KUnit TAP format
` [PATCH v1 6/7] kunit: Add 'kunit_shutdown' option
` [PATCH v1 7/7] Documentation: Add kunit_shutdown to kernel-parameters.txt

[PATCH v3] selftests/ftrace: fix glob selftest
 2020-01-28  8:31 UTC  (2+ messages)

[PATCH v4] selftests/ftrace: fix glob selftest
 2020-01-28  8:30 UTC 

[PATCH] kunit/kunit_kernel: Rebuild .config if .kunitconfig is modified
 2020-01-28  6:03 UTC  (4+ messages)
` [PATCH] docs/kunit/start: Use '_KUNIT_TEST' config name suffix
  ` Re: [PATCH] kunit/kunit_kernel: Rebuild .config if .kunitconfig is modified

arm64: bpf: Elide some moves to a0 after calls
 2020-01-28  2:11 UTC  (5+ messages)
` [PATCH 1/4] selftests/bpf: Elide a check for LLVM versions that can't compile it
` [PATCH 2/4] arm64: bpf: Convert bpf2a64 to a function
` [PATCH 3/4] arm64: bpf: Split the read and write halves of dst
` [PATCH 4/4] arm64: bpf: Elide some moves to a0 after calls

[PATCH] selftests: settings: tests can be in subsubdirs
 2020-01-27 20:34 UTC  (6+ messages)

[RFC PATCH v1] pin_on_cpu: Introduce thread CPU pinning system call
 2020-01-27 19:39 UTC  (9+ messages)

[PATCH v4 00/10] Create a userfaultfd demand paging test
 2020-01-27 17:28 UTC  (35+ messages)
` [PATCH v4 01/10] KVM: selftests: Create a "
` [PATCH v4 02/10] KVM: selftests: Add demand paging content to the "
` [PATCH v4 03/10] KVM: selftests: Add configurable demand paging delay
` [PATCH v4 04/10] KVM: selftests: Add memory size parameter to the demand paging test
` [PATCH v4 05/10] KVM: selftests: Pass args to vCPU in global vCPU args struct
` [PATCH v4 06/10] KVM: selftests: Add support for vcpu_args_set to aarch64 and s390x
` [PATCH v4 07/10] KVM: selftests: Support multiple vCPUs in demand paging test
` [PATCH v4 08/10] KVM: selftests: Time guest demand paging
` [PATCH v4 09/10] KVM: selftests: Stop memslot creation in KVM internal memslot region
` [PATCH v4 10/10] KVM: selftests: Move memslot 0 above KVM internal memslots

syzkaller reproducers
 2020-01-27 17:06 UTC  (13+ messages)
      ` [Automated-testing] "

[PATCH] selftests/bpf: Elide a check for LLVM versions that can't compile it
 2020-01-27 11:09 UTC  (3+ messages)

[PATCH] Fix linked-list KUnit test when run multiple times
 2020-01-25  0:02 UTC  (4+ messages)

[PATCH 2/3] cgroup: Iterate tasks that did not finish do_exit()
 2020-01-24 22:56 UTC  (6+ messages)
` [PATCH v2 0/3] "
  ` [PATCH v2 1/3] "
  ` [PATCH v2 2/3] cgroup: Clean up css_set task traversal
  ` [PATCH v2 3/3] kselftest/cgroup: add cgroup destruction test

[PATCH bpf-next] bpf: add bpf_ct_lookup_{tcp,udp}() helpers
 2020-01-24 21:46 UTC  (10+ messages)
` [PATCH bpf-next v2 1/2] "

[PATCH bpf 1/4] selftests: bpf: use a temporary file in test_sockmap
 2020-01-24 19:50 UTC  (21+ messages)
` [PATCH bpf 2/4] selftests: bpf: ignore RST packets for reuseport tests
` [PATCH bpf 3/4] selftests: bpf: make reuseport test output more legible
` [PATCH bpf 4/4] selftests: bpf: reset global state between reuseport test runs
  ` [PATCH bpf-next v2 1/4] selftests: bpf: use a temporary file in test_sockmap
  ` [PATCH bpf-next v2 2/4] selftests: bpf: ignore FIN packets for reuseport tests
  ` [PATCH bpf-next v2 3/4] selftests: bpf: make reuseport test output more legible
  ` [PATCH bpf-next v2 4/4] selftests: bpf: reset global state between reuseport test runs

[PATCH v2 kunit-next 0/3] kunit: add debugfs representation to show results/run tests
 2020-01-23 22:24 UTC  (5+ messages)
` [PATCH v2 kunit-next 1/3] kunit: add debugfs /sys/kernel/debug/kunit/<suite>/results display
` [PATCH v2 kunit-next 2/3] kunit: add "run" debugfs file to run suites, display results
` [PATCH v2 kunit-next 3/3] kunit: update documentation to describe debugfs representation

[PATCH kunit 0/3] kunit: add debugfs representation to show results/run tests
 2020-01-23 14:55 UTC  (6+ messages)
` [PATCH kunit 1/3] kunit: add debugfs /sys/kernel/debug/kunit/<suite>/results display
` [PATCH kunit 2/3] kunit: add "run" debugfs file to run suites, display results
` [PATCH kunit 3/3] kunit: update documentation to describe debugfs representation


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