[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200527142909.23372-1-frederic@kernel.org>
Date: Wed, 27 May 2020 16:29:07 +0200
From: Frederic Weisbecker <frederic@...nel.org>
To: Peter Zijlstra <peterz@...radead.org>,
Ingo Molnar <mingo@...nel.org>
Cc: LKML <linux-kernel@...r.kernel.org>,
Frederic Weisbecker <frederic@...nel.org>,
Thomas Gleixner <tglx@...utronix.de>,
Andrew Morton <akpm@...ux-foundation.org>,
Christoph Lameter <cl@...ux.com>,
Chris Friesen <chris.friesen@...driver.com>,
Marcelo Tosatti <mtosatti@...hat.com>,
Jim Somerville <Jim.Somerville@...driver.com>
Subject: [PATCH 0/2] sched/isolation: Isolate unbound kthreads
Kthreads are harder to affine and isolate than user tasks. They can't
be placed inside cgroups/cpusets and the affinity for any newly
created kthread is always overriden from the inherited kthreadd's
affinity to system wide. Take that into account for nohz_full.
git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks.git
sched/core
HEAD: 774258ad06e832e9fbdcf681225d2c29421a100f
Thanks,
Frederic
---
Marcelo Tosatti (2):
kthread: Switch to cpu_possible_mask
isolcpus: Affine unbound kernel threads to housekeeping cpus
include/linux/sched/isolation.h | 1 +
kernel/kthread.c | 6 ++++--
kernel/sched/isolation.c | 3 ++-
3 files changed, 7 insertions(+), 3 deletions(-)
Powered by blists - more mailing lists