Re: powerpc/fadump: cleanup crash memory ranges support

2018-08-21 Thread Michael Ellerman
On Fri, 2018-08-17 at 20:40:56 UTC, Hari Bathini wrote: > Commit 1bd6a1c4b80a ("powerpc/fadump: handle crash memory ranges array > index overflow") changed crash memory ranges to a dynamic array that > is reallocated on-demand with krealloc(). The relevant header for this > call was not included. T

[PATCH] powerpc/fadump: cleanup crash memory ranges support

2018-08-17 Thread Hari Bathini
Commit 1bd6a1c4b80a ("powerpc/fadump: handle crash memory ranges array index overflow") changed crash memory ranges to a dynamic array that is reallocated on-demand with krealloc(). The relevant header for this call was not included. The kernel compiles though. But be cautious and add the header an