Re: [REVIEW][PATCH 11/26] signal/x86: Remove task parameter from send_sigtrap

From: Thomas Gleixner
Date: Tue May 28 2019 - 14:22:36 EST


On Wed, 22 May 2019, Eric W. Biederman wrote:

> The send_sigtrap function is always called with task == current. Make
> that explicit by removing the task parameter.
>
> This also makes it clear that the x86 send_sigtrap passes current
> into force_sig_fault.
>
> Signed-off-by: "Eric W. Biederman" <ebiederm@xxxxxxxxxxxx>

Reviewed-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx>