Re: [PATCH v2] Fix display of Maximum Memory

2020-01-28 Thread Michael Ellerman
On Wed, 2020-01-15 at 14:53:59 UTC, Michael Bringmann wrote: > Correct overflow problem in calculation+display of Maximum Memory > value to syscfg where 32bits is insufficient. > > Signed-off-by: Michael Bringmann Applied to powerpc next, thanks.

Re: [PATCH v2] Fix display of Maximum Memory

2020-01-16 Thread Michael Bringmann
On 1/15/20 11:53 PM, Michael Ellerman wrote: > Michael Bringmann writes: >> Correct overflow problem in calculation+display of Maximum Memory >> value to syscfg where 32bits is insufficient. >> >> Signed-off-by: Michael Bringmann >> --- >> arch/powerpc/platforms/pseries/lparcfg.c | 8

Re: [PATCH v2] Fix display of Maximum Memory

2020-01-15 Thread Michael Ellerman
Michael Bringmann writes: > Correct overflow problem in calculation+display of Maximum Memory > value to syscfg where 32bits is insufficient. > > Signed-off-by: Michael Bringmann > --- > arch/powerpc/platforms/pseries/lparcfg.c | 8 > 1 file changed, 4 insertions(+), 4 deletions(-) > >

Re: [PATCH v2] Fix display of Maximum Memory

2020-01-15 Thread Tyrel Datwyler
On 1/15/20 6:53 AM, Michael Bringmann wrote: > Correct overflow problem in calculation+display of Maximum Memory > value to syscfg where 32bits is insufficient. > Probably needs the following Fixes tag: Fixes: 772b039fd9a7 ("powerpc/pseries: Export maximum memory value") otherwise,

Re: [PATCH v2] Fix display of Maximum Memory

2020-01-15 Thread Christophe Leroy
Le 15/01/2020 à 15:53, Michael Bringmann a écrit : Correct overflow problem in calculation+display of Maximum Memory value to syscfg where 32bits is insufficient. Signed-off-by: Michael Bringmann Reviewed-by: Christophe Leroy --- arch/powerpc/platforms/pseries/lparcfg.c | 8