From mboxrd@z Thu Jan 1 00:00:00 1970 From: Markos Chandras Subject: Re: [PATCH] MIPS: use current instead of task in syscall_get_arch Date: Fri, 11 Apr 2014 11:18:27 +0100 Message-ID: <5347C173.30902@imgtec.com> References: <1397183132-16528-1-git-send-email-eparis@redhat.com> <20140411024334.GD24821@madcap2.tricolour.ca> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20140411024334.GD24821@madcap2.tricolour.ca> Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-subscribe: List-owner: List-post: List-archive: To: Richard Guy Briggs , Eric Paris Cc: linux-audit@redhat.com, Paul Burton , James Hogan , linux-mips@linux-mips.org List-Id: linux-audit@redhat.com 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 >> Cc: markos.chandras@imgtec.com >> Cc: Paul Burton >> Cc: James Hogan >> Cc: linux-mips@linux-mips.org > > Signed-off-by: Richard Guy Briggs Looks good to me. Thanks for taking care of that. Reviewed-by: Markos Chandras -- markos