linux-next.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Ingo Molnar <mingo@elte.hu>
To: Sachin Sant <sachinp@in.ibm.com>
Cc: Stephen Rothwell <sfr@canb.auug.org.au>,
	linux-next@vger.kernel.org, LKML <linux-kernel@vger.kernel.org>,
	linux-s390@vger.kernel.org
Subject: [patch] Re: Next Aug 19: s390 build failure (arch/s390/kernel/built-in)
Date: Wed, 19 Aug 2009 14:15:56 +0200	[thread overview]
Message-ID: <20090819121556.GA24041@elte.hu> (raw)
In-Reply-To: <4A8BE82D.4000407@in.ibm.com>


* Sachin Sant <sachinp@in.ibm.com> wrote:

> Ingo Molnar wrote:
>> Could you please send the .config that triggers this?
>>
>>   
> .config Attached.

thanks - does the patch below fix the bug for you?

	Ingo

diff --git a/arch/s390/kernel/ptrace.c b/arch/s390/kernel/ptrace.c
index 05f57cd..c5e87d8 100644
--- a/arch/s390/kernel/ptrace.c
+++ b/arch/s390/kernel/ptrace.c
@@ -51,6 +51,9 @@
 #include "compat_ptrace.h"
 #endif
 
+DEFINE_TRACE(syscall_enter);
+DEFINE_TRACE(syscall_exit);
+
 enum s390_regset {
 	REGSET_GENERAL,
 	REGSET_FP,

  reply	other threads:[~2009-08-19 12:16 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-08-19  9:02 linux-next: Tree for August 19 Stephen Rothwell
2009-08-19  9:35 ` Joel Becker
2009-08-24  7:30   ` Stephen Rothwell
2009-08-19 11:13 ` Next Aug 19: s390 build failure (arch/s390/kernel/built-in) Sachin Sant
2009-08-19 11:46   ` Ingo Molnar
2009-08-19 11:55     ` Sachin Sant
2009-08-19 12:15       ` Ingo Molnar [this message]
2009-08-19 13:16         ` [patch] " Jason Baron
2009-08-19 13:33         ` Sachin Sant

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20090819121556.GA24041@elte.hu \
    --to=mingo@elte.hu \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-next@vger.kernel.org \
    --cc=linux-s390@vger.kernel.org \
    --cc=sachinp@in.ibm.com \
    --cc=sfr@canb.auug.org.au \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).