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

2020-06-21 Thread Markus Elfring
>>> This is detected by Coverity scan: #CID: 1464472(CHECKED_RETURN) Can an additional imperative wording be helpful for the change description (besides an adjusted patch subject)? >>> FIXES: c94082656dac7(x86: Use enum instead of literals for trap values) >> >> Is the following tag specificatio

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

2020-06-21 Thread Bo YU
On Sun, Jun 21, 2020 at 10:40 PM Markus Elfring 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 specificatio

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

2020-06-21 Thread Markus Elfring
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 li