Re: [PATCH] arch/x86: Check return value from a notify_die() call

From: Bo YU
Date: Sun Jun 21 2020 - 20:50:29 EST


On Sun, Jun 21, 2020 at 10:40 PM Markus Elfring <Markus.Elfring@xxxxxx> wrote:
>
> I propose to improve the previous patch subject.
>
>
> > This is detected by Coverity scan: #CID: 1464472(CHECKED_RETURN)
> >
> > FIXES: c94082656dac7(x86: Use enum instead of literals for trap values)
>
> Is the following tag specification more appropriate?
>
> Fixes: c94082656dac7 ("x86: Use enum instead of literals for trap values")
Your description looks like more appropriate, thank you.
But I want to receive suggestions from other reviewers also. So I will
send V2 patch as your point
once got confirmed. Sorry.
>
> Regards,
> Markus