linux-kselftest.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-11-06 15:53:50 to 2019-11-13 07:53:04 UTC [more...]

[PATCH v15 0/9] open: introduce openat2(2) syscall
 2019-11-13  7:52 UTC  (37+ 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 v4 00/23] mm/gup: track dma-pinned pages: FOLL_PIN, FOLL_LONGTERM
 2019-11-13  4:32 UTC  (25+ 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)

[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

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

[PATCH linux-kselftest/test v1] Documentation: kunit: add documentation for kunit_tool
 2019-11-13  1:27 UTC 

[PATCH v4 0/2] HMM tests and minor fixes
 2019-11-13  0:08 UTC  (9+ 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

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)

[PATCH] selftests: kvm: Simplify loop in kvm_create_max_vcpus test
 2019-11-12 14:21 UTC 

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)

[PATCH v2 00/18] mm/gup: track dma-pinned pages: FOLL_PIN, FOLL_LONGTERM
 2019-11-11 21:46 UTC  (16+ messages)
` [PATCH v2 04/18] media/v4l2-core: set pages dirty upon releasing DMA buffers
` [PATCH v2 05/18] mm/gup: introduce pin_user_pages*() and FOLL_PIN
` [PATCH v2 07/18] infiniband: set FOLL_PIN, FOLL_LONGTERM via pin_longterm_pages*()
` [PATCH v2 13/18] media/v4l2-core: pin_longterm_pages (FOLL_PIN) and put_user_page() conversion

[PATCH v3 linux-kselftest-test 0/6] kunit: support building core/tests as modules
 2019-11-11 21:41 UTC  (14+ messages)
` [PATCH v3 linux-kselftest-test 1/6] kunit: move string-stream.h to lib/kunit/string-stream-impl.h
` [PATCH v3 linux-kselftest-test 2/6] kunit: hide unexported try-catch interface in try-catch-impl.h
` [PATCH v3 linux-kselftest-test 3/6] kunit: add kunit_find_symbol() function for symbol lookup
` [PATCH v3 linux-kselftest-test 4/6] kunit: allow kunit tests to be loaded as a module
` [PATCH v3 linux-kselftest-test 5/6] kunit: allow kunit "

[PATCH] selftests: bpf: add missing object file to TEST_FILES
 2019-11-11 21:36 UTC  (2+ messages)

[PATCH][next] kselftest: arm64: fix spelling mistake "contiguos" -> "contiguous"
 2019-11-11 18:25 UTC  (2+ messages)

[PATCH bpf-next 1/2] selftests: bpf: test_lwt_ip_encap: add missing object file to TEST_FILES
 2019-11-11 14:22 UTC  (5+ messages)
` [PATCH bpf-next 2/2] selftests: bpf: test_tc_edt: "

[PATCH v3] selftests: add tests for clone3()
 2019-11-11 13:07 UTC  (2+ messages)

[PATCH 1/2] selftests: bpf: test_lwt_ip_encap: add missing object file to TEST_FILES
 2019-11-10  9:15 UTC  (5+ messages)
` [PATCH 2/2] selftests: bpf: test_tc_edt: "

[PATCH AUTOSEL 4.19 027/191] selftests/powerpc: Do not fail with reschedule
 2019-11-10  2:37 UTC 

objtool: skb_push.cold()+0x15: unreachable instruction
 2019-11-09 23:05 UTC 

test
 2019-11-09 22:23 UTC 

PROBLEM: PCIe Error atleast "help and other detail related"
 2019-11-09 20:21 UTC 

next-20191108 kselftest results
 2019-11-09  5:38 UTC 

next-20191107 kselftest results
 2019-11-09  5:38 UTC 

[PATCH v8 1/9] hugetlb_cgroup: Add hugetlb_cgroup reservation counter
 2019-11-09  0:46 UTC  (9+ messages)
` [PATCH v8 2/9] hugetlb_cgroup: add interface for charge/uncharge hugetlb reservations

[PATCH 1/2] memfd: Fix COW issue on MAP_PRIVATE and F_SEAL_FUTURE_WRITE mappings
 2019-11-08 15:35 UTC  (9+ messages)
` [PATCH 2/2] memfd: Add test for COW "

[PATCH v10 00/12] Add arm64/signal initial kselftest support
 2019-11-08 14:50 UTC  (2+ messages)

next-20191108 kselftest results
 2019-11-08 13:00 UTC 

[PATCH RESEND v3 0/2] selftests: fix prepending $(OUTPUT) to $(TEST_PROGS)
 2019-11-08 12:31 UTC  (3+ messages)

[PATCH v2] selftests: add tests for clone3()
 2019-11-08  8:29 UTC  (6+ messages)

[PATCH linux-kselftest/test v2] apparmor: add AppArmor KUnit tests for policy unpack
 2019-11-07 23:33 UTC  (3+ messages)

[PATCH] kselftests/dmabuf-heaps: Fix compiler error in one condition
 2019-11-07 21:10 UTC  (5+ messages)

[PATCH] dmabuf-heaps/dmabuf-heap.c: Initialize features variable to avoid compiler warning
 2019-11-07 20:38 UTC  (3+ messages)

[PATCH] selftests/livepatch: filter 'taints' from dmesg comparison
 2019-11-07 15:33 UTC  (9+ messages)

next-20191107 kselftest results
 2019-11-07 13:00 UTC 

[PATCH net-next v2] selftest: net: add some traceroute tests
 2019-11-07  1:36 UTC  (2+ messages)

next-20191106 kselftest results
 2019-11-06 16:00 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).