linux-kselftest.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-11-12 07:27:44 to 2019-11-16 00:29:54 UTC [more...]

[PATCH v16 00/12] open: introduce openat2(2) syscall
 2019-11-16  0:27 UTC  (8+ messages)
` [PATCH v16 01/12] nsfs: clean-up ns_get_path() signature to return int
` [PATCH v16 02/12] namei: allow nd_jump_link() to produce errors
` [PATCH v16 03/12] namei: allow set_root() "

[PATCH v5 00/24] mm/gup: track dma-pinned pages: FOLL_PIN
 2019-11-15 18:06 UTC  (28+ messages)
` [PATCH v5 01/24] mm/gup: pass flags arg to __gup_device_* functions
` [PATCH v5 02/24] mm/gup: factor out duplicate code from four routines
` [PATCH v5 03/24] mm/gup: move try_get_compound_head() to top, fix minor issues
` [PATCH v5 04/24] mm: Cleanup __put_devmap_managed_page() vs ->page_free()
` [PATCH v5 05/24] mm: devmap: refactor 1-based refcounting for ZONE_DEVICE pages
` [PATCH v5 06/24] goldish_pipe: rename local pin_user_pages() routine
` [PATCH v5 07/24] IB/umem: use get_user_pages_fast() to pin DMA pages
` [PATCH v5 08/24] media/v4l2-core: set pages dirty upon releasing DMA buffers
` [PATCH v5 09/24] vfio, mm: fix get_user_pages_remote() and FOLL_LONGTERM
` [PATCH v5 10/24] mm/gup: introduce pin_user_pages*() and FOLL_PIN
` [PATCH v5 11/24] goldish_pipe: convert to pin_user_pages() and put_user_page()
` [PATCH v5 12/24] IB/{core,hw,umem}: set FOLL_PIN via pin_user_pages*(), fix up ODP
` [PATCH v5 13/24] mm/process_vm_access: set FOLL_PIN via pin_user_pages_remote()
` [PATCH v5 14/24] drm/via: set FOLL_PIN via pin_user_pages_fast()
` [PATCH v5 15/24] fs/io_uring: set FOLL_PIN via pin_user_pages()
` [PATCH v5 16/24] net/xdp: "
` [PATCH v5 17/24] mm/gup: track FOLL_PIN pages
` [PATCH v5 18/24] media/v4l2-core: pin_user_pages (FOLL_PIN) and put_user_page() conversion
` [PATCH v5 19/24] vfio, mm: "
` [PATCH v5 20/24] powerpc: book3s64: convert to pin_user_pages() and put_user_page()
` [PATCH v5 21/24] mm/gup_benchmark: use proper FOLL_WRITE flags instead of hard-coding "1"
` [PATCH v5 22/24] mm/gup_benchmark: support pin_user_pages() and related calls
` [PATCH v5 23/24] selftests/vm: run_vmtests: invoke gup_benchmark with basic FOLL_PIN coverage
` [PATCH v5 24/24] mm, tree-wide: rename put_user_page*() to unpin_user_page*()

[PATCH linux-kselftest/test v2] Documentation: kunit: add documentation for kunit_tool
 2019-11-15 18:04 UTC  (2+ messages)

selftest/net: so_txtime.sh fails intermittently - read Resource temporarily unavailable
 2019-11-15 16:21 UTC  (2+ messages)

[PATCH v4] selftests: fix prepending $(OUTPUT) to $(TEST_PROGS)
 2019-11-15 15:04 UTC 

[PATCH v4 0/2] HMM tests and minor fixes
 2019-11-15 14:06 UTC  (13+ messages)
` [PATCH v4 1/2] mm/hmm: make full use of walk_page_range()
` [PATCH v4 2/2] mm/hmm/test: add self tests for HMM

next-20191115 kselftest results
 2019-11-15 14:00 UTC 

[PATCH][next] ftrace/selftests: fix spelling mistake "wakeing" -> "waking"
 2019-11-15 13:42 UTC  (2+ messages)

Investment opportunity
 2019-11-15 11:50 UTC 

[PATCH v4 linux-kselftest-test 0/6] kunit: support building core/tests as modules
 2019-11-15 10:16 UTC  (7+ messages)
` [PATCH v4 linux-kselftest-test 1/6] kunit: move string-stream.h to lib/kunit
` [PATCH v4 linux-kselftest-test 2/6] kunit: hide unexported try-catch interface in try-catch-impl.h
` [PATCH v4 linux-kselftest-test 3/6] kunit: allow kunit tests to be loaded as a module
` [PATCH v4 linux-kselftest-test 4/6] kunit: remove timeout dependence on sysctl_hung_task_timeout_seconds
` [PATCH v4 linux-kselftest-test 5/6] kunit: allow kunit to be loaded as a module
` [PATCH v4 linux-kselftest-test 6/6] kunit: update documentation to describe module-based build

[PATCH linux-kselftest/test v1] Documentation: kunit: add documentation for kunit_tool
 2019-11-14 22:05 UTC  (3+ messages)

[PATCH v3 linux-kselftest-test 0/6] kunit: support building core/tests as modules
 2019-11-14 21:33 UTC  (6+ messages)
` [PATCH v3 linux-kselftest-test 5/6] kunit: allow kunit to be loaded as a module

next-20191114 kselftest results
 2019-11-14 17:00 UTC 

