> On 19-Aug-2022, at 10:12 AM, Ganesh <ganes...@linux.ibm.com> wrote
>>
>> We'll have to make sure everything get_pseries_errorlog() is either
>> forced inline, or marked noinstr.
>>
> Making the following functions always_inline and noinstr is fixing the issue.
> __always_inline pseries_errorlog_id()
> __always_inline pseries_errorlog_length()
> __always_inline do_enter_rtas()
> __always_inline srr_regs_clobbered()
> noinstr va_rtas_call_unlocked()
>
> Shall I post the patch?
Yes, thanks. I can help with testing.
- Sachin