Re: [RFC PATCH] skiboot machine check handler

2020-01-20 Thread Nicholas Piggin
Mahesh J Salgaonkar's on January 16, 2020 5:03 pm: > On 2019-12-11 20:01:18 Wed, Nicholas Piggin wrote: >> Provide facilities to decode machine checks into human readable >> strings, with only sufficient information required to deal with >> them sanely. >> >> The old machine check stuff was over e

Re: [RFC PATCH] skiboot machine check handler

2020-01-15 Thread Mahesh J Salgaonkar
On 2019-12-11 20:01:18 Wed, Nicholas Piggin wrote: > Provide facilities to decode machine checks into human readable > strings, with only sufficient information required to deal with > them sanely. > > The old machine check stuff was over engineered. The philosophy > here is that OPAL should corre

[RFC PATCH] skiboot machine check handler

2019-12-11 Thread Nicholas Piggin
Provide facilities to decode machine checks into human readable strings, with only sufficient information required to deal with them sanely. The old machine check stuff was over engineered. The philosophy here is that OPAL should correct anything it possibly can, what it can't handle but the OS mi