[PATCH v15 0/9] open: introduce openat2(2) syscall
 2019-11-14 13:33 UTC  (46+ messages)
` [PATCH v15 2/9] namei: LOOKUP_NO_MAGICLINKS: block magic-link resolution
` [PATCH v15 3/9] namei: LOOKUP_NO_XDEV: block mountpoint crossing
` [PATCH v15 4/9] namei: LOOKUP_BENEATH: O_BENEATH-like scoped resolution
` [PATCH v15 5/9] namei: LOOKUP_IN_ROOT: chroot-like "
` [PATCH v15 6/9] namei: LOOKUP_{IN_ROOT,BENEATH}: permit limited ".." resolution
` [PATCH v15 7/9] open: introduce openat2(2) syscall

[PATCH] selftests: kvm: Simplify loop in kvm_create_max_vcpus test
 2019-11-14 12:16 UTC  (3+ messages)

[PATCH v4 00/23] mm/gup: track dma-pinned pages: FOLL_PIN, FOLL_LONGTERM
 2019-11-14  6:08 UTC  (54+ messages)
` [PATCH v4 01/23] mm/gup: pass flags arg to __gup_device_* functions
` [PATCH v4 02/23] mm/gup: factor out duplicate code from four routines
` [PATCH v4 03/23] mm/gup: move try_get_compound_head() to top, fix minor issues
` [PATCH v4 04/23] mm: devmap: refactor 1-based refcounting for ZONE_DEVICE pages
` [PATCH v4 05/23] goldish_pipe: rename local pin_user_pages() routine
` [PATCH v4 06/23] IB/umem: use get_user_pages_fast() to pin DMA pages
` [PATCH v4 07/23] media/v4l2-core: set pages dirty upon releasing DMA buffers
` [PATCH v4 08/23] vfio, mm: fix get_user_pages_remote() and FOLL_LONGTERM
` [PATCH v4 09/23] mm/gup: introduce pin_user_pages*() and FOLL_PIN
` [PATCH v4 10/23] goldish_pipe: convert to pin_user_pages() and put_user_page()
` [PATCH v4 11/23] IB/{core,hw,umem}: set FOLL_PIN, FOLL_LONGTERM via pin_longterm_pages*()
` [PATCH v4 12/23] mm/process_vm_access: set FOLL_PIN via pin_user_pages_remote()
` [PATCH v4 13/23] drm/via: set FOLL_PIN via pin_user_pages_fast()
` [PATCH v4 14/23] fs/io_uring: set FOLL_PIN via pin_user_pages()
` [PATCH v4 15/23] net/xdp: "
` [PATCH v4 16/23] mm/gup: track FOLL_PIN pages
` [PATCH v4 17/23] media/v4l2-core: pin_longterm_pages (FOLL_PIN) and put_user_page() conversion
` [PATCH v4 18/23] vfio, mm: "
` [PATCH v4 19/23] powerpc: book3s64: convert to pin_longterm_pages() and put_user_page()
` [PATCH v4 20/23] mm/gup_benchmark: use proper FOLL_WRITE flags instead of hard-coding "1"
` [PATCH v4 21/23] mm/gup_benchmark: support pin_user_pages() and related calls
` [PATCH v4 22/23] selftests/vm: run_vmtests: invoke gup_benchmark with basic FOLL_PIN coverage
` [PATCH v4 23/23] mm/gup: remove support for gup(FOLL_LONGTERM)

selftests/bpf: make *** tools/bpf/bpftool No such file or directory. Stop
 2019-11-14  5:56 UTC 

[PATCH v3 00/23] mm/gup: track dma-pinned pages: FOLL_PIN, FOLL_LONGTERM
 2019-11-13 20:28 UTC  (25+ messages)
` [PATCH v3 08/23] vfio, mm: fix get_user_pages_remote() and FOLL_LONGTERM
` [PATCH v3 11/23] IB/{core,hw,umem}: set FOLL_PIN, FOLL_LONGTERM via pin_longterm_pages*()

next-20191113 kselftest results
 2019-11-13 16:00 UTC 

[PATCH v4 2/2] pidfd: add tests for NSpid info in fdinfo
 2019-11-13 12:20 UTC  (4+ messages)

[PATCH AUTOSEL 4.19 033/209] selftests/tls: Fix recv(MSG_PEEK) & splice() test cases
 2019-11-13  1:50 UTC  (3+ messages)
` [PATCH AUTOSEL 4.19 124/209] tc-testing: fix build of eBPF programs
` [PATCH AUTOSEL 4.19 193/209] selftests: forwarding: Have lldpad_app_wait_set() wait for unknown, too

Investment opportunity
 2019-11-12 17:57 UTC 

next-20191112 kselftest results
 2019-11-12 17:00 UTC 

kselftest: failed to build with -C tool/testing/selftests when KBUILD_OUTPUT is set
 2019-11-12 16:33 UTC 

[PATCH] kselftests: cgroup: Avoid the reuse of fd after it is deallocated
 2019-11-12 15:35 UTC  (2+ messages)

next-20191111 kselftest results
 2019-11-12 12:43 UTC  (2+ messages)

[PATCH v4] selftests: add tests for clone3()
 2019-11-12 11:10 UTC  (4+ messages)

[PATCH] selftests: Move kselftest_module.sh into kselftest/
 2019-11-12  7:27 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).