linux-kselftest.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-12-04 00:17:49 to 2019-12-12 02:27:47 UTC [more...]

[PATCH v6 0/6] Fix nits in the kunit
 2019-12-12  2:27 UTC  (6+ messages)
` [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 v5 0/6] Fix nits in the kunit
 2019-12-12  2:12 UTC  (16+ messages)
` [PATCH v5 1/6] docs/kunit/start: Use in-tree 'kunit_defconfig'
` [PATCH v5 2/6] kunit: Remove duplicated defconfig creation
` [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 5/6] kunit: Rename 'kunitconfig' to '.kunitconfig'
` [PATCH v5 6/6] kunit/kunit_tool_test: Test '--build_dir' option run

[PATCH v9 00/25] mm/gup: track dma-pinned pages: FOLL_PIN
 2019-12-11 21:25 UTC  (30+ 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 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  (6+ messages)
` [PATCH 1/3] KVM: VMX: Rename INTERRUPT_PENDING to INTERRUPT_WINDOW
` [PATCH 2/3] KVM: VMX: Rename NMI_PENDING to NMI_WINDOW
` [PATCH 3/3] KVM: VMX: Fix the spelling of CPU_BASED_USE_TSC_OFFSETTING

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)

[PATCH v18 00/13] open: introduce openat2(2) syscall
 2019-12-06 14:13 UTC  (14+ messages)
` [PATCH v18 01/13] namei: only return -ECHILD from follow_dotdot_rcu()
` [PATCH v18 02/13] nsfs: clean-up ns_get_path() signature to return int
` [PATCH v18 03/13] namei: allow nd_jump_link() to produce errors
` [PATCH v18 04/13] namei: allow set_root() "
` [PATCH v18 05/13] namei: LOOKUP_NO_SYMLINKS: block symlink resolution
` [PATCH v18 06/13] namei: LOOKUP_NO_MAGICLINKS: block magic-link resolution
` [PATCH v18 07/13] namei: LOOKUP_NO_XDEV: block mountpoint crossing
` [PATCH v18 08/13] namei: LOOKUP_BENEATH: O_BENEATH-like scoped resolution
` [PATCH v18 09/13] namei: LOOKUP_IN_ROOT: chroot-like "
` [PATCH v18 10/13] namei: LOOKUP_{IN_ROOT,BENEATH}: permit limited ".." resolution
` [PATCH v18 11/13] open: introduce openat2(2) syscall
` [PATCH v18 12/13] selftests: add openat2(2) selftests
` [PATCH v18 13/13] Documentation: path-lookup: include new LOOKUP flags

[PATCH v5 linux-kselftest-test 0/6] kunit: support building core/tests as modules
 2019-12-06 13:53 UTC  (12+ messages)
` [PATCH v5 linux-kselftest-test 3/6] kunit: allow kunit tests to be loaded as a module

[BUGFIX PATCH v2 0/3] selftests: safesetid: Fix some bugs in safesetid test
 2019-12-06  1:23 UTC  (7+ messages)
` [BUGFIX PATCH v2 1/3] selftests: safesetid: Move link library to LDLIBS
` [BUGFIX PATCH v2 2/3] selftests: safesetid: Check the return value of setuid/setgid
` [BUGFIX PATCH v2 3/3] selftests: safesetid: Fix Makefile to set correct test program

selftests: l2tp tests
 2019-12-05 16:51 UTC  (2+ messages)

[PATCH v7 00/25] Unify vDSOs across more architectures
 2019-12-05 14:56 UTC  (11+ messages)
` [PATCH v7 16/25] arm: Add support for generic vDSO
  ` [PATCH v7 16/25] arm: Add support for generic vDSO (causing crash)

[BUGFIX PATCH 0/2] selftests: safesetid: Fix build warnings and errors
 2019-12-05 12:16 UTC  (4+ messages)
` [BUGFIX PATCH 1/2] selftests: safesetid: Move link library to LDLIBS
` [BUGFIX PATCH 2/2] selftests: safesetid: Check the return value of setuid/setgid

[PATCH v3 0/5] Fix nits in the kunit
 2019-12-05  9:44 UTC  (6+ messages)

[BUGFIX PATCH] selftests/x86: Check the availablity of sys/syscall.h
 2019-12-05  8:28 UTC  (2+ messages)

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

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

next-20191203 kselftest results
 2019-12-04  6:01 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).