Re: [PATCH v3 4/5] powerpc/pseries/eeh: Implement RTAS-based EEH error injection
Nikhil Kumar Singh <[email protected]>
| Newsgroups | gmane.linux.ports.ppc.embedded |
|---|---|
| Message-ID | <2dc3cfe9-33b5-434c-9758-7f03f0af0e1a__32323.6719633982$1786686033$gmane$org@linux.ibm.com> |
On 21/07/26 09:08, Narayana Murty N wrote: > +out_unlock: > + mutex_unlock(&rtas_errinjct_mutex); > + return rc; > } Hi Narayana, Should we translate the raw RTAS return values held in rc into standard Linux error codes (like -EINVAL, -EIO, or -EPERM) before returning from pseries_eeh_err_inject()? Thanks, Nikhil