From: tip-bot for Aubrey Li <tipbot@zytor.com>
To: linux-tip-commits@vger.kernel.org
Cc: mingo@kernel.org, torvalds@linux-foundation.org,
peterz@infradead.org, tglx@linutronix.de,
linux-kernel@vger.kernel.org, efault@gmx.de,
aubrey.li@linux.intel.com, cl@linux.com, aubrey.li@intel.com,
hpa@zytor.com
Subject: [tip:sched/core] sched/idle: Add deferrable vmstat_updater back
Date: Thu, 8 Jun 2017 02:31:26 -0700 [thread overview]
Message-ID: <tip-ebfa4c02fa4806bfef189e88152b833f2a732bff@git.kernel.org> (raw)
In-Reply-To: <1496803742-38274-1-git-send-email-aubrey.li@intel.com>
Commit-ID: ebfa4c02fa4806bfef189e88152b833f2a732bff
Gitweb: http://git.kernel.org/tip/ebfa4c02fa4806bfef189e88152b833f2a732bff
Author: Aubrey Li <aubrey.li@intel.com>
AuthorDate: Wed, 7 Jun 2017 10:49:02 +0800
Committer: Ingo Molnar <mingo@kernel.org>
CommitDate: Thu, 8 Jun 2017 10:32:09 +0200
sched/idle: Add deferrable vmstat_updater back
Deferrable vmstat_updater was missing in commit:
c1de45ca831a ("sched/idle: Add support for tasks that inject idle")
Add it back.
Signed-off-by: Aubrey Li <aubrey.li@linux.intel.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Cc: Aubrey Li <aubrey.li@intel.com>
Cc: Christoph Lameter <cl@linux.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Link: http://lkml.kernel.org/r/1496803742-38274-1-git-send-email-aubrey.li@intel.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
---
kernel/sched/idle.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/kernel/sched/idle.c b/kernel/sched/idle.c
index ef63adc..6c23e30 100644
--- a/kernel/sched/idle.c
+++ b/kernel/sched/idle.c
@@ -219,6 +219,7 @@ static void do_idle(void)
*/
__current_set_polling();
+ quiet_vmstat();
tick_nohz_idle_enter();
while (!need_resched()) {
prev parent reply other threads:[~2017-06-08 9:35 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-06-07 2:49 [PATCH] sched/idle: Add deferrable vmstat_updater back Aubrey Li
2017-06-08 9:31 ` tip-bot for Aubrey Li [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=tip-ebfa4c02fa4806bfef189e88152b833f2a732bff@git.kernel.org \
--to=tipbot@zytor.com \
--cc=aubrey.li@intel.com \
--cc=aubrey.li@linux.intel.com \
--cc=cl@linux.com \
--cc=efault@gmx.de \
--cc=hpa@zytor.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-tip-commits@vger.kernel.org \
--cc=mingo@kernel.org \
--cc=peterz@infradead.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