[PATCH] MIPS: use current instead of task in syscall_get_arch

Markos Chandras Markos.Chandras at imgtec.com
Fri Apr 11 10:18:27 UTC 2014


On 04/11/2014 03:43 AM, Richard Guy Briggs wrote:
> On 14/04/10, Eric Paris wrote:
>> In commit 6e345746 Markos started using task to determine 64bit vs
>> 32bit instead of it being completely CONFIG based.
>>
>> In commit 5e937a9a we dropped the 'task' argument to syscall_get_arch()
>> across the entire system.
>>
>> This obviously results in a build failure when Linus's and the audit
>> tree were merged.  This patch should be applied as part of the merge
>> conflict, as both sides of the merge are correct and the failure happens
>> AT the merge.
>>
>> The fix is simple.  The task is always current.  Use current.
>>
>> Signed-off-by: Eric Paris <eparis at redhat.com>
>> Cc: markos.chandras at imgtec.com
>> Cc: Paul Burton <paul.burton at imgtec.com>
>> Cc: James Hogan <james.hogan at imgtec.com>
>> Cc: linux-mips at linux-mips.org
>
> Signed-off-by: Richard Guy Briggs <rgb at redhat.com>

Looks good to me. Thanks for taking care of that.

Reviewed-by: Markos Chandras <markos.chandras at imgtec.com>

-- 
markos




More information about the Linux-audit mailing list