All of lore.kernel.org
 help / color / mirror / Atom feed
From: Paul Mundt <lethal@linux-sh.org>
To: Steven Rostedt <rostedt@goodmis.org>
Cc: Matt Fleming <matt@console-pimps.org>,
	Ingo Molnar <mingo@elte.hu>, LKML <linux-kernel@vger.kernel.org>,
	Thomas Gleixner <tglx@linutronix.de>
Subject: Re: [PATCH -tip] ftrace: Correctly calculate the first function in the .text section
Date: Sun, 2 Aug 2009 17:16:02 +0900	[thread overview]
Message-ID: <20090802081602.GB5011@linux-sh.org> (raw)
In-Reply-To: <alpine.DEB.2.00.0907271941360.30108@gandalf.stny.rr.com>

On Mon, Jul 27, 2009 at 07:45:46PM -0400, Steven Rostedt wrote:
> 
> On Tue, 28 Jul 2009, Paul Mundt wrote:
> 
> > On Thu, Jul 23, 2009 at 10:52:47AM -0400, Steven Rostedt wrote:
> > > 
> > > On Thu, 23 Jul 2009, Steven Rostedt wrote:
> > > > 
> > > > > 
> > > > > 	if (!defined($ref_func) || !defined($weak{$text})) {
> > > > > to
> > > > > 	if (!defined($ref_func) && !defined($weak{$text})) {
> > > > > 
> > > > > This now matches the comment above the conditional.
> > > > 
> > > > This is the true bug. But the previous is not.
> > > 
> > > Could you resend the patch with this fix only. Then I can send it out as 
> > > an ugent fix.
> > > 
> > Is anything happening with these patches? Without them, a lot of SH
> > configurations are completely broken.
> 
> Thomas,
> 
> Could you push these off to Linus? My git pull request had:
> 
> Message-ID: <20090723210047.294710482@goodmis.org>
> 
This is still outstanding. Should I just merge it in to my tree and send
it to Linus instead?

  reply	other threads:[~2009-08-02  8:16 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-07-23  9:51 [PATCH -tip] ftrace: Correctly calculate the first function in the .text section Matt Fleming
2009-07-23 14:50 ` Steven Rostedt
2009-07-23 14:52   ` Steven Rostedt
2009-07-27 22:29     ` Paul Mundt
2009-07-27 23:45       ` Steven Rostedt
2009-08-02  8:16         ` Paul Mundt [this message]
2009-08-04  8:07           ` Ingo Molnar
2009-08-04  8:08             ` Paul Mundt
2009-07-23 16:16   ` [PATCH 1/2] ftrace: Fix the conditional that updates $ref_func Matt Fleming
2009-07-23 16:16     ` [PATCH 2/2] ftrace: Only update $offset when we update $ref_func Matt Fleming
2009-08-04  8:10       ` [tip:tracing/urgent] " tip-bot for Matt Fleming
2009-08-04  8:10     ` [tip:tracing/urgent] ftrace: Fix the conditional that updates $ref_func tip-bot for Matt Fleming

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=20090802081602.GB5011@linux-sh.org \
    --to=lethal@linux-sh.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=matt@console-pimps.org \
    --cc=mingo@elte.hu \
    --cc=rostedt@goodmis.org \
    --cc=tglx@linutronix.de \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.