Re: [RESEND PATCH V2] arm64: fault: avoid send SIGBUS two times

From: James Morse
Date: Tue Dec 12 2017 - 13:19:59 EST


Hi Dongjiu Geng,

On 11/12/17 16:05, Dongjiu Geng wrote:
> do_sea() calls arm64_notify_die() which will always signal
> user-space. It also returns whether APEI claimed the external
> abort as a RAS notification. If it returns failure do_mem_abort()
> will signal user-space too.
>
> do_mem_abort() wants to know if we handled the error, we always
> call arm64_notify_die() so can always return success.
>
> Signed-off-by: Dongjiu Geng <gengdongjiu@xxxxxxxxxx>

Reviewed-by: James Morse <james.morse@xxxxxxx>


Nit: Your 'RESEND V2' and 'V2' are not the same patch.
'RESEND' is to indicate you're reposting exactly the same patch, usually with a
fixed CC list. Anyone who receives both can ignore one as you've said they are
the same.



Thanks,

James