Re: [PATCH v2 1/4] powerpc/drmem: Make lmb_size 64 bit

2020-08-26 Thread Sasha Levin
Hi [This is an automated email] This commit has been processed because it contains a -stable tag. The stable tag indicates that it's relevant for the following trees: all The bot has tested the following trees: v5.8.2, v5.7.16, v5.4.59, v4.19.140, v4.14.193, v4.9.232, v4.4.232. v5.8.2: Build

Re: [PATCH v2 1/4] powerpc/drmem: Make lmb_size 64 bit

2020-08-20 Thread Nathan Lynch
"Aneesh Kumar K.V" writes: > Similar to commit 89c140bbaeee ("pseries: Fix 64 bit logical memory block > panic") > make sure different variables tracking lmb_size are updated to be 64 bit. > > This was found by code audit. > > Cc: sta...@vger.kernel.org > Signed-off-by: Aneesh Kumar K.V > --- >

Re: [PATCH v2 1/4] powerpc/drmem: Make lmb_size 64 bit

2020-08-19 Thread Sasha Levin
Hi [This is an automated email] This commit has been processed because it contains a -stable tag. The stable tag indicates that it's relevant for the following trees: all The bot has tested the following trees: v5.8.1, v5.7.15, v5.4.58, v4.19.139, v4.14.193, v4.9.232, v4.4.232. v5.8.1: Build

[PATCH v2 1/4] powerpc/drmem: Make lmb_size 64 bit

2020-08-06 Thread Aneesh Kumar K.V
Similar to commit 89c140bbaeee ("pseries: Fix 64 bit logical memory block panic") make sure different variables tracking lmb_size are updated to be 64 bit. This was found by code audit. Cc: sta...@vger.kernel.org Signed-off-by: Aneesh Kumar K.V --- arch/powerpc/include/asm/drmem.h | 4 ++-- 1