|
|
Log in / Subscribe / Register

sched/isolation: Split housekeeping cpumask v3

From:  Frederic Weisbecker <frederic-AT-kernel.org>
To:  Peter Zijlstra <peterz-AT-infradead.org>
Subject:  [PATCH 0/8] sched/isolation: Split housekeeping cpumask v3
Date:  Mon, 07 Feb 2022 16:59:02 +0100
Message-ID:  <20220207155910.527133-1-frederic@kernel.org>
Cc:  LKML <linux-kernel-AT-vger.kernel.org>, Frederic Weisbecker <frederic-AT-kernel.org>, Tejun Heo <tj-AT-kernel.org>, Christoph Lameter <cl-AT-gentwo.de>, Juri Lelli <juri.lelli-AT-redhat.com>, Alex Belits <abelits-AT-marvell.com>, Nitesh Lal <nilal-AT-redhat.com>, Thomas Gleixner <tglx-AT-linutronix.de>, Paul Gortmaker <paul.gortmaker-AT-windriver.com>, Nicolas Saenz <nsaenzju-AT-redhat.com>, "Paul E . McKenney" <paulmck-AT-kernel.org>, Phil Auld <pauld-AT-redhat.com>, Marcelo Tosatti <mtosatti-AT-redhat.com>, Zefan Li <lizefan.x-AT-bytedance.com>
Archive-link:  Article

Hi,

Just a build fix in "sched/isolation: Use single feature type while
							referring to housekeeping cpumask"
because I forgot to convert HK_FLAG_RCU to HK_TYPE_RCU.

git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks.git
	isolation/split-v3

HEAD: 1050d7e05a8ce89066befd77dcdc68400230d888

Thanks,
	Frederic
---

Frederic Weisbecker (8):
      pci: Decouple HK_FLAG_WQ and HK_FLAG_DOMAIN cpumask fetch
      workqueue: Decouple HK_FLAG_WQ and HK_FLAG_DOMAIN cpumask fetch
      net: Decouple HK_FLAG_WQ and HK_FLAG_DOMAIN cpumask fetch
      sched/isolation: Use single feature type while referring to housekeeping cpumask
      sched/isolation: Consolidate check for housekeeping minimum service
      sched/isolation: Consolidate error handling
      sched/isolation: Fix housekeeping_mask memory leak
      sched/isolation: Split housekeeping cpumask per isolation features


 arch/x86/kernel/cpu/aperfmperf.c |   6 +-
 arch/x86/kvm/x86.c               |   2 +-
 drivers/base/cpu.c               |   2 +-
 drivers/pci/pci-driver.c         |  21 +++--
 include/linux/sched/isolation.h  |  43 ++++++-----
 kernel/cgroup/cpuset.c           |   6 +-
 kernel/cpu.c                     |   4 +-
 kernel/irq/cpuhotplug.c          |   4 +-
 kernel/irq/manage.c              |   4 +-
 kernel/kthread.c                 |   4 +-
 kernel/rcu/tasks.h               |   2 +-
 kernel/rcu/tree_plugin.h         |   6 +-
 kernel/sched/core.c              |  12 +--
 kernel/sched/fair.c              |  10 +--
 kernel/sched/isolation.c         | 162 +++++++++++++++++++++++++--------------
 kernel/sched/topology.c          |   8 +-
 kernel/watchdog.c                |   2 +-
 kernel/workqueue.c               |   4 +-
 net/core/net-sysfs.c             |   6 +-
 19 files changed, 182 insertions(+), 126 deletions(-)


Copyright © 2022, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds