All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ingo Molnar <mingo@kernel.org>
To: Frederic Weisbecker <fweisbec@gmail.com>
Cc: LKML <linux-kernel@vger.kernel.org>,
	Peter Zijlstra <peterz@infradead.org>,
	Thomas Gleixner <tglx@linutronix.de>,
	Steven Rostedt <rostedt@goodmis.org>,
	Paul Gortmaker <paul.gortmaker@windriver.com>,
	Tony Luck <tony.luck@intel.com>,
	Fenghua Yu <fenghua.yu@intel.com>,
	Benjamin Herrenschmidt <benh@kernel.crashing.org>,
	Paul Mackerras <paulus@samba.org>,
	Martin Schwidefsky <schwidefsky@de.ibm.com>,
	Heiko Carstens <heiko.carstens@de.ibm.com>
Subject: Re: [GIT PULL] cputime: cleanups
Date: Sat, 8 Dec 2012 15:45:51 +0100	[thread overview]
Message-ID: <20121208144551.GE12011@gmail.com> (raw)
In-Reply-To: <1353426161-18866-1-git-send-email-fweisbec@gmail.com>


* Frederic Weisbecker <fweisbec@gmail.com> wrote:

> Ingo,
> 
> Please pull the latest sched cleanups branch that can be found at
> 
> git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks.git
> 	tags/sched-cputime-for-mingo
> 
> for you to pull the HEAD 1b2852b152be5150fbef7b585388ec43cf6f4415
> ("vtime: Warn if irqs aren't disabled on system time accounting APIs")
> 
> Thanks.
> 
> ---
> Some more cputime cleanups:
> 
> * Get rid of underscores polluting the vtime namespace
> 
> * Consolidate context switch and tick handling
> 
> * Improve debuggability by detecting irq unsafe callers
> 
> Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com>
> ---
> 
> Frederic Weisbecker (5):
>   vtime: Remove the underscore prefix invasion
>   vtime: Explicitly account pending user time on process tick
>   vtime: Consolidate a bit the ctx switch code
>   vtime: No need to disable irqs on vtime_account()
>   vtime: Warn if irqs aren't disabled on system time accounting APIs
> 
>  arch/ia64/include/asm/cputime.h    |    2 ++
>  arch/ia64/kernel/time.c            |   26 ++++++--------------------
>  arch/powerpc/include/asm/cputime.h |    2 ++
>  arch/powerpc/kernel/time.c         |   24 ++++++++++--------------
>  arch/s390/include/asm/cputime.h    |    1 +
>  arch/s390/kernel/vtime.c           |   13 ++++++++++---
>  include/linux/kernel_stat.h        |    8 ++++++++
>  include/linux/kvm_host.h           |    4 ++--
>  include/linux/vtime.h              |    9 +++++----
>  kernel/sched/cputime.c             |   31 +++++++++++++++++++------------
>  10 files changed, 65 insertions(+), 55 deletions(-)

Pulled, thanks Frederic!

	Ingo

      parent reply	other threads:[~2012-12-08 14:45 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-11-20 15:42 [GIT PULL] cputime: cleanups Frederic Weisbecker
2012-11-20 15:42 ` [PATCH 1/5] vtime: Remove the underscore prefix invasion Frederic Weisbecker
2012-11-20 15:42 ` [PATCH 2/5] vtime: Explicitly account pending user time on process tick Frederic Weisbecker
2012-11-20 15:42 ` [PATCH 3/5] vtime: Consolidate a bit the ctx switch code Frederic Weisbecker
2012-11-20 15:42 ` [PATCH 4/5] vtime: No need to disable irqs on vtime_account() Frederic Weisbecker
2012-11-20 15:42 ` [PATCH 5/5] vtime: Warn if irqs aren't disabled on system time accounting APIs Frederic Weisbecker
2012-12-08 14:45 ` Ingo Molnar [this message]

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=20121208144551.GE12011@gmail.com \
    --to=mingo@kernel.org \
    --cc=benh@kernel.crashing.org \
    --cc=fenghua.yu@intel.com \
    --cc=fweisbec@gmail.com \
    --cc=heiko.carstens@de.ibm.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=paul.gortmaker@windriver.com \
    --cc=paulus@samba.org \
    --cc=peterz@infradead.org \
    --cc=rostedt@goodmis.org \
    --cc=schwidefsky@de.ibm.com \
    --cc=tglx@linutronix.de \
    --cc=tony.luck@intel.com \
    /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.