Hi Dmitry, On Wed, Nov 21, 2018 at 10:35:12PM +0300, Dmitry V. Levin wrote: > This argument is required to extend the generic ptrace API with > PTRACE_GET_SYSCALL_INFO request: syscall_get_arch() is going to be > called from ptrace_request() along with other syscall_get_* functions > with a tracee as their argument. > > This change partially reverts commit 5e937a9ae913 ("syscall_get_arch: > remove useless function arguments"). > > Reviewed-by: Andy Lutomirski <luto****@kerne*****> # for x86 > Reviewed-by: Palmer Dabbelt <palme****@sifiv*****> > Cc: linux****@redha***** > Cc: linux****@vger***** > Cc: linux****@vger***** > Cc: linux****@lists***** > Cc: linux****@linux***** > Cc: linux****@vger***** > Cc: linux****@vger***** > Cc: linux****@lists***** > Cc: linux****@linux***** > Cc: linux****@vger***** > Cc: linux****@lists***** > Cc: linux****@vger***** > Cc: linux****@vger***** > Cc: linux****@lists***** > Cc: linux****@lists***** > Cc: linux****@linux***** > Cc: linux****@lists***** > Cc: nios2****@lists***** > Cc: openr****@lists***** > Cc: sparc****@vger***** > Cc: uclin****@lists***** > Cc: x86****@kerne***** > Signed-off-by: Dmitry V. Levin <ldv****@altli*****> > --- > > v2: cleaned up mips part, added Reviewed-by I thought the last one was v2? :) Anyway, this looks fine to me now: Acked-by: Paul Burton <paul.****@mips*****> # MIPS parts Thanks, Paul