linux-kselftest.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-01-17 19:04:21 to 2020-01-27 14:20:07 UTC [more...]

syzkaller reproducers
 2020-01-27 14:19 UTC  (11+ messages)
      ` [Automated-testing] "

[PATCH 0/3] mm/gup: track FOLL_PIN pages (follow on from v12)
 2020-01-27 13:00 UTC  (7+ 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] selftests/bpf: Elide a check for LLVM versions that can't compile it
 2020-01-27 11:09 UTC  (3+ messages)

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

[PATCH v4 00/10] Create a userfaultfd demand paging test
 2020-01-27  9:42 UTC  (34+ 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

[PATCH] kunit/kunit_kernel: Rebuild .config if .kunitconfig is modified
 2020-01-26  1:59 UTC 

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

[PATCH 1/2] cgroup: allow deletion of cgroups containing only dying processes
 2020-01-24 22:56 UTC  (11+ messages)
` [PATCH 0/3] cgroup: Iterate tasks that did not finish do_exit()
  ` [PATCH 2/3] "
          ` [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  (15+ messages)
` [PATCH bpf-next v2 1/2] "
  ` [PATCH bpf-next v2 2/2] selftests/bpf: test references to nf_conn

[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

[RFC v1 0/6] kunit: create a centralized executor to dispatch all KUnit tests
 2020-01-23 22:56 UTC  (12+ 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 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 v10 1/8] hugetlb_cgroup: Add hugetlb_cgroup reservation counter
 2020-01-23 20:05 UTC  (11+ 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 4/8] hugetlb: disable region_add file_region coalescing
` [PATCH v10 7/8] hugetlb_cgroup: Add hugetlb_cgroup reservation tests

[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

[RFC PATCH v1] pin_on_cpu: Introduce thread CPU pinning system call
 2020-01-23  8:19 UTC  (10+ messages)

[PATCH v9 1/8] hugetlb_cgroup: Add hugetlb_cgroup reservation counter
 2020-01-22 21:40 UTC  (9+ messages)
` [PATCH v9 3/8] hugetlb_cgroup: add reservation accounting for private mappings
` [PATCH v9 4/8] hugetlb: disable region_add file_region coalescing

[PATCH 1/3] selftests/x86: Build with LDFLAGS and LDLIBS
 2020-01-22 17:23 UTC  (5+ messages)
` [PATCH 3/3] selftests/bpf: Build urandom_read "

[RFC PATCH v1] pin_on_cpu: Introduce thread CPU pinning system call
 2020-01-22 17:16 UTC 

[RFC PATCH v1] pin_on_cpu: Introduce thread CPU pinning system call
 2020-01-22 15:48 UTC 

[PATCH v5 6/6] selftests/cgroup: add tests for cloning into cgroups
 2020-01-21 15:48 UTC 

[PATCH bpf-next v5 00/11] tools: Use consistent libbpf include paths everywhere
 2020-01-21 13:33 UTC  (16+ messages)
` [PATCH bpf-next v5 01/11] samples/bpf: Don't try to remove user's homedir on clean
` [PATCH bpf-next v5 02/11] tools/bpf/runqslower: Fix override option for VMLINUX_BTF
` [PATCH bpf-next v5 03/11] selftests: Pass VMLINUX_BTF to runqslower Makefile
` [PATCH bpf-next v5 04/11] tools/runqslower: Use consistent include paths for libbpf
` [PATCH bpf-next v5 05/11] selftests: "
` [PATCH bpf-next v5 06/11] bpftool: "
` [PATCH bpf-next v5 07/11] perf: "
` [PATCH bpf-next v5 08/11] samples/bpf: "
` [PATCH bpf-next v5 09/11] tools/runqslower: Remove tools/lib/bpf from include path
` [PATCH bpf-next v5 10/11] runsqslower: Support user-specified libbpf include and object paths
` [PATCH bpf-next v5 11/11] selftests: Refactor build to remove tools/lib/bpf from include path

[PATCH bpf-next v4 00/10] tools: Use consistent libbpf include paths everywhere
 2020-01-20 21:00 UTC  (14+ messages)
` [PATCH bpf-next v4 02/10] tools/bpf/runqslower: Fix override option for VMLINUX_BTF
` [PATCH bpf-next v4 03/10] selftests: Pass VMLINUX_BTF to runqslower Makefile
` [PATCH bpf-next v4 04/10] tools/runqslower: Use consistent include paths for libbpf
` [PATCH bpf-next v4 09/10] selftests: Remove tools/lib/bpf from include path

[PATCH v2] selftests: vm: Fix 64-bit test builds for powerpc64le
 2020-01-20 14:14 UTC  (2+ messages)

[PATCH] selftests: vm: Fix 64-bit test builds for powerpc64le
 2020-01-20 13:52 UTC 

[PATCH v3 0/2] openat2: minor uapi cleanups
 2020-01-19  1:12 UTC  (7+ messages)
  ` [PATCH v3 1/2] open: introduce openat2(2) syscall
  ` [PATCH v3 2/2] selftests: add openat2(2) selftests

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

[PATCH v4 6/6] selftests/cgroup: add tests for cloning into cgroups
 2020-01-17 20:24 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).