Linux Kernel Self-tests
[Prev Page][Next Page]
- [PATCH 00/19] pin_user_pages(): reduced-risk series for Linux 5.5
- [PATCH 05/19] mm: fix get_user_pages_remote()'s handling of FOLL_LONGTERM
- [PATCH 18/19] mm/gup_benchmark: use proper FOLL_WRITE flags instead of hard-coding "1"
- [PATCH 09/19] IB/{core,hw,umem}: set FOLL_PIN via pin_user_pages*(), fix up ODP
- [PATCH 15/19] media/v4l2-core: pin_user_pages (FOLL_PIN) and put_user_page() conversion
- [PATCH 11/19] drm/via: set FOLL_PIN via pin_user_pages_fast()
- [PATCH 10/19] mm/process_vm_access: set FOLL_PIN via pin_user_pages_remote()
- Re: [PATCH v7 07/24] IB/umem: use get_user_pages_fast() to pin DMA pages
- [BUGFIX PATCH v2 3/3] selftests/ftrace: Do not to use absolute debugfs path
- [BUGFIX PATCH v2 2/3] selftests/ftrace: Fix ftrace test cases to check unsupported
- [BUGFIX PATCH v2 1/3] selftests/ftrace: Fix to check the existence of set_ftrace_filter
- [BUGFIX PATCH v2 0/3] selftests/ftrace: Fix ftracetest testcases for non-function tracer case
- Re: [PATCH v7 07/24] IB/umem: use get_user_pages_fast() to pin DMA pages
- Re: [BUGFIX PATCH 2/3] selftests/ftrace: Fix ftrace test cases to check unsupported
- Re: [BUGFIX PATCH 1/3] selftests/ftrace: Fix to check the existence of set_ftrace_filter
- Re: [BUGFIX PATCH 3/3] selftests/ftrace: Do not to use absolute debugfs path
- Re: [BUGFIX PATCH 2/3] selftests/ftrace: Fix ftrace test cases to check unsupported
- Re: [BUGFIX PATCH 1/3] selftests/ftrace: Fix to check the existence of set_ftrace_filter
- Re: [PATCH v7 07/24] IB/umem: use get_user_pages_fast() to pin DMA pages
- Re: [PATCH v7 07/24] IB/umem: use get_user_pages_fast() to pin DMA pages
- [BUGFIX PATCH 3/3] selftests/ftrace: Do not to use absolute debugfs path
- [BUGFIX PATCH 2/3] selftests/ftrace: Fix ftrace test cases to check unsupported
- [BUGFIX PATCH 1/3] selftests/ftrace: Fix to check the existence of set_ftrace_filter
- [BUGFIX PATCH 0/3] selftests/ftrace: Fix ftracetest testcases for non-function tracer case
- [PATCH AUTOSEL 4.19 14/25] selftests: kvm: fix build with glibc >= 2.30
- [GIT PULL] Kselftest fixes update for Linux 5.5.rc1
- Re: [PATCH v3 12/19] x86/vmx: Introduce VMX_FEATURES_*
- From: Sean Christopherson
- Re: [PATCH v3 12/19] x86/vmx: Introduce VMX_FEATURES_*
- Re: [PATCH v3 04/19] x86/intel: Initialize IA32_FEATURE_CONTROL MSR at boot
- Re: [PATCH v7 02/24] mm/gup: factor out duplicate code from four routines
- next-20191122 kselftest results
- Re: [PATCH v7 02/24] mm/gup: factor out duplicate code from four routines
- [PATCH kselftest/test] kunit: Always print actual pointer values in asserts
- Re: [PATCH 1/3] riscv: add required functions to enable HAVE_REGS_AND_STACK_ACCESS_API
- Re: [PATCH v7 05/24] mm: devmap: refactor 1-based refcounting for ZONE_DEVICE pages
- Re: [PATCH v3 01/19] x86/msr-index: Clean up bit defines for IA32_FEATURE_CONTROL MSR
- From: Sean Christopherson
- Re: [PATCH v3 04/19] x86/intel: Initialize IA32_FEATURE_CONTROL MSR at boot
- From: Sean Christopherson
- Re: [PATCH v7 09/24] vfio, mm: fix get_user_pages_remote() and FOLL_LONGTERM
- Re: [PATCH v7 02/24] mm/gup: factor out duplicate code from four routines
- Re: [PATCH v3 12/19] x86/vmx: Introduce VMX_FEATURES_*
- From: Sean Christopherson
- Re: [PATCH v7 09/24] vfio, mm: fix get_user_pages_remote() and FOLL_LONGTERM
- Re: [PATCH 1/3] riscv: add required functions to enable HAVE_REGS_AND_STACK_ACCESS_API
- [PATCH] selftests: Load settings from subdirs
- Re: [PATCH] selftests: settings: tests can be in subsubdirs
- Re: [PATCH v7 05/24] mm: devmap: refactor 1-based refcounting for ZONE_DEVICE pages
- Re: [PATCH v3 12/19] x86/vmx: Introduce VMX_FEATURES_*
- Re: [PATCH] selftests: settings: tests can be in subsubdirs
- next-20191121 kselftest results
- Re: [PATCH v7 07/24] IB/umem: use get_user_pages_fast() to pin DMA pages
- Re: [PATCH v3 04/19] x86/intel: Initialize IA32_FEATURE_CONTROL MSR at boot
- Re: [PATCH v3 05/19] x86/mce: WARN once if IA32_FEATURE_CONTROL MSR is left unlocked
- Re: [PATCH v3 04/19] x86/intel: Initialize IA32_FEATURE_CONTROL MSR at boot
- Re: [PATCH v3 04/19] x86/intel: Initialize IA32_FEATURE_CONTROL MSR at boot
- Re: [PATCH v7 02/24] mm/gup: factor out duplicate code from four routines
- Re: [PATCH v7 02/24] mm/gup: factor out duplicate code from four routines
- Re: [PATCH v3 01/19] x86/msr-index: Clean up bit defines for IA32_FEATURE_CONTROL MSR
- Re: [PATCH v7 17/24] mm/gup: track FOLL_PIN pages
- Re: [PATCH v7 05/24] mm: devmap: refactor 1-based refcounting for ZONE_DEVICE pages
- Re: [PATCH v7 09/24] vfio, mm: fix get_user_pages_remote() and FOLL_LONGTERM
- Re: [PATCH v7 06/24] goldish_pipe: rename local pin_user_pages() routine
- Re: [PATCH v7 02/24] mm/gup: factor out duplicate code from four routines
- Re: [PATCH v7 01/24] mm/gup: pass flags arg to __gup_device_* functions
- Re: [PATCH v7 09/24] vfio, mm: fix get_user_pages_remote() and FOLL_LONGTERM
- Re: [PATCH v7 08/24] media/v4l2-core: set pages dirty upon releasing DMA buffers
- Re: [PATCH v7 06/24] goldish_pipe: rename local pin_user_pages() routine
- Re: [PATCH v7 07/24] IB/umem: use get_user_pages_fast() to pin DMA pages
- Re: [PATCH v7 03/24] mm/gup: move try_get_compound_head() to top, fix minor issues
- Re: [PATCH v7 01/24] mm/gup: pass flags arg to __gup_device_* functions
- Re: [PATCH v7 05/24] mm: devmap: refactor 1-based refcounting for ZONE_DEVICE pages
- Re: [PATCH v7 04/24] mm: Cleanup __put_devmap_managed_page() vs ->page_free()
- Re: [PATCH v7 02/24] mm/gup: factor out duplicate code from four routines
- [PATCH v7 10/24] mm/gup: introduce pin_user_pages*() and FOLL_PIN
- [PATCH v7 05/24] mm: devmap: refactor 1-based refcounting for ZONE_DEVICE pages
- [PATCH v7 09/24] vfio, mm: fix get_user_pages_remote() and FOLL_LONGTERM
- [PATCH v7 03/24] mm/gup: move try_get_compound_head() to top, fix minor issues
- [PATCH v7 16/24] net/xdp: set FOLL_PIN via pin_user_pages()
- [PATCH v7 19/24] vfio, mm: pin_user_pages (FOLL_PIN) and put_user_page() conversion
- [PATCH v7 06/24] goldish_pipe: rename local pin_user_pages() routine
- [PATCH v7 02/24] mm/gup: factor out duplicate code from four routines
- [PATCH v7 08/24] media/v4l2-core: set pages dirty upon releasing DMA buffers
- [PATCH v7 20/24] powerpc: book3s64: convert to pin_user_pages() and put_user_page()
- [PATCH v7 23/24] selftests/vm: run_vmtests: invoke gup_benchmark with basic FOLL_PIN coverage
- [PATCH v7 24/24] mm, tree-wide: rename put_user_page*() to unpin_user_page*()
- [PATCH v7 13/24] mm/process_vm_access: set FOLL_PIN via pin_user_pages_remote()
- [PATCH v7 15/24] fs/io_uring: set FOLL_PIN via pin_user_pages()
- [PATCH v7 00/24] mm/gup: track dma-pinned pages: FOLL_PIN
- [PATCH v7 21/24] mm/gup_benchmark: use proper FOLL_WRITE flags instead of hard-coding "1"
- [PATCH v7 04/24] mm: Cleanup __put_devmap_managed_page() vs ->page_free()
- [PATCH v7 01/24] mm/gup: pass flags arg to __gup_device_* functions
- [PATCH v7 22/24] mm/gup_benchmark: support pin_user_pages() and related calls
- [PATCH v7 11/24] goldish_pipe: convert to pin_user_pages() and put_user_page()
- [PATCH v7 14/24] drm/via: set FOLL_PIN via pin_user_pages_fast()
- [PATCH v7 12/24] IB/{core,hw,umem}: set FOLL_PIN via pin_user_pages*(), fix up ODP
- [PATCH v7 18/24] media/v4l2-core: pin_user_pages (FOLL_PIN) and put_user_page() conversion
- [PATCH v7 07/24] IB/umem: use get_user_pages_fast() to pin DMA pages
- [PATCH v7 17/24] mm/gup: track FOLL_PIN pages
- Re: selftest/net: so_txtime.sh fails intermittently - read Resource temporarily unavailable
- Re: [PATCH v3 01/19] x86/msr-index: Clean up bit defines for IA32_FEATURE_CONTROL MSR
- Re: [PATCH linux-kselftest/test v3] Documentation: kunit: add documentation for kunit_tool
- Re: [PATCH linux-kselftest/test v3] Documentation: kunit: add documentation for kunit_tool
- Re: [PATCH v4 linux-kselftest-test 3/6] kunit: allow kunit tests to be loaded as a module
- Re: [PATCH v4 linux-kselftest-test 5/6] kunit: allow kunit to be loaded as a module
- Re: [PATCH linux-kselftest/test v3] Documentation: kunit: add documentation for kunit_tool
- next-20191120 kselftest results
- Re: [PATCH v6 17/24] mm/gup: track FOLL_PIN pages
- Re: [PATCH v6 15/24] fs/io_uring: set FOLL_PIN via pin_user_pages()
- Re: selftest/net: so_txtime.sh fails intermittently - read Resource temporarily unavailable
- [PATCH RESEND v17 13/13] Documentation: path-lookup: include new LOOKUP flags
- [PATCH RESEND v17 12/13] selftests: add openat2(2) selftests
- [PATCH RESEND v17 11/13] open: introduce openat2(2) syscall
- [PATCH RESEND v17 10/13] namei: LOOKUP_{IN_ROOT,BENEATH}: permit limited ".." resolution
- [PATCH RESEND v17 09/13] namei: LOOKUP_IN_ROOT: chroot-like scoped resolution
- [PATCH RESEND v17 08/13] namei: LOOKUP_BENEATH: O_BENEATH-like scoped resolution
- [PATCH RESEND v17 07/13] namei: LOOKUP_NO_XDEV: block mountpoint crossing
- [PATCH RESEND v17 06/13] namei: LOOKUP_NO_MAGICLINKS: block magic-link resolution
- [PATCH RESEND v17 05/13] namei: LOOKUP_NO_SYMLINKS: block symlink resolution
- [PATCH RESEND v17 04/13] namei: allow set_root() to produce errors
- [PATCH RESEND v17 03/13] namei: allow nd_jump_link() to produce errors
- [PATCH RESEND v17 02/13] nsfs: clean-up ns_get_path() signature to return int
- [PATCH RESEND v17 01/13] namei: only return -ECHILD from follow_dotdot_rcu()
- [PATCH RESEND v17 00/13] open: introduce openat2(2) syscall
- Re: [PATCH linux-kselftest/test v4] Documentation: kunit: add documentation for kunit_tool
- [PATCH linux-kselftest/test v4] Documentation: kunit: add documentation for kunit_tool
- Re: [PATCH linux-kselftest/test v3] Documentation: kunit: add documentation for kunit_tool
- next-20191119 kselftest results
- Re: [PATCH linux-kselftest/test v3] Documentation: kunit: add documentation for kunit_tool
- Re: [PATCH linux-kselftest/test v2] Documentation: kunit: fix typos and gramatical errors
- [PATCH linux-kselftest/test v2] Documentation: kunit: fix typos and gramatical errors
- Re: [PATCH linux-kselftest/test v1] Documentation: kunit: fix typos and gramatical errors
- Re: [PATCH v3 01/19] x86/msr-index: Clean up bit defines for IA32_FEATURE_CONTROL MSR
- From: Sean Christopherson
- [PATCH linux-kselftest/test v1] Documentation: kunit: fix typos and gramatical errors
- Re: [PATCH v4 linux-kselftest-test 6/6] kunit: update documentation to describe module-based build
- Re: [PATCH v4 linux-kselftest-test 5/6] kunit: allow kunit to be loaded as a module
- Re: [PATCH v4 linux-kselftest-test 4/6] kunit: remove timeout dependence on sysctl_hung_task_timeout_seconds
- Re: [PATCH v4 linux-kselftest-test 3/6] kunit: allow kunit tests to be loaded as a module
- Re: [PATCH v4 linux-kselftest-test 3/6] kunit: allow kunit tests to be loaded as a module
- Re: [PATCH v4 linux-kselftest-test 2/6] kunit: hide unexported try-catch interface in try-catch-impl.h
- Re: [PATCH v4 linux-kselftest-test 1/6] kunit: move string-stream.h to lib/kunit
- Re: [PATCH v4 linux-kselftest-test 1/6] kunit: move string-stream.h to lib/kunit
- Re: [PATCH v6 15/24] fs/io_uring: set FOLL_PIN via pin_user_pages()
- Re: [PATCH v6 24/24] mm, tree-wide: rename put_user_page*() to unpin_user_page*()
- Re: [PATCH v6 17/24] mm/gup: track FOLL_PIN pages
- Re: [PATCH v3 01/19] x86/msr-index: Clean up bit defines for IA32_FEATURE_CONTROL MSR
- Re: [PATCH v6 02/24] mm/gup: factor out duplicate code from four routines
- [PATCH v6 01/24] mm/gup: pass flags arg to __gup_device_* functions
- [PATCH v6 00/24] mm/gup: track dma-pinned pages: FOLL_PIN
- [PATCH v6 03/24] mm/gup: move try_get_compound_head() to top, fix minor issues
- [PATCH v6 04/24] mm: Cleanup __put_devmap_managed_page() vs ->page_free()
- [PATCH v6 05/24] mm: devmap: refactor 1-based refcounting for ZONE_DEVICE pages
- [PATCH v6 02/24] mm/gup: factor out duplicate code from four routines
- [PATCH v6 06/24] goldish_pipe: rename local pin_user_pages() routine
- [PATCH v6 07/24] IB/umem: use get_user_pages_fast() to pin DMA pages
- [PATCH v6 10/24] mm/gup: introduce pin_user_pages*() and FOLL_PIN
- [PATCH v6 08/24] media/v4l2-core: set pages dirty upon releasing DMA buffers
- [PATCH v6 09/24] vfio, mm: fix get_user_pages_remote() and FOLL_LONGTERM
- [PATCH v6 13/24] mm/process_vm_access: set FOLL_PIN via pin_user_pages_remote()
- [PATCH v6 14/24] drm/via: set FOLL_PIN via pin_user_pages_fast()
- [PATCH v6 11/24] goldish_pipe: convert to pin_user_pages() and put_user_page()
- [PATCH v6 12/24] IB/{core,hw,umem}: set FOLL_PIN via pin_user_pages*(), fix up ODP
- [PATCH v6 15/24] fs/io_uring: set FOLL_PIN via pin_user_pages()
- [PATCH v6 21/24] mm/gup_benchmark: use proper FOLL_WRITE flags instead of hard-coding "1"
- [PATCH v6 18/24] media/v4l2-core: pin_user_pages (FOLL_PIN) and put_user_page() conversion
- [PATCH v6 16/24] net/xdp: set FOLL_PIN via pin_user_pages()
- [PATCH v6 20/24] powerpc: book3s64: convert to pin_user_pages() and put_user_page()
- [PATCH v6 23/24] selftests/vm: run_vmtests: invoke gup_benchmark with basic FOLL_PIN coverage
- [PATCH v6 19/24] vfio, mm: pin_user_pages (FOLL_PIN) and put_user_page() conversion
- [PATCH v6 22/24] mm/gup_benchmark: support pin_user_pages() and related calls
- [PATCH v6 24/24] mm, tree-wide: rename put_user_page*() to unpin_user_page*()
- [PATCH v6 17/24] mm/gup: track FOLL_PIN pages
- Re: [PATCH v5 02/24] mm/gup: factor out duplicate code from four routines
- Re: [PATCH v5 10/24] mm/gup: introduce pin_user_pages*() and FOLL_PIN
- Re: [PATCH v3 04/19] x86/intel: Initialize IA32_FEATURE_CONTROL MSR at boot
- From: Sean Christopherson
- Re: [PATCH v3 04/19] x86/intel: Initialize IA32_FEATURE_CONTROL MSR at boot
- [PATCH v3 00/19] x86/cpu: Clean up handling of VMX features
- From: Sean Christopherson
- [PATCH v3 10/19] KVM: VMX: Use VMX feature flag to query BIOS enabling
- From: Sean Christopherson
- [PATCH v3 13/19] x86/cpu: Detect VMX features on Intel, Centaur and Zhaoxin CPUs
- From: Sean Christopherson
- [PATCH v3 12/19] x86/vmx: Introduce VMX_FEATURES_*
- From: Sean Christopherson
- [PATCH v3 05/19] x86/mce: WARN once if IA32_FEATURE_CONTROL MSR is left unlocked
- From: Sean Christopherson
- [PATCH v3 08/19] KVM: VMX: Drop initialization of IA32_FEATURE_CONTROL MSR
- From: Sean Christopherson
- [PATCH v3 06/19] x86/centaur: Use common IA32_FEATURE_CONTROL MSR initialization
- From: Sean Christopherson
- [PATCH v3 07/19] x86/zhaoxin: Use common IA32_FEATURE_CONTROL MSR initialization
- From: Sean Christopherson
- [PATCH v3 15/19] x86/cpufeatures: Drop synthetic VMX feature flags
- From: Sean Christopherson
- [PATCH v3 03/19] tools arch x86: Sync msr-index.h from kernel sources
- From: Sean Christopherson
- [PATCH v3 14/19] x86/cpu: Print VMX flags in /proc/cpuinfo using VMX_FEATURES_*
- From: Sean Christopherson
- [PATCH v3 19/19] KVM: VMX: Allow KVM_INTEL when building for Centaur and/or Zhaoxin CPUs
- From: Sean Christopherson
- [PATCH v3 02/19] selftests: kvm: Replace manual MSR defs with common msr-index.h
- From: Sean Christopherson
- [PATCH v3 17/19] x86/cpufeatures: Clean up synthetic virtualization flags
- From: Sean Christopherson
- [PATCH v3 01/19] x86/msr-index: Clean up bit defines for IA32_FEATURE_CONTROL MSR
- From: Sean Christopherson
- [PATCH v3 18/19] perf/x86: Provide stubs of KVM helpers for non-Intel CPUs
- From: Sean Christopherson
- [PATCH v3 16/19] KVM: VMX: Use VMX_FEATURE_* flags to define VMCS control bits
- From: Sean Christopherson
- [PATCH v3 04/19] x86/intel: Initialize IA32_FEATURE_CONTROL MSR at boot
- From: Sean Christopherson
- [PATCH v3 09/19] x86/cpu: Clear VMX feature flag if VMX is not fully enabled
- From: Sean Christopherson
- [PATCH v3 11/19] KVM: VMX: Check for full VMX support when verifying CPU compatibility
- From: Sean Christopherson
- Re: [PATCH v4 linux-kselftest-test 4/6] kunit: remove timeout dependence on sysctl_hung_task_timeout_seconds
- Re: [PATCH linux-kselftest/test v2] apparmor: add AppArmor KUnit tests for policy unpack
- [PATCH linux-kselftest/test v3] Documentation: kunit: add documentation for kunit_tool
- Re: [PATCH v5 17/24] mm/gup: track FOLL_PIN pages
- Re: [PATCH v4 linux-kselftest-test 4/6] kunit: remove timeout dependence on sysctl_hung_task_timeout_seconds
- Re: [PATCH v8 5/9] hugetlb: disable region_add file_region coalescing
- Re: [PATCH v4 2/2] mm/hmm/test: add self tests for HMM
- Re: [PATCH v4 2/2] mm/hmm/test: add self tests for HMM
- Re: [PATCH v4 linux-kselftest-test 2/6] kunit: hide unexported try-catch interface in try-catch-impl.h
- next-20191118 kselftest results
- Re: [PATCH v5 10/24] mm/gup: introduce pin_user_pages*() and FOLL_PIN
- Re: [PATCH v5 02/24] mm/gup: factor out duplicate code from four routines
- Re: [PATCH v5 07/24] IB/umem: use get_user_pages_fast() to pin DMA pages
- Re: [PATCH v5 11/24] goldish_pipe: convert to pin_user_pages() and put_user_page()
- Re: [PATCH v5 15/24] fs/io_uring: set FOLL_PIN via pin_user_pages()
- Re: [PATCH v5 06/24] goldish_pipe: rename local pin_user_pages() routine
- Re: [PATCH v5 13/24] mm/process_vm_access: set FOLL_PIN via pin_user_pages_remote()
- Re: [PATCH v5 17/24] mm/gup: track FOLL_PIN pages
- Re: [PATCH v8 5/9] hugetlb: disable region_add file_region coalescing
- Re: [PATCH v4 linux-kselftest-test 2/6] kunit: hide unexported try-catch interface in try-catch-impl.h
- Re: [PATCH v4 linux-kselftest-test 1/6] kunit: move string-stream.h to lib/kunit
- [PATCH v17 13/13] Documentation: path-lookup: include new LOOKUP flags
- [PATCH v17 12/13] selftests: add openat2(2) selftests
- [PATCH v17 11/13] open: introduce openat2(2) syscall
- [PATCH v17 10/13] namei: LOOKUP_{IN_ROOT,BENEATH}: permit limited ".." resolution
- [PATCH v17 09/13] namei: LOOKUP_IN_ROOT: chroot-like scoped resolution
- [PATCH v17 08/13] namei: LOOKUP_BENEATH: O_BENEATH-like scoped resolution
- [PATCH v17 07/13] namei: LOOKUP_NO_XDEV: block mountpoint crossing
- [PATCH v17 06/13] namei: LOOKUP_NO_MAGICLINKS: block magic-link resolution
- [PATCH v17 05/13] namei: LOOKUP_NO_SYMLINKS: block symlink resolution
- [PATCH v17 04/13] namei: allow set_root() to produce errors
- [PATCH v17 03/13] namei: allow nd_jump_link() to produce errors
- [PATCH v17 02/13] nsfs: clean-up ns_get_path() signature to return int
- [PATCH v17 01/13] namei: only return -ECHILD from follow_dotdot_rcu()
- [PATCH v17 00/13] open: introduce openat2(2) syscall
- Re: [PATCH v16 02/12] namei: allow nd_jump_link() to produce errors
- [PATCH AUTOSEL 4.19 145/237] selftests/powerpc/signal: Fix out-of-tree build
- [PATCH AUTOSEL 4.19 081/237] selftests/bpf: fix file resource leak in load_kallsyms
- [PATCH AUTOSEL 4.19 096/237] selftests/bpf: fix return value comparison for tests in test_libbpf.sh
- [PATCH AUTOSEL 4.19 117/237] selftests: watchdog: fix message when /dev/watchdog open fails
- [PATCH AUTOSEL 4.19 147/237] selftests/powerpc/cache_shape: Fix out-of-tree build
- [PATCH AUTOSEL 4.19 146/237] selftests/powerpc/switch_endian: Fix out-of-tree build
- [PATCH AUTOSEL 4.19 144/237] selftests/powerpc/ptrace: Fix out-of-tree build
- [PATCH AUTOSEL 4.19 120/237] selftests: fix warning: "_GNU_SOURCE" redefined
- [PATCH AUTOSEL 4.19 119/237] selftests: kvm: Fix -Wformat warnings
- [PATCH AUTOSEL 4.19 116/237] selftests/ftrace: Fix to test kprobe $comm arg only if available
- [PATCH AUTOSEL 4.14 071/150] selftests/ftrace: Fix to test kprobe $comm arg only if available
- [PATCH AUTOSEL 4.14 073/150] selftests: watchdog: Fix error message.
- [PATCH AUTOSEL 4.14 090/150] selftests/powerpc/signal: Fix out-of-tree build
- [PATCH AUTOSEL 4.9 48/99] selftests/ftrace: Fix to test kprobe $comm arg only if available
- [PATCH AUTOSEL 4.4 38/77] selftests/ftrace: Fix to test kprobe $comm arg only if available
- [PATCH AUTOSEL 4.14 092/150] selftests/powerpc/cache_shape: Fix out-of-tree build
- [PATCH AUTOSEL 4.14 091/150] selftests/powerpc/switch_endian: Fix out-of-tree build
- [PATCH AUTOSEL 4.14 072/150] selftests: watchdog: fix message when /dev/watchdog open fails
- [PATCH AUTOSEL 4.19 131/237] tools/testing/selftests/vm/gup_benchmark.c: fix 'write' flag usage
- [PATCH AUTOSEL 4.19 118/237] selftests: watchdog: Fix error message.
- Re: [PATCH v16 02/12] namei: allow nd_jump_link() to produce errors
- [PATCH v16 12/12] Documentation: path-lookup: include new LOOKUP flags
- [PATCH v16 11/12] selftests: add openat2(2) selftests
- [PATCH v16 10/12] open: introduce openat2(2) syscall
- [PATCH v16 09/12] namei: LOOKUP_{IN_ROOT,BENEATH}: permit limited ".." resolution
- [PATCH v16 08/12] namei: LOOKUP_IN_ROOT: chroot-like scoped resolution
- [PATCH v16 07/12] namei: LOOKUP_BENEATH: O_BENEATH-like scoped resolution
- [PATCH v16 06/12] namei: LOOKUP_NO_XDEV: block mountpoint crossing
- [PATCH v16 05/12] namei: LOOKUP_NO_MAGICLINKS: block magic-link resolution
- [PATCH v16 04/12] namei: LOOKUP_NO_SYMLINKS: block symlink resolution
- [PATCH v16 03/12] namei: allow set_root() to produce errors
- [PATCH v16 02/12] namei: allow nd_jump_link() to produce errors
- [PATCH v16 01/12] nsfs: clean-up ns_get_path() signature to return int
- [PATCH v16 00/12] open: introduce openat2(2) syscall
- Re: [PATCH v5 09/24] vfio, mm: fix get_user_pages_remote() and FOLL_LONGTERM
- Re: [PATCH linux-kselftest/test v2] Documentation: kunit: add documentation for kunit_tool
- Re: selftest/net: so_txtime.sh fails intermittently - read Resource temporarily unavailable
- [PATCH v4] selftests: fix prepending $(OUTPUT) to $(TEST_PROGS)
- Re: [PATCH v5 12/24] IB/{core,hw,umem}: set FOLL_PIN via pin_user_pages*(), fix up ODP
- Re: [PATCH v5 09/24] vfio, mm: fix get_user_pages_remote() and FOLL_LONGTERM
- Re: [PATCH v4 2/2] mm/hmm/test: add self tests for HMM
- next-20191115 kselftest results
- Re: [PATCH][next] ftrace/selftests: fix spelling mistake "wakeing" -> "waking"
- [PATCH v4 linux-kselftest-test 5/6] kunit: allow kunit 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 2/6] kunit: hide unexported try-catch interface in try-catch-impl.h
- [PATCH v4 linux-kselftest-test 1/6] kunit: move string-stream.h to lib/kunit
- [PATCH v4 linux-kselftest-test 6/6] kunit: update documentation to describe module-based build
- [PATCH v4 linux-kselftest-test 3/6] kunit: allow kunit tests to be loaded as a module
- [PATCH v4 linux-kselftest-test 0/6] kunit: support building core/tests as modules
- [PATCH][next] ftrace/selftests: fix spelling mistake "wakeing" -> "waking"
- [PATCH v5 16/24] net/xdp: set FOLL_PIN via pin_user_pages()
- [PATCH v5 03/24] mm/gup: move try_get_compound_head() to top, fix minor issues
- [PATCH v5 05/24] mm: devmap: refactor 1-based refcounting for ZONE_DEVICE pages
- [PATCH v5 02/24] mm/gup: factor out duplicate code from four routines
- [PATCH v5 01/24] mm/gup: pass flags arg to __gup_device_* functions
- [PATCH v5 13/24] mm/process_vm_access: set FOLL_PIN via pin_user_pages_remote()
- [PATCH v5 10/24] mm/gup: introduce pin_user_pages*() and FOLL_PIN
- [PATCH v5 06/24] goldish_pipe: rename local pin_user_pages() routine
- [PATCH v5 04/24] mm: Cleanup __put_devmap_managed_page() vs ->page_free()
- [PATCH v5 08/24] media/v4l2-core: set pages dirty upon releasing DMA buffers
- [PATCH v5 00/24] mm/gup: track dma-pinned pages: FOLL_PIN
- [PATCH v5 09/24] vfio, mm: fix get_user_pages_remote() and FOLL_LONGTERM
- [PATCH v5 18/24] media/v4l2-core: pin_user_pages (FOLL_PIN) and put_user_page() conversion
- [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 24/24] mm, tree-wide: rename put_user_page*() to unpin_user_page*()
- [PATCH v5 19/24] vfio, mm: pin_user_pages (FOLL_PIN) and put_user_page() conversion
- [PATCH v5 14/24] drm/via: set FOLL_PIN via pin_user_pages_fast()
- [PATCH v5 20/24] powerpc: book3s64: convert to pin_user_pages() and put_user_page()
- [PATCH v5 15/24] fs/io_uring: set FOLL_PIN via pin_user_pages()
- [PATCH v5 23/24] selftests/vm: run_vmtests: invoke gup_benchmark with basic FOLL_PIN coverage
- [PATCH v5 17/24] mm/gup: track FOLL_PIN pages
- [PATCH v5 22/24] mm/gup_benchmark: support pin_user_pages() and related calls
- [PATCH v5 21/24] mm/gup_benchmark: use proper FOLL_WRITE flags instead of hard-coding "1"
- [PATCH v5 07/24] IB/umem: use get_user_pages_fast() to pin DMA pages
- Re: [PATCH v4 2/2] mm/hmm/test: add self tests for HMM
- [PATCH linux-kselftest/test v2] Documentation: kunit: add documentation for kunit_tool
- Re: [PATCH linux-kselftest/test v1] Documentation: kunit: add documentation for kunit_tool
- Re: [PATCH v3 linux-kselftest-test 5/6] kunit: allow kunit to be loaded as a module
- next-20191114 kselftest results
- Re: [PATCH v4 1/2] mm/hmm: make full use of walk_page_range()
- Re: [PATCH v15 3/9] namei: LOOKUP_NO_XDEV: block mountpoint crossing
- Re: [PATCH] selftests: kvm: Simplify loop in kvm_create_max_vcpus test
- selftest/net: so_txtime.sh fails intermittently - read Resource temporarily unavailable
- Re: [PATCH v4 09/23] mm/gup: introduce pin_user_pages*() and FOLL_PIN
- selftests/bpf: make *** tools/bpf/bpftool No such file or directory. Stop.
- Re: [PATCH v15 3/9] namei: LOOKUP_NO_XDEV: block mountpoint crossing
- Re: [PATCH v15 4/9] namei: LOOKUP_BENEATH: O_BENEATH-like scoped resolution
- Re: [PATCH v15 3/9] namei: LOOKUP_NO_XDEV: block mountpoint crossing
- Re: [PATCH] selftests: kvm: Simplify loop in kvm_create_max_vcpus test
- Re: [PATCH v4 23/23] mm/gup: remove support for gup(FOLL_LONGTERM)
- Re: [PATCH v4 09/23] mm/gup: introduce pin_user_pages*() and FOLL_PIN
- Re: [PATCH v4 02/23] mm/gup: factor out duplicate code from four routines
- Re: [PATCH v4 04/23] mm: devmap: refactor 1-based refcounting for ZONE_DEVICE pages
- Re: [PATCH v4 04/23] mm: devmap: refactor 1-based refcounting for ZONE_DEVICE pages
- Re: [PATCH v4 04/23] mm: devmap: refactor 1-based refcounting for ZONE_DEVICE pages
- Re: [PATCH v4 04/23] mm: devmap: refactor 1-based refcounting for ZONE_DEVICE pages
- Re: [PATCH v4 04/23] mm: devmap: refactor 1-based refcounting for ZONE_DEVICE pages
- Re: [PATCH v3 00/23] mm/gup: track dma-pinned pages: FOLL_PIN, FOLL_LONGTERM
- Re: [PATCH v4 09/23] mm/gup: introduce pin_user_pages*() and FOLL_PIN
- Re: [PATCH v4 08/23] vfio, mm: fix get_user_pages_remote() and FOLL_LONGTERM
- Re: [PATCH v4 04/23] mm: devmap: refactor 1-based refcounting for ZONE_DEVICE pages
- Re: [PATCH v4 08/23] vfio, mm: fix get_user_pages_remote() and FOLL_LONGTERM
- Re: [PATCH v4 04/23] mm: devmap: refactor 1-based refcounting for ZONE_DEVICE pages
- Re: [PATCH v4 23/23] mm/gup: remove support for gup(FOLL_LONGTERM)
- Re: [PATCH v4 22/23] selftests/vm: run_vmtests: invoke gup_benchmark with basic FOLL_PIN coverage
- Re: [PATCH v4 21/23] mm/gup_benchmark: support pin_user_pages() and related calls
- Re: [PATCH v4 20/23] mm/gup_benchmark: use proper FOLL_WRITE flags instead of hard-coding "1"
- Re: [PATCH v4 09/23] mm/gup: introduce pin_user_pages*() and FOLL_PIN
- Re: [PATCH v4 08/23] vfio, mm: fix get_user_pages_remote() and FOLL_LONGTERM
- Re: [PATCH v4 09/23] mm/gup: introduce pin_user_pages*() and FOLL_PIN
- Re: [PATCH v4 03/23] mm/gup: move try_get_compound_head() to top, fix minor issues
- Re: [PATCH v4 09/23] mm/gup: introduce pin_user_pages*() and FOLL_PIN
- Re: [PATCH linux-kselftest/test v1] Documentation: kunit: add documentation for kunit_tool
- next-20191113 kselftest results
- Re: [PATCH v4 2/2] mm/hmm/test: add self tests for HMM
- Re: [PATCH v4 08/23] vfio, mm: fix get_user_pages_remote() and FOLL_LONGTERM
- Re: [PATCH v4 2/2] pidfd: add tests for NSpid info in fdinfo
- Re: [PATCH v4 2/2] pidfd: add tests for NSpid info in fdinfo
- Re: [PATCH v3 00/23] mm/gup: track dma-pinned pages: FOLL_PIN, FOLL_LONGTERM
- Re: [PATCH v4 02/23] mm/gup: factor out duplicate code from four routines
- Re: [PATCH v4 01/23] mm/gup: pass flags arg to __gup_device_* functions
- Re: [PATCH v4 03/23] mm/gup: move try_get_compound_head() to top, fix minor issues
- Re: [PATCH v4 04/23] mm: devmap: refactor 1-based refcounting for ZONE_DEVICE pages
- Re: [PATCH v4 09/23] mm/gup: introduce pin_user_pages*() and FOLL_PIN
- Re: [PATCH v3 00/23] mm/gup: track dma-pinned pages: FOLL_PIN, FOLL_LONGTERM
- Re: [PATCH v3 00/23] mm/gup: track dma-pinned pages: FOLL_PIN, FOLL_LONGTERM
- Re: [PATCH v3 00/23] mm/gup: track dma-pinned pages: FOLL_PIN, FOLL_LONGTERM
- Re: [PATCH v15 6/9] namei: LOOKUP_{IN_ROOT,BENEATH}: permit limited ".." resolution
- Re: [PATCH v15 4/9] namei: LOOKUP_BENEATH: O_BENEATH-like scoped resolution
- Re: [PATCH v4 00/23] mm/gup: track dma-pinned pages: FOLL_PIN, FOLL_LONGTERM
- [PATCH v4 19/23] powerpc: book3s64: convert to pin_longterm_pages() and put_user_page()
- [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 04/23] mm: devmap: refactor 1-based refcounting for ZONE_DEVICE pages
- [PATCH v4 02/23] mm/gup: factor out duplicate code from four routines
- [PATCH v4 16/23] mm/gup: track FOLL_PIN pages
- [PATCH v4 10/23] goldish_pipe: convert to pin_user_pages() and put_user_page()
- [PATCH v4 17/23] media/v4l2-core: pin_longterm_pages (FOLL_PIN) and put_user_page() conversion
- [PATCH v4 22/23] selftests/vm: run_vmtests: invoke gup_benchmark with basic FOLL_PIN coverage
- [PATCH v4 03/23] mm/gup: move try_get_compound_head() to top, fix minor issues
- [PATCH v4 13/23] drm/via: set FOLL_PIN via pin_user_pages_fast()
- [PATCH v4 00/23] mm/gup: track dma-pinned pages: FOLL_PIN, FOLL_LONGTERM
- [PATCH v4 01/23] mm/gup: pass flags arg to __gup_device_* functions
- [PATCH v4 12/23] mm/process_vm_access: set FOLL_PIN via pin_user_pages_remote()
- [PATCH v4 21/23] mm/gup_benchmark: support pin_user_pages() and related calls
- [PATCH v4 07/23] media/v4l2-core: set pages dirty upon releasing DMA buffers
- [PATCH v4 14/23] fs/io_uring: set FOLL_PIN via pin_user_pages()
- [PATCH v4 23/23] mm/gup: remove support for gup(FOLL_LONGTERM)
- [PATCH v4 06/23] IB/umem: use get_user_pages_fast() to pin DMA pages
- [PATCH v4 05/23] goldish_pipe: rename local pin_user_pages() routine
- [PATCH v4 11/23] IB/{core,hw,umem}: set FOLL_PIN, FOLL_LONGTERM via pin_longterm_pages*()
- [PATCH v4 18/23] vfio, mm: pin_longterm_pages (FOLL_PIN) and put_user_page() conversion
- [PATCH v4 20/23] mm/gup_benchmark: use proper FOLL_WRITE flags instead of hard-coding "1"
- [PATCH v4 15/23] net/xdp: set FOLL_PIN via pin_user_pages()
- Re: [PATCH v15 5/9] namei: LOOKUP_IN_ROOT: chroot-like scoped resolution
- Re: [PATCH v15 5/9] namei: LOOKUP_IN_ROOT: chroot-like scoped resolution
- Re: [PATCH v15 5/9] namei: LOOKUP_IN_ROOT: chroot-like scoped resolution
- Re: [PATCH v15 7/9] open: introduce openat2(2) syscall
- Re: [PATCH v15 7/9] open: introduce openat2(2) syscall
- [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
- Re: [PATCH v15 4/9] namei: LOOKUP_BENEATH: O_BENEATH-like scoped resolution
- Re: [PATCH v15 6/9] namei: LOOKUP_{IN_ROOT,BENEATH}: permit limited ".." resolution
- Re: [PATCH v3 08/23] vfio, mm: fix get_user_pages_remote() and FOLL_LONGTERM
- Re: [PATCH v15 5/9] namei: LOOKUP_IN_ROOT: chroot-like scoped resolution
- [PATCH AUTOSEL 4.19 033/209] selftests/tls: Fix recv(MSG_PEEK) & splice() test cases
- Re: [PATCH v15 3/9] namei: LOOKUP_NO_XDEV: block mountpoint crossing
- Re: [PATCH v3 08/23] vfio, mm: fix get_user_pages_remote() and FOLL_LONGTERM
- [PATCH linux-kselftest/test v1] Documentation: kunit: add documentation for kunit_tool
- Re: [PATCH v15 2/9] namei: LOOKUP_NO_MAGICLINKS: block magic-link resolution
- Re: [PATCH v3 08/23] vfio, mm: fix get_user_pages_remote() and FOLL_LONGTERM
- Re: [PATCH v3 08/23] vfio, mm: fix get_user_pages_remote() and FOLL_LONGTERM
- Re: [PATCH v15 0/9] open: introduce openat2(2) syscall
- Re: [PATCH v4 2/2] mm/hmm/test: add self tests for HMM
- Re: [PATCH v4 2/2] mm/hmm/test: add self tests for HMM
- Re: [PATCH v3 08/23] vfio, mm: fix get_user_pages_remote() and FOLL_LONGTERM
- Re: [PATCH v3 08/23] vfio, mm: fix get_user_pages_remote() and FOLL_LONGTERM
- Re: [PATCH v3 08/23] vfio, mm: fix get_user_pages_remote() and FOLL_LONGTERM
- Re: [PATCH v15 0/9] open: introduce openat2(2) syscall
- Re: [PATCH v15 0/9] open: introduce openat2(2) syscall
- Re: [PATCH v3 08/23] vfio, mm: fix get_user_pages_remote() and FOLL_LONGTERM
- Re: [PATCH v3 08/23] vfio, mm: fix get_user_pages_remote() and FOLL_LONGTERM
- Re: [PATCH v3 08/23] vfio, mm: fix get_user_pages_remote() and FOLL_LONGTERM
- Re: [PATCH v3 08/23] vfio, mm: fix get_user_pages_remote() and FOLL_LONGTERM
- Re: [PATCH v4 1/2] mm/hmm: make full use of walk_page_range()
- Re: [PATCH v3 08/23] vfio, mm: fix get_user_pages_remote() and FOLL_LONGTERM
- Re: [PATCH v4 2/2] mm/hmm/test: add self tests for HMM
- Re: [PATCH v3 11/23] IB/{core,hw,umem}: set FOLL_PIN, FOLL_LONGTERM via pin_longterm_pages*()
- Re: [PATCH v3 00/23] mm/gup: track dma-pinned pages: FOLL_PIN, FOLL_LONGTERM
- Re: [PATCH v3 11/23] IB/{core,hw,umem}: set FOLL_PIN, FOLL_LONGTERM via pin_longterm_pages*()
- Re: [PATCH v3 08/23] vfio, mm: fix get_user_pages_remote() and FOLL_LONGTERM
- Re: [PATCH v3 00/23] mm/gup: track dma-pinned pages: FOLL_PIN, FOLL_LONGTERM
- next-20191112 kselftest results
- kselftest: failed to build with -C tool/testing/selftests when KBUILD_OUTPUT is set
- Re: [PATCH] kselftests: cgroup: Avoid the reuse of fd after it is deallocated
- Re: [PATCH v4 2/2] mm/hmm/test: add self tests for HMM
- Re: [PATCH v4 1/2] mm/hmm: make full use of walk_page_range()
- [PATCH] selftests: kvm: Simplify loop in kvm_create_max_vcpus test
- From: Wainer dos Santos Moschetta
- Re: next-20191111 kselftest results
- Re: [PATCH v4] selftests: add tests for clone3()
- Re: [PATCH v4] selftests: add tests for clone3()
- Re: [PATCH v4] selftests: add tests for clone3()
- [PATCH v4] selftests: add tests for clone3()
- Re: [PATCH] selftests: Move kselftest_module.sh into kselftest/
- next-20191111 kselftest results
- Re: [PATCH v3 09/23] mm/gup: introduce pin_user_pages*() and FOLL_PIN
- [PATCH] kselftests: cgroup: Avoid the reuse of fd after it is deallocated
- [PATCH v3 04/23] mm: devmap: refactor 1-based refcounting for ZONE_DEVICE pages
- [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 06/23] IB/umem: use get_user_pages_fast() to pin DMA pages
- [PATCH v3 00/23] mm/gup: track dma-pinned pages: FOLL_PIN, FOLL_LONGTERM
- [PATCH v3 05/23] goldish_pipe: rename local pin_user_pages() routine
- [PATCH v3 01/23] mm/gup: pass flags arg to __gup_device_* functions
- [PATCH v3 10/23] goldish_pipe: convert to pin_user_pages() and put_user_page()
- [PATCH v3 07/23] media/v4l2-core: set pages dirty upon releasing DMA buffers
- [PATCH v3 12/23] mm/process_vm_access: set FOLL_PIN via pin_user_pages_remote()
- [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 15/23] net/xdp: set FOLL_PIN via pin_user_pages()
- [PATCH v3 16/23] mm/gup: track FOLL_PIN pages
- [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 11/23] IB/{core,hw,umem}: set FOLL_PIN, FOLL_LONGTERM via pin_longterm_pages*()
- [PATCH v3 17/23] media/v4l2-core: pin_longterm_pages (FOLL_PIN) and put_user_page() conversion
- [PATCH v3 18/23] vfio, mm: pin_longterm_pages (FOLL_PIN) and put_user_page() conversion
- [PATCH v3 20/23] mm/gup_benchmark: use proper FOLL_WRITE flags instead of hard-coding "1"
- [PATCH v3 23/23] mm/gup: remove support for gup(FOLL_LONGTERM)
- [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 19/23] powerpc: book3s64: convert to pin_longterm_pages() and put_user_page()
- Re: [PATCH v2 04/18] media/v4l2-core: set pages dirty upon releasing DMA buffers
- Re: [PATCH v3 linux-kselftest-test 5/6] kunit: allow kunit to be loaded as a module
- Re: [PATCH] selftests: bpf: add missing object file to TEST_FILES
- Re: [PATCH][next] kselftest: arm64: fix spelling mistake "contiguos" -> "contiguous"
- [PATCH] selftests: bpf: add missing object file to TEST_FILES
- Re: [PATCH bpf-next 2/2] selftests: bpf: test_tc_edt: add missing object file to TEST_FILES
- Re: [PATCH v15 0/9] open: introduce openat2(2) syscall
- Re: [PATCH v3] selftests: add tests for clone3()
- Re: [PATCH bpf-next 2/2] selftests: bpf: test_tc_edt: add missing object file to TEST_FILES
- Re: [PATCH bpf-next 2/2] selftests: bpf: test_tc_edt: add missing object file to TEST_FILES
- [PATCH][next] kselftest: arm64: fix spelling mistake "contiguos" -> "contiguous"
- Re: [PATCH v2 13/18] media/v4l2-core: pin_longterm_pages (FOLL_PIN) and put_user_page() conversion
- Re: [PATCH v2 04/18] media/v4l2-core: set pages dirty upon releasing DMA buffers
- [PATCH bpf-next 2/2] selftests: bpf: test_tc_edt: add missing object file to TEST_FILES
- [PATCH bpf-next 1/2] selftests: bpf: test_lwt_ip_encap: add missing object file to TEST_FILES
- Re: [PATCH 1/2] selftests: bpf: test_lwt_ip_encap: add missing object file to TEST_FILES
- [PATCH AUTOSEL 4.19 027/191] selftests/powerpc: Do not fail with reschedule
- objtool: skb_push.cold()+0x15: unreachable instruction
- PROBLEM: PCIe Error atleast "help and other detail related"
- next-20191108 kselftest results
- next-20191107 kselftest results
- Re: [PATCH v8 2/9] hugetlb_cgroup: add interface for charge/uncharge hugetlb reservations
- Re: [PATCH v8 2/9] hugetlb_cgroup: add interface for charge/uncharge hugetlb reservations
- Re: [PATCH v8 2/9] hugetlb_cgroup: add interface for charge/uncharge hugetlb reservations
- Re: [PATCH v8 2/9] hugetlb_cgroup: add interface for charge/uncharge hugetlb reservations
- Re: [PATCH v8 1/9] hugetlb_cgroup: Add hugetlb_cgroup reservation counter
- [PATCH v3] selftests: add tests for clone3()
- Re: [PATCH 1/2] memfd: Fix COW issue on MAP_PRIVATE and F_SEAL_FUTURE_WRITE mappings
- Re: [PATCH 1/2] memfd: Fix COW issue on MAP_PRIVATE and F_SEAL_FUTURE_WRITE mappings
- Re: [PATCH v3 linux-kselftest-test 5/6] kunit: allow kunit to be loaded as a module
- Re: [PATCH v10 00/12] Add arm64/signal initial kselftest support
- next-20191108 kselftest results
- Re: [PATCH RESEND v3 0/2] selftests: fix prepending $(OUTPUT) to $(TEST_PROGS)
- Re: [PATCH v2] selftests: add tests for clone3()
- Re: [PATCH v2] selftests: add tests for clone3()
- Re: [PATCH 1/2] memfd: Fix COW issue on MAP_PRIVATE and F_SEAL_FUTURE_WRITE mappings
- Re: [PATCH 1/2] memfd: Fix COW issue on MAP_PRIVATE and F_SEAL_FUTURE_WRITE mappings
- Re: [PATCH 1/2] memfd: Fix COW issue on MAP_PRIVATE and F_SEAL_FUTURE_WRITE mappings
- Re: [PATCH v3 linux-kselftest-test 5/6] kunit: allow kunit to be loaded as a module
- Re: [PATCH v3 linux-kselftest-test 5/6] kunit: allow kunit to be loaded as a module
- Re: [PATCH 1/2] memfd: Fix COW issue on MAP_PRIVATE and F_SEAL_FUTURE_WRITE mappings
- Re: [PATCH v3 linux-kselftest-test 4/6] kunit: allow kunit tests to be loaded as a module
- Re: [PATCH v3 linux-kselftest-test 3/6] kunit: add kunit_find_symbol() function for symbol lookup
- Re: [PATCH v3 linux-kselftest-test 2/6] kunit: hide unexported try-catch interface in try-catch-impl.h
- Re: [PATCH v3 linux-kselftest-test 1/6] kunit: move string-stream.h to lib/kunit/string-stream-impl.h
- Re: [PATCH 1/2] memfd: Fix COW issue on MAP_PRIVATE and F_SEAL_FUTURE_WRITE mappings
- Re: [PATCH v8 2/9] hugetlb_cgroup: add interface for charge/uncharge hugetlb reservations
- Re: [PATCH v8 1/9] hugetlb_cgroup: Add hugetlb_cgroup reservation counter
- Re: [PATCH linux-kselftest/test v2] apparmor: add AppArmor KUnit tests for policy unpack
- Re: [PATCH RESEND v3 0/2] selftests: fix prepending $(OUTPUT) to $(TEST_PROGS)
- Re: [PATCH] kselftests/dmabuf-heaps: Fix compiler error in one condition
- Re: [PATCH] kselftests/dmabuf-heaps: Fix compiler error in one condition
- Re: [PATCH] dmabuf-heaps/dmabuf-heap.c: Initialize features variable to avoid compiler warning
- Re: [PATCH] kselftests/dmabuf-heaps: Fix compiler error in one condition
- Re: [PATCH] dmabuf-heaps/dmabuf-heap.c: Initialize features variable to avoid compiler warning
- [PATCH 2/2] memfd: Add test for COW on MAP_PRIVATE and F_SEAL_FUTURE_WRITE mappings
- From: Joel Fernandes (Google)
- [PATCH 1/2] memfd: Fix COW issue on MAP_PRIVATE and F_SEAL_FUTURE_WRITE mappings
- From: Joel Fernandes (Google)
- Re: [PATCH 2/2] selftests: bpf: test_tc_edt: add missing object file to TEST_FILES
- Re: [PATCH 1/2] selftests: bpf: test_lwt_ip_encap: add missing object file to TEST_FILES
- Re: [PATCH] selftests/livepatch: filter 'taints' from dmesg comparison
- Re: [PATCH] selftests/livepatch: filter 'taints' from dmesg comparison
- Re: [PATCH] selftests/livepatch: filter 'taints' from dmesg comparison
- Re: [PATCH] selftests/livepatch: filter 'taints' from dmesg comparison
- Re: [PATCH] selftests/livepatch: filter 'taints' from dmesg comparison
- Re: [PATCH] selftests/livepatch: filter 'taints' from dmesg comparison
- next-20191107 kselftest results
- [PATCH 2/2] selftests: bpf: test_tc_edt: add missing object file to TEST_FILES
- [PATCH 1/2] selftests: bpf: test_lwt_ip_encap: add missing object file to TEST_FILES
- Re: [PATCH] selftests/livepatch: filter 'taints' from dmesg comparison
- Re: [PATCH] selftests/livepatch: filter 'taints' from dmesg comparison
- Re: [PATCH v2 05/18] mm/gup: introduce pin_user_pages*() and FOLL_PIN
- Re: [PATCH v2 07/18] infiniband: set FOLL_PIN, FOLL_LONGTERM via pin_longterm_pages*()
- Re: [PATCH v2 05/18] mm/gup: introduce pin_user_pages*() and FOLL_PIN
- Re: [PATCH net-next v2] selftest: net: add some traceroute tests
- [PATCH] selftests/livepatch: filter 'taints' from dmesg comparison
- Re: [PATCH linux-kselftest/test v2] apparmor: add AppArmor KUnit tests for policy unpack
- next-20191106 kselftest results
- Re: [PATCH v2] selftests: add tests for clone3()
- Re: [PATCH v2] selftests: add tests for clone3()
- Re: [PATCH v2] selftests: add tests for clone3()
- Re: [PATCH linux-kselftest/test v2] apparmor: add AppArmor KUnit tests for policy unpack
- Re: [PATCH net-next v2] selftest: net: add some traceroute tests
- [PATCH linux-kselftest/test v2] apparmor: add AppArmor KUnit tests for policy unpack
- Re: [PATCH linux-kselftest/test v1] apparmor: add AppArmor KUnit tests for policy unpack
- Re: [PATCH linux-kselftest/test v1] apparmor: add AppArmor KUnit tests for policy unpack
- Re: [PATCH linux-kselftest/test v1] apparmor: add AppArmor KUnit tests for policy unpack
- Re: [PATCH linux-kselftest/test v1] apparmor: add AppArmor KUnit tests for policy unpack
- [PATCH net-next v2] selftest: net: add some traceroute tests
- Re: [PATCH net-next] selftest: net: add some traceroute tests
- [PATCH net-next] selftest: net: add some traceroute tests
- Re: [PATCH v2 05/18] mm/gup: introduce pin_user_pages*() and FOLL_PIN
- Re: [PATCH 09/19] drm/via: set FOLL_PIN via pin_user_pages_fast()
- Re: [PATCH linux-kselftest/test v1] apparmor: add AppArmor KUnit tests for policy unpack
- next-20191105 kselftest results
- Re: [PATCH v2 05/18] mm/gup: introduce pin_user_pages*() and FOLL_PIN
- Re: [PATCH 09/19] drm/via: set FOLL_PIN via pin_user_pages_fast()
- [PATCH] dmabuf-heaps/dmabuf-heap.c: Initialize features variable to avoid compiler warning
- [PATCH v15 9/9] Documentation: path-lookup: mention LOOKUP_MAGICLINK_JUMPED
- [PATCH v15 8/9] selftests: add openat2(2) selftests
- [PATCH v15 7/9] open: introduce openat2(2) syscall
- [PATCH v15 6/9] namei: LOOKUP_{IN_ROOT,BENEATH}: permit limited ".." resolution
- [PATCH v15 5/9] namei: LOOKUP_IN_ROOT: chroot-like scoped resolution
- [PATCH v15 4/9] namei: LOOKUP_BENEATH: O_BENEATH-like scoped resolution
- [PATCH v15 3/9] namei: LOOKUP_NO_XDEV: block mountpoint crossing
- [PATCH v15 2/9] namei: LOOKUP_NO_MAGICLINKS: block magic-link resolution
- [PATCH v15 1/9] namei: LOOKUP_NO_SYMLINKS: block symlink resolution
- [PATCH v15 0/9] open: introduce openat2(2) syscall
- Re: [PATCH v2 07/18] infiniband: set FOLL_PIN, FOLL_LONGTERM via pin_longterm_pages*()
- [PATCH 3/3] rseq/selftests: Add support for riscv
- [PATCH 2/3] riscv: Add support for restartable sequence
- [PATCH 1/3] riscv: add required functions to enable HAVE_REGS_AND_STACK_ACCESS_API
- [PATCH 0/3] riscv: add support for restartable sequence
- Re: [PATCH v2 12/18] mm/gup: track FOLL_PIN pages
- Re: [PATCH v2 12/18] mm/gup: track FOLL_PIN pages
- Re: [PATCH v2 12/18] mm/gup: track FOLL_PIN pages
- [PATCH v4 2/2] mm/hmm/test: add self tests for HMM
- [PATCH v4 1/2] mm/hmm: make full use of walk_page_range()
- [PATCH v4 0/2] HMM tests and minor fixes
- Re: [PATCH v2 07/18] infiniband: set FOLL_PIN, FOLL_LONGTERM via pin_longterm_pages*()
- Re: [PATCH v2 05/18] mm/gup: introduce pin_user_pages*() and FOLL_PIN
- Re: [PATCH v8 5/9] hugetlb: disable region_add file_region coalescing
- Re: [PATCH v2 05/18] mm/gup: introduce pin_user_pages*() and FOLL_PIN
- Re: [PATCH v8 5/9] hugetlb: disable region_add file_region coalescing
- Re: [PATCH v8 5/9] hugetlb: disable region_add file_region coalescing
- Re: [PATCH v2 05/18] mm/gup: introduce pin_user_pages*() and FOLL_PIN
- Re: [PATCH v2 07/18] infiniband: set FOLL_PIN, FOLL_LONGTERM via pin_longterm_pages*()
- Re: [PATCH v2 05/18] mm/gup: introduce pin_user_pages*() and FOLL_PIN
- Re: [PATCH v2 07/18] infiniband: set FOLL_PIN, FOLL_LONGTERM via pin_longterm_pages*()
- Re: [PATCH v2 05/18] mm/gup: introduce pin_user_pages*() and FOLL_PIN
- Re: [PATCH v2 05/18] mm/gup: introduce pin_user_pages*() and FOLL_PIN
- Re: [PATCH v2 07/18] infiniband: set FOLL_PIN, FOLL_LONGTERM via pin_longterm_pages*()
- Re: [PATCH v2 05/18] mm/gup: introduce pin_user_pages*() and FOLL_PIN
- Re: [PATCH v2 05/18] mm/gup: introduce pin_user_pages*() and FOLL_PIN
- Re: [PATCH v2 05/18] mm/gup: introduce pin_user_pages*() and FOLL_PIN
- Re: [PATCH v2 05/18] mm/gup: introduce pin_user_pages*() and FOLL_PIN
- Re: [PATCH v2 05/18] mm/gup: introduce pin_user_pages*() and FOLL_PIN
- Re: [PATCH v2 05/18] mm/gup: introduce pin_user_pages*() and FOLL_PIN
- Re: [PATCH 09/19] drm/via: set FOLL_PIN via pin_user_pages_fast()
- Re: [PATCH v2 05/18] mm/gup: introduce pin_user_pages*() and FOLL_PIN
- Re: [PATCH v2 05/18] mm/gup: introduce pin_user_pages*() and FOLL_PIN
- Re: [PATCH v2 12/18] mm/gup: track FOLL_PIN pages
- Re: [PATCH v2 09/18] drm/via: set FOLL_PIN via pin_user_pages_fast()
- Re: [PATCH net-next 2/2] selftest: net: add icmp reply address test
- Re: [PATCH 09/19] drm/via: set FOLL_PIN via pin_user_pages_fast()
- Re: [PATCH v2 09/18] drm/via: set FOLL_PIN via pin_user_pages_fast()
- Re: [PATCH v2 08/18] mm/process_vm_access: set FOLL_PIN via pin_user_pages_remote()
- Re: [PATCH v2 05/18] mm/gup: introduce pin_user_pages*() and FOLL_PIN
- Re: [PATCH v2 03/18] goldish_pipe: rename local pin_user_pages() routine
- Re: [PATCH v2 02/18] mm/gup: factor out duplicate code from four routines
- Re: [PATCH v2 01/18] mm/gup: pass flags arg to __gup_device_* functions
- [PATCH v2] selftests: add tests for clone3()
- [PATCH v2 03/18] goldish_pipe: rename local pin_user_pages() routine
- [PATCH v2 06/18] goldish_pipe: convert to pin_user_pages() and put_user_page()
- [PATCH v2 07/18] infiniband: set FOLL_PIN, FOLL_LONGTERM via pin_longterm_pages*()
- [PATCH v2 15/18] powerpc: book3s64: convert to pin_longterm_pages() and put_user_page()
- [PATCH v2 10/18] fs/io_uring: set FOLL_PIN via pin_user_pages()
- [PATCH v2 01/18] mm/gup: pass flags arg to __gup_device_* functions
- [PATCH v2 02/18] mm/gup: factor out duplicate code from four routines
- [PATCH v2 18/18] mm/gup: remove support for gup(FOLL_LONGTERM)
- [PATCH v2 14/18] vfio, mm: pin_longterm_pages (FOLL_PIN) and put_user_page() conversion
- [PATCH v2 05/18] mm/gup: introduce pin_user_pages*() and FOLL_PIN
- [PATCH v2 11/18] net/xdp: set FOLL_PIN via pin_user_pages()
- [PATCH v2 08/18] mm/process_vm_access: set FOLL_PIN via pin_user_pages_remote()
- [PATCH v2 16/18] mm/gup_benchmark: support pin_user_pages() and related calls
- [PATCH v2 09/18] drm/via: set FOLL_PIN via pin_user_pages_fast()
- [PATCH v2 00/18] mm/gup: track dma-pinned pages: FOLL_PIN, FOLL_LONGTERM
- [PATCH v2 12/18] mm/gup: track FOLL_PIN pages
- [PATCH v2 04/18] media/v4l2-core: set pages dirty upon releasing DMA buffers
- [PATCH v2 13/18] media/v4l2-core: pin_longterm_pages (FOLL_PIN) and put_user_page() conversion
- [PATCH v2 17/18] selftests/vm: run_vmtests: invoke gup_benchmark with basic FOLL_PIN coverage
- Re: [PATCH 19/19] Documentation/vm: add pin_user_pages.rst
- Re: [PATCH net-next 2/2] selftest: net: add icmp reply address test
- Re: [PATCH net-next 2/2] selftest: net: add icmp reply address test
- Re: [PATCH net-next 2/2] selftest: net: add icmp reply address test
- Re: [PATCH net-next 2/2] selftest: net: add icmp reply address test
- Re: [PATCH net-next 2/2] selftest: net: add icmp reply address test
- Re: [PATCH net-next 2/2] selftest: net: add icmp reply address test
- Re: [PATCH net-next 2/2] selftest: net: add icmp reply address test
- Re: [PATCH net-next 2/2] selftest: net: add icmp reply address test
- Re: [PATCH 11/19] net/xdp: set FOLL_PIN via pin_user_pages()
- [PATCH net-next 2/2] selftest: net: add icmp reply address test
- [PATCH net-next 1/2] selftest: net: add icmp6 reply address test
- Re: [PATCH v8 5/9] hugetlb: disable region_add file_region coalescing
- Re: [PATCH linux-kselftest/test v6] lib/list-test: add a test for the 'list' doubly linked list
- Re: [PATCH 10/19] fs/io_uring: set FOLL_PIN via pin_user_pages()
- Re: [PATCH linux-kselftest/test v1] apparmor: add AppArmor KUnit tests for policy unpack
- Re: [PATCH linux-kselftest/test v6] lib/list-test: add a test for the 'list' doubly linked list
- Re: [PATCH linux-kselftest/test v6] lib/list-test: add a test for the 'list' doubly linked list
- Re: [PATCH] kselftests/dmabuf-heaps: Fix compiler error in one condition
- [PATCH] kselftests/dmabuf-heaps: Fix compiler error in one condition
- Re: [PATCH 19/19] Documentation/vm: add pin_user_pages.rst
- Re: [PATCH 19/19] Documentation/vm: add pin_user_pages.rst
- Re: [PATCH 19/19] Documentation/vm: add pin_user_pages.rst
- Re: [PATCH 07/19] infiniband: set FOLL_PIN, FOLL_LONGTERM via pin_longterm_pages*()
- Re: [PATCH 08/19] mm/process_vm_access: set FOLL_PIN via pin_user_pages_remote()
- Re: [PATCH 05/19] mm/gup: introduce pin_user_pages*() and FOLL_PIN
- Re: [PATCH 13/19] media/v4l2-core: pin_longterm_pages (FOLL_PIN) and put_user_page() conversion
- Re: [PATCH 11/19] net/xdp: set FOLL_PIN via pin_user_pages()
- Re: [PATCH 10/19] fs/io_uring: set FOLL_PIN via pin_user_pages()
- Re: [PATCH 09/19] drm/via: set FOLL_PIN via pin_user_pages_fast()
- Re: [PATCH 08/19] mm/process_vm_access: set FOLL_PIN via pin_user_pages_remote()
- Re: [PATCH 07/19] infiniband: set FOLL_PIN, FOLL_LONGTERM via pin_longterm_pages*()
- Re: [PATCH 05/19] mm/gup: introduce pin_user_pages*() and FOLL_PIN
- Re: [PATCH 02/19] mm/gup: factor out duplicate code from four routines
[Index of Archives]
[Linux Wireless]
[Linux Bluetooth]
[Kernel Announce]
[IETF Annouce]
[Security]
[Netfilter]
[Linux ATA RAID]
[Bugtraq]