linux-kselftest.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-01-15 01:27:08 to 2020-01-20 08:37:10 UTC [more...]

[PATCH v16 00/23] selftests, powerpc, x86: Memory Protection Keys
 2020-01-20  8:36 UTC  (9+ 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 04/24] selftests/vm/pkeys: Move generic definitions to header file
` [PATCH v17 08/24] selftests: vm: pkeys: Add helpers for pkey bits
` [PATCH v17 12/24] selftests: vm: pkeys: Use the correct huge page size

[PATCH bpf-next v4 00/10] tools: Use consistent libbpf include paths everywhere
 2020-01-20  6:20 UTC  (15+ messages)
` [PATCH bpf-next v4 01/10] samples/bpf: Don't try to remove user's homedir on clean
` [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 05/10] selftests: "
` [PATCH bpf-next v4 06/10] bpftool: "
` [PATCH bpf-next v4 07/10] perf: "
` [PATCH bpf-next v4 08/10] samples/bpf: "
` [PATCH bpf-next v4 09/10] selftests: Remove tools/lib/bpf from include path
` [PATCH bpf-next v4 10/10] tools/runqslower: "

[PATCH 1/3] selftests/x86: Build with LDFLAGS and LDLIBS
 2020-01-20  5:06 UTC  (6+ messages)
` [PATCH 2/3] selftests/rseq: Build with LDFLAGS
` [PATCH 3/3] selftests/bpf: Build urandom_read with LDFLAGS and LDLIBS

[PATCH bpf-next] bpf: add bpf_ct_lookup_{tcp,udp}() helpers
 2020-01-19  3:05 UTC  (4+ messages)

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

[PATCH v10 1/8] hugetlb_cgroup: Add hugetlb_cgroup reservation counter
 2020-01-17 22:57 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 4/8] hugetlb: disable region_add file_region coalescing
` [PATCH v10 5/8] hugetlb_cgroup: add accounting for shared mappings
` [PATCH v10 6/8] hugetlb_cgroup: support noreserve mappings
` [PATCH v10 7/8] hugetlb_cgroup: Add hugetlb_cgroup reservation tests
` [PATCH v10 8/8] hugetlb_cgroup: Add hugetlb_cgroup reservation docs

[PATCH v9 1/8] hugetlb_cgroup: Add hugetlb_cgroup reservation counter
 2020-01-17 22:09 UTC  (5+ messages)
` [PATCH v9 3/8] hugetlb_cgroup: add reservation accounting for private mappings

[PATCH v4 6/6] selftests/cgroup: add tests for cloning into cgroups
 2020-01-17 20:24 UTC  (2+ messages)

[PATCH 1/2] cgroup: allow deletion of cgroups containing only dying processes
 2020-01-17 18:41 UTC  (10+ messages)
` [PATCH 2/2] kselftest/cgroup: add cgroup destruction test
` [PATCH 0/3] cgroup: Iterate tasks that did not finish do_exit()
  ` [PATCH 1/3] cgroup: Unify css_set task lists
  ` [PATCH 2/3] cgroup: Iterate tasks that did not finish do_exit()
  ` [PATCH 3/3] kselftest/cgroup: add cgroup destruction test

[PATCH bpf-next v3 00/11] tools: Use consistent libbpf include paths everywhere
 2020-01-17  9:58 UTC  (30+ messages)
` [PATCH bpf-next v3 01/11] samples/bpf: Don't try to remove user's homedir on clean
` [PATCH bpf-next v3 02/11] tools/bpf/runqslower: Fix override option for VMLINUX_BTF
` [PATCH bpf-next v3 03/11] selftests: Pass VMLINUX_BTF to runqslower Makefile
` [PATCH bpf-next v3 04/11] tools/runqslower: Use consistent include paths for libbpf
` [PATCH bpf-next v3 05/11] selftests: "
` [PATCH bpf-next v3 06/11] bpftool: "
` [PATCH bpf-next v3 07/11] perf: "
` [PATCH bpf-next v3 08/11] samples/bpf: "
` [PATCH bpf-next v3 09/11] selftests: Remove tools/lib/bpf from include path
` [PATCH bpf-next v3 10/11] tools/runqslower: "
` [PATCH bpf-next v3 11/11] libbpf: Fix include of bpf_helpers.h when libbpf is installed on system

[PATCH] kselftest: Minimise dependency of get_size on C library interfaces
 2020-01-17  5:21 UTC  (4+ messages)

[PATCH v3 5/5] selftests/cgroup: add tests for cloning into cgroups
 2020-01-17  0:21 UTC 

[RESEND PATCH v9 00/13] selftests/resctrl: Add resctrl selftest
 2020-01-16 21:32 UTC  (14+ messages)
