Re: [PATCH v2 1/2] powerpc/mce: Add MCE notification chain

2020-07-24 Thread Michael Ellerman
On Thu, 9 Jul 2020 19:21:41 +0530, Santosh Sivaraj wrote: > Introduce notification chain which lets us know about uncorrected memory > errors(UE). This would help prospective users in pmem or nvdimm subsystem > to track bad blocks for better handling of persistent memory allocations. Applied to po

Re: [PATCH v2 1/2] powerpc/mce: Add MCE notification chain

2020-07-09 Thread Christophe Leroy
Le 09/07/2020 à 15:51, Santosh Sivaraj a écrit : Introduce notification chain which lets us know about uncorrected memory errors(UE). This would help prospective users in pmem or nvdimm subsystem to track bad blocks for better handling of persistent memory allocations. Signed-off-by: Santosh

[PATCH v2 1/2] powerpc/mce: Add MCE notification chain

2020-07-09 Thread Santosh Sivaraj
Introduce notification chain which lets us know about uncorrected memory errors(UE). This would help prospective users in pmem or nvdimm subsystem to track bad blocks for better handling of persistent memory allocations. Signed-off-by: Santosh Sivaraj Signed-off-by: Ganesh Goudar --- arch/power