Re: [PATCH 1/6] powerpc/mm: Wire up hpte_removebolted for powernv

2017-05-24 Thread Rashmica Gupta
Looks good to me On 23/05/17 14:05, Oliver O'Halloran wrote: From: Anton Blanchard Adds support for removing bolted (i.e kernel linear mapping) mappings on powernv. This is needed to support memory hot unplug operations which are required for the teardown of DAX/PMEM

Re: [PATCH 1/6] powerpc/mm: Wire up hpte_removebolted for powernv

2017-05-23 Thread Balbir Singh
On Tue, May 23, 2017 at 2:05 PM, Oliver O'Halloran wrote: > From: Anton Blanchard > > Adds support for removing bolted (i.e kernel linear mapping) mappings on > powernv. This is needed to support memory hot unplug operations which > are required for the

[PATCH 1/6] powerpc/mm: Wire up hpte_removebolted for powernv

2017-05-22 Thread Oliver O'Halloran
From: Anton Blanchard Adds support for removing bolted (i.e kernel linear mapping) mappings on powernv. This is needed to support memory hot unplug operations which are required for the teardown of DAX/PMEM devices. Reviewed-by: Rashmica Gupta