` [RESEND PATCH v9 01/13] selftests/resctrl: Add README for resctrl tests
` [RESEND PATCH v9 02/13] selftests/resctrl: Add basic resctrl file system operations and data
` [RESEND PATCH v9 03/13] selftests/resctrl: Read memory bandwidth from perf IMC counter and from resctrl file system
` [RESEND PATCH v9 04/13] selftests/resctrl: Add callback to start a benchmark
` [RESEND PATCH v9 05/13] selftests/resctrl: Add built in benchmark
` [RESEND PATCH v9 06/13] selftests/resctrl: Add MBM test
` [RESEND PATCH v9 07/13] selftests/resctrl: Add MBA test
` [RESEND PATCH v9 08/13] selftests/resctrl: Add Cache QoS Monitoring (CQM) selftest
` [RESEND PATCH v9 09/13] selftests/resctrl: Add Cache Allocation Technology (CAT) selftest
` [RESEND PATCH v9 10/13] selftests/resctrl: Add vendor detection mechanism
` [RESEND PATCH v9 11/13] selftests/resctrl: Use cache index3 id for AMD schemata masks
` [RESEND PATCH v9 12/13] selftests/resctrl: Disable MBA and MBM tests for AMD
` [RESEND PATCH v9 13/13] selftests/resctrl: Add the test in MAINTAINERS

[PATCH v12 00/22] mm/gup: prereqs to track dma-pinned pages: FOLL_PIN
 2020-01-16 20:30 UTC  (17+ messages)
` [PATCH v12 04/22] mm: devmap: refactor 1-based refcounting for ZONE_DEVICE pages
` [PATCH v12 05/22] goldish_pipe: rename local pin_user_pages() routine
` [PATCH v12 06/22] mm: fix get_user_pages_remote()'s handling of FOLL_LONGTERM
` [PATCH v12 08/22] mm/gup: allow FOLL_FORCE for get_user_pages_fast()
` [PATCH v12 11/22] mm/gup: introduce pin_user_pages*() and FOLL_PIN
` [PATCH v12 22/22] mm, tree-wide: rename put_user_page*() to unpin_user_page*()

[PATCH v6 0/6] mm/hmm/test: add self tests for HMM
 2020-01-16 20:21 UTC  (13+ messages)
` [PATCH v6 1/6] mm/mmu_notifier: add mmu_interval_notifier_insert_safe()
` [PATCH v6 4/6] mm/mmu_notifier: add mmu_interval_notifier_find()
` [PATCH v6 5/6] nouveau: use new mmu interval notifiers

[PATCH][next] selftests: fix spelling mistake "chainged" -> "chained"
 2020-01-16 20:13 UTC  (2+ messages)

[PATCH v9 00/13] selftests/resctrl: Add resctrl selftest
 2020-01-16 19:42 UTC  (2+ messages)

[PATCH AUTOSEL 5.4 116/205] selftests: gen_kselftest_tar.sh: Do not clobber kselftest/
 2020-01-16 16:42 UTC  (3+ messages)
` [PATCH AUTOSEL 5.4 132/205] kselftests: cgroup: Avoid the reuse of fd after it is deallocated
` [PATCH AUTOSEL 5.4 155/205] libbpf: Fix call relocation offset calculation bug

[PATCH AUTOSEL 4.19 302/671] selftests/ipc: Fix msgque compiler warnings
 2020-01-16 16:59 UTC 

[PATCH AUTOSEL 4.14 165/371] selftests/ipc: Fix msgque compiler warnings
 2020-01-16 17:20 UTC 

[PATCH bpf-next v2 00/10] tools: Use consistent libbpf include paths everywhere
 2020-01-16 17:14 UTC  (25+ messages)
` [PATCH bpf-next v2 01/10] samples/bpf: Don't try to remove user's homedir on clean
` [PATCH bpf-next v2 02/10] tools/bpf/runqslower: Fix override option for VMLINUX_BTF
` [PATCH bpf-next v2 03/10] tools/runqslower: Use consistent include paths for libbpf
` [PATCH bpf-next v2 04/10] selftests: "
` [PATCH bpf-next v2 05/10] bpftool: "
` [PATCH bpf-next v2 06/10] perf: "
` [PATCH bpf-next v2 07/10] samples/bpf: "
` [PATCH bpf-next v2 08/10] libbpf: Fix include of bpf_helpers.h when libbpf is installed on system
` [PATCH bpf-next v2 09/10] selftests: Remove tools/lib/bpf from include path
` [PATCH bpf-next v2 10/10] tools/runqslower: "

[PATCH] selftests: fix spelling mistaked "chaigned" -> "chained"
 2020-01-16 15:09 UTC  (2+ messages)

[PATCH v5 0/2] mm/hmm/test: add self tests for HMM
 2020-01-16 14:13 UTC  (9+ messages)
` [PATCH v5 1/2] mm/mmu_notifier: make interval notifier updates safe

[PATCH v15 00/24] selftests, powerpc, x86: Memory Protection Keys
 2020-01-16  8:33 UTC  (6+ messages)
` [PATCH v15 14/23] selftests/vm/pkeys: Fix assertion in test_pkey_alloc_exhaust()
` [PATCH v15 23/23] selftests: vm: pkeys: Use the correct page size on powerpc

[BUGFIX PATCH] selftests: Fix pthread link option
 2020-01-16  2:37 UTC  (4+ 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).