[PATCH utrace-3.0 23/22] ptrace_report_syscall: check if TIF_SYSCALL_EMU is defined

Oleg Nesterov oleg at redhat.com
Tue Aug 9 18:02:38 UTC 2011


On 08/09, Oleg Nesterov wrote:
>
> On 08/09, Dave Jones wrote:
> >
> > On Tue, Aug 09, 2011 at 07:35:48PM +0200, Oleg Nesterov wrote:
> >  > Dave, I'm afraid I can confuse you again.
> >  >
> >  > So, as Tony pointed out, both utrace-3.0 and utrace-3.1 need
> >  > this fix, to fix the build on !x86 platform.
> >  >
> >  > This is for utrace-3.0, I'll send the same patch in reply to
> >  > "[PATCH 0/31] utrace for 3.1 kernel".
> >  >
> >  > Or should I do something else?
> >
> > I'll just add this one on the end of the patches we already merged.
> >
> > sound good ?
>
> Yes, yes, this is what I am asing for ;)

Ah, yes, but just in case...

Please note that "[PATCH utrace-3.1 32/31]" differs a bit. The fix is
the same, but context is different due to

	-	int ptrace = task_ptrace(current);
	+	int ptrace = current->ptrace;

upstream change.

Oleg.



More information about the kernel mailing list