Re: [PATCH] selftests/powerpc/mm: Add a test for virtual address mapping

2017-04-17 Thread Michael Ellerman
Anshuman Khandual writes: > On 04/15/2017 01:48 AM, Michal Suchanek wrote: >> Hello, >> >> On Wed, 12 Apr 2017 15:11:12 +0530 >> Anshuman Khandual wrote: >> >>> This verifies virtual address mapping below and above the >>> 128TB range and makes sure that address returned are within >>> the exp

Re: [PATCH] selftests/powerpc/mm: Add a test for virtual address mapping

2017-04-17 Thread Anshuman Khandual
On 04/17/2017 10:56 AM, Aneesh Kumar K.V wrote: > Anshuman Khandual writes: > >> This verifies virtual address mapping below and above the >> 128TB range and makes sure that address returned are within >> the expected range depending upon the hint passed from the >> user space. >> >> Signed-off-b

Re: [PATCH] selftests/powerpc/mm: Add a test for virtual address mapping

2017-04-16 Thread Aneesh Kumar K.V
Anshuman Khandual writes: > This verifies virtual address mapping below and above the > 128TB range and makes sure that address returned are within > the expected range depending upon the hint passed from the > user space. > > Signed-off-by: Anshuman Khandual > --- > Tested this on latest ppc-ne

Re: [PATCH] selftests/powerpc/mm: Add a test for virtual address mapping

2017-04-16 Thread Anshuman Khandual
On 04/15/2017 01:48 AM, Michal Suchanek wrote: > Hello, > > On Wed, 12 Apr 2017 15:11:12 +0530 > Anshuman Khandual wrote: > >> This verifies virtual address mapping below and above the >> 128TB range and makes sure that address returned are within >> the expected range depending upon the hint pa

Re: [PATCH] selftests/powerpc/mm: Add a test for virtual address mapping

2017-04-14 Thread Michal Suchanek
Hello, On Wed, 12 Apr 2017 15:11:12 +0530 Anshuman Khandual wrote: > This verifies virtual address mapping below and above the > 128TB range and makes sure that address returned are within > the expected range depending upon the hint passed from the > user space. This description does not menti

Re: [PATCH] selftests/powerpc/mm: Add a test for virtual address mapping

2017-04-14 Thread Anshuman Khandual
On 04/12/2017 03:11 PM, Anshuman Khandual wrote: > This verifies virtual address mapping below and above the > 128TB range and makes sure that address returned are within > the expected range depending upon the hint passed from the > user space. > > Signed-off-by: Anshuman Khandual > --- > Tested

[PATCH] selftests/powerpc/mm: Add a test for virtual address mapping

2017-04-12 Thread Anshuman Khandual
This verifies virtual address mapping below and above the 128TB range and makes sure that address returned are within the expected range depending upon the hint passed from the user space. Signed-off-by: Anshuman Khandual --- Tested this on latest ppc-next with Aneesh's yesterday's patch which ca