Re: [PATCH v3 4/6] powerpc/mm: Add devmap support for ppc64

2017-06-27 Thread Oliver
On Tue, Jun 27, 2017 at 12:33 PM, Michael Ellerman wrote: > kbuild test robot writes: > >> Hi Oliver, >> >> [auto build test ERROR on powerpc/next] >> [also build test ERROR on v4.12-rc6 next-20170623] >> [if your patch is applied to the wrong git tree,

Re: [PATCH v3 4/6] powerpc/mm: Add devmap support for ppc64

2017-06-26 Thread Michael Ellerman
kbuild test robot writes: > Hi Oliver, > > [auto build test ERROR on powerpc/next] > [also build test ERROR on v4.12-rc6 next-20170623] > [if your patch is applied to the wrong git tree, please drop us a note to > help improve the system] > > url: >

Re: [PATCH v3 4/6] powerpc/mm: Add devmap support for ppc64

2017-06-24 Thread kbuild test robot
Hi Oliver, [auto build test ERROR on powerpc/next] [also build test ERROR on v4.12-rc6 next-20170623] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

[PATCH v3 4/6] powerpc/mm: Add devmap support for ppc64

2017-06-23 Thread Oliver O'Halloran
Add support for the devmap bit on PTEs and PMDs for PPC64 Book3S. This is used to differentiate device backed memory from transparent huge pages since they are handled in more or less the same manner by the core mm code. Cc: Aneesh Kumar K.V Signed-off-by: