Re: [PATCH 0/3] powerpc/mce: Fix mce handler and add selftest

2020-09-18 Thread Ganesh
On 9/17/20 5:59 PM, Michal Suchánek wrote: Hello, On Wed, Sep 16, 2020 at 10:52:25PM +0530, Ganesh Goudar wrote: This patch series fixes mce handling for pseries, provides debugfs interface for mce injection and adds selftest to test mce handling on pseries/powernv machines running in hash mmu

Re: [PATCH 0/3] powerpc/mce: Fix mce handler and add selftest

2020-09-17 Thread Michal Suchánek
Hello, On Wed, Sep 16, 2020 at 10:52:25PM +0530, Ganesh Goudar wrote: > This patch series fixes mce handling for pseries, provides debugfs > interface for mce injection and adds selftest to test mce handling > on pseries/powernv machines running in hash mmu mode. > debugfs interface and sleftest

[PATCH 0/3] powerpc/mce: Fix mce handler and add selftest

2020-09-16 Thread Ganesh Goudar
This patch series fixes mce handling for pseries, provides debugfs interface for mce injection and adds selftest to test mce handling on pseries/powernv machines running in hash mmu mode. debugfs interface and sleftest are added only for slb multihit injection, We can add other tests in future if