cgroups.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] sched/isolation: Prep work for pcp cache draining isolation
@ 2023-02-03 23:24 Frederic Weisbecker
       [not found] ` <20230203232409.163847-1-frederic-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
  0 siblings, 1 reply; 14+ messages in thread
From: Frederic Weisbecker @ 2023-02-03 23:24 UTC (permalink / raw)
  To: LKML
  Cc: Frederic Weisbecker, Roman Gushchin, Michal Hocko,
	Marcelo Tosatti, Leonardo, Johannes Weiner, Shakeel Butt,
	Muchun Song, Andrew Morton, Peter Zijlstra, Thomas Gleixner,
	cgroups-u79uwXL29TY76Z2rM5mHXA, linux-mm-Bw31MaZKKs3YtjvyW6yDsg

For reference: https://lore.kernel.org/lkml/20230125073502.743446-1-leobras-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org/
And the latest proposal: https://lore.kernel.org/lkml/Y90mZQhW89HtYfT9-2MMpYkNvuYDjFM9bn6wA6Q@public.gmane.org/

Pcp cache draining isolation needs a function that abstracts checking
if a CPU is isolated through isolcpus= or nohz_full=. Take advantage
of that to do some cleanups.

Frederic Weisbecker (2):
  sched/isolation: Merge individual nohz_full features into a common
    housekeeping flag
  sched/isolation: Add cpu_is_isolated() API

 arch/x86/kvm/x86.c              |  2 +-
 drivers/char/random.c           |  2 +-
 drivers/pci/pci-driver.c        |  2 +-
 include/linux/sched/isolation.h | 13 +++++++------
 include/net/ip_vs.h             |  4 ++--
 kernel/cpu.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             |  6 +++---
 kernel/sched/isolation.c        | 22 ++++++----------------
 kernel/watchdog.c               |  2 +-
 kernel/workqueue.c              |  2 +-
 net/core/net-sysfs.c            |  2 +-
 net/netfilter/ipvs/ip_vs_ctl.c  |  2 +-
 16 files changed, 39 insertions(+), 48 deletions(-)

-- 
2.34.1


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2023-02-13 13:34 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-03 23:24 [PATCH 0/2] sched/isolation: Prep work for pcp cache draining isolation Frederic Weisbecker
     [not found] ` <20230203232409.163847-1-frederic-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
2023-02-03 23:24   ` [PATCH 1/2] sched/isolation: Merge individual nohz_full features into a common housekeeping flag Frederic Weisbecker
2023-02-06 15:51     ` Michal Koutný
     [not found]       ` <20230206155107.GA31453-9OudH3eul5jcvrawFnH+a6VXKuFTiq87@public.gmane.org>
2023-02-07 11:49         ` Frederic Weisbecker
2023-02-07 12:59           ` Michal Koutný
     [not found]             ` <20230207125900.GA24523-9OudH3eul5jcvrawFnH+a6VXKuFTiq87@public.gmane.org>
2023-02-07 15:21               ` Waiman Long
2023-02-03 23:24   ` [PATCH 2/2] sched/isolation: Add cpu_is_isolated() API Frederic Weisbecker
2023-02-04  3:53     ` Waiman Long
     [not found]       ` <0f388863-9498-e61e-e2dc-965654544489-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2023-02-06 15:47         ` Michal Koutný
     [not found]           ` <20230206154710.GC21332-9OudH3eul5jcvrawFnH+a6VXKuFTiq87@public.gmane.org>
2023-02-06 16:50             ` Waiman Long
2023-02-07 12:16         ` Frederic Weisbecker
2023-02-05  5:47     ` kernel test robot
     [not found]     ` <20230203232409.163847-3-frederic-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
2023-02-04 11:09       ` kernel test robot
2023-02-13 13:34       ` Michal Hocko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).