Re: [PATCH V2] selftest/vm: Add test case for mmap across 128TB boundary.

2017-11-23 Thread Kirill A. Shutemov
On Thu, Nov 23, 2017 at 08:33:13AM +0530, Aneesh Kumar K.V wrote: > From: "Kirill A. Shutemov" > > This patch add a self-test that covers a few corner cases of the interface. > > Signed-off-by: Kirill A. Shutemov > Signed-off-by: Aneesh Kumar K.V > --- > > Changes from V1: > * Add the test to

Re: [PATCH V2] selftest/vm: Add test case for mmap across 128TB boundary.

2017-11-22 Thread Anshuman Khandual
On 11/23/2017 08:33 AM, Aneesh Kumar K.V wrote: > From: "Kirill A. Shutemov" > > This patch add a self-test that covers a few corner cases of the interface. > > Signed-off-by: Kirill A. Shutemov > Signed-off-by: Aneesh Kumar K.V > --- > > Changes from V1: > * Add the test to run_vmtests scrip

[PATCH V2] selftest/vm: Add test case for mmap across 128TB boundary.

2017-11-22 Thread Aneesh Kumar K.V
From: "Kirill A. Shutemov" This patch add a self-test that covers a few corner cases of the interface. Signed-off-by: Kirill A. Shutemov Signed-off-by: Aneesh Kumar K.V --- Changes from V1: * Add the test to run_vmtests script tools/testing/selftests/vm/Makefile | 1 + tools/testi