Re: [REVIEW][PATCH 18/20] signal/x86: Replace force_sig_info_fault with force_sig_fault

From: Thomas Gleixner
Date: Tue Sep 18 2018 - 16:51:35 EST


On Tue, 18 Sep 2018, Eric W. Biederman wrote:

> Now that the pkey handling has been removed force_sig_info_fault and
> force_sig_fault perform identical work. Just the type of the address
> paramter is different. So replace calls to force_sig_info_fault with
> calls to force_sig_fault, and remove force_sig_info_fault.
>
> Signed-off-by: "Eric W. Biederman" <ebiederm@xxxxxxxxxxxx>

Reviewed-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx>