From: Frederic Weisbecker <frederic@kernel.org>
To: Ingo Molnar <mingo@kernel.org>
Cc: LKML <linux-kernel@vger.kernel.org>,
Frederic Weisbecker <frederic@kernel.org>,
Peter Zijlstra <peterz@infradead.org>,
Chris Metcalf <cmetcalf@mellanox.com>,
Thomas Gleixner <tglx@linutronix.de>,
Luiz Capitulino <lcapitulino@redhat.com>,
Christoph Lameter <cl@linux.com>,
"Paul E . McKenney" <paulmck@linux.vnet.ibm.com>,
Mike Galbraith <efault@gmx.de>, Rik van Riel <riel@redhat.com>,
Wanpeng Li <kernellwp@gmail.com>
Subject: [PATCH 0/3] Housekeeping: Rebase last 3 patches against tip:sched/core
Date: Wed, 25 Oct 2017 05:27:14 +0200 [thread overview]
Message-ID: <1508902037-18618-1-git-send-email-frederic@kernel.org> (raw)
This is a resend of the last three patches that had a conflict against
e22cdc3fc:
("sched/isolcpus: Fix "isolcpus=" boot parameter handling when !CONFIG_CPUMASK_OFFSTACK")
The conflict has been resolved by moving the following check
'cpumask_last(cpu_isolated_mask) >= nr_cpus_id' to the housekeeping code.
Frederic Weisbecker (3):
housekeeping: Move isolcpus to housekeeping
housekeeping: Add basic isolcpus flags
housekeeping: Document isolcpus flags
Documentation/admin-guide/kernel-parameters.txt | 35 ++++++----
drivers/base/cpu.c | 11 +++-
include/linux/housekeeping.h | 1 +
include/linux/sched.h | 2 -
kernel/cgroup/cpuset.c | 15 ++---
kernel/housekeeping.c | 85 +++++++++++++++++++++----
kernel/sched/core.c | 16 +----
kernel/sched/topology.c | 24 ++-----
8 files changed, 117 insertions(+), 72 deletions(-)
--
2.7.4
next reply other threads:[~2017-10-25 3:27 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-10-25 3:27 Frederic Weisbecker [this message]
2017-10-25 3:27 ` [PATCH 1/3] housekeeping: Move isolcpus to housekeeping Frederic Weisbecker
2017-10-25 3:27 ` [PATCH 2/3] housekeeping: Add basic isolcpus flags Frederic Weisbecker
2017-10-25 3:27 ` [PATCH 3/3] housekeeping: Document " Frederic Weisbecker
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=1508902037-18618-1-git-send-email-frederic@kernel.org \
--to=frederic@kernel.org \
--cc=cl@linux.com \
--cc=cmetcalf@mellanox.com \
--cc=efault@gmx.de \
--cc=kernellwp@gmail.com \
--cc=lcapitulino@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@kernel.org \
--cc=paulmck@linux.vnet.ibm.com \
--cc=peterz@infradead.org \
--cc=riel@redhat.com \
--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.