Re: [PATCH 3/3] powerpc/mm/hash64: Make vmalloc 56T on hash

2017-08-02 Thread Michael Ellerman
"Aneesh Kumar K.V" writes: > Michael Ellerman writes: > >> On 64-bit book3s, with the hash MMU, we currently define the kernel >> virtual space (vmalloc, ioremap etc.), to be 16T in size. This is a >> leftover from pre v3.7 when our user VM was also 16T. >> >> Of that 16T we split it 50/50, with

Re: [PATCH 3/3] powerpc/mm/hash64: Make vmalloc 56T on hash

2017-08-02 Thread Aneesh Kumar K.V
Michael Ellerman writes: > On 64-bit book3s, with the hash MMU, we currently define the kernel > virtual space (vmalloc, ioremap etc.), to be 16T in size. This is a > leftover from pre v3.7 when our user VM was also 16T. > > Of that 16T we split it 50/50, with half used for PCI IO and ioremap > a

[PATCH 3/3] powerpc/mm/hash64: Make vmalloc 56T on hash

2017-08-01 Thread Michael Ellerman
On 64-bit book3s, with the hash MMU, we currently define the kernel virtual space (vmalloc, ioremap etc.), to be 16T in size. This is a leftover from pre v3.7 when our user VM was also 16T. Of that 16T we split it 50/50, with half used for PCI IO and ioremap and the other 8T for vmalloc. We never