Re: [PATCH 2/2] fadump: Disable deferred page struct initialisation

2016-08-03 Thread Michael Ellerman
Vlastimil Babka writes: > On 08/03/2016 07:20 AM, Balbir Singh wrote: >> On Tue, 2016-08-02 at 18:49 +0530, Srikar Dronamraju wrote: >>> Fadump kernel reserves significant number of memory blocks. On a multi-node >>> machine, with CONFIG_DEFFERRED_STRUCT_PAGE support, fadump kernel fails to >>> b

Re: [PATCH 2/2] fadump: Disable deferred page struct initialisation

2016-08-02 Thread Vlastimil Babka
On 08/03/2016 07:20 AM, Balbir Singh wrote: On Tue, 2016-08-02 at 18:49 +0530, Srikar Dronamraju wrote: Fadump kernel reserves significant number of memory blocks. On a multi-node machine, with CONFIG_DEFFERRED_STRUCT_PAGE support, fadump kernel fails to boot. Fix this by disabling deferred page

Re: [PATCH 2/2] fadump: Disable deferred page struct initialisation

2016-08-02 Thread Balbir Singh
On Tue, 2016-08-02 at 18:49 +0530, Srikar Dronamraju wrote: > Fadump kernel reserves significant number of memory blocks. On a multi-node > machine, with CONFIG_DEFFERRED_STRUCT_PAGE support, fadump kernel fails to > boot. Fix this by disabling deferred page struct initialisation. >  How much memo

[PATCH 2/2] fadump: Disable deferred page struct initialisation

2016-08-02 Thread Srikar Dronamraju
Fadump kernel reserves significant number of memory blocks. On a multi-node machine, with CONFIG_DEFFERRED_STRUCT_PAGE support, fadump kernel fails to boot. Fix this by disabling deferred page struct initialisation. Signed-off-by: Srikar Dronamraju --- arch/powerpc/kernel/fadump.c | 1 + 1 file