Re: [PATCH v3 4/5] powerpc/pseries/eeh: Implement RTAS-based EEH error injection
Nikhil Kumar Singh <[email protected]>
| Newsgroups | org.ozlabs.lists.linuxppc-dev |
|---|---|
| Message-ID | <[email protected]> |
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