mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Heiko Carstens <heiko.carstens@de.ibm.com>
To: Thomas Gleixner <tglx@linutronix.de>
Cc: Linus Torvalds <torvalds@linux-foundation.org>,
	Andrew Morton <akpm@linux-foundation.org>,
	LKML <linux-kernel@vger.kernel.org>
Subject: Re: [GIT pull] timer fixes for 2.6.31
Date: Wed, 15 Jul 2009 10:20:40 +0200	[thread overview]
Message-ID: <20090715082040.GA5038@osiris.boeblingen.de.ibm.com> (raw)
In-Reply-To: <alpine.LFD.2.00.0907141755210.2777@localhost.localdomain>

On Tue, Jul 14, 2009 at 05:56:02PM +0200, Thomas Gleixner wrote:
> Linus,
> 
> Please pull the latest timers-fixes-for-linus git tree from:
> 
>    git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip.git timers-fixes-for-linus
> 
> Thanks,
> 
> 	tglx
> 
> ------------------>
> Heiko Carstens (1):
>       timer stats: fix quick check optimization

hmm... this patch was not pulled.

> diff --git a/include/linux/hrtimer.h b/include/linux/hrtimer.h
> index 54648e6..4759917 100644
> --- a/include/linux/hrtimer.h
> +++ b/include/linux/hrtimer.h
> @@ -448,7 +448,7 @@ extern void timer_stats_update_stats(void *timer, pid_t pid, void *startf,
> 
>  static inline void timer_stats_account_hrtimer(struct hrtimer *timer)
>  {
> -	if (likely(!timer->start_pid))
> +	if (likely(!timer->start_site))
>  		return;
>  	timer_stats_update_stats(timer, timer->start_pid, timer->start_site,
>  				 timer->function, timer->start_comm, 0);

  reply	other threads:[~2009-07-15  8:20 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-07-14 15:56 Thomas Gleixner
2009-07-15  8:20 ` Heiko Carstens [this message]
2009-07-15  9:12   ` Thomas Gleixner
2009-07-16 10:18     ` Thomas Gleixner
2009-07-22 15:19 Thomas Gleixner

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=20090715082040.GA5038@osiris.boeblingen.de.ibm.com \
    --to=heiko.carstens@de.ibm.com \
    --cc=akpm@linux-foundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=tglx@linutronix.de \
    --cc=torvalds@linux-foundation.org \
    /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

all inboxes | Powered by JetHome®