linux-kselftest.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-12-06 14:50:18 to 2019-12-16 21:35:49 UTC [more...]

[PATCH 0/9] Create a userfaultfd demand paging test
 2019-12-16 21:35 UTC 

[PATCH v2] selftests: livepatch: Fix it to do root uid check and skip
 2019-12-16 21:01 UTC  (2+ messages)

[PATCH v5 0/2] mm/hmm/test: add self tests for HMM
 2019-12-16 19:57 UTC  (3+ messages)
` [PATCH v5 1/2] mm/mmu_notifier: make interval notifier updates safe
` [PATCH v5 2/2] mm/hmm/test: add self tests for HMM

[GIT PULL] Kselftest fixes update for Linux 5.5-rc3
 2019-12-16 19:35 UTC  (2+ messages)

[PATCH 5.3 131/180] seccomp: avoid overflow in implicit constant conversion
 2019-12-16 17:49 UTC 

[PATCH 5.4 151/177] seccomp: avoid overflow in implicit constant conversion
 2019-12-16 17:50 UTC 

[PATCH] openat2: switch to __attribute__((packed)) for open_how
 2019-12-16 16:55 UTC  (6+ messages)

next-20191216 kselftest results
 2019-12-16 15:00 UTC 

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

[PATCH] selftests: livepatch: Fix it to do root uid check and skip
 2019-12-16  8:37 UTC  (4+ messages)

[PATCH] selftests: net: tls: remove recv_rcvbuf test
 2019-12-15  3:57 UTC  (3+ messages)

[PATCH] selftests: firmware: Fix it to do root uid check and skip
 2019-12-13  7:31 UTC  (2+ messages)

[PATCH v6 linux-kselftest-test 0/6] kunit: support building core/tests as modules
 2019-12-13  1:11 UTC  (2+ messages)

[PATCH v6 0/6] Fix nits in the kunit
 2019-12-12 21:44 UTC  (9+ messages)
` [PATCH v6 1/6] docs/kunit/start: Use in-tree 'kunit_defconfig'
` [PATCH v6 2/6] kunit: Remove duplicated defconfig creation
` [PATCH v6 3/6] kunit: Create default config in '--build_dir'
` [PATCH v6 4/6] kunit: Place 'test.log' under the 'build_dir'
` [PATCH v6 5/6] kunit: Rename 'kunitconfig' to '.kunitconfig'
` [PATCH v6 6/6] kunit/kunit_tool_test: Test '--build_dir' option run

[PATCH v4 00/19] x86/cpu: Clean up handling of VMX features
 2019-12-12 18:32 UTC  (21+ messages)
` [PATCH v4 10/19] x86/cpu: Detect VMX features on Intel, Centaur and Zhaoxin CPUs
` [PATCH v4 11/19] x86/cpu: Print VMX flags in /proc/cpuinfo using VMX_FEATURES_*

[PATCH v4 01/19] x86/msr-index: Clean up bit defines for IA32_FEATURE_CONTROL MSR
 2019-12-12 18:19 UTC  (6+ messages)

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

[PATCH v5 0/6] Fix nits in the kunit
 2019-12-12  2:12 UTC  (13+ messages)
` [PATCH v5 3/6] kunit: Create default config in '--build_dir'
` [PATCH v5 4/6] kunit: Place 'test.log' under the 'build_dir'
` [PATCH v5 6/6] kunit/kunit_tool_test: Test '--build_dir' option run

[PATCH 1/2] kselftest/runner: Print new line in print of timeout log
 2019-12-11 17:20 UTC  (7+ messages)
` [PATCH 2/2] kselftest: Support old perl versions

[PATCH] selftests: Fix dangling documentation references to kselftest_module.sh
 2019-12-11 17:17 UTC  (3+ messages)

Linux 5.5=rc1 kselftest rseq test build failure
 2019-12-11 15:45 UTC  (3+ messages)

next-20191210 kselftest results
 2019-12-11 12:00 UTC 

next-20191211 kselftest results
 2019-12-11  9:00 UTC 

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

[PATCH] selftests: filesystems/epoll: fix build error
 2019-12-11  0:12 UTC 

[PATCH AUTOSEL 5.4 056/350] selftests/bpf: Correct path to include msg + path
 2019-12-10 21:07 UTC  (10+ messages)
` [PATCH AUTOSEL 5.4 079/350] selftests/bpf: Fix btf_dump padding test case
` [PATCH AUTOSEL 5.4 122/350] selftests: Fix O= and KBUILD_OUTPUT handling for relative paths
` [PATCH AUTOSEL 5.4 132/350] selftests/bpf: Make a copy of subtest name
` [PATCH AUTOSEL 5.4 245/350] selftests: proc: Make va_max 1MB
` [PATCH AUTOSEL 5.4 250/350] selftests: net: Fix printf format warnings on arm
` [PATCH AUTOSEL 5.4 267/350] bpf, testing: Workaround a verifier failure for test_progs
` [PATCH AUTOSEL 5.4 306/350] selftests, bpf: Fix test_tc_tunnel hanging
` [PATCH AUTOSEL 5.4 307/350] selftests, bpf: Workaround an alu32 sub-register spilling issue
` [PATCH AUTOSEL 5.4 327/350] libbpf: Fix call relocation offset calculation bug

[PATCH AUTOSEL 4.19 026/177] selftests/bpf: Correct path to include msg + path
 2019-12-10 21:29 UTC 

[PATCH linux-kselftest/test v2] apparmor: add AppArmor KUnit tests for policy unpack
 2019-12-10 19:48 UTC  (5+ messages)

[PATCH v2] selftests: fix build behaviour on targets' failures
 2019-12-10 11:44 UTC 

[PATCH][next] selftests: fix spelling mistake "chainged" -> "chained"
 2019-12-10 11:27 UTC  (2+ messages)

[PATCH 0/3] Reanme the definitions of INTERRUPT_PENDING, NMI_PENDING and TSC_OFFSETING
 2019-12-09 15:23 UTC  (3+ messages)

next-20191208 kselftest results
 2019-12-08 10:00 UTC 

next-20191207 kselftest results
 2019-12-07 13:00 UTC 

v5.4-14900-g838333c80c4f kselftest results
 2019-12-07  5:00 UTC 

syzkaller reproducers
 2019-12-06 20:06 UTC  (10+ messages)
      ` [Automated-testing] "

[PATCH] selftests: net: ip_defrag: increase netdev_max_backlog
 2019-12-06 15:50 UTC  (6+ 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).