blob: 4c7254e8f49a546fb1e9d7ccb178005c7b5d3f79 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*
2 * kernel/cpuset.c
3 *
4 * Processor and Memory placement constraints for sets of tasks.
5 *
6 * Copyright (C) 2003 BULL SA.
Paul Jackson029190c2007-10-18 23:40:20 -07007 * Copyright (C) 2004-2007 Silicon Graphics, Inc.
Paul Menage8793d852007-10-18 23:39:39 -07008 * Copyright (C) 2006 Google, Inc
Linus Torvalds1da177e2005-04-16 15:20:36 -07009 *
10 * Portions derived from Patrick Mochel's sysfs code.
11 * sysfs is Copyright (c) 2001-3 Patrick Mochel
Linus Torvalds1da177e2005-04-16 15:20:36 -070012 *
Paul Jackson825a46a2006-03-24 03:16:03 -080013 * 2003-10-10 Written by Simon Derr.
Linus Torvalds1da177e2005-04-16 15:20:36 -070014 * 2003-10-22 Updates by Stephen Hemminger.
Paul Jackson825a46a2006-03-24 03:16:03 -080015 * 2004 May-July Rework by Paul Jackson.
Paul Menage8793d852007-10-18 23:39:39 -070016 * 2006 Rework by Paul Menage to use generic cgroups
Max Krasnyanskycf417142008-08-11 14:33:53 -070017 * 2008 Rework of the scheduler domains and CPU hotplug handling
18 * by Max Krasnyansky
Linus Torvalds1da177e2005-04-16 15:20:36 -070019 *
20 * This file is subject to the terms and conditions of the GNU General Public
21 * License. See the file COPYING in the main directory of the Linux
22 * distribution for more details.
23 */
24
Linus Torvalds1da177e2005-04-16 15:20:36 -070025#include <linux/cpu.h>
26#include <linux/cpumask.h>
27#include <linux/cpuset.h>
28#include <linux/err.h>
29#include <linux/errno.h>
30#include <linux/file.h>
31#include <linux/fs.h>
32#include <linux/init.h>
33#include <linux/interrupt.h>
34#include <linux/kernel.h>
35#include <linux/kmod.h>
36#include <linux/list.h>
Paul Jackson68860ec2005-10-30 15:02:36 -080037#include <linux/mempolicy.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070038#include <linux/mm.h>
Miao Xief4818912008-11-19 15:36:30 -080039#include <linux/memory.h>
Paul Gortmaker9984de12011-05-23 14:51:41 -040040#include <linux/export.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070041#include <linux/mount.h>
David Howellsa1875372018-11-01 23:07:25 +000042#include <linux/fs_context.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070043#include <linux/namei.h>
44#include <linux/pagemap.h>
45#include <linux/proc_fs.h>
Paul Jackson6b9c2602006-01-08 01:02:02 -080046#include <linux/rcupdate.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070047#include <linux/sched.h>
Mathieu Poirierf9a25f72019-07-19 15:59:55 +020048#include <linux/sched/deadline.h>
Ingo Molnar6e84f312017-02-08 18:51:29 +010049#include <linux/sched/mm.h>
Ingo Molnarf719ff9b2017-02-06 10:57:33 +010050#include <linux/sched/task.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070051#include <linux/seq_file.h>
David Quigley22fb52d2006-06-23 02:04:00 -070052#include <linux/security.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070053#include <linux/slab.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070054#include <linux/spinlock.h>
55#include <linux/stat.h>
56#include <linux/string.h>
57#include <linux/time.h>
Arnd Bergmannd2b436582015-11-25 16:16:55 +010058#include <linux/time64.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070059#include <linux/backing-dev.h>
60#include <linux/sort.h>
Michal Hockoda99ecf2017-09-06 16:24:53 -070061#include <linux/oom.h>
Frederic Weisbeckeredb93822017-10-27 04:42:37 +020062#include <linux/sched/isolation.h>
Linus Torvalds7c0f6ba2016-12-24 11:46:01 -080063#include <linux/uaccess.h>
Arun Sharma600634972011-07-26 16:09:06 -070064#include <linux/atomic.h>
Ingo Molnar3d3f26a2006-03-23 03:00:18 -080065#include <linux/mutex.h>
Cliff Wickman956db3c2008-02-07 00:14:43 -080066#include <linux/cgroup.h>
Li Zefane44193d2013-06-09 17:14:22 +080067#include <linux/wait.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070068
Dima Zavin89affbf2017-08-02 13:32:18 -070069DEFINE_STATIC_KEY_FALSE(cpusets_pre_enable_key);
Vlastimil Babka002f2902016-05-19 17:14:30 -070070DEFINE_STATIC_KEY_FALSE(cpusets_enabled_key);
Paul Jackson202f72d2006-01-08 01:01:57 -080071
Feng Tang8ca1b5a2021-11-05 13:40:34 -070072/*
73 * There could be abnormal cpuset configurations for cpu or memory
74 * node binding, add this key to provide a quick low-cost judgement
75 * of the situation.
76 */
77DEFINE_STATIC_KEY_FALSE(cpusets_insane_config_key);
78
Paul Jackson3e0d98b2006-01-08 01:01:49 -080079/* See "Frequency meter" comments, below. */
80
81struct fmeter {
82 int cnt; /* unprocessed events count */
83 int val; /* most recent output value */
Arnd Bergmannd2b436582015-11-25 16:16:55 +010084 time64_t time; /* clock (secs) when val computed */
Paul Jackson3e0d98b2006-01-08 01:01:49 -080085 spinlock_t lock; /* guards read or write of above */
86};
87
Linus Torvalds1da177e2005-04-16 15:20:36 -070088struct cpuset {
Paul Menage8793d852007-10-18 23:39:39 -070089 struct cgroup_subsys_state css;
90
Linus Torvalds1da177e2005-04-16 15:20:36 -070091 unsigned long flags; /* "unsigned long" so bitops work */
Li Zefane2b9a3d2014-07-09 16:47:03 +080092
Li Zefan7e882912014-07-09 16:48:42 +080093 /*
94 * On default hierarchy:
95 *
96 * The user-configured masks can only be changed by writing to
97 * cpuset.cpus and cpuset.mems, and won't be limited by the
98 * parent masks.
99 *
100 * The effective masks is the real masks that apply to the tasks
101 * in the cpuset. They may be changed if the configured masks are
102 * changed or hotplug happens.
103 *
104 * effective_mask == configured_mask & parent's effective_mask,
105 * and if it ends up empty, it will inherit the parent's mask.
106 *
107 *
Aubrey Li415de5f2021-01-13 12:37:41 +0800108 * On legacy hierarchy:
Li Zefan7e882912014-07-09 16:48:42 +0800109 *
110 * The user-configured masks are always the same with effective masks.
111 */
112
Li Zefane2b9a3d2014-07-09 16:47:03 +0800113 /* user-configured CPUs and Memory Nodes allow to tasks */
114 cpumask_var_t cpus_allowed;
115 nodemask_t mems_allowed;
116
117 /* effective CPUs and Memory Nodes allow to tasks */
118 cpumask_var_t effective_cpus;
119 nodemask_t effective_mems;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700120
Li Zefan33ad8012013-06-09 17:15:08 +0800121 /*
Waiman Long58b74842018-11-08 10:08:36 -0500122 * CPUs allocated to child sub-partitions (default hierarchy only)
123 * - CPUs granted by the parent = effective_cpus U subparts_cpus
124 * - effective_cpus and subparts_cpus are mutually exclusive.
Waiman Long4b842da2018-11-08 10:08:41 -0500125 *
126 * effective_cpus contains only onlined CPUs, but subparts_cpus
127 * may have offlined ones.
Waiman Long58b74842018-11-08 10:08:36 -0500128 */
129 cpumask_var_t subparts_cpus;
130
131 /*
Li Zefan33ad8012013-06-09 17:15:08 +0800132 * This is old Memory Nodes tasks took on.
133 *
134 * - top_cpuset.old_mems_allowed is initialized to mems_allowed.
135 * - A new cpuset's old_mems_allowed is initialized when some
136 * task is moved into it.
137 * - old_mems_allowed is used in cpuset_migrate_mm() when we change
138 * cpuset.mems_allowed and have tasks' nodemask updated, and
139 * then old_mems_allowed is updated to mems_allowed.
140 */
141 nodemask_t old_mems_allowed;
142
Paul Jackson3e0d98b2006-01-08 01:01:49 -0800143 struct fmeter fmeter; /* memory_pressure filter */
Paul Jackson029190c2007-10-18 23:40:20 -0700144
Tejun Heo452477f2013-01-07 08:51:07 -0800145 /*
146 * Tasks are being attached to this cpuset. Used to prevent
147 * zeroing cpus/mems_allowed between ->can_attach() and ->attach().
148 */
149 int attach_in_progress;
150
Paul Jackson029190c2007-10-18 23:40:20 -0700151 /* partition number for rebuild_sched_domains() */
152 int pn;
Cliff Wickman956db3c2008-02-07 00:14:43 -0800153
Hidetoshi Seto1d3504f2008-04-15 14:04:23 +0900154 /* for custom sched domain */
155 int relax_domain_level;
Waiman Long58b74842018-11-08 10:08:36 -0500156
157 /* number of CPUs in subparts_cpus */
158 int nr_subparts_cpus;
159
160 /* partition root state */
161 int partition_root_state;
Waiman Long47169092018-11-08 10:08:40 -0500162
163 /*
164 * Default hierarchy only:
165 * use_parent_ecpus - set if using parent's effective_cpus
166 * child_ecpus_count - # of children with use_parent_ecpus set
167 */
168 int use_parent_ecpus;
169 int child_ecpus_count;
Waiman Longe7cc9882021-08-10 23:06:02 -0400170
171 /* Handle for cpuset.cpus.partition */
172 struct cgroup_file partition_file;
Waiman Long58b74842018-11-08 10:08:36 -0500173};
174
175/*
176 * Partition root states:
177 *
178 * 0 - not a partition root
Waiman Long3881b862018-11-08 10:08:39 -0500179 *
Waiman Long58b74842018-11-08 10:08:36 -0500180 * 1 - partition root
Waiman Long3881b862018-11-08 10:08:39 -0500181 *
182 * -1 - invalid partition root
183 * None of the cpus in cpus_allowed can be put into the parent's
184 * subparts_cpus. In this case, the cpuset is not a real partition
185 * root anymore. However, the CPU_EXCLUSIVE bit will still be set
186 * and the cpuset can be restored back to a partition root if the
187 * parent cpuset can give more CPUs back to this child cpuset.
Waiman Long58b74842018-11-08 10:08:36 -0500188 */
189#define PRS_DISABLED 0
190#define PRS_ENABLED 1
Waiman Long3881b862018-11-08 10:08:39 -0500191#define PRS_ERROR -1
Waiman Long58b74842018-11-08 10:08:36 -0500192
193/*
194 * Temporary cpumasks for working with partitions that are passed among
195 * functions to avoid memory allocation in inner functions.
196 */
197struct tmpmasks {
198 cpumask_var_t addmask, delmask; /* For partition root */
199 cpumask_var_t new_cpus; /* For update_cpumasks_hier() */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700200};
201
Tejun Heoa7c6d552013-08-08 20:11:23 -0400202static inline struct cpuset *css_cs(struct cgroup_subsys_state *css)
Paul Menage8793d852007-10-18 23:39:39 -0700203{
Tejun Heoa7c6d552013-08-08 20:11:23 -0400204 return css ? container_of(css, struct cpuset, css) : NULL;
Paul Menage8793d852007-10-18 23:39:39 -0700205}
206
207/* Retrieve the cpuset for a task */
208static inline struct cpuset *task_cs(struct task_struct *task)
209{
Tejun Heo073219e2014-02-08 10:36:58 -0500210 return css_cs(task_css(task, cpuset_cgrp_id));
Paul Menage8793d852007-10-18 23:39:39 -0700211}
Paul Menage8793d852007-10-18 23:39:39 -0700212
Tejun Heoc9710d82013-08-08 20:11:22 -0400213static inline struct cpuset *parent_cs(struct cpuset *cs)
Tejun Heoc4310692013-01-07 08:51:08 -0800214{
Tejun Heo5c9d5352014-05-16 13:22:48 -0400215 return css_cs(cs->css.parent);
Tejun Heoc4310692013-01-07 08:51:08 -0800216}
217
Linus Torvalds1da177e2005-04-16 15:20:36 -0700218/* bits in struct cpuset flags field */
219typedef enum {
Tejun Heoefeb77b2013-01-07 08:51:07 -0800220 CS_ONLINE,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700221 CS_CPU_EXCLUSIVE,
222 CS_MEM_EXCLUSIVE,
Paul Menage78608362008-04-29 01:00:26 -0700223 CS_MEM_HARDWALL,
Paul Jackson45b07ef2006-01-08 01:00:56 -0800224 CS_MEMORY_MIGRATE,
Paul Jackson029190c2007-10-18 23:40:20 -0700225 CS_SCHED_LOAD_BALANCE,
Paul Jackson825a46a2006-03-24 03:16:03 -0800226 CS_SPREAD_PAGE,
227 CS_SPREAD_SLAB,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700228} cpuset_flagbits_t;
229
230/* convenient tests for these bits */
Tejun Heo41c25702017-05-24 12:03:48 -0400231static inline bool is_cpuset_online(struct cpuset *cs)
Tejun Heoefeb77b2013-01-07 08:51:07 -0800232{
Tejun Heo41c25702017-05-24 12:03:48 -0400233 return test_bit(CS_ONLINE, &cs->flags) && !css_is_dying(&cs->css);
Tejun Heoefeb77b2013-01-07 08:51:07 -0800234}
235
Linus Torvalds1da177e2005-04-16 15:20:36 -0700236static inline int is_cpu_exclusive(const struct cpuset *cs)
237{
Paul Jackson7b5b9ef2006-03-24 03:16:00 -0800238 return test_bit(CS_CPU_EXCLUSIVE, &cs->flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700239}
240
241static inline int is_mem_exclusive(const struct cpuset *cs)
242{
Paul Jackson7b5b9ef2006-03-24 03:16:00 -0800243 return test_bit(CS_MEM_EXCLUSIVE, &cs->flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700244}
245
Paul Menage78608362008-04-29 01:00:26 -0700246static inline int is_mem_hardwall(const struct cpuset *cs)
247{
248 return test_bit(CS_MEM_HARDWALL, &cs->flags);
249}
250
Paul Jackson029190c2007-10-18 23:40:20 -0700251static inline int is_sched_load_balance(const struct cpuset *cs)
252{
253 return test_bit(CS_SCHED_LOAD_BALANCE, &cs->flags);
254}
255
Paul Jackson45b07ef2006-01-08 01:00:56 -0800256static inline int is_memory_migrate(const struct cpuset *cs)
257{
Paul Jackson7b5b9ef2006-03-24 03:16:00 -0800258 return test_bit(CS_MEMORY_MIGRATE, &cs->flags);
Paul Jackson45b07ef2006-01-08 01:00:56 -0800259}
260
Paul Jackson825a46a2006-03-24 03:16:03 -0800261static inline int is_spread_page(const struct cpuset *cs)
262{
263 return test_bit(CS_SPREAD_PAGE, &cs->flags);
264}
265
266static inline int is_spread_slab(const struct cpuset *cs)
267{
268 return test_bit(CS_SPREAD_SLAB, &cs->flags);
269}
270
Waiman Long58b74842018-11-08 10:08:36 -0500271static inline int is_partition_root(const struct cpuset *cs)
272{
Waiman Long3881b862018-11-08 10:08:39 -0500273 return cs->partition_root_state > 0;
Waiman Long58b74842018-11-08 10:08:36 -0500274}
275
Waiman Longe7cc9882021-08-10 23:06:02 -0400276/*
277 * Send notification event of whenever partition_root_state changes.
278 */
279static inline void notify_partition_change(struct cpuset *cs,
280 int old_prs, int new_prs)
281{
282 if (old_prs != new_prs)
283 cgroup_file_notify(&cs->partition_file);
284}
285
Linus Torvalds1da177e2005-04-16 15:20:36 -0700286static struct cpuset top_cpuset = {
Tejun Heoefeb77b2013-01-07 08:51:07 -0800287 .flags = ((1 << CS_ONLINE) | (1 << CS_CPU_EXCLUSIVE) |
288 (1 << CS_MEM_EXCLUSIVE)),
Waiman Long58b74842018-11-08 10:08:36 -0500289 .partition_root_state = PRS_ENABLED,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700290};
291
Tejun Heoae8086c2013-01-07 08:51:07 -0800292/**
293 * cpuset_for_each_child - traverse online children of a cpuset
294 * @child_cs: loop cursor pointing to the current child
Tejun Heo492eb212013-08-08 20:11:25 -0400295 * @pos_css: used for iteration
Tejun Heoae8086c2013-01-07 08:51:07 -0800296 * @parent_cs: target cpuset to walk children of
Linus Torvalds1da177e2005-04-16 15:20:36 -0700297 *
Tejun Heoae8086c2013-01-07 08:51:07 -0800298 * Walk @child_cs through the online children of @parent_cs. Must be used
299 * with RCU read locked.
300 */
Tejun Heo492eb212013-08-08 20:11:25 -0400301#define cpuset_for_each_child(child_cs, pos_css, parent_cs) \
302 css_for_each_child((pos_css), &(parent_cs)->css) \
303 if (is_cpuset_online(((child_cs) = css_cs((pos_css)))))
Tejun Heoae8086c2013-01-07 08:51:07 -0800304
Tejun Heofc560a22013-01-07 08:51:08 -0800305/**
306 * cpuset_for_each_descendant_pre - pre-order walk of a cpuset's descendants
307 * @des_cs: loop cursor pointing to the current descendant
Tejun Heo492eb212013-08-08 20:11:25 -0400308 * @pos_css: used for iteration
Tejun Heofc560a22013-01-07 08:51:08 -0800309 * @root_cs: target cpuset to walk ancestor of
310 *
311 * Walk @des_cs through the online descendants of @root_cs. Must be used
Tejun Heo492eb212013-08-08 20:11:25 -0400312 * with RCU read locked. The caller may modify @pos_css by calling
Tejun Heobd8815a2013-08-08 20:11:27 -0400313 * css_rightmost_descendant() to skip subtree. @root_cs is included in the
314 * iteration and the first node to be visited.
Tejun Heofc560a22013-01-07 08:51:08 -0800315 */
Tejun Heo492eb212013-08-08 20:11:25 -0400316#define cpuset_for_each_descendant_pre(des_cs, pos_css, root_cs) \
317 css_for_each_descendant_pre((pos_css), &(root_cs)->css) \
318 if (is_cpuset_online(((des_cs) = css_cs((pos_css)))))
Tejun Heofc560a22013-01-07 08:51:08 -0800319
Linus Torvalds1da177e2005-04-16 15:20:36 -0700320/*
Waiman Longb94f9ac2021-09-09 22:42:56 -0400321 * There are two global locks guarding cpuset structures - cpuset_rwsem and
Vladimir Davydov8447a0f2014-10-20 15:50:29 +0400322 * callback_lock. We also require taking task_lock() when dereferencing a
323 * task's cpuset pointer. See "The task_lock() exception", at the end of this
Waiman Longb94f9ac2021-09-09 22:42:56 -0400324 * comment. The cpuset code uses only cpuset_rwsem write lock. Other
325 * kernel subsystems can use cpuset_read_lock()/cpuset_read_unlock() to
326 * prevent change to cpuset structures.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700327 *
Vladimir Davydov8447a0f2014-10-20 15:50:29 +0400328 * A task must hold both locks to modify cpusets. If a task holds
Waiman Longb94f9ac2021-09-09 22:42:56 -0400329 * cpuset_rwsem, it blocks others wanting that rwsem, ensuring that it
Vladimir Davydov8447a0f2014-10-20 15:50:29 +0400330 * is the only task able to also acquire callback_lock and be able to
Tejun Heo5d21cc22013-01-07 08:51:08 -0800331 * modify cpusets. It can perform various checks on the cpuset structure
332 * first, knowing nothing will change. It can also allocate memory while
Waiman Longb94f9ac2021-09-09 22:42:56 -0400333 * just holding cpuset_rwsem. While it is performing these checks, various
Vladimir Davydov8447a0f2014-10-20 15:50:29 +0400334 * callback routines can briefly acquire callback_lock to query cpusets.
335 * Once it is ready to make the changes, it takes callback_lock, blocking
Tejun Heo5d21cc22013-01-07 08:51:08 -0800336 * everyone else.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700337 *
Paul Jackson053199e2005-10-30 15:02:30 -0800338 * Calls to the kernel memory allocator can not be made while holding
Vladimir Davydov8447a0f2014-10-20 15:50:29 +0400339 * callback_lock, as that would risk double tripping on callback_lock
Paul Jackson053199e2005-10-30 15:02:30 -0800340 * from one of the callbacks into the cpuset code from within
341 * __alloc_pages().
Linus Torvalds1da177e2005-04-16 15:20:36 -0700342 *
Vladimir Davydov8447a0f2014-10-20 15:50:29 +0400343 * If a task is only holding callback_lock, then it has read-only
Paul Jackson053199e2005-10-30 15:02:30 -0800344 * access to cpusets.
345 *
Miao Xie58568d22009-06-16 15:31:49 -0700346 * Now, the task_struct fields mems_allowed and mempolicy may be changed
347 * by other task, we use alloc_lock in the task_struct fields to protect
348 * them.
Paul Jackson053199e2005-10-30 15:02:30 -0800349 *
Vladimir Davydov8447a0f2014-10-20 15:50:29 +0400350 * The cpuset_common_file_read() handlers only hold callback_lock across
Paul Jackson053199e2005-10-30 15:02:30 -0800351 * small pieces of code, such as when reading out possibly multi-word
352 * cpumasks and nodemasks.
353 *
Paul Menage2df167a2008-02-07 00:14:45 -0800354 * Accessing a task's cpuset should be done in accordance with the
355 * guidelines for accessing subsystem state in kernel/cgroup.c
Linus Torvalds1da177e2005-04-16 15:20:36 -0700356 */
357
Juri Lelli1243dc52019-07-19 15:59:57 +0200358DEFINE_STATIC_PERCPU_RWSEM(cpuset_rwsem);
Juri Lelli710da3c2019-07-19 16:00:00 +0200359
360void cpuset_read_lock(void)
361{
362 percpu_down_read(&cpuset_rwsem);
363}
364
365void cpuset_read_unlock(void)
366{
367 percpu_up_read(&cpuset_rwsem);
368}
369
Vladimir Davydov8447a0f2014-10-20 15:50:29 +0400370static DEFINE_SPINLOCK(callback_lock);
Paul Jackson4247bdc2005-09-10 00:26:06 -0700371
Tejun Heoe93ad192016-01-19 12:18:41 -0500372static struct workqueue_struct *cpuset_migrate_mm_wq;
373
Max Krasnyanskycf417142008-08-11 14:33:53 -0700374/*
Tejun Heo3a5a6d02013-01-07 08:51:07 -0800375 * CPU / memory hotplug is handled asynchronously.
376 */
377static void cpuset_hotplug_workfn(struct work_struct *work);
Tejun Heo3a5a6d02013-01-07 08:51:07 -0800378static DECLARE_WORK(cpuset_hotplug_work, cpuset_hotplug_workfn);
379
Li Zefane44193d2013-06-09 17:14:22 +0800380static DECLARE_WAIT_QUEUE_HEAD(cpuset_attach_wq);
381
Feng Tang8ca1b5a2021-11-05 13:40:34 -0700382static inline void check_insane_mems_config(nodemask_t *nodes)
383{
384 if (!cpusets_insane_config() &&
385 movable_only_nodes(nodes)) {
386 static_branch_enable(&cpusets_insane_config_key);
387 pr_info("Unsupported (movable nodes only) cpuset configuration detected (nmask=%*pbl)!\n"
388 "Cpuset allocations might fail even with a lot of memory available.\n",
389 nodemask_pr_args(nodes));
390 }
391}
392
Tejun Heo3a5a6d02013-01-07 08:51:07 -0800393/*
Waiman Long0c05b9b2020-03-30 10:06:15 -0400394 * Cgroup v2 behavior is used on the "cpus" and "mems" control files when
395 * on default hierarchy or when the cpuset_v2_mode flag is set by mounting
396 * the v1 cpuset cgroup filesystem with the "cpuset_v2_mode" mount option.
397 * With v2 behavior, "cpus" and "mems" are always what the users have
398 * requested and won't be changed by hotplug events. Only the effective
399 * cpus or mems will be affected.
Waiman Longb8d1b8e2017-08-17 15:33:10 -0400400 */
401static inline bool is_in_v2_mode(void)
402{
403 return cgroup_subsys_on_dfl(cpuset_cgrp_subsys) ||
404 (cpuset_cgrp_subsys.root->flags & CGRP_ROOT_CPUSET_V2_MODE);
405}
406
407/*
Will Deacon431c69f2021-07-30 12:24:30 +0100408 * Return in pmask the portion of a task's cpusets's cpus_allowed that
409 * are online and are capable of running the task. If none are found,
410 * walk up the cpuset hierarchy until we find one that does have some
411 * appropriate cpus.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700412 *
413 * One way or another, we guarantee to return some non-empty subset
Rusty Russell5f054e32012-03-29 15:38:31 +1030414 * of cpu_online_mask.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700415 *
Waiman Longb94f9ac2021-09-09 22:42:56 -0400416 * Call with callback_lock or cpuset_rwsem held.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700417 */
Will Deacon431c69f2021-07-30 12:24:30 +0100418static void guarantee_online_cpus(struct task_struct *tsk,
419 struct cpumask *pmask)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700420{
Will Deacon431c69f2021-07-30 12:24:30 +0100421 const struct cpumask *possible_mask = task_cpu_possible_mask(tsk);
422 struct cpuset *cs;
423
424 if (WARN_ON(!cpumask_and(pmask, possible_mask, cpu_online_mask)))
425 cpumask_copy(pmask, cpu_online_mask);
426
427 rcu_read_lock();
428 cs = task_cs(tsk);
429
430 while (!cpumask_intersects(cs->effective_cpus, pmask)) {
Tejun Heoc4310692013-01-07 08:51:08 -0800431 cs = parent_cs(cs);
Joonwoo Park28b89b92016-09-11 21:14:58 -0700432 if (unlikely(!cs)) {
433 /*
434 * The top cpuset doesn't have any online cpu as a
435 * consequence of a race between cpuset_hotplug_work
436 * and cpu hotplug notifier. But we know the top
Randy Dunlap7b7b8a22020-10-15 20:10:28 -0700437 * cpuset's effective_cpus is on its way to be
Joonwoo Park28b89b92016-09-11 21:14:58 -0700438 * identical to cpu_online_mask.
439 */
Will Deacon431c69f2021-07-30 12:24:30 +0100440 goto out_unlock;
Joonwoo Park28b89b92016-09-11 21:14:58 -0700441 }
442 }
Will Deacon431c69f2021-07-30 12:24:30 +0100443 cpumask_and(pmask, pmask, cs->effective_cpus);
444
445out_unlock:
446 rcu_read_unlock();
Linus Torvalds1da177e2005-04-16 15:20:36 -0700447}
448
449/*
450 * Return in *pmask the portion of a cpusets's mems_allowed that
Christoph Lameter0e1e7c72007-10-16 01:25:38 -0700451 * are online, with memory. If none are online with memory, walk
452 * up the cpuset hierarchy until we find one that does have some
Li Zefan40df2de2013-06-05 17:15:23 +0800453 * online mems. The top cpuset always has some mems online.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700454 *
455 * One way or another, we guarantee to return some non-empty subset
Lai Jiangshan38d7bee2012-12-12 13:51:24 -0800456 * of node_states[N_MEMORY].
Linus Torvalds1da177e2005-04-16 15:20:36 -0700457 *
Waiman Longb94f9ac2021-09-09 22:42:56 -0400458 * Call with callback_lock or cpuset_rwsem held.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700459 */
Tejun Heoc9710d82013-08-08 20:11:22 -0400460static void guarantee_online_mems(struct cpuset *cs, nodemask_t *pmask)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700461{
Li Zefanae1c8022014-07-09 16:48:32 +0800462 while (!nodes_intersects(cs->effective_mems, node_states[N_MEMORY]))
Tejun Heoc4310692013-01-07 08:51:08 -0800463 cs = parent_cs(cs);
Li Zefanae1c8022014-07-09 16:48:32 +0800464 nodes_and(*pmask, cs->effective_mems, node_states[N_MEMORY]);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700465}
466
Miao Xief3b39d42009-06-16 15:31:46 -0700467/*
468 * update task's spread flag if cpuset's page/slab spread flag is set
469 *
Waiman Longb94f9ac2021-09-09 22:42:56 -0400470 * Call with callback_lock or cpuset_rwsem held.
Miao Xief3b39d42009-06-16 15:31:46 -0700471 */
472static void cpuset_update_task_spread_flag(struct cpuset *cs,
473 struct task_struct *tsk)
474{
475 if (is_spread_page(cs))
Zefan Li2ad654b2014-09-25 09:41:02 +0800476 task_set_spread_page(tsk);
Miao Xief3b39d42009-06-16 15:31:46 -0700477 else
Zefan Li2ad654b2014-09-25 09:41:02 +0800478 task_clear_spread_page(tsk);
479
Miao Xief3b39d42009-06-16 15:31:46 -0700480 if (is_spread_slab(cs))
Zefan Li2ad654b2014-09-25 09:41:02 +0800481 task_set_spread_slab(tsk);
Miao Xief3b39d42009-06-16 15:31:46 -0700482 else
Zefan Li2ad654b2014-09-25 09:41:02 +0800483 task_clear_spread_slab(tsk);
Miao Xief3b39d42009-06-16 15:31:46 -0700484}
485
Linus Torvalds1da177e2005-04-16 15:20:36 -0700486/*
487 * is_cpuset_subset(p, q) - Is cpuset p a subset of cpuset q?
488 *
489 * One cpuset is a subset of another if all its allowed CPUs and
490 * Memory Nodes are a subset of the other, and its exclusive flags
Waiman Longb94f9ac2021-09-09 22:42:56 -0400491 * are only set if the other's are set. Call holding cpuset_rwsem.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700492 */
493
494static int is_cpuset_subset(const struct cpuset *p, const struct cpuset *q)
495{
Li Zefan300ed6c2009-01-07 18:08:44 -0800496 return cpumask_subset(p->cpus_allowed, q->cpus_allowed) &&
Linus Torvalds1da177e2005-04-16 15:20:36 -0700497 nodes_subset(p->mems_allowed, q->mems_allowed) &&
498 is_cpu_exclusive(p) <= is_cpu_exclusive(q) &&
499 is_mem_exclusive(p) <= is_mem_exclusive(q);
500}
501
Li Zefan645fcc92009-01-07 18:08:43 -0800502/**
Waiman Longbf923702018-11-08 10:08:37 -0500503 * alloc_cpumasks - allocate three cpumasks for cpuset
504 * @cs: the cpuset that have cpumasks to be allocated.
505 * @tmp: the tmpmasks structure pointer
506 * Return: 0 if successful, -ENOMEM otherwise.
507 *
508 * Only one of the two input arguments should be non-NULL.
509 */
510static inline int alloc_cpumasks(struct cpuset *cs, struct tmpmasks *tmp)
511{
512 cpumask_var_t *pmask1, *pmask2, *pmask3;
513
514 if (cs) {
515 pmask1 = &cs->cpus_allowed;
516 pmask2 = &cs->effective_cpus;
517 pmask3 = &cs->subparts_cpus;
518 } else {
519 pmask1 = &tmp->new_cpus;
520 pmask2 = &tmp->addmask;
521 pmask3 = &tmp->delmask;
522 }
523
524 if (!zalloc_cpumask_var(pmask1, GFP_KERNEL))
525 return -ENOMEM;
526
527 if (!zalloc_cpumask_var(pmask2, GFP_KERNEL))
528 goto free_one;
529
530 if (!zalloc_cpumask_var(pmask3, GFP_KERNEL))
531 goto free_two;
532
533 return 0;
534
535free_two:
536 free_cpumask_var(*pmask2);
537free_one:
538 free_cpumask_var(*pmask1);
539 return -ENOMEM;
540}
541
542/**
543 * free_cpumasks - free cpumasks in a tmpmasks structure
544 * @cs: the cpuset that have cpumasks to be free.
545 * @tmp: the tmpmasks structure pointer
546 */
547static inline void free_cpumasks(struct cpuset *cs, struct tmpmasks *tmp)
548{
549 if (cs) {
550 free_cpumask_var(cs->cpus_allowed);
551 free_cpumask_var(cs->effective_cpus);
552 free_cpumask_var(cs->subparts_cpus);
553 }
554 if (tmp) {
555 free_cpumask_var(tmp->new_cpus);
556 free_cpumask_var(tmp->addmask);
557 free_cpumask_var(tmp->delmask);
558 }
559}
560
561/**
Li Zefan645fcc92009-01-07 18:08:43 -0800562 * alloc_trial_cpuset - allocate a trial cpuset
563 * @cs: the cpuset that the trial cpuset duplicates
564 */
Tejun Heoc9710d82013-08-08 20:11:22 -0400565static struct cpuset *alloc_trial_cpuset(struct cpuset *cs)
Li Zefan645fcc92009-01-07 18:08:43 -0800566{
Li Zefan300ed6c2009-01-07 18:08:44 -0800567 struct cpuset *trial;
568
569 trial = kmemdup(cs, sizeof(*cs), GFP_KERNEL);
570 if (!trial)
571 return NULL;
572
Waiman Longbf923702018-11-08 10:08:37 -0500573 if (alloc_cpumasks(trial, NULL)) {
574 kfree(trial);
575 return NULL;
576 }
Li Zefan300ed6c2009-01-07 18:08:44 -0800577
Li Zefane2b9a3d2014-07-09 16:47:03 +0800578 cpumask_copy(trial->cpus_allowed, cs->cpus_allowed);
579 cpumask_copy(trial->effective_cpus, cs->effective_cpus);
Li Zefan300ed6c2009-01-07 18:08:44 -0800580 return trial;
Li Zefan645fcc92009-01-07 18:08:43 -0800581}
582
583/**
Waiman Longbf923702018-11-08 10:08:37 -0500584 * free_cpuset - free the cpuset
585 * @cs: the cpuset to be freed
Li Zefan645fcc92009-01-07 18:08:43 -0800586 */
Waiman Longbf923702018-11-08 10:08:37 -0500587static inline void free_cpuset(struct cpuset *cs)
Li Zefan645fcc92009-01-07 18:08:43 -0800588{
Waiman Longbf923702018-11-08 10:08:37 -0500589 free_cpumasks(cs, NULL);
590 kfree(cs);
Li Zefan645fcc92009-01-07 18:08:43 -0800591}
592
Linus Torvalds1da177e2005-04-16 15:20:36 -0700593/*
Michal Koutnýd068eeb2021-12-17 16:48:54 +0100594 * validate_change_legacy() - Validate conditions specific to legacy (v1)
595 * behavior.
596 */
597static int validate_change_legacy(struct cpuset *cur, struct cpuset *trial)
598{
599 struct cgroup_subsys_state *css;
600 struct cpuset *c, *par;
601 int ret;
602
603 WARN_ON_ONCE(!rcu_read_lock_held());
604
605 /* Each of our child cpusets must be a subset of us */
606 ret = -EBUSY;
607 cpuset_for_each_child(c, css, cur)
608 if (!is_cpuset_subset(c, trial))
609 goto out;
610
611 /* On legacy hierarchy, we must be a subset of our parent cpuset. */
612 ret = -EACCES;
613 par = parent_cs(cur);
614 if (par && !is_cpuset_subset(trial, par))
615 goto out;
616
617 ret = 0;
618out:
619 return ret;
620}
621
622/*
Linus Torvalds1da177e2005-04-16 15:20:36 -0700623 * validate_change() - Used to validate that any proposed cpuset change
624 * follows the structural rules for cpusets.
625 *
626 * If we replaced the flag and mask values of the current cpuset
627 * (cur) with those values in the trial cpuset (trial), would
628 * our various subset and exclusive rules still be valid? Presumes
Waiman Longb94f9ac2021-09-09 22:42:56 -0400629 * cpuset_rwsem held.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700630 *
631 * 'cur' is the address of an actual, in-use cpuset. Operations
632 * such as list traversal that depend on the actual address of the
633 * cpuset in the list must use cur below, not trial.
634 *
635 * 'trial' is the address of bulk structure copy of cur, with
636 * perhaps one or more of the fields cpus_allowed, mems_allowed,
637 * or flags changed to new, trial values.
638 *
639 * Return 0 if valid, -errno if not.
640 */
641
Tejun Heoc9710d82013-08-08 20:11:22 -0400642static int validate_change(struct cpuset *cur, struct cpuset *trial)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700643{
Tejun Heo492eb212013-08-08 20:11:25 -0400644 struct cgroup_subsys_state *css;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700645 struct cpuset *c, *par;
Michal Koutnýd068eeb2021-12-17 16:48:54 +0100646 int ret = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700647
Waiman Long1f1562f2021-12-05 13:32:14 -0500648 rcu_read_lock();
Paul Jackson69604062006-12-06 20:36:15 -0800649
Michal Koutnýd068eeb2021-12-17 16:48:54 +0100650 if (!is_in_v2_mode())
651 ret = validate_change_legacy(cur, trial);
652 if (ret)
Tejun Heoae8086c2013-01-07 08:51:07 -0800653 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700654
Michal Koutnýd068eeb2021-12-17 16:48:54 +0100655 /* Remaining checks don't apply to root cpuset */
656 if (cur == &top_cpuset)
657 goto out;
658
659 par = parent_cs(cur);
660
Paul Menage2df167a2008-02-07 00:14:45 -0800661 /*
662 * If either I or some sibling (!= me) is exclusive, we can't
663 * overlap
664 */
Tejun Heoae8086c2013-01-07 08:51:07 -0800665 ret = -EINVAL;
Tejun Heo492eb212013-08-08 20:11:25 -0400666 cpuset_for_each_child(c, css, par) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700667 if ((is_cpu_exclusive(trial) || is_cpu_exclusive(c)) &&
668 c != cur &&
Li Zefan300ed6c2009-01-07 18:08:44 -0800669 cpumask_intersects(trial->cpus_allowed, c->cpus_allowed))
Tejun Heoae8086c2013-01-07 08:51:07 -0800670 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700671 if ((is_mem_exclusive(trial) || is_mem_exclusive(c)) &&
672 c != cur &&
673 nodes_intersects(trial->mems_allowed, c->mems_allowed))
Tejun Heoae8086c2013-01-07 08:51:07 -0800674 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700675 }
676
Tejun Heo452477f2013-01-07 08:51:07 -0800677 /*
678 * Cpusets with tasks - existing or newly being attached - can't
Li Zefan1c09b192013-08-21 10:22:28 +0800679 * be changed to have empty cpus_allowed or mems_allowed.
Tejun Heo452477f2013-01-07 08:51:07 -0800680 */
Tejun Heoae8086c2013-01-07 08:51:07 -0800681 ret = -ENOSPC;
Tejun Heo27bd4db2015-10-15 16:41:50 -0400682 if ((cgroup_is_populated(cur->css.cgroup) || cur->attach_in_progress)) {
Li Zefan1c09b192013-08-21 10:22:28 +0800683 if (!cpumask_empty(cur->cpus_allowed) &&
684 cpumask_empty(trial->cpus_allowed))
685 goto out;
686 if (!nodes_empty(cur->mems_allowed) &&
687 nodes_empty(trial->mems_allowed))
688 goto out;
689 }
Paul Jackson020958b2007-10-18 23:40:21 -0700690
Juri Lellif82f8042014-10-07 09:52:11 +0100691 /*
692 * We can't shrink if we won't have enough room for SCHED_DEADLINE
693 * tasks.
694 */
695 ret = -EBUSY;
696 if (is_cpu_exclusive(cur) &&
697 !cpuset_cpumask_can_shrink(cur->cpus_allowed,
698 trial->cpus_allowed))
699 goto out;
700
Tejun Heoae8086c2013-01-07 08:51:07 -0800701 ret = 0;
702out:
703 rcu_read_unlock();
704 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700705}
706
Paul Menagedb7f47c2009-04-02 16:57:55 -0700707#ifdef CONFIG_SMP
Dinakar Guniguntala85d7b942005-06-25 14:57:34 -0700708/*
Max Krasnyanskycf417142008-08-11 14:33:53 -0700709 * Helper routine for generate_sched_domains().
Li Zefan8b5f1c52014-07-09 16:47:50 +0800710 * Do cpusets a, b have overlapping effective cpus_allowed masks?
Paul Jackson029190c2007-10-18 23:40:20 -0700711 */
Paul Jackson029190c2007-10-18 23:40:20 -0700712static int cpusets_overlap(struct cpuset *a, struct cpuset *b)
713{
Li Zefan8b5f1c52014-07-09 16:47:50 +0800714 return cpumask_intersects(a->effective_cpus, b->effective_cpus);
Paul Jackson029190c2007-10-18 23:40:20 -0700715}
716
Hidetoshi Seto1d3504f2008-04-15 14:04:23 +0900717static void
718update_domain_attr(struct sched_domain_attr *dattr, struct cpuset *c)
719{
Hidetoshi Seto1d3504f2008-04-15 14:04:23 +0900720 if (dattr->relax_domain_level < c->relax_domain_level)
721 dattr->relax_domain_level = c->relax_domain_level;
722 return;
723}
724
Tejun Heofc560a22013-01-07 08:51:08 -0800725static void update_domain_attr_tree(struct sched_domain_attr *dattr,
726 struct cpuset *root_cs)
Lai Jiangshanf5393692008-07-29 22:33:22 -0700727{
Tejun Heofc560a22013-01-07 08:51:08 -0800728 struct cpuset *cp;
Tejun Heo492eb212013-08-08 20:11:25 -0400729 struct cgroup_subsys_state *pos_css;
Lai Jiangshanf5393692008-07-29 22:33:22 -0700730
Tejun Heofc560a22013-01-07 08:51:08 -0800731 rcu_read_lock();
Tejun Heo492eb212013-08-08 20:11:25 -0400732 cpuset_for_each_descendant_pre(cp, pos_css, root_cs) {
Tejun Heofc560a22013-01-07 08:51:08 -0800733 /* skip the whole subtree if @cp doesn't have any CPU */
734 if (cpumask_empty(cp->cpus_allowed)) {
Tejun Heo492eb212013-08-08 20:11:25 -0400735 pos_css = css_rightmost_descendant(pos_css);
Lai Jiangshanf5393692008-07-29 22:33:22 -0700736 continue;
Tejun Heofc560a22013-01-07 08:51:08 -0800737 }
Lai Jiangshanf5393692008-07-29 22:33:22 -0700738
739 if (is_sched_load_balance(cp))
740 update_domain_attr(dattr, cp);
Lai Jiangshanf5393692008-07-29 22:33:22 -0700741 }
Tejun Heofc560a22013-01-07 08:51:08 -0800742 rcu_read_unlock();
Lai Jiangshanf5393692008-07-29 22:33:22 -0700743}
744
Waiman Longb94f9ac2021-09-09 22:42:56 -0400745/* Must be called with cpuset_rwsem held. */
Paolo Bonzinibe040be2017-08-01 17:24:06 +0200746static inline int nr_cpusets(void)
747{
748 /* jump label reference count + the top-level cpuset */
749 return static_key_count(&cpusets_enabled_key.key) + 1;
750}
751
Paul Jackson029190c2007-10-18 23:40:20 -0700752/*
Max Krasnyanskycf417142008-08-11 14:33:53 -0700753 * generate_sched_domains()
Paul Jackson029190c2007-10-18 23:40:20 -0700754 *
Max Krasnyanskycf417142008-08-11 14:33:53 -0700755 * This function builds a partial partition of the systems CPUs
756 * A 'partial partition' is a set of non-overlapping subsets whose
757 * union is a subset of that set.
Viresh Kumar0a0fca92013-06-04 13:10:24 +0530758 * The output of this function needs to be passed to kernel/sched/core.c
Max Krasnyanskycf417142008-08-11 14:33:53 -0700759 * partition_sched_domains() routine, which will rebuild the scheduler's
760 * load balancing domains (sched domains) as specified by that partial
761 * partition.
Paul Jackson029190c2007-10-18 23:40:20 -0700762 *
Mauro Carvalho Chehabda82c922019-06-27 13:08:35 -0300763 * See "What is sched_load_balance" in Documentation/admin-guide/cgroup-v1/cpusets.rst
Paul Jackson029190c2007-10-18 23:40:20 -0700764 * for a background explanation of this.
765 *
766 * Does not return errors, on the theory that the callers of this
767 * routine would rather not worry about failures to rebuild sched
768 * domains when operating in the severe memory shortage situations
769 * that could cause allocation failures below.
770 *
Waiman Longb94f9ac2021-09-09 22:42:56 -0400771 * Must be called with cpuset_rwsem held.
Paul Jackson029190c2007-10-18 23:40:20 -0700772 *
773 * The three key local variables below are:
Juri Lellib6fbbf32018-12-19 14:34:44 +0100774 * cp - cpuset pointer, used (together with pos_css) to perform a
775 * top-down scan of all cpusets. For our purposes, rebuilding
776 * the schedulers sched domains, we can ignore !is_sched_load_
777 * balance cpusets.
Paul Jackson029190c2007-10-18 23:40:20 -0700778 * csa - (for CpuSet Array) Array of pointers to all the cpusets
779 * that need to be load balanced, for convenient iterative
780 * access by the subsequent code that finds the best partition,
781 * i.e the set of domains (subsets) of CPUs such that the
782 * cpus_allowed of every cpuset marked is_sched_load_balance
783 * is a subset of one of these domains, while there are as
784 * many such domains as possible, each as small as possible.
785 * doms - Conversion of 'csa' to an array of cpumasks, for passing to
Viresh Kumar0a0fca92013-06-04 13:10:24 +0530786 * the kernel/sched/core.c routine partition_sched_domains() in a
Paul Jackson029190c2007-10-18 23:40:20 -0700787 * convenient format, that can be easily compared to the prior
788 * value to determine what partition elements (sched domains)
789 * were changed (added or removed.)
790 *
791 * Finding the best partition (set of domains):
792 * The triple nested loops below over i, j, k scan over the
793 * load balanced cpusets (using the array of cpuset pointers in
794 * csa[]) looking for pairs of cpusets that have overlapping
795 * cpus_allowed, but which don't have the same 'pn' partition
796 * number and gives them in the same partition number. It keeps
797 * looping on the 'restart' label until it can no longer find
798 * any such pairs.
799 *
800 * The union of the cpus_allowed masks from the set of
801 * all cpusets having the same 'pn' value then form the one
802 * element of the partition (one sched domain) to be passed to
803 * partition_sched_domains().
804 */
Rusty Russellacc3f5d2009-11-03 14:53:40 +1030805static int generate_sched_domains(cpumask_var_t **domains,
Max Krasnyanskycf417142008-08-11 14:33:53 -0700806 struct sched_domain_attr **attributes)
Paul Jackson029190c2007-10-18 23:40:20 -0700807{
Juri Lellib6fbbf32018-12-19 14:34:44 +0100808 struct cpuset *cp; /* top-down scan of cpusets */
Paul Jackson029190c2007-10-18 23:40:20 -0700809 struct cpuset **csa; /* array of all cpuset ptrs */
810 int csn; /* how many cpuset ptrs in csa so far */
811 int i, j, k; /* indices for partition finding loops */
Rusty Russellacc3f5d2009-11-03 14:53:40 +1030812 cpumask_var_t *doms; /* resulting partition; i.e. sched domains */
Hidetoshi Seto1d3504f2008-04-15 14:04:23 +0900813 struct sched_domain_attr *dattr; /* attributes for custom domains */
Ingo Molnar15837152008-11-25 10:27:49 +0100814 int ndoms = 0; /* number of sched domains in result */
Li Zefan6af866a2009-01-07 18:08:45 -0800815 int nslot; /* next empty doms[] struct cpumask slot */
Tejun Heo492eb212013-08-08 20:11:25 -0400816 struct cgroup_subsys_state *pos_css;
Waiman Long0ccea8f2018-11-08 10:08:42 -0500817 bool root_load_balance = is_sched_load_balance(&top_cpuset);
Paul Jackson029190c2007-10-18 23:40:20 -0700818
Paul Jackson029190c2007-10-18 23:40:20 -0700819 doms = NULL;
Hidetoshi Seto1d3504f2008-04-15 14:04:23 +0900820 dattr = NULL;
Max Krasnyanskycf417142008-08-11 14:33:53 -0700821 csa = NULL;
Paul Jackson029190c2007-10-18 23:40:20 -0700822
823 /* Special case for the 99% of systems with one, full, sched domain */
Waiman Long0ccea8f2018-11-08 10:08:42 -0500824 if (root_load_balance && !top_cpuset.nr_subparts_cpus) {
Rusty Russellacc3f5d2009-11-03 14:53:40 +1030825 ndoms = 1;
826 doms = alloc_sched_domains(ndoms);
Paul Jackson029190c2007-10-18 23:40:20 -0700827 if (!doms)
Max Krasnyanskycf417142008-08-11 14:33:53 -0700828 goto done;
829
Hidetoshi Seto1d3504f2008-04-15 14:04:23 +0900830 dattr = kmalloc(sizeof(struct sched_domain_attr), GFP_KERNEL);
831 if (dattr) {
832 *dattr = SD_ATTR_INIT;
Li Zefan93a65572008-07-29 22:33:23 -0700833 update_domain_attr_tree(dattr, &top_cpuset);
Hidetoshi Seto1d3504f2008-04-15 14:04:23 +0900834 }
Rik van Riel47b8ea72015-03-09 12:12:08 -0400835 cpumask_and(doms[0], top_cpuset.effective_cpus,
Frederic Weisbeckeredb93822017-10-27 04:42:37 +0200836 housekeeping_cpumask(HK_FLAG_DOMAIN));
Max Krasnyanskycf417142008-08-11 14:33:53 -0700837
Max Krasnyanskycf417142008-08-11 14:33:53 -0700838 goto done;
Paul Jackson029190c2007-10-18 23:40:20 -0700839 }
840
Kees Cook6da2ec52018-06-12 13:55:00 -0700841 csa = kmalloc_array(nr_cpusets(), sizeof(cp), GFP_KERNEL);
Paul Jackson029190c2007-10-18 23:40:20 -0700842 if (!csa)
843 goto done;
844 csn = 0;
845
Tejun Heofc560a22013-01-07 08:51:08 -0800846 rcu_read_lock();
Waiman Long0ccea8f2018-11-08 10:08:42 -0500847 if (root_load_balance)
848 csa[csn++] = &top_cpuset;
Tejun Heo492eb212013-08-08 20:11:25 -0400849 cpuset_for_each_descendant_pre(cp, pos_css, &top_cpuset) {
Tejun Heobd8815a2013-08-08 20:11:27 -0400850 if (cp == &top_cpuset)
851 continue;
Lai Jiangshanf5393692008-07-29 22:33:22 -0700852 /*
Tejun Heofc560a22013-01-07 08:51:08 -0800853 * Continue traversing beyond @cp iff @cp has some CPUs and
854 * isn't load balancing. The former is obvious. The
855 * latter: All child cpusets contain a subset of the
856 * parent's cpus, so just skip them, and then we call
857 * update_domain_attr_tree() to calc relax_domain_level of
858 * the corresponding sched domain.
Waiman Long0ccea8f2018-11-08 10:08:42 -0500859 *
860 * If root is load-balancing, we can skip @cp if it
861 * is a subset of the root's effective_cpus.
Lai Jiangshanf5393692008-07-29 22:33:22 -0700862 */
Tejun Heofc560a22013-01-07 08:51:08 -0800863 if (!cpumask_empty(cp->cpus_allowed) &&
Rik van Riel47b8ea72015-03-09 12:12:08 -0400864 !(is_sched_load_balance(cp) &&
Frederic Weisbeckeredb93822017-10-27 04:42:37 +0200865 cpumask_intersects(cp->cpus_allowed,
866 housekeeping_cpumask(HK_FLAG_DOMAIN))))
Lai Jiangshanf5393692008-07-29 22:33:22 -0700867 continue;
Lai Jiangshan489a5392008-07-25 01:47:23 -0700868
Waiman Long0ccea8f2018-11-08 10:08:42 -0500869 if (root_load_balance &&
870 cpumask_subset(cp->cpus_allowed, top_cpuset.effective_cpus))
871 continue;
872
Valentin Schneidercd1cb332019-10-23 16:37:44 +0100873 if (is_sched_load_balance(cp) &&
874 !cpumask_empty(cp->effective_cpus))
Tejun Heofc560a22013-01-07 08:51:08 -0800875 csa[csn++] = cp;
876
Waiman Long0ccea8f2018-11-08 10:08:42 -0500877 /* skip @cp's subtree if not a partition root */
878 if (!is_partition_root(cp))
879 pos_css = css_rightmost_descendant(pos_css);
Tejun Heofc560a22013-01-07 08:51:08 -0800880 }
881 rcu_read_unlock();
Paul Jackson029190c2007-10-18 23:40:20 -0700882
883 for (i = 0; i < csn; i++)
884 csa[i]->pn = i;
885 ndoms = csn;
886
887restart:
888 /* Find the best partition (set of sched domains) */
889 for (i = 0; i < csn; i++) {
890 struct cpuset *a = csa[i];
891 int apn = a->pn;
892
893 for (j = 0; j < csn; j++) {
894 struct cpuset *b = csa[j];
895 int bpn = b->pn;
896
897 if (apn != bpn && cpusets_overlap(a, b)) {
898 for (k = 0; k < csn; k++) {
899 struct cpuset *c = csa[k];
900
901 if (c->pn == bpn)
902 c->pn = apn;
903 }
904 ndoms--; /* one less element */
905 goto restart;
906 }
907 }
908 }
909
Max Krasnyanskycf417142008-08-11 14:33:53 -0700910 /*
911 * Now we know how many domains to create.
912 * Convert <csn, csa> to <ndoms, doms> and populate cpu masks.
913 */
Rusty Russellacc3f5d2009-11-03 14:53:40 +1030914 doms = alloc_sched_domains(ndoms);
Li Zefan700018e2008-11-18 14:02:03 +0800915 if (!doms)
Max Krasnyanskycf417142008-08-11 14:33:53 -0700916 goto done;
Max Krasnyanskycf417142008-08-11 14:33:53 -0700917
918 /*
919 * The rest of the code, including the scheduler, can deal with
920 * dattr==NULL case. No need to abort if alloc fails.
921 */
Kees Cook6da2ec52018-06-12 13:55:00 -0700922 dattr = kmalloc_array(ndoms, sizeof(struct sched_domain_attr),
923 GFP_KERNEL);
Paul Jackson029190c2007-10-18 23:40:20 -0700924
925 for (nslot = 0, i = 0; i < csn; i++) {
926 struct cpuset *a = csa[i];
Li Zefan6af866a2009-01-07 18:08:45 -0800927 struct cpumask *dp;
Paul Jackson029190c2007-10-18 23:40:20 -0700928 int apn = a->pn;
929
Max Krasnyanskycf417142008-08-11 14:33:53 -0700930 if (apn < 0) {
931 /* Skip completed partitions */
932 continue;
Paul Jackson029190c2007-10-18 23:40:20 -0700933 }
Max Krasnyanskycf417142008-08-11 14:33:53 -0700934
Rusty Russellacc3f5d2009-11-03 14:53:40 +1030935 dp = doms[nslot];
Max Krasnyanskycf417142008-08-11 14:33:53 -0700936
937 if (nslot == ndoms) {
938 static int warnings = 10;
939 if (warnings) {
Fabian Frederick12d30892014-05-05 19:49:00 +0200940 pr_warn("rebuild_sched_domains confused: nslot %d, ndoms %d, csn %d, i %d, apn %d\n",
941 nslot, ndoms, csn, i, apn);
Max Krasnyanskycf417142008-08-11 14:33:53 -0700942 warnings--;
943 }
944 continue;
945 }
946
Li Zefan6af866a2009-01-07 18:08:45 -0800947 cpumask_clear(dp);
Max Krasnyanskycf417142008-08-11 14:33:53 -0700948 if (dattr)
949 *(dattr + nslot) = SD_ATTR_INIT;
950 for (j = i; j < csn; j++) {
951 struct cpuset *b = csa[j];
952
953 if (apn == b->pn) {
Li Zefan8b5f1c52014-07-09 16:47:50 +0800954 cpumask_or(dp, dp, b->effective_cpus);
Frederic Weisbeckeredb93822017-10-27 04:42:37 +0200955 cpumask_and(dp, dp, housekeeping_cpumask(HK_FLAG_DOMAIN));
Max Krasnyanskycf417142008-08-11 14:33:53 -0700956 if (dattr)
957 update_domain_attr_tree(dattr + nslot, b);
958
959 /* Done with this partition */
960 b->pn = -1;
961 }
962 }
963 nslot++;
Paul Jackson029190c2007-10-18 23:40:20 -0700964 }
965 BUG_ON(nslot != ndoms);
966
Paul Jackson029190c2007-10-18 23:40:20 -0700967done:
Paul Jackson029190c2007-10-18 23:40:20 -0700968 kfree(csa);
Max Krasnyanskycf417142008-08-11 14:33:53 -0700969
Li Zefan700018e2008-11-18 14:02:03 +0800970 /*
971 * Fallback to the default domain if kmalloc() failed.
972 * See comments in partition_sched_domains().
973 */
974 if (doms == NULL)
975 ndoms = 1;
976
Max Krasnyanskycf417142008-08-11 14:33:53 -0700977 *domains = doms;
978 *attributes = dattr;
979 return ndoms;
980}
981
Mathieu Poirierf9a25f72019-07-19 15:59:55 +0200982static void update_tasks_root_domain(struct cpuset *cs)
983{
984 struct css_task_iter it;
985 struct task_struct *task;
986
987 css_task_iter_start(&cs->css, 0, &it);
988
989 while ((task = css_task_iter_next(&it)))
990 dl_add_task_root_domain(task);
991
992 css_task_iter_end(&it);
993}
994
995static void rebuild_root_domains(void)
996{
997 struct cpuset *cs = NULL;
998 struct cgroup_subsys_state *pos_css;
999
Juri Lelli1243dc52019-07-19 15:59:57 +02001000 percpu_rwsem_assert_held(&cpuset_rwsem);
Mathieu Poirierf9a25f72019-07-19 15:59:55 +02001001 lockdep_assert_cpus_held();
1002 lockdep_assert_held(&sched_domains_mutex);
1003
Mathieu Poirierf9a25f72019-07-19 15:59:55 +02001004 rcu_read_lock();
1005
1006 /*
1007 * Clear default root domain DL accounting, it will be computed again
1008 * if a task belongs to it.
1009 */
1010 dl_clear_root_domain(&def_root_domain);
1011
1012 cpuset_for_each_descendant_pre(cs, pos_css, &top_cpuset) {
1013
1014 if (cpumask_empty(cs->effective_cpus)) {
1015 pos_css = css_rightmost_descendant(pos_css);
1016 continue;
1017 }
1018
1019 css_get(&cs->css);
1020
1021 rcu_read_unlock();
1022
1023 update_tasks_root_domain(cs);
1024
1025 rcu_read_lock();
1026 css_put(&cs->css);
1027 }
1028 rcu_read_unlock();
1029}
1030
1031static void
1032partition_and_rebuild_sched_domains(int ndoms_new, cpumask_var_t doms_new[],
1033 struct sched_domain_attr *dattr_new)
1034{
1035 mutex_lock(&sched_domains_mutex);
1036 partition_sched_domains_locked(ndoms_new, doms_new, dattr_new);
1037 rebuild_root_domains();
1038 mutex_unlock(&sched_domains_mutex);
1039}
1040
Max Krasnyanskycf417142008-08-11 14:33:53 -07001041/*
1042 * Rebuild scheduler domains.
1043 *
Tejun Heo699140b2013-01-07 08:51:07 -08001044 * If the flag 'sched_load_balance' of any cpuset with non-empty
1045 * 'cpus' changes, or if the 'cpus' allowed changes in any cpuset
1046 * which has that flag enabled, or if any cpuset with a non-empty
1047 * 'cpus' is removed, then call this routine to rebuild the
1048 * scheduler's dynamic sched domains.
Max Krasnyanskycf417142008-08-11 14:33:53 -07001049 *
Waiman Longb94f9ac2021-09-09 22:42:56 -04001050 * Call with cpuset_rwsem held. Takes cpus_read_lock().
Max Krasnyanskycf417142008-08-11 14:33:53 -07001051 */
Tejun Heo699140b2013-01-07 08:51:07 -08001052static void rebuild_sched_domains_locked(void)
Max Krasnyanskycf417142008-08-11 14:33:53 -07001053{
Daniel Jordan406100f2020-11-12 12:17:11 -05001054 struct cgroup_subsys_state *pos_css;
Max Krasnyanskycf417142008-08-11 14:33:53 -07001055 struct sched_domain_attr *attr;
Rusty Russellacc3f5d2009-11-03 14:53:40 +10301056 cpumask_var_t *doms;
Daniel Jordan406100f2020-11-12 12:17:11 -05001057 struct cpuset *cs;
Max Krasnyanskycf417142008-08-11 14:33:53 -07001058 int ndoms;
1059
Juri Lellid74b27d2019-07-19 15:59:58 +02001060 lockdep_assert_cpus_held();
Juri Lelli1243dc52019-07-19 15:59:57 +02001061 percpu_rwsem_assert_held(&cpuset_rwsem);
Max Krasnyanskycf417142008-08-11 14:33:53 -07001062
Li Zefan5b16c2a2013-04-27 06:52:43 -07001063 /*
Daniel Jordan406100f2020-11-12 12:17:11 -05001064 * If we have raced with CPU hotplug, return early to avoid
Li Zefan5b16c2a2013-04-27 06:52:43 -07001065 * passing doms with offlined cpu to partition_sched_domains().
Daniel Jordan406100f2020-11-12 12:17:11 -05001066 * Anyways, cpuset_hotplug_workfn() will rebuild sched domains.
1067 *
1068 * With no CPUs in any subpartitions, top_cpuset's effective CPUs
1069 * should be the same as the active CPUs, so checking only top_cpuset
1070 * is enough to detect racing CPU offlines.
Li Zefan5b16c2a2013-04-27 06:52:43 -07001071 */
Waiman Long0ccea8f2018-11-08 10:08:42 -05001072 if (!top_cpuset.nr_subparts_cpus &&
1073 !cpumask_equal(top_cpuset.effective_cpus, cpu_active_mask))
Juri Lellid74b27d2019-07-19 15:59:58 +02001074 return;
Waiman Long0ccea8f2018-11-08 10:08:42 -05001075
Daniel Jordan406100f2020-11-12 12:17:11 -05001076 /*
1077 * With subpartition CPUs, however, the effective CPUs of a partition
1078 * root should be only a subset of the active CPUs. Since a CPU in any
1079 * partition root could be offlined, all must be checked.
1080 */
1081 if (top_cpuset.nr_subparts_cpus) {
1082 rcu_read_lock();
1083 cpuset_for_each_descendant_pre(cs, pos_css, &top_cpuset) {
1084 if (!is_partition_root(cs)) {
1085 pos_css = css_rightmost_descendant(pos_css);
1086 continue;
1087 }
1088 if (!cpumask_subset(cs->effective_cpus,
1089 cpu_active_mask)) {
1090 rcu_read_unlock();
1091 return;
1092 }
1093 }
1094 rcu_read_unlock();
1095 }
Li Zefan5b16c2a2013-04-27 06:52:43 -07001096
Max Krasnyanskycf417142008-08-11 14:33:53 -07001097 /* Generate domain masks and attrs */
Max Krasnyanskycf417142008-08-11 14:33:53 -07001098 ndoms = generate_sched_domains(&doms, &attr);
Max Krasnyanskycf417142008-08-11 14:33:53 -07001099
1100 /* Have scheduler rebuild the domains */
Mathieu Poirierf9a25f72019-07-19 15:59:55 +02001101 partition_and_rebuild_sched_domains(ndoms, doms, attr);
Max Krasnyanskycf417142008-08-11 14:33:53 -07001102}
Paul Menagedb7f47c2009-04-02 16:57:55 -07001103#else /* !CONFIG_SMP */
Tejun Heo699140b2013-01-07 08:51:07 -08001104static void rebuild_sched_domains_locked(void)
Paul Menagedb7f47c2009-04-02 16:57:55 -07001105{
1106}
Paul Menagedb7f47c2009-04-02 16:57:55 -07001107#endif /* CONFIG_SMP */
Max Krasnyanskycf417142008-08-11 14:33:53 -07001108
Max Krasnyanskycf417142008-08-11 14:33:53 -07001109void rebuild_sched_domains(void)
1110{
Sebastian Andrzej Siewiorc5c63b92021-08-03 16:16:07 +02001111 cpus_read_lock();
Juri Lelli1243dc52019-07-19 15:59:57 +02001112 percpu_down_write(&cpuset_rwsem);
Tejun Heo699140b2013-01-07 08:51:07 -08001113 rebuild_sched_domains_locked();
Juri Lelli1243dc52019-07-19 15:59:57 +02001114 percpu_up_write(&cpuset_rwsem);
Sebastian Andrzej Siewiorc5c63b92021-08-03 16:16:07 +02001115 cpus_read_unlock();
Paul Jackson029190c2007-10-18 23:40:20 -07001116}
1117
Cliff Wickman58f47902008-02-07 00:14:44 -08001118/**
Miao Xie0b2f6302008-07-25 01:47:21 -07001119 * update_tasks_cpumask - Update the cpumasks of tasks in the cpuset.
1120 * @cs: the cpuset in which each task's cpus_allowed mask needs to be changed
1121 *
Tejun Heod66393e2014-02-13 06:58:40 -05001122 * Iterate through each task of @cs updating its cpus_allowed to the
Waiman Longb94f9ac2021-09-09 22:42:56 -04001123 * effective cpuset's. As this function is called with cpuset_rwsem held,
Tejun Heod66393e2014-02-13 06:58:40 -05001124 * cpuset membership stays stable.
Miao Xie0b2f6302008-07-25 01:47:21 -07001125 */
Tejun Heod66393e2014-02-13 06:58:40 -05001126static void update_tasks_cpumask(struct cpuset *cs)
Miao Xie0b2f6302008-07-25 01:47:21 -07001127{
Tejun Heod66393e2014-02-13 06:58:40 -05001128 struct css_task_iter it;
1129 struct task_struct *task;
1130
Tejun Heobc2fb7e2017-05-15 09:34:01 -04001131 css_task_iter_start(&cs->css, 0, &it);
Tejun Heod66393e2014-02-13 06:58:40 -05001132 while ((task = css_task_iter_next(&it)))
Li Zefanae1c8022014-07-09 16:48:32 +08001133 set_cpus_allowed_ptr(task, cs->effective_cpus);
Tejun Heod66393e2014-02-13 06:58:40 -05001134 css_task_iter_end(&it);
Miao Xie0b2f6302008-07-25 01:47:21 -07001135}
1136
Waiman Longee8dde02018-11-08 10:08:38 -05001137/**
1138 * compute_effective_cpumask - Compute the effective cpumask of the cpuset
1139 * @new_cpus: the temp variable for the new effective_cpus mask
1140 * @cs: the cpuset the need to recompute the new effective_cpus mask
1141 * @parent: the parent cpuset
1142 *
1143 * If the parent has subpartition CPUs, include them in the list of
Waiman Long4b842da2018-11-08 10:08:41 -05001144 * allowable CPUs in computing the new effective_cpus mask. Since offlined
1145 * CPUs are not removed from subparts_cpus, we have to use cpu_active_mask
1146 * to mask those out.
Waiman Longee8dde02018-11-08 10:08:38 -05001147 */
1148static void compute_effective_cpumask(struct cpumask *new_cpus,
1149 struct cpuset *cs, struct cpuset *parent)
1150{
1151 if (parent->nr_subparts_cpus) {
1152 cpumask_or(new_cpus, parent->effective_cpus,
1153 parent->subparts_cpus);
1154 cpumask_and(new_cpus, new_cpus, cs->cpus_allowed);
Waiman Long4b842da2018-11-08 10:08:41 -05001155 cpumask_and(new_cpus, new_cpus, cpu_active_mask);
Waiman Longee8dde02018-11-08 10:08:38 -05001156 } else {
1157 cpumask_and(new_cpus, cs->cpus_allowed, parent->effective_cpus);
1158 }
1159}
1160
1161/*
1162 * Commands for update_parent_subparts_cpumask
1163 */
1164enum subparts_cmd {
1165 partcmd_enable, /* Enable partition root */
1166 partcmd_disable, /* Disable partition root */
1167 partcmd_update, /* Update parent's subparts_cpus */
1168};
1169
1170/**
1171 * update_parent_subparts_cpumask - update subparts_cpus mask of parent cpuset
1172 * @cpuset: The cpuset that requests change in partition root state
1173 * @cmd: Partition root state change command
1174 * @newmask: Optional new cpumask for partcmd_update
1175 * @tmp: Temporary addmask and delmask
1176 * Return: 0, 1 or an error code
1177 *
1178 * For partcmd_enable, the cpuset is being transformed from a non-partition
1179 * root to a partition root. The cpus_allowed mask of the given cpuset will
1180 * be put into parent's subparts_cpus and taken away from parent's
1181 * effective_cpus. The function will return 0 if all the CPUs listed in
1182 * cpus_allowed can be granted or an error code will be returned.
1183 *
1184 * For partcmd_disable, the cpuset is being transofrmed from a partition
Waiman Long0f3adb82021-07-20 10:18:26 -04001185 * root back to a non-partition root. Any CPUs in cpus_allowed that are in
Waiman Longee8dde02018-11-08 10:08:38 -05001186 * parent's subparts_cpus will be taken away from that cpumask and put back
1187 * into parent's effective_cpus. 0 should always be returned.
1188 *
1189 * For partcmd_update, if the optional newmask is specified, the cpu
1190 * list is to be changed from cpus_allowed to newmask. Otherwise,
Waiman Long3881b862018-11-08 10:08:39 -05001191 * cpus_allowed is assumed to remain the same. The cpuset should either
1192 * be a partition root or an invalid partition root. The partition root
1193 * state may change if newmask is NULL and none of the requested CPUs can
1194 * be granted by the parent. The function will return 1 if changes to
1195 * parent's subparts_cpus and effective_cpus happen or 0 otherwise.
1196 * Error code should only be returned when newmask is non-NULL.
Waiman Longee8dde02018-11-08 10:08:38 -05001197 *
1198 * The partcmd_enable and partcmd_disable commands are used by
1199 * update_prstate(). The partcmd_update command is used by
1200 * update_cpumasks_hier() with newmask NULL and update_cpumask() with
1201 * newmask set.
1202 *
1203 * The checking is more strict when enabling partition root than the
1204 * other two commands.
1205 *
1206 * Because of the implicit cpu exclusive nature of a partition root,
1207 * cpumask changes that violates the cpu exclusivity rule will not be
Michal Koutnýd068eeb2021-12-17 16:48:54 +01001208 * permitted when checked by validate_change().
Waiman Longee8dde02018-11-08 10:08:38 -05001209 */
1210static int update_parent_subparts_cpumask(struct cpuset *cpuset, int cmd,
1211 struct cpumask *newmask,
1212 struct tmpmasks *tmp)
1213{
1214 struct cpuset *parent = parent_cs(cpuset);
1215 int adding; /* Moving cpus from effective_cpus to subparts_cpus */
1216 int deleting; /* Moving cpus from subparts_cpus to effective_cpus */
Waiman Longe7cc9882021-08-10 23:06:02 -04001217 int old_prs, new_prs;
Waiman Long3881b862018-11-08 10:08:39 -05001218 bool part_error = false; /* Partition error? */
Waiman Longee8dde02018-11-08 10:08:38 -05001219
Juri Lelli1243dc52019-07-19 15:59:57 +02001220 percpu_rwsem_assert_held(&cpuset_rwsem);
Waiman Longee8dde02018-11-08 10:08:38 -05001221
1222 /*
1223 * The parent must be a partition root.
1224 * The new cpumask, if present, or the current cpus_allowed must
1225 * not be empty.
1226 */
1227 if (!is_partition_root(parent) ||
1228 (newmask && cpumask_empty(newmask)) ||
1229 (!newmask && cpumask_empty(cpuset->cpus_allowed)))
1230 return -EINVAL;
1231
1232 /*
1233 * Enabling/disabling partition root is not allowed if there are
1234 * online children.
1235 */
1236 if ((cmd != partcmd_update) && css_has_online_children(&cpuset->css))
1237 return -EBUSY;
1238
1239 /*
1240 * Enabling partition root is not allowed if not all the CPUs
1241 * can be granted from parent's effective_cpus or at least one
1242 * CPU will be left after that.
1243 */
1244 if ((cmd == partcmd_enable) &&
1245 (!cpumask_subset(cpuset->cpus_allowed, parent->effective_cpus) ||
1246 cpumask_equal(cpuset->cpus_allowed, parent->effective_cpus)))
1247 return -EINVAL;
1248
1249 /*
1250 * A cpumask update cannot make parent's effective_cpus become empty.
1251 */
1252 adding = deleting = false;
Waiman Longe7cc9882021-08-10 23:06:02 -04001253 old_prs = new_prs = cpuset->partition_root_state;
Waiman Longee8dde02018-11-08 10:08:38 -05001254 if (cmd == partcmd_enable) {
1255 cpumask_copy(tmp->addmask, cpuset->cpus_allowed);
1256 adding = true;
1257 } else if (cmd == partcmd_disable) {
1258 deleting = cpumask_and(tmp->delmask, cpuset->cpus_allowed,
1259 parent->subparts_cpus);
1260 } else if (newmask) {
1261 /*
1262 * partcmd_update with newmask:
1263 *
1264 * delmask = cpus_allowed & ~newmask & parent->subparts_cpus
1265 * addmask = newmask & parent->effective_cpus
1266 * & ~parent->subparts_cpus
1267 */
1268 cpumask_andnot(tmp->delmask, cpuset->cpus_allowed, newmask);
1269 deleting = cpumask_and(tmp->delmask, tmp->delmask,
1270 parent->subparts_cpus);
1271
1272 cpumask_and(tmp->addmask, newmask, parent->effective_cpus);
1273 adding = cpumask_andnot(tmp->addmask, tmp->addmask,
1274 parent->subparts_cpus);
1275 /*
1276 * Return error if the new effective_cpus could become empty.
1277 */
Waiman Long4b842da2018-11-08 10:08:41 -05001278 if (adding &&
1279 cpumask_equal(parent->effective_cpus, tmp->addmask)) {
1280 if (!deleting)
1281 return -EINVAL;
1282 /*
1283 * As some of the CPUs in subparts_cpus might have
1284 * been offlined, we need to compute the real delmask
1285 * to confirm that.
1286 */
1287 if (!cpumask_and(tmp->addmask, tmp->delmask,
1288 cpu_active_mask))
1289 return -EINVAL;
1290 cpumask_copy(tmp->addmask, parent->effective_cpus);
1291 }
Waiman Longee8dde02018-11-08 10:08:38 -05001292 } else {
1293 /*
1294 * partcmd_update w/o newmask:
1295 *
Waiman Long0f3adb82021-07-20 10:18:26 -04001296 * addmask = cpus_allowed & parent->effective_cpus
Waiman Longee8dde02018-11-08 10:08:38 -05001297 *
1298 * Note that parent's subparts_cpus may have been
Waiman Long3881b862018-11-08 10:08:39 -05001299 * pre-shrunk in case there is a change in the cpu list.
1300 * So no deletion is needed.
Waiman Longee8dde02018-11-08 10:08:38 -05001301 */
1302 adding = cpumask_and(tmp->addmask, cpuset->cpus_allowed,
1303 parent->effective_cpus);
Waiman Long3881b862018-11-08 10:08:39 -05001304 part_error = cpumask_equal(tmp->addmask,
1305 parent->effective_cpus);
1306 }
1307
1308 if (cmd == partcmd_update) {
1309 int prev_prs = cpuset->partition_root_state;
1310
1311 /*
1312 * Check for possible transition between PRS_ENABLED
1313 * and PRS_ERROR.
1314 */
1315 switch (cpuset->partition_root_state) {
1316 case PRS_ENABLED:
1317 if (part_error)
Waiman Long6ba34d32021-07-20 10:18:28 -04001318 new_prs = PRS_ERROR;
Waiman Long3881b862018-11-08 10:08:39 -05001319 break;
1320 case PRS_ERROR:
1321 if (!part_error)
Waiman Long6ba34d32021-07-20 10:18:28 -04001322 new_prs = PRS_ENABLED;
Waiman Long3881b862018-11-08 10:08:39 -05001323 break;
1324 }
1325 /*
1326 * Set part_error if previously in invalid state.
1327 */
1328 part_error = (prev_prs == PRS_ERROR);
1329 }
1330
Waiman Long6ba34d32021-07-20 10:18:28 -04001331 if (!part_error && (new_prs == PRS_ERROR))
Waiman Long3881b862018-11-08 10:08:39 -05001332 return 0; /* Nothing need to be done */
1333
Waiman Long6ba34d32021-07-20 10:18:28 -04001334 if (new_prs == PRS_ERROR) {
Waiman Long3881b862018-11-08 10:08:39 -05001335 /*
1336 * Remove all its cpus from parent's subparts_cpus.
1337 */
1338 adding = false;
1339 deleting = cpumask_and(tmp->delmask, cpuset->cpus_allowed,
1340 parent->subparts_cpus);
Waiman Longee8dde02018-11-08 10:08:38 -05001341 }
1342
Waiman Longe7cc9882021-08-10 23:06:02 -04001343 if (!adding && !deleting && (new_prs == old_prs))
Waiman Longee8dde02018-11-08 10:08:38 -05001344 return 0;
1345
1346 /*
1347 * Change the parent's subparts_cpus.
1348 * Newly added CPUs will be removed from effective_cpus and
1349 * newly deleted ones will be added back to effective_cpus.
1350 */
1351 spin_lock_irq(&callback_lock);
1352 if (adding) {
1353 cpumask_or(parent->subparts_cpus,
1354 parent->subparts_cpus, tmp->addmask);
1355 cpumask_andnot(parent->effective_cpus,
1356 parent->effective_cpus, tmp->addmask);
1357 }
1358 if (deleting) {
1359 cpumask_andnot(parent->subparts_cpus,
1360 parent->subparts_cpus, tmp->delmask);
Waiman Long4b842da2018-11-08 10:08:41 -05001361 /*
1362 * Some of the CPUs in subparts_cpus might have been offlined.
1363 */
1364 cpumask_and(tmp->delmask, tmp->delmask, cpu_active_mask);
Waiman Longee8dde02018-11-08 10:08:38 -05001365 cpumask_or(parent->effective_cpus,
1366 parent->effective_cpus, tmp->delmask);
1367 }
1368
1369 parent->nr_subparts_cpus = cpumask_weight(parent->subparts_cpus);
Waiman Long6ba34d32021-07-20 10:18:28 -04001370
Waiman Longe7cc9882021-08-10 23:06:02 -04001371 if (old_prs != new_prs)
Waiman Long6ba34d32021-07-20 10:18:28 -04001372 cpuset->partition_root_state = new_prs;
Waiman Longe7cc9882021-08-10 23:06:02 -04001373
Waiman Longee8dde02018-11-08 10:08:38 -05001374 spin_unlock_irq(&callback_lock);
Waiman Longe7cc9882021-08-10 23:06:02 -04001375 notify_partition_change(cpuset, old_prs, new_prs);
Waiman Longee8dde02018-11-08 10:08:38 -05001376
1377 return cmd == partcmd_update;
1378}
1379
Li Zefan5c5cc622013-06-09 17:16:29 +08001380/*
Li Zefan734d4512014-07-09 16:47:29 +08001381 * update_cpumasks_hier - Update effective cpumasks and tasks in the subtree
Waiman Longee8dde02018-11-08 10:08:38 -05001382 * @cs: the cpuset to consider
1383 * @tmp: temp variables for calculating effective_cpus & partition setup
Li Zefan5c5cc622013-06-09 17:16:29 +08001384 *
Aubrey Li415de5f2021-01-13 12:37:41 +08001385 * When configured cpumask is changed, the effective cpumasks of this cpuset
Li Zefan734d4512014-07-09 16:47:29 +08001386 * and all its descendants need to be updated.
1387 *
Aubrey Li415de5f2021-01-13 12:37:41 +08001388 * On legacy hierarchy, effective_cpus will be the same with cpu_allowed.
Li Zefan5c5cc622013-06-09 17:16:29 +08001389 *
Waiman Longb94f9ac2021-09-09 22:42:56 -04001390 * Called with cpuset_rwsem held
Li Zefan5c5cc622013-06-09 17:16:29 +08001391 */
Waiman Longee8dde02018-11-08 10:08:38 -05001392static void update_cpumasks_hier(struct cpuset *cs, struct tmpmasks *tmp)
Li Zefan5c5cc622013-06-09 17:16:29 +08001393{
1394 struct cpuset *cp;
Tejun Heo492eb212013-08-08 20:11:25 -04001395 struct cgroup_subsys_state *pos_css;
Li Zefan8b5f1c52014-07-09 16:47:50 +08001396 bool need_rebuild_sched_domains = false;
Waiman Longe7cc9882021-08-10 23:06:02 -04001397 int old_prs, new_prs;
Li Zefan5c5cc622013-06-09 17:16:29 +08001398
1399 rcu_read_lock();
Li Zefan734d4512014-07-09 16:47:29 +08001400 cpuset_for_each_descendant_pre(cp, pos_css, cs) {
1401 struct cpuset *parent = parent_cs(cp);
1402
Waiman Longee8dde02018-11-08 10:08:38 -05001403 compute_effective_cpumask(tmp->new_cpus, cp, parent);
Li Zefan734d4512014-07-09 16:47:29 +08001404
Li Zefan554b0d12014-07-09 16:47:41 +08001405 /*
1406 * If it becomes empty, inherit the effective mask of the
1407 * parent, which is guaranteed to have some CPUs.
1408 */
Waiman Long47169092018-11-08 10:08:40 -05001409 if (is_in_v2_mode() && cpumask_empty(tmp->new_cpus)) {
Waiman Longee8dde02018-11-08 10:08:38 -05001410 cpumask_copy(tmp->new_cpus, parent->effective_cpus);
Waiman Long47169092018-11-08 10:08:40 -05001411 if (!cp->use_parent_ecpus) {
1412 cp->use_parent_ecpus = true;
1413 parent->child_ecpus_count++;
1414 }
1415 } else if (cp->use_parent_ecpus) {
1416 cp->use_parent_ecpus = false;
1417 WARN_ON_ONCE(!parent->child_ecpus_count);
1418 parent->child_ecpus_count--;
1419 }
Li Zefan554b0d12014-07-09 16:47:41 +08001420
Waiman Longee8dde02018-11-08 10:08:38 -05001421 /*
1422 * Skip the whole subtree if the cpumask remains the same
1423 * and has no partition root state.
1424 */
Waiman Long3881b862018-11-08 10:08:39 -05001425 if (!cp->partition_root_state &&
Waiman Longee8dde02018-11-08 10:08:38 -05001426 cpumask_equal(tmp->new_cpus, cp->effective_cpus)) {
Li Zefan734d4512014-07-09 16:47:29 +08001427 pos_css = css_rightmost_descendant(pos_css);
1428 continue;
Li Zefan5c5cc622013-06-09 17:16:29 +08001429 }
Li Zefan734d4512014-07-09 16:47:29 +08001430
Waiman Longee8dde02018-11-08 10:08:38 -05001431 /*
1432 * update_parent_subparts_cpumask() should have been called
1433 * for cs already in update_cpumask(). We should also call
1434 * update_tasks_cpumask() again for tasks in the parent
1435 * cpuset if the parent's subparts_cpus changes.
1436 */
Waiman Longe7cc9882021-08-10 23:06:02 -04001437 old_prs = new_prs = cp->partition_root_state;
1438 if ((cp != cs) && old_prs) {
Waiman Long3881b862018-11-08 10:08:39 -05001439 switch (parent->partition_root_state) {
1440 case PRS_DISABLED:
1441 /*
1442 * If parent is not a partition root or an
Waiman Long0f3adb82021-07-20 10:18:26 -04001443 * invalid partition root, clear its state
1444 * and its CS_CPU_EXCLUSIVE flag.
Waiman Long3881b862018-11-08 10:08:39 -05001445 */
1446 WARN_ON_ONCE(cp->partition_root_state
1447 != PRS_ERROR);
Waiman Long6ba34d32021-07-20 10:18:28 -04001448 new_prs = PRS_DISABLED;
Waiman Long3881b862018-11-08 10:08:39 -05001449
1450 /*
1451 * clear_bit() is an atomic operation and
1452 * readers aren't interested in the state
1453 * of CS_CPU_EXCLUSIVE anyway. So we can
1454 * just update the flag without holding
1455 * the callback_lock.
1456 */
1457 clear_bit(CS_CPU_EXCLUSIVE, &cp->flags);
1458 break;
1459
1460 case PRS_ENABLED:
1461 if (update_parent_subparts_cpumask(cp, partcmd_update, NULL, tmp))
1462 update_tasks_cpumask(parent);
1463 break;
1464
1465 case PRS_ERROR:
1466 /*
1467 * When parent is invalid, it has to be too.
1468 */
Waiman Long6ba34d32021-07-20 10:18:28 -04001469 new_prs = PRS_ERROR;
Waiman Long3881b862018-11-08 10:08:39 -05001470 break;
1471 }
Waiman Longee8dde02018-11-08 10:08:38 -05001472 }
1473
Tejun Heoec903c02014-05-13 12:11:01 -04001474 if (!css_tryget_online(&cp->css))
Li Zefan5c5cc622013-06-09 17:16:29 +08001475 continue;
1476 rcu_read_unlock();
1477
Vladimir Davydov8447a0f2014-10-20 15:50:29 +04001478 spin_lock_irq(&callback_lock);
Waiman Longee8dde02018-11-08 10:08:38 -05001479
1480 cpumask_copy(cp->effective_cpus, tmp->new_cpus);
Waiman Long6ba34d32021-07-20 10:18:28 -04001481 if (cp->nr_subparts_cpus && (new_prs != PRS_ENABLED)) {
Waiman Long3881b862018-11-08 10:08:39 -05001482 cp->nr_subparts_cpus = 0;
1483 cpumask_clear(cp->subparts_cpus);
1484 } else if (cp->nr_subparts_cpus) {
Waiman Longee8dde02018-11-08 10:08:38 -05001485 /*
1486 * Make sure that effective_cpus & subparts_cpus
1487 * are mutually exclusive.
Waiman Long3881b862018-11-08 10:08:39 -05001488 *
1489 * In the unlikely event that effective_cpus
1490 * becomes empty. we clear cp->nr_subparts_cpus and
1491 * let its child partition roots to compete for
1492 * CPUs again.
Waiman Longee8dde02018-11-08 10:08:38 -05001493 */
1494 cpumask_andnot(cp->effective_cpus, cp->effective_cpus,
1495 cp->subparts_cpus);
Waiman Long3881b862018-11-08 10:08:39 -05001496 if (cpumask_empty(cp->effective_cpus)) {
1497 cpumask_copy(cp->effective_cpus, tmp->new_cpus);
1498 cpumask_clear(cp->subparts_cpus);
1499 cp->nr_subparts_cpus = 0;
1500 } else if (!cpumask_subset(cp->subparts_cpus,
1501 tmp->new_cpus)) {
1502 cpumask_andnot(cp->subparts_cpus,
1503 cp->subparts_cpus, tmp->new_cpus);
1504 cp->nr_subparts_cpus
1505 = cpumask_weight(cp->subparts_cpus);
1506 }
Waiman Longee8dde02018-11-08 10:08:38 -05001507 }
Waiman Long6ba34d32021-07-20 10:18:28 -04001508
Waiman Longe7cc9882021-08-10 23:06:02 -04001509 if (new_prs != old_prs)
Waiman Long6ba34d32021-07-20 10:18:28 -04001510 cp->partition_root_state = new_prs;
1511
Vladimir Davydov8447a0f2014-10-20 15:50:29 +04001512 spin_unlock_irq(&callback_lock);
Waiman Longe7cc9882021-08-10 23:06:02 -04001513 notify_partition_change(cp, old_prs, new_prs);
Li Zefan734d4512014-07-09 16:47:29 +08001514
Waiman Longb8d1b8e2017-08-17 15:33:10 -04001515 WARN_ON(!is_in_v2_mode() &&
Li Zefan734d4512014-07-09 16:47:29 +08001516 !cpumask_equal(cp->cpus_allowed, cp->effective_cpus));
1517
Tejun Heod66393e2014-02-13 06:58:40 -05001518 update_tasks_cpumask(cp);
Li Zefan5c5cc622013-06-09 17:16:29 +08001519
Li Zefan8b5f1c52014-07-09 16:47:50 +08001520 /*
Waiman Long0ccea8f2018-11-08 10:08:42 -05001521 * On legacy hierarchy, if the effective cpumask of any non-
1522 * empty cpuset is changed, we need to rebuild sched domains.
1523 * On default hierarchy, the cpuset needs to be a partition
1524 * root as well.
Li Zefan8b5f1c52014-07-09 16:47:50 +08001525 */
1526 if (!cpumask_empty(cp->cpus_allowed) &&
Waiman Long0ccea8f2018-11-08 10:08:42 -05001527 is_sched_load_balance(cp) &&
1528 (!cgroup_subsys_on_dfl(cpuset_cgrp_subsys) ||
1529 is_partition_root(cp)))
Li Zefan8b5f1c52014-07-09 16:47:50 +08001530 need_rebuild_sched_domains = true;
1531
Li Zefan5c5cc622013-06-09 17:16:29 +08001532 rcu_read_lock();
1533 css_put(&cp->css);
1534 }
1535 rcu_read_unlock();
Li Zefan8b5f1c52014-07-09 16:47:50 +08001536
1537 if (need_rebuild_sched_domains)
1538 rebuild_sched_domains_locked();
Li Zefan5c5cc622013-06-09 17:16:29 +08001539}
1540
Miao Xie0b2f6302008-07-25 01:47:21 -07001541/**
Waiman Long47169092018-11-08 10:08:40 -05001542 * update_sibling_cpumasks - Update siblings cpumasks
1543 * @parent: Parent cpuset
1544 * @cs: Current cpuset
1545 * @tmp: Temp variables
1546 */
1547static void update_sibling_cpumasks(struct cpuset *parent, struct cpuset *cs,
1548 struct tmpmasks *tmp)
1549{
1550 struct cpuset *sibling;
1551 struct cgroup_subsys_state *pos_css;
1552
Waiman Long2bdfd282022-02-02 22:31:03 -05001553 percpu_rwsem_assert_held(&cpuset_rwsem);
1554
Waiman Long47169092018-11-08 10:08:40 -05001555 /*
1556 * Check all its siblings and call update_cpumasks_hier()
1557 * if their use_parent_ecpus flag is set in order for them
1558 * to use the right effective_cpus value.
Waiman Long2bdfd282022-02-02 22:31:03 -05001559 *
1560 * The update_cpumasks_hier() function may sleep. So we have to
1561 * release the RCU read lock before calling it.
Waiman Long47169092018-11-08 10:08:40 -05001562 */
1563 rcu_read_lock();
1564 cpuset_for_each_child(sibling, pos_css, parent) {
1565 if (sibling == cs)
1566 continue;
1567 if (!sibling->use_parent_ecpus)
1568 continue;
Waiman Long2bdfd282022-02-02 22:31:03 -05001569 if (!css_tryget_online(&sibling->css))
1570 continue;
Waiman Long47169092018-11-08 10:08:40 -05001571
Waiman Long2bdfd282022-02-02 22:31:03 -05001572 rcu_read_unlock();
Waiman Long47169092018-11-08 10:08:40 -05001573 update_cpumasks_hier(sibling, tmp);
Waiman Long2bdfd282022-02-02 22:31:03 -05001574 rcu_read_lock();
1575 css_put(&sibling->css);
Waiman Long47169092018-11-08 10:08:40 -05001576 }
1577 rcu_read_unlock();
1578}
1579
1580/**
Cliff Wickman58f47902008-02-07 00:14:44 -08001581 * update_cpumask - update the cpus_allowed mask of a cpuset and all tasks in it
1582 * @cs: the cpuset to consider
Fabian Frederickfc34ac12014-05-05 19:46:55 +02001583 * @trialcs: trial cpuset
Cliff Wickman58f47902008-02-07 00:14:44 -08001584 * @buf: buffer of cpu numbers written to this cpuset
1585 */
Li Zefan645fcc92009-01-07 18:08:43 -08001586static int update_cpumask(struct cpuset *cs, struct cpuset *trialcs,
1587 const char *buf)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001588{
Cliff Wickman58f47902008-02-07 00:14:44 -08001589 int retval;
Waiman Longee8dde02018-11-08 10:08:38 -05001590 struct tmpmasks tmp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001591
Rusty Russell5f054e32012-03-29 15:38:31 +10301592 /* top_cpuset.cpus_allowed tracks cpu_online_mask; it's read-only */
Paul Jackson4c4d50f2006-08-27 01:23:51 -07001593 if (cs == &top_cpuset)
1594 return -EACCES;
1595
David Rientjes6f7f02e2007-05-08 00:31:43 -07001596 /*
Paul Jacksonc8d9c902008-02-07 00:14:46 -08001597 * An empty cpus_allowed is ok only if the cpuset has no tasks.
Paul Jackson020958b2007-10-18 23:40:21 -07001598 * Since cpulist_parse() fails on an empty mask, we special case
1599 * that parsing. The validate_change() call ensures that cpusets
1600 * with tasks have cpus.
David Rientjes6f7f02e2007-05-08 00:31:43 -07001601 */
Paul Jackson020958b2007-10-18 23:40:21 -07001602 if (!*buf) {
Li Zefan300ed6c2009-01-07 18:08:44 -08001603 cpumask_clear(trialcs->cpus_allowed);
David Rientjes6f7f02e2007-05-08 00:31:43 -07001604 } else {
Li Zefan300ed6c2009-01-07 18:08:44 -08001605 retval = cpulist_parse(buf, trialcs->cpus_allowed);
David Rientjes6f7f02e2007-05-08 00:31:43 -07001606 if (retval < 0)
1607 return retval;
Lai Jiangshan37340742008-06-05 22:46:32 -07001608
Li Zefan5d8ba822014-07-09 16:49:12 +08001609 if (!cpumask_subset(trialcs->cpus_allowed,
1610 top_cpuset.cpus_allowed))
Lai Jiangshan37340742008-06-05 22:46:32 -07001611 return -EINVAL;
David Rientjes6f7f02e2007-05-08 00:31:43 -07001612 }
Paul Jackson029190c2007-10-18 23:40:20 -07001613
Paul Menage8707d8b2007-10-18 23:40:22 -07001614 /* Nothing to do if the cpus didn't change */
Li Zefan300ed6c2009-01-07 18:08:44 -08001615 if (cpumask_equal(cs->cpus_allowed, trialcs->cpus_allowed))
Paul Menage8707d8b2007-10-18 23:40:22 -07001616 return 0;
Cliff Wickman58f47902008-02-07 00:14:44 -08001617
Li Zefana73456f2013-06-05 17:15:59 +08001618 retval = validate_change(cs, trialcs);
1619 if (retval < 0)
1620 return retval;
1621
Waiman Longee8dde02018-11-08 10:08:38 -05001622#ifdef CONFIG_CPUMASK_OFFSTACK
1623 /*
1624 * Use the cpumasks in trialcs for tmpmasks when they are pointers
1625 * to allocated cpumasks.
1626 */
1627 tmp.addmask = trialcs->subparts_cpus;
1628 tmp.delmask = trialcs->effective_cpus;
1629 tmp.new_cpus = trialcs->cpus_allowed;
1630#endif
1631
1632 if (cs->partition_root_state) {
1633 /* Cpumask of a partition root cannot be empty */
1634 if (cpumask_empty(trialcs->cpus_allowed))
1635 return -EINVAL;
1636 if (update_parent_subparts_cpumask(cs, partcmd_update,
1637 trialcs->cpus_allowed, &tmp) < 0)
1638 return -EINVAL;
1639 }
1640
Vladimir Davydov8447a0f2014-10-20 15:50:29 +04001641 spin_lock_irq(&callback_lock);
Li Zefan300ed6c2009-01-07 18:08:44 -08001642 cpumask_copy(cs->cpus_allowed, trialcs->cpus_allowed);
Waiman Longee8dde02018-11-08 10:08:38 -05001643
1644 /*
1645 * Make sure that subparts_cpus is a subset of cpus_allowed.
1646 */
1647 if (cs->nr_subparts_cpus) {
Tianchen Dingc80d4012022-01-18 18:05:18 +08001648 cpumask_and(cs->subparts_cpus, cs->subparts_cpus, cs->cpus_allowed);
Waiman Longee8dde02018-11-08 10:08:38 -05001649 cs->nr_subparts_cpus = cpumask_weight(cs->subparts_cpus);
1650 }
Vladimir Davydov8447a0f2014-10-20 15:50:29 +04001651 spin_unlock_irq(&callback_lock);
Paul Jackson029190c2007-10-18 23:40:20 -07001652
Waiman Longee8dde02018-11-08 10:08:38 -05001653 update_cpumasks_hier(cs, &tmp);
Waiman Long47169092018-11-08 10:08:40 -05001654
1655 if (cs->partition_root_state) {
1656 struct cpuset *parent = parent_cs(cs);
1657
1658 /*
1659 * For partition root, update the cpumasks of sibling
1660 * cpusets if they use parent's effective_cpus.
1661 */
1662 if (parent->child_ecpus_count)
1663 update_sibling_cpumasks(parent, cs, &tmp);
1664 }
Dinakar Guniguntala85d7b942005-06-25 14:57:34 -07001665 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001666}
1667
Paul Jackson053199e2005-10-30 15:02:30 -08001668/*
Tejun Heoe93ad192016-01-19 12:18:41 -05001669 * Migrate memory region from one set of nodes to another. This is
1670 * performed asynchronously as it can be called from process migration path
1671 * holding locks involved in process management. All mm migrations are
1672 * performed in the queued order and can be waited for by flushing
1673 * cpuset_migrate_mm_wq.
Paul Jacksone4e364e2006-03-31 02:30:52 -08001674 */
1675
Tejun Heoe93ad192016-01-19 12:18:41 -05001676struct cpuset_migrate_mm_work {
1677 struct work_struct work;
1678 struct mm_struct *mm;
1679 nodemask_t from;
1680 nodemask_t to;
1681};
1682
1683static void cpuset_migrate_mm_workfn(struct work_struct *work)
1684{
1685 struct cpuset_migrate_mm_work *mwork =
1686 container_of(work, struct cpuset_migrate_mm_work, work);
1687
1688 /* on a wq worker, no need to worry about %current's mems_allowed */
1689 do_migrate_pages(mwork->mm, &mwork->from, &mwork->to, MPOL_MF_MOVE_ALL);
1690 mmput(mwork->mm);
1691 kfree(mwork);
1692}
1693
Paul Jacksone4e364e2006-03-31 02:30:52 -08001694static void cpuset_migrate_mm(struct mm_struct *mm, const nodemask_t *from,
1695 const nodemask_t *to)
1696{
Tejun Heoe93ad192016-01-19 12:18:41 -05001697 struct cpuset_migrate_mm_work *mwork;
Paul Jacksone4e364e2006-03-31 02:30:52 -08001698
Nicolas Saenz Julienne9f72daf2021-08-25 12:54:15 +02001699 if (nodes_equal(*from, *to)) {
1700 mmput(mm);
1701 return;
1702 }
1703
Tejun Heoe93ad192016-01-19 12:18:41 -05001704 mwork = kzalloc(sizeof(*mwork), GFP_KERNEL);
1705 if (mwork) {
1706 mwork->mm = mm;
1707 mwork->from = *from;
1708 mwork->to = *to;
1709 INIT_WORK(&mwork->work, cpuset_migrate_mm_workfn);
1710 queue_work(cpuset_migrate_mm_wq, &mwork->work);
1711 } else {
1712 mmput(mm);
1713 }
1714}
Paul Jacksone4e364e2006-03-31 02:30:52 -08001715
Tejun Heo5cf1cac2016-04-21 19:06:48 -04001716static void cpuset_post_attach(void)
Tejun Heoe93ad192016-01-19 12:18:41 -05001717{
1718 flush_workqueue(cpuset_migrate_mm_wq);
Paul Jacksone4e364e2006-03-31 02:30:52 -08001719}
1720
Li Zefan3b6766f2009-04-02 16:57:51 -07001721/*
Miao Xie58568d22009-06-16 15:31:49 -07001722 * cpuset_change_task_nodemask - change task's mems_allowed and mempolicy
1723 * @tsk: the task to change
1724 * @newmems: new nodes that the task will be set
1725 *
Vlastimil Babka5f155f22017-07-06 15:40:09 -07001726 * We use the mems_allowed_seq seqlock to safely update both tsk->mems_allowed
1727 * and rebind an eventual tasks' mempolicy. If the task is allocating in
1728 * parallel, it might temporarily see an empty intersection, which results in
1729 * a seqlock check and retry before OOM or allocation failure.
Miao Xie58568d22009-06-16 15:31:49 -07001730 */
1731static void cpuset_change_task_nodemask(struct task_struct *tsk,
1732 nodemask_t *newmems)
1733{
Miao Xiec0ff7452010-05-24 14:32:08 -07001734 task_lock(tsk);
Mel Gormancc9a6c82012-03-21 16:34:11 -07001735
Vlastimil Babka5f155f22017-07-06 15:40:09 -07001736 local_irq_disable();
1737 write_seqcount_begin(&tsk->mems_allowed_seq);
Mel Gormancc9a6c82012-03-21 16:34:11 -07001738
Miao Xie58568d22009-06-16 15:31:49 -07001739 nodes_or(tsk->mems_allowed, tsk->mems_allowed, *newmems);
Vlastimil Babka213980c2017-07-06 15:40:06 -07001740 mpol_rebind_task(tsk, newmems);
Miao Xie58568d22009-06-16 15:31:49 -07001741 tsk->mems_allowed = *newmems;
Mel Gormancc9a6c82012-03-21 16:34:11 -07001742
Vlastimil Babka5f155f22017-07-06 15:40:09 -07001743 write_seqcount_end(&tsk->mems_allowed_seq);
1744 local_irq_enable();
Mel Gormancc9a6c82012-03-21 16:34:11 -07001745
Miao Xiec0ff7452010-05-24 14:32:08 -07001746 task_unlock(tsk);
Miao Xie58568d22009-06-16 15:31:49 -07001747}
1748
Paul Menage8793d852007-10-18 23:39:39 -07001749static void *cpuset_being_rebound;
1750
Miao Xie0b2f6302008-07-25 01:47:21 -07001751/**
1752 * update_tasks_nodemask - Update the nodemasks of tasks in the cpuset.
1753 * @cs: the cpuset in which each task's mems_allowed mask needs to be changed
Miao Xie0b2f6302008-07-25 01:47:21 -07001754 *
Tejun Heod66393e2014-02-13 06:58:40 -05001755 * Iterate through each task of @cs updating its mems_allowed to the
Waiman Longb94f9ac2021-09-09 22:42:56 -04001756 * effective cpuset's. As this function is called with cpuset_rwsem held,
Tejun Heod66393e2014-02-13 06:58:40 -05001757 * cpuset membership stays stable.
Miao Xie0b2f6302008-07-25 01:47:21 -07001758 */
Tejun Heod66393e2014-02-13 06:58:40 -05001759static void update_tasks_nodemask(struct cpuset *cs)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001760{
Waiman Longb94f9ac2021-09-09 22:42:56 -04001761 static nodemask_t newmems; /* protected by cpuset_rwsem */
Tejun Heod66393e2014-02-13 06:58:40 -05001762 struct css_task_iter it;
1763 struct task_struct *task;
Paul Jackson59dac162006-01-08 01:01:52 -08001764
Lee Schermerhorn846a16b2008-04-28 02:13:09 -07001765 cpuset_being_rebound = cs; /* causes mpol_dup() rebind */
Paul Jackson42253992006-01-08 01:01:59 -08001766
Li Zefanae1c8022014-07-09 16:48:32 +08001767 guarantee_online_mems(cs, &newmems);
Li Zefan33ad8012013-06-09 17:15:08 +08001768
Paul Jackson42253992006-01-08 01:01:59 -08001769 /*
Michel Lespinassec1e8d7c2020-06-08 21:33:54 -07001770 * The mpol_rebind_mm() call takes mmap_lock, which we couldn't
Li Zefan3b6766f2009-04-02 16:57:51 -07001771 * take while holding tasklist_lock. Forks can happen - the
1772 * mpol_dup() cpuset_being_rebound check will catch such forks,
1773 * and rebind their vma mempolicies too. Because we still hold
Waiman Longb94f9ac2021-09-09 22:42:56 -04001774 * the global cpuset_rwsem, we know that no other rebind effort
Li Zefan3b6766f2009-04-02 16:57:51 -07001775 * will be contending for the global variable cpuset_being_rebound.
Paul Jackson42253992006-01-08 01:01:59 -08001776 * It's ok if we rebind the same mm twice; mpol_rebind_mm()
Paul Jackson04c19fa2006-01-08 01:02:00 -08001777 * is idempotent. Also migrate pages in each mm to new nodes.
Paul Jackson42253992006-01-08 01:01:59 -08001778 */
Tejun Heobc2fb7e2017-05-15 09:34:01 -04001779 css_task_iter_start(&cs->css, 0, &it);
Tejun Heod66393e2014-02-13 06:58:40 -05001780 while ((task = css_task_iter_next(&it))) {
1781 struct mm_struct *mm;
1782 bool migrate;
1783
1784 cpuset_change_task_nodemask(task, &newmems);
1785
1786 mm = get_task_mm(task);
1787 if (!mm)
1788 continue;
1789
1790 migrate = is_memory_migrate(cs);
1791
1792 mpol_rebind_mm(mm, &cs->mems_allowed);
1793 if (migrate)
1794 cpuset_migrate_mm(mm, &cs->old_mems_allowed, &newmems);
Tejun Heoe93ad192016-01-19 12:18:41 -05001795 else
1796 mmput(mm);
Tejun Heod66393e2014-02-13 06:58:40 -05001797 }
1798 css_task_iter_end(&it);
Paul Jackson42253992006-01-08 01:01:59 -08001799
Li Zefan33ad8012013-06-09 17:15:08 +08001800 /*
1801 * All the tasks' nodemasks have been updated, update
1802 * cs->old_mems_allowed.
1803 */
1804 cs->old_mems_allowed = newmems;
1805
Paul Menage2df167a2008-02-07 00:14:45 -08001806 /* We're done rebinding vmas to this cpuset's new mems_allowed. */
Paul Menage8793d852007-10-18 23:39:39 -07001807 cpuset_being_rebound = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001808}
1809
Miao Xie0b2f6302008-07-25 01:47:21 -07001810/*
Li Zefan734d4512014-07-09 16:47:29 +08001811 * update_nodemasks_hier - Update effective nodemasks and tasks in the subtree
1812 * @cs: the cpuset to consider
1813 * @new_mems: a temp variable for calculating new effective_mems
Li Zefan5c5cc622013-06-09 17:16:29 +08001814 *
Li Zefan734d4512014-07-09 16:47:29 +08001815 * When configured nodemask is changed, the effective nodemasks of this cpuset
1816 * and all its descendants need to be updated.
1817 *
Lu Jialind95af612021-04-08 16:03:46 +08001818 * On legacy hierarchy, effective_mems will be the same with mems_allowed.
Li Zefan5c5cc622013-06-09 17:16:29 +08001819 *
Waiman Longb94f9ac2021-09-09 22:42:56 -04001820 * Called with cpuset_rwsem held
Li Zefan5c5cc622013-06-09 17:16:29 +08001821 */
Li Zefan734d4512014-07-09 16:47:29 +08001822static void update_nodemasks_hier(struct cpuset *cs, nodemask_t *new_mems)
Li Zefan5c5cc622013-06-09 17:16:29 +08001823{
1824 struct cpuset *cp;
Tejun Heo492eb212013-08-08 20:11:25 -04001825 struct cgroup_subsys_state *pos_css;
Li Zefan5c5cc622013-06-09 17:16:29 +08001826
1827 rcu_read_lock();
Li Zefan734d4512014-07-09 16:47:29 +08001828 cpuset_for_each_descendant_pre(cp, pos_css, cs) {
1829 struct cpuset *parent = parent_cs(cp);
1830
1831 nodes_and(*new_mems, cp->mems_allowed, parent->effective_mems);
1832
Li Zefan554b0d12014-07-09 16:47:41 +08001833 /*
1834 * If it becomes empty, inherit the effective mask of the
1835 * parent, which is guaranteed to have some MEMs.
1836 */
Waiman Longb8d1b8e2017-08-17 15:33:10 -04001837 if (is_in_v2_mode() && nodes_empty(*new_mems))
Li Zefan554b0d12014-07-09 16:47:41 +08001838 *new_mems = parent->effective_mems;
1839
Li Zefan734d4512014-07-09 16:47:29 +08001840 /* Skip the whole subtree if the nodemask remains the same. */
1841 if (nodes_equal(*new_mems, cp->effective_mems)) {
1842 pos_css = css_rightmost_descendant(pos_css);
1843 continue;
Li Zefan5c5cc622013-06-09 17:16:29 +08001844 }
Li Zefan734d4512014-07-09 16:47:29 +08001845
Tejun Heoec903c02014-05-13 12:11:01 -04001846 if (!css_tryget_online(&cp->css))
Li Zefan5c5cc622013-06-09 17:16:29 +08001847 continue;
1848 rcu_read_unlock();
1849
Vladimir Davydov8447a0f2014-10-20 15:50:29 +04001850 spin_lock_irq(&callback_lock);
Li Zefan734d4512014-07-09 16:47:29 +08001851 cp->effective_mems = *new_mems;
Vladimir Davydov8447a0f2014-10-20 15:50:29 +04001852 spin_unlock_irq(&callback_lock);
Li Zefan734d4512014-07-09 16:47:29 +08001853
Waiman Longb8d1b8e2017-08-17 15:33:10 -04001854 WARN_ON(!is_in_v2_mode() &&
Li Zefana1381262014-07-30 15:07:13 +08001855 !nodes_equal(cp->mems_allowed, cp->effective_mems));
Li Zefan734d4512014-07-09 16:47:29 +08001856
Tejun Heod66393e2014-02-13 06:58:40 -05001857 update_tasks_nodemask(cp);
Li Zefan5c5cc622013-06-09 17:16:29 +08001858
1859 rcu_read_lock();
1860 css_put(&cp->css);
1861 }
1862 rcu_read_unlock();
1863}
1864
1865/*
Miao Xie0b2f6302008-07-25 01:47:21 -07001866 * Handle user request to change the 'mems' memory placement
1867 * of a cpuset. Needs to validate the request, update the
Miao Xie58568d22009-06-16 15:31:49 -07001868 * cpusets mems_allowed, and for each task in the cpuset,
1869 * update mems_allowed and rebind task's mempolicy and any vma
1870 * mempolicies and if the cpuset is marked 'memory_migrate',
1871 * migrate the tasks pages to the new memory.
Miao Xie0b2f6302008-07-25 01:47:21 -07001872 *
Waiman Longb94f9ac2021-09-09 22:42:56 -04001873 * Call with cpuset_rwsem held. May take callback_lock during call.
Miao Xie0b2f6302008-07-25 01:47:21 -07001874 * Will take tasklist_lock, scan tasklist for tasks in cpuset cs,
Michel Lespinassec1e8d7c2020-06-08 21:33:54 -07001875 * lock each such tasks mm->mmap_lock, scan its vma's and rebind
Miao Xie0b2f6302008-07-25 01:47:21 -07001876 * their mempolicies to the cpusets new mems_allowed.
1877 */
Li Zefan645fcc92009-01-07 18:08:43 -08001878static int update_nodemask(struct cpuset *cs, struct cpuset *trialcs,
1879 const char *buf)
Miao Xie0b2f6302008-07-25 01:47:21 -07001880{
Miao Xie0b2f6302008-07-25 01:47:21 -07001881 int retval;
1882
1883 /*
Lai Jiangshan38d7bee2012-12-12 13:51:24 -08001884 * top_cpuset.mems_allowed tracks node_stats[N_MEMORY];
Miao Xie0b2f6302008-07-25 01:47:21 -07001885 * it's read-only
1886 */
Miao Xie53feb292010-03-23 13:35:35 -07001887 if (cs == &top_cpuset) {
1888 retval = -EACCES;
1889 goto done;
1890 }
Miao Xie0b2f6302008-07-25 01:47:21 -07001891
Miao Xie0b2f6302008-07-25 01:47:21 -07001892 /*
1893 * An empty mems_allowed is ok iff there are no tasks in the cpuset.
1894 * Since nodelist_parse() fails on an empty mask, we special case
1895 * that parsing. The validate_change() call ensures that cpusets
1896 * with tasks have memory.
1897 */
1898 if (!*buf) {
Li Zefan645fcc92009-01-07 18:08:43 -08001899 nodes_clear(trialcs->mems_allowed);
Miao Xie0b2f6302008-07-25 01:47:21 -07001900 } else {
Li Zefan645fcc92009-01-07 18:08:43 -08001901 retval = nodelist_parse(buf, trialcs->mems_allowed);
Miao Xie0b2f6302008-07-25 01:47:21 -07001902 if (retval < 0)
1903 goto done;
1904
Li Zefan645fcc92009-01-07 18:08:43 -08001905 if (!nodes_subset(trialcs->mems_allowed,
Li Zefan5d8ba822014-07-09 16:49:12 +08001906 top_cpuset.mems_allowed)) {
1907 retval = -EINVAL;
Miao Xie53feb292010-03-23 13:35:35 -07001908 goto done;
1909 }
Miao Xie0b2f6302008-07-25 01:47:21 -07001910 }
Li Zefan33ad8012013-06-09 17:15:08 +08001911
1912 if (nodes_equal(cs->mems_allowed, trialcs->mems_allowed)) {
Miao Xie0b2f6302008-07-25 01:47:21 -07001913 retval = 0; /* Too easy - nothing to do */
1914 goto done;
1915 }
Li Zefan645fcc92009-01-07 18:08:43 -08001916 retval = validate_change(cs, trialcs);
Miao Xie0b2f6302008-07-25 01:47:21 -07001917 if (retval < 0)
1918 goto done;
1919
Feng Tang8ca1b5a2021-11-05 13:40:34 -07001920 check_insane_mems_config(&trialcs->mems_allowed);
1921
Vladimir Davydov8447a0f2014-10-20 15:50:29 +04001922 spin_lock_irq(&callback_lock);
Li Zefan645fcc92009-01-07 18:08:43 -08001923 cs->mems_allowed = trialcs->mems_allowed;
Vladimir Davydov8447a0f2014-10-20 15:50:29 +04001924 spin_unlock_irq(&callback_lock);
Miao Xie0b2f6302008-07-25 01:47:21 -07001925
Li Zefan734d4512014-07-09 16:47:29 +08001926 /* use trialcs->mems_allowed as a temp variable */
Alban Crequy24ee3cf2015-08-06 16:21:05 +02001927 update_nodemasks_hier(cs, &trialcs->mems_allowed);
Miao Xie0b2f6302008-07-25 01:47:21 -07001928done:
1929 return retval;
1930}
1931
Yaowei Bai77ef80c2018-02-06 15:41:24 -08001932bool current_cpuset_is_being_rebound(void)
Paul Menage8793d852007-10-18 23:39:39 -07001933{
Yaowei Bai77ef80c2018-02-06 15:41:24 -08001934 bool ret;
Gu Zheng391acf92014-06-25 09:57:18 +08001935
1936 rcu_read_lock();
1937 ret = task_cs(current) == cpuset_being_rebound;
1938 rcu_read_unlock();
1939
1940 return ret;
Paul Menage8793d852007-10-18 23:39:39 -07001941}
1942
Paul Menage5be7a472008-05-06 20:42:41 -07001943static int update_relax_domain_level(struct cpuset *cs, s64 val)
Hidetoshi Seto1d3504f2008-04-15 14:04:23 +09001944{
Paul Menagedb7f47c2009-04-02 16:57:55 -07001945#ifdef CONFIG_SMP
Peter Zijlstra60495e72011-04-07 14:10:04 +02001946 if (val < -1 || val >= sched_domain_level_max)
Li Zefan30e0e172008-05-13 10:27:17 +08001947 return -EINVAL;
Paul Menagedb7f47c2009-04-02 16:57:55 -07001948#endif
Hidetoshi Seto1d3504f2008-04-15 14:04:23 +09001949
1950 if (val != cs->relax_domain_level) {
1951 cs->relax_domain_level = val;
Li Zefan300ed6c2009-01-07 18:08:44 -08001952 if (!cpumask_empty(cs->cpus_allowed) &&
1953 is_sched_load_balance(cs))
Tejun Heo699140b2013-01-07 08:51:07 -08001954 rebuild_sched_domains_locked();
Hidetoshi Seto1d3504f2008-04-15 14:04:23 +09001955 }
1956
1957 return 0;
1958}
1959
Tejun Heo72ec7022013-08-08 20:11:26 -04001960/**
Miao Xie950592f2009-06-16 15:31:47 -07001961 * update_tasks_flags - update the spread flags of tasks in the cpuset.
1962 * @cs: the cpuset in which each task's spread flags needs to be changed
Miao Xie950592f2009-06-16 15:31:47 -07001963 *
Tejun Heod66393e2014-02-13 06:58:40 -05001964 * Iterate through each task of @cs updating its spread flags. As this
Waiman Longb94f9ac2021-09-09 22:42:56 -04001965 * function is called with cpuset_rwsem held, cpuset membership stays
Tejun Heod66393e2014-02-13 06:58:40 -05001966 * stable.
Miao Xie950592f2009-06-16 15:31:47 -07001967 */
Tejun Heod66393e2014-02-13 06:58:40 -05001968static void update_tasks_flags(struct cpuset *cs)
Miao Xie950592f2009-06-16 15:31:47 -07001969{
Tejun Heod66393e2014-02-13 06:58:40 -05001970 struct css_task_iter it;
1971 struct task_struct *task;
1972
Tejun Heobc2fb7e2017-05-15 09:34:01 -04001973 css_task_iter_start(&cs->css, 0, &it);
Tejun Heod66393e2014-02-13 06:58:40 -05001974 while ((task = css_task_iter_next(&it)))
1975 cpuset_update_task_spread_flag(cs, task);
1976 css_task_iter_end(&it);
Miao Xie950592f2009-06-16 15:31:47 -07001977}
1978
1979/*
Linus Torvalds1da177e2005-04-16 15:20:36 -07001980 * update_flag - read a 0 or a 1 in a file and update associated flag
Paul Menage78608362008-04-29 01:00:26 -07001981 * bit: the bit to update (see cpuset_flagbits_t)
1982 * cs: the cpuset to update
1983 * turning_on: whether the flag is being set or cleared
Paul Jackson053199e2005-10-30 15:02:30 -08001984 *
Waiman Longb94f9ac2021-09-09 22:42:56 -04001985 * Call with cpuset_rwsem held.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001986 */
1987
Paul Menage700fe1a2008-04-29 01:00:00 -07001988static int update_flag(cpuset_flagbits_t bit, struct cpuset *cs,
1989 int turning_on)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001990{
Li Zefan645fcc92009-01-07 18:08:43 -08001991 struct cpuset *trialcs;
Rakib Mullick40b6a762008-10-18 20:28:18 -07001992 int balance_flag_changed;
Miao Xie950592f2009-06-16 15:31:47 -07001993 int spread_flag_changed;
Miao Xie950592f2009-06-16 15:31:47 -07001994 int err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001995
Li Zefan645fcc92009-01-07 18:08:43 -08001996 trialcs = alloc_trial_cpuset(cs);
1997 if (!trialcs)
1998 return -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001999
Li Zefan645fcc92009-01-07 18:08:43 -08002000 if (turning_on)
2001 set_bit(bit, &trialcs->flags);
2002 else
2003 clear_bit(bit, &trialcs->flags);
2004
2005 err = validate_change(cs, trialcs);
Dinakar Guniguntala85d7b942005-06-25 14:57:34 -07002006 if (err < 0)
Li Zefan645fcc92009-01-07 18:08:43 -08002007 goto out;
Paul Jackson029190c2007-10-18 23:40:20 -07002008
Paul Jackson029190c2007-10-18 23:40:20 -07002009 balance_flag_changed = (is_sched_load_balance(cs) !=
Li Zefan645fcc92009-01-07 18:08:43 -08002010 is_sched_load_balance(trialcs));
Paul Jackson029190c2007-10-18 23:40:20 -07002011
Miao Xie950592f2009-06-16 15:31:47 -07002012 spread_flag_changed = ((is_spread_slab(cs) != is_spread_slab(trialcs))
2013 || (is_spread_page(cs) != is_spread_page(trialcs)));
2014
Vladimir Davydov8447a0f2014-10-20 15:50:29 +04002015 spin_lock_irq(&callback_lock);
Li Zefan645fcc92009-01-07 18:08:43 -08002016 cs->flags = trialcs->flags;
Vladimir Davydov8447a0f2014-10-20 15:50:29 +04002017 spin_unlock_irq(&callback_lock);
Dinakar Guniguntala85d7b942005-06-25 14:57:34 -07002018
Li Zefan300ed6c2009-01-07 18:08:44 -08002019 if (!cpumask_empty(trialcs->cpus_allowed) && balance_flag_changed)
Tejun Heo699140b2013-01-07 08:51:07 -08002020 rebuild_sched_domains_locked();
Paul Jackson029190c2007-10-18 23:40:20 -07002021
Miao Xie950592f2009-06-16 15:31:47 -07002022 if (spread_flag_changed)
Tejun Heod66393e2014-02-13 06:58:40 -05002023 update_tasks_flags(cs);
Li Zefan645fcc92009-01-07 18:08:43 -08002024out:
Waiman Longbf923702018-11-08 10:08:37 -05002025 free_cpuset(trialcs);
Li Zefan645fcc92009-01-07 18:08:43 -08002026 return err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002027}
2028
Paul Jackson053199e2005-10-30 15:02:30 -08002029/*
Waiman Longee8dde02018-11-08 10:08:38 -05002030 * update_prstate - update partititon_root_state
Waiman Long0f3adb82021-07-20 10:18:26 -04002031 * cs: the cpuset to update
2032 * new_prs: new partition root state
Waiman Longee8dde02018-11-08 10:08:38 -05002033 *
Waiman Longb94f9ac2021-09-09 22:42:56 -04002034 * Call with cpuset_rwsem held.
Waiman Longee8dde02018-11-08 10:08:38 -05002035 */
Waiman Long0f3adb82021-07-20 10:18:26 -04002036static int update_prstate(struct cpuset *cs, int new_prs)
Waiman Longee8dde02018-11-08 10:08:38 -05002037{
Waiman Long6ba34d32021-07-20 10:18:28 -04002038 int err, old_prs = cs->partition_root_state;
Waiman Longee8dde02018-11-08 10:08:38 -05002039 struct cpuset *parent = parent_cs(cs);
Waiman Long0f3adb82021-07-20 10:18:26 -04002040 struct tmpmasks tmpmask;
Waiman Longee8dde02018-11-08 10:08:38 -05002041
Waiman Long6ba34d32021-07-20 10:18:28 -04002042 if (old_prs == new_prs)
Waiman Longee8dde02018-11-08 10:08:38 -05002043 return 0;
2044
2045 /*
Waiman Long3881b862018-11-08 10:08:39 -05002046 * Cannot force a partial or invalid partition root to a full
Waiman Longee8dde02018-11-08 10:08:38 -05002047 * partition root.
2048 */
Waiman Long6ba34d32021-07-20 10:18:28 -04002049 if (new_prs && (old_prs == PRS_ERROR))
Waiman Longee8dde02018-11-08 10:08:38 -05002050 return -EINVAL;
2051
Waiman Long0f3adb82021-07-20 10:18:26 -04002052 if (alloc_cpumasks(NULL, &tmpmask))
Waiman Longee8dde02018-11-08 10:08:38 -05002053 return -ENOMEM;
2054
2055 err = -EINVAL;
Waiman Long6ba34d32021-07-20 10:18:28 -04002056 if (!old_prs) {
Waiman Longee8dde02018-11-08 10:08:38 -05002057 /*
2058 * Turning on partition root requires setting the
2059 * CS_CPU_EXCLUSIVE bit implicitly as well and cpus_allowed
2060 * cannot be NULL.
2061 */
2062 if (cpumask_empty(cs->cpus_allowed))
2063 goto out;
2064
2065 err = update_flag(CS_CPU_EXCLUSIVE, cs, 1);
2066 if (err)
2067 goto out;
2068
2069 err = update_parent_subparts_cpumask(cs, partcmd_enable,
Waiman Long0f3adb82021-07-20 10:18:26 -04002070 NULL, &tmpmask);
Waiman Longee8dde02018-11-08 10:08:38 -05002071 if (err) {
2072 update_flag(CS_CPU_EXCLUSIVE, cs, 0);
2073 goto out;
2074 }
Waiman Longee8dde02018-11-08 10:08:38 -05002075 } else {
Waiman Long3881b862018-11-08 10:08:39 -05002076 /*
2077 * Turning off partition root will clear the
2078 * CS_CPU_EXCLUSIVE bit.
2079 */
Waiman Long6ba34d32021-07-20 10:18:28 -04002080 if (old_prs == PRS_ERROR) {
Waiman Long3881b862018-11-08 10:08:39 -05002081 update_flag(CS_CPU_EXCLUSIVE, cs, 0);
2082 err = 0;
2083 goto out;
2084 }
2085
Waiman Longee8dde02018-11-08 10:08:38 -05002086 err = update_parent_subparts_cpumask(cs, partcmd_disable,
Waiman Long0f3adb82021-07-20 10:18:26 -04002087 NULL, &tmpmask);
Waiman Longee8dde02018-11-08 10:08:38 -05002088 if (err)
2089 goto out;
2090
Waiman Longee8dde02018-11-08 10:08:38 -05002091 /* Turning off CS_CPU_EXCLUSIVE will not return error */
2092 update_flag(CS_CPU_EXCLUSIVE, cs, 0);
2093 }
2094
2095 /*
2096 * Update cpumask of parent's tasks except when it is the top
2097 * cpuset as some system daemons cannot be mapped to other CPUs.
2098 */
2099 if (parent != &top_cpuset)
2100 update_tasks_cpumask(parent);
2101
Waiman Long47169092018-11-08 10:08:40 -05002102 if (parent->child_ecpus_count)
Waiman Long0f3adb82021-07-20 10:18:26 -04002103 update_sibling_cpumasks(parent, cs, &tmpmask);
Waiman Long47169092018-11-08 10:08:40 -05002104
Waiman Longee8dde02018-11-08 10:08:38 -05002105 rebuild_sched_domains_locked();
2106out:
Waiman Long6ba34d32021-07-20 10:18:28 -04002107 if (!err) {
2108 spin_lock_irq(&callback_lock);
2109 cs->partition_root_state = new_prs;
2110 spin_unlock_irq(&callback_lock);
Waiman Longe7cc9882021-08-10 23:06:02 -04002111 notify_partition_change(cs, old_prs, new_prs);
Waiman Long6ba34d32021-07-20 10:18:28 -04002112 }
2113
Waiman Long0f3adb82021-07-20 10:18:26 -04002114 free_cpumasks(NULL, &tmpmask);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002115 return err;
2116}
2117
Paul Jackson053199e2005-10-30 15:02:30 -08002118/*
Adrian Bunk80f72282006-06-30 18:27:16 +02002119 * Frequency meter - How fast is some event occurring?
Paul Jackson3e0d98b2006-01-08 01:01:49 -08002120 *
2121 * These routines manage a digitally filtered, constant time based,
2122 * event frequency meter. There are four routines:
2123 * fmeter_init() - initialize a frequency meter.
2124 * fmeter_markevent() - called each time the event happens.
2125 * fmeter_getrate() - returns the recent rate of such events.
2126 * fmeter_update() - internal routine used to update fmeter.
2127 *
2128 * A common data structure is passed to each of these routines,
2129 * which is used to keep track of the state required to manage the
2130 * frequency meter and its digital filter.
2131 *
2132 * The filter works on the number of events marked per unit time.
2133 * The filter is single-pole low-pass recursive (IIR). The time unit
2134 * is 1 second. Arithmetic is done using 32-bit integers scaled to
2135 * simulate 3 decimal digits of precision (multiplied by 1000).
2136 *
2137 * With an FM_COEF of 933, and a time base of 1 second, the filter
2138 * has a half-life of 10 seconds, meaning that if the events quit
2139 * happening, then the rate returned from the fmeter_getrate()
2140 * will be cut in half each 10 seconds, until it converges to zero.
2141 *
2142 * It is not worth doing a real infinitely recursive filter. If more
2143 * than FM_MAXTICKS ticks have elapsed since the last filter event,
2144 * just compute FM_MAXTICKS ticks worth, by which point the level
2145 * will be stable.
2146 *
2147 * Limit the count of unprocessed events to FM_MAXCNT, so as to avoid
2148 * arithmetic overflow in the fmeter_update() routine.
2149 *
2150 * Given the simple 32 bit integer arithmetic used, this meter works
2151 * best for reporting rates between one per millisecond (msec) and
2152 * one per 32 (approx) seconds. At constant rates faster than one
2153 * per msec it maxes out at values just under 1,000,000. At constant
2154 * rates between one per msec, and one per second it will stabilize
2155 * to a value N*1000, where N is the rate of events per second.
2156 * At constant rates between one per second and one per 32 seconds,
2157 * it will be choppy, moving up on the seconds that have an event,
2158 * and then decaying until the next event. At rates slower than
2159 * about one in 32 seconds, it decays all the way back to zero between
2160 * each event.
2161 */
2162
2163#define FM_COEF 933 /* coefficient for half-life of 10 secs */
Arnd Bergmannd2b436582015-11-25 16:16:55 +01002164#define FM_MAXTICKS ((u32)99) /* useless computing more ticks than this */
Paul Jackson3e0d98b2006-01-08 01:01:49 -08002165#define FM_MAXCNT 1000000 /* limit cnt to avoid overflow */
2166#define FM_SCALE 1000 /* faux fixed point scale */
2167
2168/* Initialize a frequency meter */
2169static void fmeter_init(struct fmeter *fmp)
2170{
2171 fmp->cnt = 0;
2172 fmp->val = 0;
2173 fmp->time = 0;
2174 spin_lock_init(&fmp->lock);
2175}
2176
2177/* Internal meter update - process cnt events and update value */
2178static void fmeter_update(struct fmeter *fmp)
2179{
Arnd Bergmannd2b436582015-11-25 16:16:55 +01002180 time64_t now;
2181 u32 ticks;
2182
2183 now = ktime_get_seconds();
2184 ticks = now - fmp->time;
Paul Jackson3e0d98b2006-01-08 01:01:49 -08002185
2186 if (ticks == 0)
2187 return;
2188
2189 ticks = min(FM_MAXTICKS, ticks);
2190 while (ticks-- > 0)
2191 fmp->val = (FM_COEF * fmp->val) / FM_SCALE;
2192 fmp->time = now;
2193
2194 fmp->val += ((FM_SCALE - FM_COEF) * fmp->cnt) / FM_SCALE;
2195 fmp->cnt = 0;
2196}
2197
2198/* Process any previous ticks, then bump cnt by one (times scale). */
2199static void fmeter_markevent(struct fmeter *fmp)
2200{
2201 spin_lock(&fmp->lock);
2202 fmeter_update(fmp);
2203 fmp->cnt = min(FM_MAXCNT, fmp->cnt + FM_SCALE);
2204 spin_unlock(&fmp->lock);
2205}
2206
2207/* Process any previous ticks, then return current value. */
2208static int fmeter_getrate(struct fmeter *fmp)
2209{
2210 int val;
2211
2212 spin_lock(&fmp->lock);
2213 fmeter_update(fmp);
2214 val = fmp->val;
2215 spin_unlock(&fmp->lock);
2216 return val;
2217}
2218
Tejun Heo57fce0a2014-02-13 06:58:41 -05002219static struct cpuset *cpuset_attach_old_cs;
2220
Waiman Longb94f9ac2021-09-09 22:42:56 -04002221/* Called by cgroups to determine if a cpuset is usable; cpuset_rwsem held */
Tejun Heo1f7dd3e52015-12-03 10:18:21 -05002222static int cpuset_can_attach(struct cgroup_taskset *tset)
Ben Blumf780bdb2011-05-26 16:25:19 -07002223{
Tejun Heo1f7dd3e52015-12-03 10:18:21 -05002224 struct cgroup_subsys_state *css;
2225 struct cpuset *cs;
Tejun Heobb9d97b2011-12-12 18:12:21 -08002226 struct task_struct *task;
2227 int ret;
Ben Blumf780bdb2011-05-26 16:25:19 -07002228
Tejun Heo57fce0a2014-02-13 06:58:41 -05002229 /* used later by cpuset_attach() */
Tejun Heo1f7dd3e52015-12-03 10:18:21 -05002230 cpuset_attach_old_cs = task_cs(cgroup_taskset_first(tset, &css));
2231 cs = css_cs(css);
Tejun Heo57fce0a2014-02-13 06:58:41 -05002232
Juri Lelli1243dc52019-07-19 15:59:57 +02002233 percpu_down_write(&cpuset_rwsem);
Tejun Heo5d21cc22013-01-07 08:51:08 -08002234
Tejun Heoaa6ec292014-07-09 10:08:08 -04002235 /* allow moving tasks into an empty cpuset if on default hierarchy */
Tejun Heo5d21cc22013-01-07 08:51:08 -08002236 ret = -ENOSPC;
Waiman Longb8d1b8e2017-08-17 15:33:10 -04002237 if (!is_in_v2_mode() &&
Li Zefan88fa5232013-06-09 17:16:46 +08002238 (cpumask_empty(cs->cpus_allowed) || nodes_empty(cs->mems_allowed)))
Tejun Heo5d21cc22013-01-07 08:51:08 -08002239 goto out_unlock;
Ben Blumbe367d02009-09-23 15:56:31 -07002240
Tejun Heo1f7dd3e52015-12-03 10:18:21 -05002241 cgroup_taskset_for_each(task, css, tset) {
Juri Lelli7f514122014-09-19 10:22:40 +01002242 ret = task_can_attach(task, cs->cpus_allowed);
2243 if (ret)
Tejun Heo5d21cc22013-01-07 08:51:08 -08002244 goto out_unlock;
2245 ret = security_task_setscheduler(task);
2246 if (ret)
2247 goto out_unlock;
Tejun Heobb9d97b2011-12-12 18:12:21 -08002248 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002249
Tejun Heo452477f2013-01-07 08:51:07 -08002250 /*
2251 * Mark attach is in progress. This makes validate_change() fail
2252 * changes which zero cpus/mems_allowed.
2253 */
2254 cs->attach_in_progress++;
Tejun Heo5d21cc22013-01-07 08:51:08 -08002255 ret = 0;
2256out_unlock:
Juri Lelli1243dc52019-07-19 15:59:57 +02002257 percpu_up_write(&cpuset_rwsem);
Tejun Heo5d21cc22013-01-07 08:51:08 -08002258 return ret;
Tejun Heo4e4c9a12013-01-07 08:51:07 -08002259}
2260
Tejun Heo1f7dd3e52015-12-03 10:18:21 -05002261static void cpuset_cancel_attach(struct cgroup_taskset *tset)
Tejun Heo452477f2013-01-07 08:51:07 -08002262{
Tejun Heo1f7dd3e52015-12-03 10:18:21 -05002263 struct cgroup_subsys_state *css;
Tejun Heo1f7dd3e52015-12-03 10:18:21 -05002264
2265 cgroup_taskset_first(tset, &css);
Tejun Heo1f7dd3e52015-12-03 10:18:21 -05002266
Juri Lelli1243dc52019-07-19 15:59:57 +02002267 percpu_down_write(&cpuset_rwsem);
Tejun Heoeb954192013-08-08 20:11:23 -04002268 css_cs(css)->attach_in_progress--;
Juri Lelli1243dc52019-07-19 15:59:57 +02002269 percpu_up_write(&cpuset_rwsem);
Tejun Heo452477f2013-01-07 08:51:07 -08002270}
2271
Tejun Heo4e4c9a12013-01-07 08:51:07 -08002272/*
Waiman Longb94f9ac2021-09-09 22:42:56 -04002273 * Protected by cpuset_rwsem. cpus_attach is used only by cpuset_attach()
Tejun Heo4e4c9a12013-01-07 08:51:07 -08002274 * but we can't allocate it dynamically there. Define it global and
2275 * allocate from cpuset_init().
2276 */
2277static cpumask_var_t cpus_attach;
2278
Tejun Heo1f7dd3e52015-12-03 10:18:21 -05002279static void cpuset_attach(struct cgroup_taskset *tset)
Tejun Heo4e4c9a12013-01-07 08:51:07 -08002280{
Waiman Longb94f9ac2021-09-09 22:42:56 -04002281 /* static buf protected by cpuset_rwsem */
Tejun Heo4e4c9a12013-01-07 08:51:07 -08002282 static nodemask_t cpuset_attach_nodemask_to;
Tejun Heo4e4c9a12013-01-07 08:51:07 -08002283 struct task_struct *task;
Tejun Heo4530edd2015-09-11 15:00:19 -04002284 struct task_struct *leader;
Tejun Heo1f7dd3e52015-12-03 10:18:21 -05002285 struct cgroup_subsys_state *css;
2286 struct cpuset *cs;
Tejun Heo57fce0a2014-02-13 06:58:41 -05002287 struct cpuset *oldcs = cpuset_attach_old_cs;
Tejun Heo4e4c9a12013-01-07 08:51:07 -08002288
Tejun Heo1f7dd3e52015-12-03 10:18:21 -05002289 cgroup_taskset_first(tset, &css);
2290 cs = css_cs(css);
2291
Juri Lelli1243dc52019-07-19 15:59:57 +02002292 percpu_down_write(&cpuset_rwsem);
Tejun Heo5d21cc22013-01-07 08:51:08 -08002293
Li Zefanae1c8022014-07-09 16:48:32 +08002294 guarantee_online_mems(cs, &cpuset_attach_nodemask_to);
Tejun Heo94196f52011-12-12 18:12:22 -08002295
Tejun Heo1f7dd3e52015-12-03 10:18:21 -05002296 cgroup_taskset_for_each(task, css, tset) {
Will Deacon431c69f2021-07-30 12:24:30 +01002297 if (cs != &top_cpuset)
2298 guarantee_online_cpus(task, cpus_attach);
2299 else
2300 cpumask_copy(cpus_attach, task_cpu_possible_mask(task));
Tejun Heobb9d97b2011-12-12 18:12:21 -08002301 /*
2302 * can_attach beforehand should guarantee that this doesn't
2303 * fail. TODO: have a better way to handle failure here
2304 */
2305 WARN_ON_ONCE(set_cpus_allowed_ptr(task, cpus_attach));
2306
2307 cpuset_change_task_nodemask(task, &cpuset_attach_nodemask_to);
2308 cpuset_update_task_spread_flag(cs, task);
2309 }
David Quigley22fb52d2006-06-23 02:04:00 -07002310
Ben Blumf780bdb2011-05-26 16:25:19 -07002311 /*
Tejun Heo4530edd2015-09-11 15:00:19 -04002312 * Change mm for all threadgroup leaders. This is expensive and may
2313 * sleep and should be moved outside migration path proper.
Ben Blumf780bdb2011-05-26 16:25:19 -07002314 */
Li Zefanae1c8022014-07-09 16:48:32 +08002315 cpuset_attach_nodemask_to = cs->effective_mems;
Tejun Heo1f7dd3e52015-12-03 10:18:21 -05002316 cgroup_taskset_for_each_leader(leader, css, tset) {
Tejun Heo3df9ca02015-09-11 15:00:18 -04002317 struct mm_struct *mm = get_task_mm(leader);
Li Zefanf047cec2013-06-13 15:11:44 +08002318
Tejun Heo3df9ca02015-09-11 15:00:18 -04002319 if (mm) {
2320 mpol_rebind_mm(mm, &cpuset_attach_nodemask_to);
2321
2322 /*
2323 * old_mems_allowed is the same with mems_allowed
2324 * here, except if this task is being moved
2325 * automatically due to hotplug. In that case
2326 * @mems_allowed has been updated and is empty, so
2327 * @old_mems_allowed is the right nodesets that we
2328 * migrate mm from.
2329 */
Tejun Heoe93ad192016-01-19 12:18:41 -05002330 if (is_memory_migrate(cs))
Tejun Heo3df9ca02015-09-11 15:00:18 -04002331 cpuset_migrate_mm(mm, &oldcs->old_mems_allowed,
2332 &cpuset_attach_nodemask_to);
Tejun Heoe93ad192016-01-19 12:18:41 -05002333 else
2334 mmput(mm);
Li Zefanf047cec2013-06-13 15:11:44 +08002335 }
Paul Jackson42253992006-01-08 01:01:59 -08002336 }
Tejun Heo452477f2013-01-07 08:51:07 -08002337
Li Zefan33ad8012013-06-09 17:15:08 +08002338 cs->old_mems_allowed = cpuset_attach_nodemask_to;
Tejun Heo02bb5862013-01-07 08:51:08 -08002339
Tejun Heo452477f2013-01-07 08:51:07 -08002340 cs->attach_in_progress--;
Li Zefane44193d2013-06-09 17:14:22 +08002341 if (!cs->attach_in_progress)
2342 wake_up(&cpuset_attach_wq);
Tejun Heo5d21cc22013-01-07 08:51:08 -08002343
Juri Lelli1243dc52019-07-19 15:59:57 +02002344 percpu_up_write(&cpuset_rwsem);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002345}
2346
2347/* The various types of files and directories in a cpuset file system */
2348
2349typedef enum {
Paul Jackson45b07ef2006-01-08 01:00:56 -08002350 FILE_MEMORY_MIGRATE,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002351 FILE_CPULIST,
2352 FILE_MEMLIST,
Li Zefanafd1a8b2014-07-09 16:49:25 +08002353 FILE_EFFECTIVE_CPULIST,
2354 FILE_EFFECTIVE_MEMLIST,
Waiman Long5cf81142018-11-08 10:08:46 -05002355 FILE_SUBPARTS_CPULIST,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002356 FILE_CPU_EXCLUSIVE,
2357 FILE_MEM_EXCLUSIVE,
Paul Menage78608362008-04-29 01:00:26 -07002358 FILE_MEM_HARDWALL,
Paul Jackson029190c2007-10-18 23:40:20 -07002359 FILE_SCHED_LOAD_BALANCE,
Waiman Longee8dde02018-11-08 10:08:38 -05002360 FILE_PARTITION_ROOT,
Hidetoshi Seto1d3504f2008-04-15 14:04:23 +09002361 FILE_SCHED_RELAX_DOMAIN_LEVEL,
Paul Jackson3e0d98b2006-01-08 01:01:49 -08002362 FILE_MEMORY_PRESSURE_ENABLED,
2363 FILE_MEMORY_PRESSURE,
Paul Jackson825a46a2006-03-24 03:16:03 -08002364 FILE_SPREAD_PAGE,
2365 FILE_SPREAD_SLAB,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002366} cpuset_filetype_t;
2367
Tejun Heo182446d2013-08-08 20:11:24 -04002368static int cpuset_write_u64(struct cgroup_subsys_state *css, struct cftype *cft,
2369 u64 val)
Paul Menage700fe1a2008-04-29 01:00:00 -07002370{
Tejun Heo182446d2013-08-08 20:11:24 -04002371 struct cpuset *cs = css_cs(css);
Paul Menage700fe1a2008-04-29 01:00:00 -07002372 cpuset_filetype_t type = cft->private;
Li Zefana903f082013-08-13 10:05:59 +08002373 int retval = 0;
Paul Menage700fe1a2008-04-29 01:00:00 -07002374
Sebastian Andrzej Siewiorc5c63b92021-08-03 16:16:07 +02002375 cpus_read_lock();
Juri Lelli1243dc52019-07-19 15:59:57 +02002376 percpu_down_write(&cpuset_rwsem);
Li Zefana903f082013-08-13 10:05:59 +08002377 if (!is_cpuset_online(cs)) {
2378 retval = -ENODEV;
Tejun Heo5d21cc22013-01-07 08:51:08 -08002379 goto out_unlock;
Li Zefana903f082013-08-13 10:05:59 +08002380 }
Paul Menage700fe1a2008-04-29 01:00:00 -07002381
2382 switch (type) {
2383 case FILE_CPU_EXCLUSIVE:
2384 retval = update_flag(CS_CPU_EXCLUSIVE, cs, val);
2385 break;
2386 case FILE_MEM_EXCLUSIVE:
2387 retval = update_flag(CS_MEM_EXCLUSIVE, cs, val);
2388 break;
Paul Menage78608362008-04-29 01:00:26 -07002389 case FILE_MEM_HARDWALL:
2390 retval = update_flag(CS_MEM_HARDWALL, cs, val);
2391 break;
Paul Menage700fe1a2008-04-29 01:00:00 -07002392 case FILE_SCHED_LOAD_BALANCE:
2393 retval = update_flag(CS_SCHED_LOAD_BALANCE, cs, val);
2394 break;
2395 case FILE_MEMORY_MIGRATE:
2396 retval = update_flag(CS_MEMORY_MIGRATE, cs, val);
2397 break;
2398 case FILE_MEMORY_PRESSURE_ENABLED:
2399 cpuset_memory_pressure_enabled = !!val;
2400 break;
Paul Menage700fe1a2008-04-29 01:00:00 -07002401 case FILE_SPREAD_PAGE:
2402 retval = update_flag(CS_SPREAD_PAGE, cs, val);
Paul Menage700fe1a2008-04-29 01:00:00 -07002403 break;
2404 case FILE_SPREAD_SLAB:
2405 retval = update_flag(CS_SPREAD_SLAB, cs, val);
Paul Menage700fe1a2008-04-29 01:00:00 -07002406 break;
2407 default:
2408 retval = -EINVAL;
2409 break;
2410 }
Tejun Heo5d21cc22013-01-07 08:51:08 -08002411out_unlock:
Juri Lelli1243dc52019-07-19 15:59:57 +02002412 percpu_up_write(&cpuset_rwsem);
Sebastian Andrzej Siewiorc5c63b92021-08-03 16:16:07 +02002413 cpus_read_unlock();
Paul Menage700fe1a2008-04-29 01:00:00 -07002414 return retval;
2415}
2416
Tejun Heo182446d2013-08-08 20:11:24 -04002417static int cpuset_write_s64(struct cgroup_subsys_state *css, struct cftype *cft,
2418 s64 val)
Paul Menage5be7a472008-05-06 20:42:41 -07002419{
Tejun Heo182446d2013-08-08 20:11:24 -04002420 struct cpuset *cs = css_cs(css);
Paul Menage5be7a472008-05-06 20:42:41 -07002421 cpuset_filetype_t type = cft->private;
Tejun Heo5d21cc22013-01-07 08:51:08 -08002422 int retval = -ENODEV;
Paul Menage5be7a472008-05-06 20:42:41 -07002423
Sebastian Andrzej Siewiorc5c63b92021-08-03 16:16:07 +02002424 cpus_read_lock();
Juri Lelli1243dc52019-07-19 15:59:57 +02002425 percpu_down_write(&cpuset_rwsem);
Tejun Heo5d21cc22013-01-07 08:51:08 -08002426 if (!is_cpuset_online(cs))
2427 goto out_unlock;
Paul Menagee3712392008-07-25 01:47:02 -07002428
Paul Menage5be7a472008-05-06 20:42:41 -07002429 switch (type) {
2430 case FILE_SCHED_RELAX_DOMAIN_LEVEL:
2431 retval = update_relax_domain_level(cs, val);
2432 break;
2433 default:
2434 retval = -EINVAL;
2435 break;
2436 }
Tejun Heo5d21cc22013-01-07 08:51:08 -08002437out_unlock:
Juri Lelli1243dc52019-07-19 15:59:57 +02002438 percpu_up_write(&cpuset_rwsem);
Sebastian Andrzej Siewiorc5c63b92021-08-03 16:16:07 +02002439 cpus_read_unlock();
Paul Menage5be7a472008-05-06 20:42:41 -07002440 return retval;
2441}
2442
Linus Torvalds1da177e2005-04-16 15:20:36 -07002443/*
Paul Menagee3712392008-07-25 01:47:02 -07002444 * Common handling for a write to a "cpus" or "mems" file.
2445 */
Tejun Heo451af502014-05-13 12:16:21 -04002446static ssize_t cpuset_write_resmask(struct kernfs_open_file *of,
2447 char *buf, size_t nbytes, loff_t off)
Paul Menagee3712392008-07-25 01:47:02 -07002448{
Tejun Heo451af502014-05-13 12:16:21 -04002449 struct cpuset *cs = css_cs(of_css(of));
Li Zefan645fcc92009-01-07 18:08:43 -08002450 struct cpuset *trialcs;
Tejun Heo5d21cc22013-01-07 08:51:08 -08002451 int retval = -ENODEV;
Paul Menagee3712392008-07-25 01:47:02 -07002452
Tejun Heo451af502014-05-13 12:16:21 -04002453 buf = strstrip(buf);
2454
Tejun Heo3a5a6d02013-01-07 08:51:07 -08002455 /*
2456 * CPU or memory hotunplug may leave @cs w/o any execution
2457 * resources, in which case the hotplug code asynchronously updates
2458 * configuration and transfers all tasks to the nearest ancestor
2459 * which can execute.
2460 *
2461 * As writes to "cpus" or "mems" may restore @cs's execution
2462 * resources, wait for the previously scheduled operations before
2463 * proceeding, so that we don't end up keep removing tasks added
2464 * after execution capability is restored.
Tejun Heo76bb5ab2014-06-30 15:47:32 -04002465 *
2466 * cpuset_hotplug_work calls back into cgroup core via
2467 * cgroup_transfer_tasks() and waiting for it from a cgroupfs
2468 * operation like this one can lead to a deadlock through kernfs
2469 * active_ref protection. Let's break the protection. Losing the
2470 * protection is okay as we check whether @cs is online after
Waiman Longb94f9ac2021-09-09 22:42:56 -04002471 * grabbing cpuset_rwsem anyway. This only happens on the legacy
Tejun Heo76bb5ab2014-06-30 15:47:32 -04002472 * hierarchies.
Tejun Heo3a5a6d02013-01-07 08:51:07 -08002473 */
Tejun Heo76bb5ab2014-06-30 15:47:32 -04002474 css_get(&cs->css);
2475 kernfs_break_active_protection(of->kn);
Tejun Heo3a5a6d02013-01-07 08:51:07 -08002476 flush_work(&cpuset_hotplug_work);
2477
Sebastian Andrzej Siewiorc5c63b92021-08-03 16:16:07 +02002478 cpus_read_lock();
Juri Lelli1243dc52019-07-19 15:59:57 +02002479 percpu_down_write(&cpuset_rwsem);
Tejun Heo5d21cc22013-01-07 08:51:08 -08002480 if (!is_cpuset_online(cs))
2481 goto out_unlock;
Paul Menagee3712392008-07-25 01:47:02 -07002482
Li Zefan645fcc92009-01-07 18:08:43 -08002483 trialcs = alloc_trial_cpuset(cs);
Li Zefanb75f38d2011-03-04 17:36:21 -08002484 if (!trialcs) {
2485 retval = -ENOMEM;
Tejun Heo5d21cc22013-01-07 08:51:08 -08002486 goto out_unlock;
Li Zefanb75f38d2011-03-04 17:36:21 -08002487 }
Li Zefan645fcc92009-01-07 18:08:43 -08002488
Tejun Heo451af502014-05-13 12:16:21 -04002489 switch (of_cft(of)->private) {
Paul Menagee3712392008-07-25 01:47:02 -07002490 case FILE_CPULIST:
Li Zefan645fcc92009-01-07 18:08:43 -08002491 retval = update_cpumask(cs, trialcs, buf);
Paul Menagee3712392008-07-25 01:47:02 -07002492 break;
2493 case FILE_MEMLIST:
Li Zefan645fcc92009-01-07 18:08:43 -08002494 retval = update_nodemask(cs, trialcs, buf);
Paul Menagee3712392008-07-25 01:47:02 -07002495 break;
2496 default:
2497 retval = -EINVAL;
2498 break;
2499 }
Li Zefan645fcc92009-01-07 18:08:43 -08002500
Waiman Longbf923702018-11-08 10:08:37 -05002501 free_cpuset(trialcs);
Tejun Heo5d21cc22013-01-07 08:51:08 -08002502out_unlock:
Juri Lelli1243dc52019-07-19 15:59:57 +02002503 percpu_up_write(&cpuset_rwsem);
Sebastian Andrzej Siewiorc5c63b92021-08-03 16:16:07 +02002504 cpus_read_unlock();
Tejun Heo76bb5ab2014-06-30 15:47:32 -04002505 kernfs_unbreak_active_protection(of->kn);
2506 css_put(&cs->css);
Tejun Heoe93ad192016-01-19 12:18:41 -05002507 flush_workqueue(cpuset_migrate_mm_wq);
Tejun Heo451af502014-05-13 12:16:21 -04002508 return retval ?: nbytes;
Paul Menagee3712392008-07-25 01:47:02 -07002509}
2510
2511/*
Linus Torvalds1da177e2005-04-16 15:20:36 -07002512 * These ascii lists should be read in a single call, by using a user
2513 * buffer large enough to hold the entire map. If read in smaller
2514 * chunks, there is no guarantee of atomicity. Since the display format
2515 * used, list of ranges of sequential numbers, is variable length,
2516 * and since these maps can change value dynamically, one could read
2517 * gibberish by doing partial reads while a list was changing.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002518 */
Tejun Heo2da8ca82013-12-05 12:28:04 -05002519static int cpuset_common_seq_show(struct seq_file *sf, void *v)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002520{
Tejun Heo2da8ca82013-12-05 12:28:04 -05002521 struct cpuset *cs = css_cs(seq_css(sf));
2522 cpuset_filetype_t type = seq_cft(sf)->private;
Tejun Heo51ffe412013-12-05 12:28:02 -05002523 int ret = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002524
Vladimir Davydov8447a0f2014-10-20 15:50:29 +04002525 spin_lock_irq(&callback_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002526
2527 switch (type) {
2528 case FILE_CPULIST:
Tejun Heoe8e6d972015-02-13 14:37:23 -08002529 seq_printf(sf, "%*pbl\n", cpumask_pr_args(cs->cpus_allowed));
Linus Torvalds1da177e2005-04-16 15:20:36 -07002530 break;
2531 case FILE_MEMLIST:
Tejun Heoe8e6d972015-02-13 14:37:23 -08002532 seq_printf(sf, "%*pbl\n", nodemask_pr_args(&cs->mems_allowed));
Linus Torvalds1da177e2005-04-16 15:20:36 -07002533 break;
Li Zefanafd1a8b2014-07-09 16:49:25 +08002534 case FILE_EFFECTIVE_CPULIST:
Tejun Heoe8e6d972015-02-13 14:37:23 -08002535 seq_printf(sf, "%*pbl\n", cpumask_pr_args(cs->effective_cpus));
Li Zefanafd1a8b2014-07-09 16:49:25 +08002536 break;
2537 case FILE_EFFECTIVE_MEMLIST:
Tejun Heoe8e6d972015-02-13 14:37:23 -08002538 seq_printf(sf, "%*pbl\n", nodemask_pr_args(&cs->effective_mems));
Li Zefanafd1a8b2014-07-09 16:49:25 +08002539 break;
Waiman Long5cf81142018-11-08 10:08:46 -05002540 case FILE_SUBPARTS_CPULIST:
2541 seq_printf(sf, "%*pbl\n", cpumask_pr_args(cs->subparts_cpus));
2542 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002543 default:
Tejun Heo51ffe412013-12-05 12:28:02 -05002544 ret = -EINVAL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002545 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002546
Vladimir Davydov8447a0f2014-10-20 15:50:29 +04002547 spin_unlock_irq(&callback_lock);
Tejun Heo51ffe412013-12-05 12:28:02 -05002548 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002549}
2550
Tejun Heo182446d2013-08-08 20:11:24 -04002551static u64 cpuset_read_u64(struct cgroup_subsys_state *css, struct cftype *cft)
Paul Menage700fe1a2008-04-29 01:00:00 -07002552{
Tejun Heo182446d2013-08-08 20:11:24 -04002553 struct cpuset *cs = css_cs(css);
Paul Menage700fe1a2008-04-29 01:00:00 -07002554 cpuset_filetype_t type = cft->private;
2555 switch (type) {
2556 case FILE_CPU_EXCLUSIVE:
2557 return is_cpu_exclusive(cs);
2558 case FILE_MEM_EXCLUSIVE:
2559 return is_mem_exclusive(cs);
Paul Menage78608362008-04-29 01:00:26 -07002560 case FILE_MEM_HARDWALL:
2561 return is_mem_hardwall(cs);
Paul Menage700fe1a2008-04-29 01:00:00 -07002562 case FILE_SCHED_LOAD_BALANCE:
2563 return is_sched_load_balance(cs);
2564 case FILE_MEMORY_MIGRATE:
2565 return is_memory_migrate(cs);
2566 case FILE_MEMORY_PRESSURE_ENABLED:
2567 return cpuset_memory_pressure_enabled;
2568 case FILE_MEMORY_PRESSURE:
2569 return fmeter_getrate(&cs->fmeter);
2570 case FILE_SPREAD_PAGE:
2571 return is_spread_page(cs);
2572 case FILE_SPREAD_SLAB:
2573 return is_spread_slab(cs);
2574 default:
2575 BUG();
2576 }
Max Krasnyanskycf417142008-08-11 14:33:53 -07002577
2578 /* Unreachable but makes gcc happy */
2579 return 0;
Paul Menage700fe1a2008-04-29 01:00:00 -07002580}
Linus Torvalds1da177e2005-04-16 15:20:36 -07002581
Tejun Heo182446d2013-08-08 20:11:24 -04002582static s64 cpuset_read_s64(struct cgroup_subsys_state *css, struct cftype *cft)
Paul Menage5be7a472008-05-06 20:42:41 -07002583{
Tejun Heo182446d2013-08-08 20:11:24 -04002584 struct cpuset *cs = css_cs(css);
Paul Menage5be7a472008-05-06 20:42:41 -07002585 cpuset_filetype_t type = cft->private;
2586 switch (type) {
2587 case FILE_SCHED_RELAX_DOMAIN_LEVEL:
2588 return cs->relax_domain_level;
2589 default:
2590 BUG();
2591 }
Max Krasnyanskycf417142008-08-11 14:33:53 -07002592
Lu Jialind95af612021-04-08 16:03:46 +08002593 /* Unreachable but makes gcc happy */
Max Krasnyanskycf417142008-08-11 14:33:53 -07002594 return 0;
Paul Menage5be7a472008-05-06 20:42:41 -07002595}
2596
Waiman Longbb5b5532018-11-08 10:08:44 -05002597static int sched_partition_show(struct seq_file *seq, void *v)
2598{
2599 struct cpuset *cs = css_cs(seq_css(seq));
2600
2601 switch (cs->partition_root_state) {
2602 case PRS_ENABLED:
2603 seq_puts(seq, "root\n");
2604 break;
2605 case PRS_DISABLED:
2606 seq_puts(seq, "member\n");
2607 break;
2608 case PRS_ERROR:
2609 seq_puts(seq, "root invalid\n");
2610 break;
2611 }
2612 return 0;
2613}
2614
2615static ssize_t sched_partition_write(struct kernfs_open_file *of, char *buf,
2616 size_t nbytes, loff_t off)
2617{
2618 struct cpuset *cs = css_cs(of_css(of));
2619 int val;
2620 int retval = -ENODEV;
2621
2622 buf = strstrip(buf);
2623
2624 /*
Tejun Heob1e3aeb2018-11-13 12:03:33 -08002625 * Convert "root" to ENABLED, and convert "member" to DISABLED.
Waiman Longbb5b5532018-11-08 10:08:44 -05002626 */
Tejun Heob1e3aeb2018-11-13 12:03:33 -08002627 if (!strcmp(buf, "root"))
Waiman Longbb5b5532018-11-08 10:08:44 -05002628 val = PRS_ENABLED;
Tejun Heob1e3aeb2018-11-13 12:03:33 -08002629 else if (!strcmp(buf, "member"))
Waiman Longbb5b5532018-11-08 10:08:44 -05002630 val = PRS_DISABLED;
2631 else
2632 return -EINVAL;
2633
2634 css_get(&cs->css);
Sebastian Andrzej Siewiorc5c63b92021-08-03 16:16:07 +02002635 cpus_read_lock();
Juri Lelli1243dc52019-07-19 15:59:57 +02002636 percpu_down_write(&cpuset_rwsem);
Waiman Longbb5b5532018-11-08 10:08:44 -05002637 if (!is_cpuset_online(cs))
2638 goto out_unlock;
2639
2640 retval = update_prstate(cs, val);
2641out_unlock:
Juri Lelli1243dc52019-07-19 15:59:57 +02002642 percpu_up_write(&cpuset_rwsem);
Sebastian Andrzej Siewiorc5c63b92021-08-03 16:16:07 +02002643 cpus_read_unlock();
Waiman Longbb5b5532018-11-08 10:08:44 -05002644 css_put(&cs->css);
2645 return retval ?: nbytes;
2646}
Linus Torvalds1da177e2005-04-16 15:20:36 -07002647
2648/*
2649 * for the common functions, 'private' gives the type of file
2650 */
2651
Waiman Long4ec22e92018-11-08 10:08:35 -05002652static struct cftype legacy_files[] = {
Paul Menageaddf2c72008-04-29 01:00:26 -07002653 {
2654 .name = "cpus",
Tejun Heo2da8ca82013-12-05 12:28:04 -05002655 .seq_show = cpuset_common_seq_show,
Tejun Heo451af502014-05-13 12:16:21 -04002656 .write = cpuset_write_resmask,
Paul Menagee3712392008-07-25 01:47:02 -07002657 .max_write_len = (100U + 6 * NR_CPUS),
Paul Menageaddf2c72008-04-29 01:00:26 -07002658 .private = FILE_CPULIST,
2659 },
Linus Torvalds1da177e2005-04-16 15:20:36 -07002660
Paul Menageaddf2c72008-04-29 01:00:26 -07002661 {
2662 .name = "mems",
Tejun Heo2da8ca82013-12-05 12:28:04 -05002663 .seq_show = cpuset_common_seq_show,
Tejun Heo451af502014-05-13 12:16:21 -04002664 .write = cpuset_write_resmask,
Paul Menagee3712392008-07-25 01:47:02 -07002665 .max_write_len = (100U + 6 * MAX_NUMNODES),
Paul Menageaddf2c72008-04-29 01:00:26 -07002666 .private = FILE_MEMLIST,
2667 },
Linus Torvalds1da177e2005-04-16 15:20:36 -07002668
Paul Menageaddf2c72008-04-29 01:00:26 -07002669 {
Li Zefanafd1a8b2014-07-09 16:49:25 +08002670 .name = "effective_cpus",
2671 .seq_show = cpuset_common_seq_show,
2672 .private = FILE_EFFECTIVE_CPULIST,
2673 },
2674
2675 {
2676 .name = "effective_mems",
2677 .seq_show = cpuset_common_seq_show,
2678 .private = FILE_EFFECTIVE_MEMLIST,
2679 },
2680
2681 {
Paul Menageaddf2c72008-04-29 01:00:26 -07002682 .name = "cpu_exclusive",
2683 .read_u64 = cpuset_read_u64,
2684 .write_u64 = cpuset_write_u64,
2685 .private = FILE_CPU_EXCLUSIVE,
2686 },
Linus Torvalds1da177e2005-04-16 15:20:36 -07002687
Paul Menageaddf2c72008-04-29 01:00:26 -07002688 {
2689 .name = "mem_exclusive",
2690 .read_u64 = cpuset_read_u64,
2691 .write_u64 = cpuset_write_u64,
2692 .private = FILE_MEM_EXCLUSIVE,
2693 },
Linus Torvalds1da177e2005-04-16 15:20:36 -07002694
Paul Menageaddf2c72008-04-29 01:00:26 -07002695 {
Paul Menage78608362008-04-29 01:00:26 -07002696 .name = "mem_hardwall",
2697 .read_u64 = cpuset_read_u64,
2698 .write_u64 = cpuset_write_u64,
2699 .private = FILE_MEM_HARDWALL,
2700 },
2701
2702 {
Paul Menageaddf2c72008-04-29 01:00:26 -07002703 .name = "sched_load_balance",
2704 .read_u64 = cpuset_read_u64,
2705 .write_u64 = cpuset_write_u64,
2706 .private = FILE_SCHED_LOAD_BALANCE,
2707 },
Paul Jackson029190c2007-10-18 23:40:20 -07002708
Paul Menageaddf2c72008-04-29 01:00:26 -07002709 {
2710 .name = "sched_relax_domain_level",
Paul Menage5be7a472008-05-06 20:42:41 -07002711 .read_s64 = cpuset_read_s64,
2712 .write_s64 = cpuset_write_s64,
Paul Menageaddf2c72008-04-29 01:00:26 -07002713 .private = FILE_SCHED_RELAX_DOMAIN_LEVEL,
2714 },
Hidetoshi Seto1d3504f2008-04-15 14:04:23 +09002715
Paul Menageaddf2c72008-04-29 01:00:26 -07002716 {
2717 .name = "memory_migrate",
2718 .read_u64 = cpuset_read_u64,
2719 .write_u64 = cpuset_write_u64,
2720 .private = FILE_MEMORY_MIGRATE,
2721 },
2722
2723 {
2724 .name = "memory_pressure",
2725 .read_u64 = cpuset_read_u64,
Waiman Long1c08c222017-08-24 12:04:29 -04002726 .private = FILE_MEMORY_PRESSURE,
Paul Menageaddf2c72008-04-29 01:00:26 -07002727 },
2728
2729 {
2730 .name = "memory_spread_page",
2731 .read_u64 = cpuset_read_u64,
2732 .write_u64 = cpuset_write_u64,
2733 .private = FILE_SPREAD_PAGE,
2734 },
2735
2736 {
2737 .name = "memory_spread_slab",
2738 .read_u64 = cpuset_read_u64,
2739 .write_u64 = cpuset_write_u64,
2740 .private = FILE_SPREAD_SLAB,
2741 },
Tejun Heo4baf6e32012-04-01 12:09:55 -07002742
2743 {
2744 .name = "memory_pressure_enabled",
2745 .flags = CFTYPE_ONLY_ON_ROOT,
2746 .read_u64 = cpuset_read_u64,
2747 .write_u64 = cpuset_write_u64,
2748 .private = FILE_MEMORY_PRESSURE_ENABLED,
2749 },
2750
2751 { } /* terminate */
Paul Jackson45b07ef2006-01-08 01:00:56 -08002752};
2753
Linus Torvalds1da177e2005-04-16 15:20:36 -07002754/*
Waiman Long4ec22e92018-11-08 10:08:35 -05002755 * This is currently a minimal set for the default hierarchy. It can be
2756 * expanded later on by migrating more features and control files from v1.
2757 */
2758static struct cftype dfl_files[] = {
2759 {
2760 .name = "cpus",
2761 .seq_show = cpuset_common_seq_show,
2762 .write = cpuset_write_resmask,
2763 .max_write_len = (100U + 6 * NR_CPUS),
2764 .private = FILE_CPULIST,
2765 .flags = CFTYPE_NOT_ON_ROOT,
2766 },
2767
2768 {
2769 .name = "mems",
2770 .seq_show = cpuset_common_seq_show,
2771 .write = cpuset_write_resmask,
2772 .max_write_len = (100U + 6 * MAX_NUMNODES),
2773 .private = FILE_MEMLIST,
2774 .flags = CFTYPE_NOT_ON_ROOT,
2775 },
2776
2777 {
2778 .name = "cpus.effective",
2779 .seq_show = cpuset_common_seq_show,
2780 .private = FILE_EFFECTIVE_CPULIST,
Waiman Long4ec22e92018-11-08 10:08:35 -05002781 },
2782
2783 {
2784 .name = "mems.effective",
2785 .seq_show = cpuset_common_seq_show,
2786 .private = FILE_EFFECTIVE_MEMLIST,
Waiman Long4ec22e92018-11-08 10:08:35 -05002787 },
2788
Waiman Longee8dde02018-11-08 10:08:38 -05002789 {
Tejun Heob1e3aeb2018-11-13 12:03:33 -08002790 .name = "cpus.partition",
Waiman Longbb5b5532018-11-08 10:08:44 -05002791 .seq_show = sched_partition_show,
2792 .write = sched_partition_write,
Waiman Longee8dde02018-11-08 10:08:38 -05002793 .private = FILE_PARTITION_ROOT,
2794 .flags = CFTYPE_NOT_ON_ROOT,
Waiman Longe7cc9882021-08-10 23:06:02 -04002795 .file_offset = offsetof(struct cpuset, partition_file),
Waiman Longee8dde02018-11-08 10:08:38 -05002796 },
2797
Waiman Long5cf81142018-11-08 10:08:46 -05002798 {
2799 .name = "cpus.subpartitions",
2800 .seq_show = cpuset_common_seq_show,
2801 .private = FILE_SUBPARTS_CPULIST,
2802 .flags = CFTYPE_DEBUG,
2803 },
2804
Waiman Long4ec22e92018-11-08 10:08:35 -05002805 { } /* terminate */
2806};
2807
2808
2809/*
Tejun Heo92fb9742012-11-19 08:13:38 -08002810 * cpuset_css_alloc - allocate a cpuset css
Li Zefanc9e5fe62013-06-14 11:18:27 +08002811 * cgrp: control group that the new cpuset will be part of
Linus Torvalds1da177e2005-04-16 15:20:36 -07002812 */
2813
Tejun Heoeb954192013-08-08 20:11:23 -04002814static struct cgroup_subsys_state *
2815cpuset_css_alloc(struct cgroup_subsys_state *parent_css)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002816{
Tejun Heoc8f699b2013-01-07 08:51:07 -08002817 struct cpuset *cs;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002818
Tejun Heoeb954192013-08-08 20:11:23 -04002819 if (!parent_css)
Paul Menage8793d852007-10-18 23:39:39 -07002820 return &top_cpuset.css;
Tejun Heo033fa1c2012-11-19 08:13:39 -08002821
Tejun Heoc8f699b2013-01-07 08:51:07 -08002822 cs = kzalloc(sizeof(*cs), GFP_KERNEL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002823 if (!cs)
Paul Menage8793d852007-10-18 23:39:39 -07002824 return ERR_PTR(-ENOMEM);
Waiman Longbf923702018-11-08 10:08:37 -05002825
2826 if (alloc_cpumasks(cs, NULL)) {
2827 kfree(cs);
2828 return ERR_PTR(-ENOMEM);
2829 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002830
Waiman Longee9707e2021-08-11 15:57:07 -04002831 __set_bit(CS_SCHED_LOAD_BALANCE, &cs->flags);
Mike Travisf9a86fc2008-04-04 18:11:07 -07002832 nodes_clear(cs->mems_allowed);
Li Zefane2b9a3d2014-07-09 16:47:03 +08002833 nodes_clear(cs->effective_mems);
Paul Jackson3e0d98b2006-01-08 01:01:49 -08002834 fmeter_init(&cs->fmeter);
Hidetoshi Seto1d3504f2008-04-15 14:04:23 +09002835 cs->relax_domain_level = -1;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002836
Waiman Longee9707e2021-08-11 15:57:07 -04002837 /* Set CS_MEMORY_MIGRATE for default hierarchy */
2838 if (cgroup_subsys_on_dfl(cpuset_cgrp_subsys))
2839 __set_bit(CS_MEMORY_MIGRATE, &cs->flags);
2840
Tejun Heoc8f699b2013-01-07 08:51:07 -08002841 return &cs->css;
2842}
2843
Tejun Heoeb954192013-08-08 20:11:23 -04002844static int cpuset_css_online(struct cgroup_subsys_state *css)
Tejun Heoc8f699b2013-01-07 08:51:07 -08002845{
Tejun Heoeb954192013-08-08 20:11:23 -04002846 struct cpuset *cs = css_cs(css);
Tejun Heoc4310692013-01-07 08:51:08 -08002847 struct cpuset *parent = parent_cs(cs);
Tejun Heoae8086c2013-01-07 08:51:07 -08002848 struct cpuset *tmp_cs;
Tejun Heo492eb212013-08-08 20:11:25 -04002849 struct cgroup_subsys_state *pos_css;
Tejun Heoc8f699b2013-01-07 08:51:07 -08002850
2851 if (!parent)
2852 return 0;
2853
Sebastian Andrzej Siewiorc5c63b92021-08-03 16:16:07 +02002854 cpus_read_lock();
Juri Lelli1243dc52019-07-19 15:59:57 +02002855 percpu_down_write(&cpuset_rwsem);
Tejun Heo5d21cc22013-01-07 08:51:08 -08002856
Tejun Heoefeb77b2013-01-07 08:51:07 -08002857 set_bit(CS_ONLINE, &cs->flags);
Tejun Heoc8f699b2013-01-07 08:51:07 -08002858 if (is_spread_page(parent))
2859 set_bit(CS_SPREAD_PAGE, &cs->flags);
2860 if (is_spread_slab(parent))
2861 set_bit(CS_SPREAD_SLAB, &cs->flags);
2862
Mel Gorman664eedd2014-06-04 16:10:08 -07002863 cpuset_inc();
Tejun Heo033fa1c2012-11-19 08:13:39 -08002864
Vladimir Davydov8447a0f2014-10-20 15:50:29 +04002865 spin_lock_irq(&callback_lock);
Waiman Longb8d1b8e2017-08-17 15:33:10 -04002866 if (is_in_v2_mode()) {
Li Zefane2b9a3d2014-07-09 16:47:03 +08002867 cpumask_copy(cs->effective_cpus, parent->effective_cpus);
2868 cs->effective_mems = parent->effective_mems;
Waiman Long47169092018-11-08 10:08:40 -05002869 cs->use_parent_ecpus = true;
2870 parent->child_ecpus_count++;
Li Zefane2b9a3d2014-07-09 16:47:03 +08002871 }
Vladimir Davydov8447a0f2014-10-20 15:50:29 +04002872 spin_unlock_irq(&callback_lock);
Li Zefane2b9a3d2014-07-09 16:47:03 +08002873
Tejun Heoeb954192013-08-08 20:11:23 -04002874 if (!test_bit(CGRP_CPUSET_CLONE_CHILDREN, &css->cgroup->flags))
Tejun Heo5d21cc22013-01-07 08:51:08 -08002875 goto out_unlock;
Tejun Heo033fa1c2012-11-19 08:13:39 -08002876
2877 /*
2878 * Clone @parent's configuration if CGRP_CPUSET_CLONE_CHILDREN is
2879 * set. This flag handling is implemented in cgroup core for
2880 * histrical reasons - the flag may be specified during mount.
2881 *
2882 * Currently, if any sibling cpusets have exclusive cpus or mem, we
2883 * refuse to clone the configuration - thereby refusing the task to
2884 * be entered, and as a result refusing the sys_unshare() or
2885 * clone() which initiated it. If this becomes a problem for some
2886 * users who wish to allow that scenario, then this could be
2887 * changed to grant parent->cpus_allowed-sibling_cpus_exclusive
2888 * (and likewise for mems) to the new cgroup.
2889 */
Tejun Heoae8086c2013-01-07 08:51:07 -08002890 rcu_read_lock();
Tejun Heo492eb212013-08-08 20:11:25 -04002891 cpuset_for_each_child(tmp_cs, pos_css, parent) {
Tejun Heoae8086c2013-01-07 08:51:07 -08002892 if (is_mem_exclusive(tmp_cs) || is_cpu_exclusive(tmp_cs)) {
2893 rcu_read_unlock();
Tejun Heo5d21cc22013-01-07 08:51:08 -08002894 goto out_unlock;
Tejun Heoae8086c2013-01-07 08:51:07 -08002895 }
Tejun Heo033fa1c2012-11-19 08:13:39 -08002896 }
Tejun Heoae8086c2013-01-07 08:51:07 -08002897 rcu_read_unlock();
Tejun Heo033fa1c2012-11-19 08:13:39 -08002898
Vladimir Davydov8447a0f2014-10-20 15:50:29 +04002899 spin_lock_irq(&callback_lock);
Tejun Heo033fa1c2012-11-19 08:13:39 -08002900 cs->mems_allowed = parent->mems_allowed;
Zefan Li790317e2015-02-13 11:19:49 +08002901 cs->effective_mems = parent->mems_allowed;
Tejun Heo033fa1c2012-11-19 08:13:39 -08002902 cpumask_copy(cs->cpus_allowed, parent->cpus_allowed);
Zefan Li790317e2015-02-13 11:19:49 +08002903 cpumask_copy(cs->effective_cpus, parent->cpus_allowed);
Dan Carpentercea74462014-10-27 16:27:02 +03002904 spin_unlock_irq(&callback_lock);
Tejun Heo5d21cc22013-01-07 08:51:08 -08002905out_unlock:
Juri Lelli1243dc52019-07-19 15:59:57 +02002906 percpu_up_write(&cpuset_rwsem);
Sebastian Andrzej Siewiorc5c63b92021-08-03 16:16:07 +02002907 cpus_read_unlock();
Tejun Heoc8f699b2013-01-07 08:51:07 -08002908 return 0;
2909}
2910
Zhao Hongjiang0b9e6962013-07-27 11:56:53 +08002911/*
2912 * If the cpuset being removed has its flag 'sched_load_balance'
2913 * enabled, then simulate turning sched_load_balance off, which
Waiman Longee8dde02018-11-08 10:08:38 -05002914 * will call rebuild_sched_domains_locked(). That is not needed
2915 * in the default hierarchy where only changes in partition
2916 * will cause repartitioning.
2917 *
2918 * If the cpuset has the 'sched.partition' flag enabled, simulate
2919 * turning 'sched.partition" off.
Zhao Hongjiang0b9e6962013-07-27 11:56:53 +08002920 */
2921
Tejun Heoeb954192013-08-08 20:11:23 -04002922static void cpuset_css_offline(struct cgroup_subsys_state *css)
Tejun Heoc8f699b2013-01-07 08:51:07 -08002923{
Tejun Heoeb954192013-08-08 20:11:23 -04002924 struct cpuset *cs = css_cs(css);
Tejun Heoc8f699b2013-01-07 08:51:07 -08002925
Sebastian Andrzej Siewiorc5c63b92021-08-03 16:16:07 +02002926 cpus_read_lock();
Juri Lelli1243dc52019-07-19 15:59:57 +02002927 percpu_down_write(&cpuset_rwsem);
Tejun Heoc8f699b2013-01-07 08:51:07 -08002928
Waiman Longee8dde02018-11-08 10:08:38 -05002929 if (is_partition_root(cs))
2930 update_prstate(cs, 0);
2931
2932 if (!cgroup_subsys_on_dfl(cpuset_cgrp_subsys) &&
2933 is_sched_load_balance(cs))
Tejun Heoc8f699b2013-01-07 08:51:07 -08002934 update_flag(CS_SCHED_LOAD_BALANCE, cs, 0);
2935
Waiman Long47169092018-11-08 10:08:40 -05002936 if (cs->use_parent_ecpus) {
2937 struct cpuset *parent = parent_cs(cs);
2938
2939 cs->use_parent_ecpus = false;
2940 parent->child_ecpus_count--;
2941 }
2942
Mel Gorman664eedd2014-06-04 16:10:08 -07002943 cpuset_dec();
Tejun Heoefeb77b2013-01-07 08:51:07 -08002944 clear_bit(CS_ONLINE, &cs->flags);
Tejun Heoc8f699b2013-01-07 08:51:07 -08002945
Juri Lelli1243dc52019-07-19 15:59:57 +02002946 percpu_up_write(&cpuset_rwsem);
Sebastian Andrzej Siewiorc5c63b92021-08-03 16:16:07 +02002947 cpus_read_unlock();
Linus Torvalds1da177e2005-04-16 15:20:36 -07002948}
2949
Tejun Heoeb954192013-08-08 20:11:23 -04002950static void cpuset_css_free(struct cgroup_subsys_state *css)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002951{
Tejun Heoeb954192013-08-08 20:11:23 -04002952 struct cpuset *cs = css_cs(css);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002953
Waiman Longbf923702018-11-08 10:08:37 -05002954 free_cpuset(cs);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002955}
2956
Li Zefan39bd0d12014-07-09 16:48:01 +08002957static void cpuset_bind(struct cgroup_subsys_state *root_css)
2958{
Juri Lelli1243dc52019-07-19 15:59:57 +02002959 percpu_down_write(&cpuset_rwsem);
Vladimir Davydov8447a0f2014-10-20 15:50:29 +04002960 spin_lock_irq(&callback_lock);
Li Zefan39bd0d12014-07-09 16:48:01 +08002961
Waiman Longb8d1b8e2017-08-17 15:33:10 -04002962 if (is_in_v2_mode()) {
Li Zefan39bd0d12014-07-09 16:48:01 +08002963 cpumask_copy(top_cpuset.cpus_allowed, cpu_possible_mask);
2964 top_cpuset.mems_allowed = node_possible_map;
2965 } else {
2966 cpumask_copy(top_cpuset.cpus_allowed,
2967 top_cpuset.effective_cpus);
2968 top_cpuset.mems_allowed = top_cpuset.effective_mems;
2969 }
2970
Vladimir Davydov8447a0f2014-10-20 15:50:29 +04002971 spin_unlock_irq(&callback_lock);
Juri Lelli1243dc52019-07-19 15:59:57 +02002972 percpu_up_write(&cpuset_rwsem);
Li Zefan39bd0d12014-07-09 16:48:01 +08002973}
2974
Zefan Li06f4e942016-08-09 11:25:01 +08002975/*
2976 * Make sure the new task conform to the current state of its parent,
2977 * which could have been changed by cpuset just after it inherits the
2978 * state from the parent and before it sits on the cgroup's task list.
2979 */
Wei Yongjun8a15b812016-09-16 13:02:37 +00002980static void cpuset_fork(struct task_struct *task)
Zefan Li06f4e942016-08-09 11:25:01 +08002981{
2982 if (task_css_is_root(task, cpuset_cgrp_id))
2983 return;
2984
Sebastian Andrzej Siewior3bd37062019-04-23 16:26:36 +02002985 set_cpus_allowed_ptr(task, current->cpus_ptr);
Zefan Li06f4e942016-08-09 11:25:01 +08002986 task->mems_allowed = current->mems_allowed;
2987}
2988
Tejun Heo073219e2014-02-08 10:36:58 -05002989struct cgroup_subsys cpuset_cgrp_subsys = {
Li Zefan39bd0d12014-07-09 16:48:01 +08002990 .css_alloc = cpuset_css_alloc,
2991 .css_online = cpuset_css_online,
2992 .css_offline = cpuset_css_offline,
2993 .css_free = cpuset_css_free,
2994 .can_attach = cpuset_can_attach,
2995 .cancel_attach = cpuset_cancel_attach,
2996 .attach = cpuset_attach,
Tejun Heo5cf1cac2016-04-21 19:06:48 -04002997 .post_attach = cpuset_post_attach,
Li Zefan39bd0d12014-07-09 16:48:01 +08002998 .bind = cpuset_bind,
Zefan Li06f4e942016-08-09 11:25:01 +08002999 .fork = cpuset_fork,
Waiman Long4ec22e92018-11-08 10:08:35 -05003000 .legacy_cftypes = legacy_files,
3001 .dfl_cftypes = dfl_files,
Tejun Heob38e42e2016-02-23 10:00:50 -05003002 .early_init = true,
Waiman Long4ec22e92018-11-08 10:08:35 -05003003 .threaded = true,
Paul Menage8793d852007-10-18 23:39:39 -07003004};
3005
Linus Torvalds1da177e2005-04-16 15:20:36 -07003006/**
3007 * cpuset_init - initialize cpusets at system boot
3008 *
Al Virod5f68d32019-05-13 12:33:22 -04003009 * Description: Initialize top_cpuset
Linus Torvalds1da177e2005-04-16 15:20:36 -07003010 **/
3011
3012int __init cpuset_init(void)
3013{
Juri Lelli1243dc52019-07-19 15:59:57 +02003014 BUG_ON(percpu_init_rwsem(&cpuset_rwsem));
3015
Nicholas Mc Guire75fa8e52017-03-26 18:24:06 +02003016 BUG_ON(!alloc_cpumask_var(&top_cpuset.cpus_allowed, GFP_KERNEL));
3017 BUG_ON(!alloc_cpumask_var(&top_cpuset.effective_cpus, GFP_KERNEL));
Waiman Longbf923702018-11-08 10:08:37 -05003018 BUG_ON(!zalloc_cpumask_var(&top_cpuset.subparts_cpus, GFP_KERNEL));
Miao Xie58568d22009-06-16 15:31:49 -07003019
Li Zefan300ed6c2009-01-07 18:08:44 -08003020 cpumask_setall(top_cpuset.cpus_allowed);
Mike Travisf9a86fc2008-04-04 18:11:07 -07003021 nodes_setall(top_cpuset.mems_allowed);
Li Zefane2b9a3d2014-07-09 16:47:03 +08003022 cpumask_setall(top_cpuset.effective_cpus);
3023 nodes_setall(top_cpuset.effective_mems);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003024
Paul Jackson3e0d98b2006-01-08 01:01:49 -08003025 fmeter_init(&top_cpuset.fmeter);
Paul Jackson029190c2007-10-18 23:40:20 -07003026 set_bit(CS_SCHED_LOAD_BALANCE, &top_cpuset.flags);
Hidetoshi Seto1d3504f2008-04-15 14:04:23 +09003027 top_cpuset.relax_domain_level = -1;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003028
Nicholas Mc Guire75fa8e52017-03-26 18:24:06 +02003029 BUG_ON(!alloc_cpumask_var(&cpus_attach, GFP_KERNEL));
Li Zefan2341d1b2009-01-07 18:08:42 -08003030
Paul Menage8793d852007-10-18 23:39:39 -07003031 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003032}
3033
Paul Jacksonb1aac8b2006-09-29 02:01:17 -07003034/*
Max Krasnyanskycf417142008-08-11 14:33:53 -07003035 * If CPU and/or memory hotplug handlers, below, unplug any CPUs
Paul Jacksonb1aac8b2006-09-29 02:01:17 -07003036 * or memory nodes, we need to walk over the cpuset hierarchy,
3037 * removing that CPU or node from all cpusets. If this removes the
Cliff Wickman956db3c2008-02-07 00:14:43 -08003038 * last CPU or node from a cpuset, then move the tasks in the empty
3039 * cpuset to its next-highest non-empty parent.
Paul Jacksonb1aac8b2006-09-29 02:01:17 -07003040 */
Cliff Wickman956db3c2008-02-07 00:14:43 -08003041static void remove_tasks_in_empty_cpuset(struct cpuset *cs)
Paul Jacksonb1aac8b2006-09-29 02:01:17 -07003042{
Cliff Wickman956db3c2008-02-07 00:14:43 -08003043 struct cpuset *parent;
Paul Jacksonb1aac8b2006-09-29 02:01:17 -07003044
Paul Jacksonc8d9c902008-02-07 00:14:46 -08003045 /*
Cliff Wickman956db3c2008-02-07 00:14:43 -08003046 * Find its next-highest non-empty parent, (top cpuset
3047 * has online cpus, so can't be empty).
3048 */
Tejun Heoc4310692013-01-07 08:51:08 -08003049 parent = parent_cs(cs);
Li Zefan300ed6c2009-01-07 18:08:44 -08003050 while (cpumask_empty(parent->cpus_allowed) ||
Paul Jacksonb4501292008-02-07 00:14:47 -08003051 nodes_empty(parent->mems_allowed))
Tejun Heoc4310692013-01-07 08:51:08 -08003052 parent = parent_cs(parent);
Cliff Wickman956db3c2008-02-07 00:14:43 -08003053
Tejun Heo8cc99342013-04-07 09:29:50 -07003054 if (cgroup_transfer_tasks(parent->css.cgroup, cs->css.cgroup)) {
Fabian Frederick12d30892014-05-05 19:49:00 +02003055 pr_err("cpuset: failed to transfer tasks out of empty cpuset ");
Tejun Heoe61734c2014-02-12 09:29:50 -05003056 pr_cont_cgroup_name(cs->css.cgroup);
3057 pr_cont("\n");
Tejun Heo8cc99342013-04-07 09:29:50 -07003058 }
Cliff Wickman956db3c2008-02-07 00:14:43 -08003059}
3060
Li Zefanbe4c9dd2014-07-09 16:49:04 +08003061static void
3062hotplug_update_tasks_legacy(struct cpuset *cs,
3063 struct cpumask *new_cpus, nodemask_t *new_mems,
3064 bool cpus_updated, bool mems_updated)
Li Zefan390a36a2014-07-09 16:48:54 +08003065{
3066 bool is_empty;
3067
Vladimir Davydov8447a0f2014-10-20 15:50:29 +04003068 spin_lock_irq(&callback_lock);
Li Zefanbe4c9dd2014-07-09 16:49:04 +08003069 cpumask_copy(cs->cpus_allowed, new_cpus);
3070 cpumask_copy(cs->effective_cpus, new_cpus);
3071 cs->mems_allowed = *new_mems;
3072 cs->effective_mems = *new_mems;
Vladimir Davydov8447a0f2014-10-20 15:50:29 +04003073 spin_unlock_irq(&callback_lock);
Li Zefan390a36a2014-07-09 16:48:54 +08003074
3075 /*
3076 * Don't call update_tasks_cpumask() if the cpuset becomes empty,
3077 * as the tasks will be migratecd to an ancestor.
3078 */
Li Zefanbe4c9dd2014-07-09 16:49:04 +08003079 if (cpus_updated && !cpumask_empty(cs->cpus_allowed))
Li Zefan390a36a2014-07-09 16:48:54 +08003080 update_tasks_cpumask(cs);
Li Zefanbe4c9dd2014-07-09 16:49:04 +08003081 if (mems_updated && !nodes_empty(cs->mems_allowed))
Li Zefan390a36a2014-07-09 16:48:54 +08003082 update_tasks_nodemask(cs);
3083
3084 is_empty = cpumask_empty(cs->cpus_allowed) ||
3085 nodes_empty(cs->mems_allowed);
3086
Juri Lelli1243dc52019-07-19 15:59:57 +02003087 percpu_up_write(&cpuset_rwsem);
Li Zefan390a36a2014-07-09 16:48:54 +08003088
3089 /*
3090 * Move tasks to the nearest ancestor with execution resources,
3091 * This is full cgroup operation which will also call back into
3092 * cpuset. Should be done outside any lock.
3093 */
3094 if (is_empty)
3095 remove_tasks_in_empty_cpuset(cs);
3096
Juri Lelli1243dc52019-07-19 15:59:57 +02003097 percpu_down_write(&cpuset_rwsem);
Li Zefan390a36a2014-07-09 16:48:54 +08003098}
3099
Li Zefanbe4c9dd2014-07-09 16:49:04 +08003100static void
3101hotplug_update_tasks(struct cpuset *cs,
3102 struct cpumask *new_cpus, nodemask_t *new_mems,
3103 bool cpus_updated, bool mems_updated)
Li Zefan390a36a2014-07-09 16:48:54 +08003104{
Li Zefanbe4c9dd2014-07-09 16:49:04 +08003105 if (cpumask_empty(new_cpus))
3106 cpumask_copy(new_cpus, parent_cs(cs)->effective_cpus);
3107 if (nodes_empty(*new_mems))
3108 *new_mems = parent_cs(cs)->effective_mems;
Li Zefan390a36a2014-07-09 16:48:54 +08003109
Vladimir Davydov8447a0f2014-10-20 15:50:29 +04003110 spin_lock_irq(&callback_lock);
Li Zefanbe4c9dd2014-07-09 16:49:04 +08003111 cpumask_copy(cs->effective_cpus, new_cpus);
3112 cs->effective_mems = *new_mems;
Vladimir Davydov8447a0f2014-10-20 15:50:29 +04003113 spin_unlock_irq(&callback_lock);
Li Zefan390a36a2014-07-09 16:48:54 +08003114
Li Zefanbe4c9dd2014-07-09 16:49:04 +08003115 if (cpus_updated)
Li Zefan390a36a2014-07-09 16:48:54 +08003116 update_tasks_cpumask(cs);
Li Zefanbe4c9dd2014-07-09 16:49:04 +08003117 if (mems_updated)
Li Zefan390a36a2014-07-09 16:48:54 +08003118 update_tasks_nodemask(cs);
3119}
3120
Waiman Long4b842da2018-11-08 10:08:41 -05003121static bool force_rebuild;
3122
3123void cpuset_force_rebuild(void)
3124{
3125 force_rebuild = true;
3126}
3127
Tejun Heodeb7aa32013-01-07 08:51:07 -08003128/**
Li Zefan388afd82013-06-09 17:14:47 +08003129 * cpuset_hotplug_update_tasks - update tasks in a cpuset for hotunplug
Tejun Heodeb7aa32013-01-07 08:51:07 -08003130 * @cs: cpuset in interest
Waiman Long4b842da2018-11-08 10:08:41 -05003131 * @tmp: the tmpmasks structure pointer
Cliff Wickman956db3c2008-02-07 00:14:43 -08003132 *
Tejun Heodeb7aa32013-01-07 08:51:07 -08003133 * Compare @cs's cpu and mem masks against top_cpuset and if some have gone
3134 * offline, update @cs accordingly. If @cs ends up with no CPU or memory,
3135 * all its tasks are moved to the nearest ancestor with both resources.
Paul Jacksonb1aac8b2006-09-29 02:01:17 -07003136 */
Waiman Long4b842da2018-11-08 10:08:41 -05003137static void cpuset_hotplug_update_tasks(struct cpuset *cs, struct tmpmasks *tmp)
Paul Jacksonb1aac8b2006-09-29 02:01:17 -07003138{
Li Zefanbe4c9dd2014-07-09 16:49:04 +08003139 static cpumask_t new_cpus;
3140 static nodemask_t new_mems;
3141 bool cpus_updated;
3142 bool mems_updated;
Waiman Long4b842da2018-11-08 10:08:41 -05003143 struct cpuset *parent;
Li Zefane44193d2013-06-09 17:14:22 +08003144retry:
3145 wait_event(cpuset_attach_wq, cs->attach_in_progress == 0);
Paul Jacksonb1aac8b2006-09-29 02:01:17 -07003146
Juri Lelli1243dc52019-07-19 15:59:57 +02003147 percpu_down_write(&cpuset_rwsem);
Paul Jacksonb1aac8b2006-09-29 02:01:17 -07003148
Li Zefane44193d2013-06-09 17:14:22 +08003149 /*
3150 * We have raced with task attaching. We wait until attaching
3151 * is finished, so we won't attach a task to an empty cpuset.
3152 */
3153 if (cs->attach_in_progress) {
Juri Lelli1243dc52019-07-19 15:59:57 +02003154 percpu_up_write(&cpuset_rwsem);
Li Zefane44193d2013-06-09 17:14:22 +08003155 goto retry;
3156 }
3157
Waiman Long0f3adb82021-07-20 10:18:26 -04003158 parent = parent_cs(cs);
Waiman Long4b842da2018-11-08 10:08:41 -05003159 compute_effective_cpumask(&new_cpus, cs, parent);
3160 nodes_and(new_mems, cs->mems_allowed, parent->effective_mems);
Paul Jacksonb4501292008-02-07 00:14:47 -08003161
Waiman Long4b842da2018-11-08 10:08:41 -05003162 if (cs->nr_subparts_cpus)
3163 /*
3164 * Make sure that CPUs allocated to child partitions
3165 * do not show up in effective_cpus.
3166 */
3167 cpumask_andnot(&new_cpus, &new_cpus, cs->subparts_cpus);
3168
3169 if (!tmp || !cs->partition_root_state)
3170 goto update_tasks;
3171
3172 /*
3173 * In the unlikely event that a partition root has empty
3174 * effective_cpus or its parent becomes erroneous, we have to
3175 * transition it to the erroneous state.
3176 */
3177 if (is_partition_root(cs) && (cpumask_empty(&new_cpus) ||
3178 (parent->partition_root_state == PRS_ERROR))) {
3179 if (cs->nr_subparts_cpus) {
Waiman Long6ba34d32021-07-20 10:18:28 -04003180 spin_lock_irq(&callback_lock);
Waiman Long4b842da2018-11-08 10:08:41 -05003181 cs->nr_subparts_cpus = 0;
3182 cpumask_clear(cs->subparts_cpus);
Waiman Long6ba34d32021-07-20 10:18:28 -04003183 spin_unlock_irq(&callback_lock);
Waiman Long4b842da2018-11-08 10:08:41 -05003184 compute_effective_cpumask(&new_cpus, cs, parent);
3185 }
3186
3187 /*
3188 * If the effective_cpus is empty because the child
3189 * partitions take away all the CPUs, we can keep
3190 * the current partition and let the child partitions
3191 * fight for available CPUs.
3192 */
3193 if ((parent->partition_root_state == PRS_ERROR) ||
3194 cpumask_empty(&new_cpus)) {
Waiman Longe7cc9882021-08-10 23:06:02 -04003195 int old_prs;
3196
Waiman Long4b842da2018-11-08 10:08:41 -05003197 update_parent_subparts_cpumask(cs, partcmd_disable,
3198 NULL, tmp);
Waiman Longe7cc9882021-08-10 23:06:02 -04003199 old_prs = cs->partition_root_state;
3200 if (old_prs != PRS_ERROR) {
3201 spin_lock_irq(&callback_lock);
3202 cs->partition_root_state = PRS_ERROR;
3203 spin_unlock_irq(&callback_lock);
3204 notify_partition_change(cs, old_prs, PRS_ERROR);
3205 }
Waiman Long4b842da2018-11-08 10:08:41 -05003206 }
3207 cpuset_force_rebuild();
3208 }
3209
3210 /*
3211 * On the other hand, an erroneous partition root may be transitioned
3212 * back to a regular one or a partition root with no CPU allocated
3213 * from the parent may change to erroneous.
3214 */
3215 if (is_partition_root(parent) &&
3216 ((cs->partition_root_state == PRS_ERROR) ||
3217 !cpumask_intersects(&new_cpus, parent->subparts_cpus)) &&
3218 update_parent_subparts_cpumask(cs, partcmd_update, NULL, tmp))
3219 cpuset_force_rebuild();
3220
3221update_tasks:
Li Zefanbe4c9dd2014-07-09 16:49:04 +08003222 cpus_updated = !cpumask_equal(&new_cpus, cs->effective_cpus);
3223 mems_updated = !nodes_equal(new_mems, cs->effective_mems);
Cliff Wickman956db3c2008-02-07 00:14:43 -08003224
Feng Tang8ca1b5a2021-11-05 13:40:34 -07003225 if (mems_updated)
3226 check_insane_mems_config(&new_mems);
3227
Waiman Longb8d1b8e2017-08-17 15:33:10 -04003228 if (is_in_v2_mode())
Li Zefanbe4c9dd2014-07-09 16:49:04 +08003229 hotplug_update_tasks(cs, &new_cpus, &new_mems,
3230 cpus_updated, mems_updated);
Li Zefan390a36a2014-07-09 16:48:54 +08003231 else
Li Zefanbe4c9dd2014-07-09 16:49:04 +08003232 hotplug_update_tasks_legacy(cs, &new_cpus, &new_mems,
3233 cpus_updated, mems_updated);
Tejun Heo8d033942013-01-07 08:51:07 -08003234
Juri Lelli1243dc52019-07-19 15:59:57 +02003235 percpu_up_write(&cpuset_rwsem);
Tejun Heodeb7aa32013-01-07 08:51:07 -08003236}
Paul Jacksonb4501292008-02-07 00:14:47 -08003237
Tejun Heodeb7aa32013-01-07 08:51:07 -08003238/**
Tejun Heo2b729fe2020-04-03 11:32:13 -04003239 * cpuset_hotplug_workfn - handle CPU/memory hotunplug for a cpuset
Tejun Heodeb7aa32013-01-07 08:51:07 -08003240 *
3241 * This function is called after either CPU or memory configuration has
3242 * changed and updates cpuset accordingly. The top_cpuset is always
3243 * synchronized to cpu_active_mask and N_MEMORY, which is necessary in
3244 * order to make cpusets transparent (of no affect) on systems that are
3245 * actively using CPU hotplug but making no active use of cpusets.
3246 *
3247 * Non-root cpusets are only affected by offlining. If any CPUs or memory
Li Zefan388afd82013-06-09 17:14:47 +08003248 * nodes have been taken down, cpuset_hotplug_update_tasks() is invoked on
3249 * all descendants.
Tejun Heodeb7aa32013-01-07 08:51:07 -08003250 *
3251 * Note that CPU offlining during suspend is ignored. We don't modify
3252 * cpusets across suspend/resume cycles at all.
3253 */
Tejun Heo2b729fe2020-04-03 11:32:13 -04003254static void cpuset_hotplug_workfn(struct work_struct *work)
Tejun Heodeb7aa32013-01-07 08:51:07 -08003255{
Li Zefan5c5cc622013-06-09 17:16:29 +08003256 static cpumask_t new_cpus;
3257 static nodemask_t new_mems;
Tejun Heodeb7aa32013-01-07 08:51:07 -08003258 bool cpus_updated, mems_updated;
Waiman Longb8d1b8e2017-08-17 15:33:10 -04003259 bool on_dfl = is_in_v2_mode();
Waiman Long4b842da2018-11-08 10:08:41 -05003260 struct tmpmasks tmp, *ptmp = NULL;
3261
3262 if (on_dfl && !alloc_cpumasks(NULL, &tmp))
3263 ptmp = &tmp;
Cliff Wickman956db3c2008-02-07 00:14:43 -08003264
Juri Lelli1243dc52019-07-19 15:59:57 +02003265 percpu_down_write(&cpuset_rwsem);
Cliff Wickman956db3c2008-02-07 00:14:43 -08003266
Tejun Heodeb7aa32013-01-07 08:51:07 -08003267 /* fetch the available cpus/mems and find out which changed how */
3268 cpumask_copy(&new_cpus, cpu_active_mask);
3269 new_mems = node_states[N_MEMORY];
Cliff Wickman956db3c2008-02-07 00:14:43 -08003270
Waiman Long4b842da2018-11-08 10:08:41 -05003271 /*
3272 * If subparts_cpus is populated, it is likely that the check below
3273 * will produce a false positive on cpus_updated when the cpu list
3274 * isn't changed. It is extra work, but it is better to be safe.
3275 */
Li Zefan7e882912014-07-09 16:48:42 +08003276 cpus_updated = !cpumask_equal(top_cpuset.effective_cpus, &new_cpus);
3277 mems_updated = !nodes_equal(top_cpuset.effective_mems, new_mems);
Srivatsa S. Bhat7ddf96b2012-05-24 19:46:55 +05303278
Waiman Long15d428e2021-07-20 10:18:27 -04003279 /*
3280 * In the rare case that hotplug removes all the cpus in subparts_cpus,
3281 * we assumed that cpus are updated.
3282 */
3283 if (!cpus_updated && top_cpuset.nr_subparts_cpus)
3284 cpus_updated = true;
3285
Tejun Heodeb7aa32013-01-07 08:51:07 -08003286 /* synchronize cpus_allowed to cpu_active_mask */
3287 if (cpus_updated) {
Vladimir Davydov8447a0f2014-10-20 15:50:29 +04003288 spin_lock_irq(&callback_lock);
Li Zefan7e882912014-07-09 16:48:42 +08003289 if (!on_dfl)
3290 cpumask_copy(top_cpuset.cpus_allowed, &new_cpus);
Waiman Long4b842da2018-11-08 10:08:41 -05003291 /*
3292 * Make sure that CPUs allocated to child partitions
3293 * do not show up in effective_cpus. If no CPU is left,
3294 * we clear the subparts_cpus & let the child partitions
3295 * fight for the CPUs again.
3296 */
3297 if (top_cpuset.nr_subparts_cpus) {
3298 if (cpumask_subset(&new_cpus,
3299 top_cpuset.subparts_cpus)) {
3300 top_cpuset.nr_subparts_cpus = 0;
3301 cpumask_clear(top_cpuset.subparts_cpus);
3302 } else {
3303 cpumask_andnot(&new_cpus, &new_cpus,
3304 top_cpuset.subparts_cpus);
3305 }
3306 }
Li Zefan1344ab92014-07-09 16:47:16 +08003307 cpumask_copy(top_cpuset.effective_cpus, &new_cpus);
Vladimir Davydov8447a0f2014-10-20 15:50:29 +04003308 spin_unlock_irq(&callback_lock);
Tejun Heodeb7aa32013-01-07 08:51:07 -08003309 /* we don't mess with cpumasks of tasks in top_cpuset */
3310 }
Srivatsa S. Bhat7ddf96b2012-05-24 19:46:55 +05303311
Tejun Heodeb7aa32013-01-07 08:51:07 -08003312 /* synchronize mems_allowed to N_MEMORY */
3313 if (mems_updated) {
Vladimir Davydov8447a0f2014-10-20 15:50:29 +04003314 spin_lock_irq(&callback_lock);
Li Zefan7e882912014-07-09 16:48:42 +08003315 if (!on_dfl)
3316 top_cpuset.mems_allowed = new_mems;
Li Zefan1344ab92014-07-09 16:47:16 +08003317 top_cpuset.effective_mems = new_mems;
Vladimir Davydov8447a0f2014-10-20 15:50:29 +04003318 spin_unlock_irq(&callback_lock);
Tejun Heod66393e2014-02-13 06:58:40 -05003319 update_tasks_nodemask(&top_cpuset);
Tejun Heodeb7aa32013-01-07 08:51:07 -08003320 }
3321
Juri Lelli1243dc52019-07-19 15:59:57 +02003322 percpu_up_write(&cpuset_rwsem);
Tejun Heodeb7aa32013-01-07 08:51:07 -08003323
Li Zefan5c5cc622013-06-09 17:16:29 +08003324 /* if cpus or mems changed, we need to propagate to descendants */
3325 if (cpus_updated || mems_updated) {
Lai Jiangshan38d7bee2012-12-12 13:51:24 -08003326 struct cpuset *cs;
Tejun Heo492eb212013-08-08 20:11:25 -04003327 struct cgroup_subsys_state *pos_css;
Paul Jacksonb4501292008-02-07 00:14:47 -08003328
Paul Jacksonb4501292008-02-07 00:14:47 -08003329 rcu_read_lock();
Tejun Heo492eb212013-08-08 20:11:25 -04003330 cpuset_for_each_descendant_pre(cs, pos_css, &top_cpuset) {
Tejun Heoec903c02014-05-13 12:11:01 -04003331 if (cs == &top_cpuset || !css_tryget_online(&cs->css))
Li Zefan388afd82013-06-09 17:14:47 +08003332 continue;
3333 rcu_read_unlock();
3334
Waiman Long4b842da2018-11-08 10:08:41 -05003335 cpuset_hotplug_update_tasks(cs, ptmp);
Li Zefan388afd82013-06-09 17:14:47 +08003336
3337 rcu_read_lock();
3338 css_put(&cs->css);
3339 }
Tejun Heodeb7aa32013-01-07 08:51:07 -08003340 rcu_read_unlock();
3341 }
Tejun Heo8d033942013-01-07 08:51:07 -08003342
Tejun Heodeb7aa32013-01-07 08:51:07 -08003343 /* rebuild sched domains if cpus_allowed has changed */
Peter Zijlstra50e76632017-09-07 11:13:38 +02003344 if (cpus_updated || force_rebuild) {
3345 force_rebuild = false;
Tejun Heo2b729fe2020-04-03 11:32:13 -04003346 rebuild_sched_domains();
Peter Zijlstra50e76632017-09-07 11:13:38 +02003347 }
Waiman Long4b842da2018-11-08 10:08:41 -05003348
3349 free_cpumasks(NULL, ptmp);
Paul Jacksonb1aac8b2006-09-29 02:01:17 -07003350}
3351
Prateek Sooda49e4622020-01-24 20:37:29 +05303352void cpuset_update_active_cpus(void)
Peter Zijlstra50e76632017-09-07 11:13:38 +02003353{
Tejun Heo2b729fe2020-04-03 11:32:13 -04003354 /*
3355 * We're inside cpu hotplug critical region which usually nests
3356 * inside cgroup synchronization. Bounce actual hotplug processing
3357 * to a work item to avoid reverse locking order.
3358 */
3359 schedule_work(&cpuset_hotplug_work);
3360}
3361
3362void cpuset_wait_for_hotplug(void)
3363{
3364 flush_work(&cpuset_hotplug_work);
Peter Zijlstra50e76632017-09-07 11:13:38 +02003365}
3366
Paul Jackson38837fc2006-09-29 02:01:16 -07003367/*
Lai Jiangshan38d7bee2012-12-12 13:51:24 -08003368 * Keep top_cpuset.mems_allowed tracking node_states[N_MEMORY].
3369 * Call this routine anytime after node_states[N_MEMORY] changes.
Srivatsa S. Bhata1cd2b12012-05-24 19:47:03 +05303370 * See cpuset_update_active_cpus() for CPU hotplug handling.
Paul Jackson38837fc2006-09-29 02:01:16 -07003371 */
Miao Xief4818912008-11-19 15:36:30 -08003372static int cpuset_track_online_nodes(struct notifier_block *self,
3373 unsigned long action, void *arg)
Paul Jackson38837fc2006-09-29 02:01:16 -07003374{
Tejun Heo3a5a6d02013-01-07 08:51:07 -08003375 schedule_work(&cpuset_hotplug_work);
Miao Xief4818912008-11-19 15:36:30 -08003376 return NOTIFY_OK;
Paul Jackson38837fc2006-09-29 02:01:16 -07003377}
Andrew Mortond8f10cb2013-04-29 15:08:08 -07003378
3379static struct notifier_block cpuset_track_online_nodes_nb = {
3380 .notifier_call = cpuset_track_online_nodes,
3381 .priority = 10, /* ??! */
3382};
Paul Jackson38837fc2006-09-29 02:01:16 -07003383
Linus Torvalds1da177e2005-04-16 15:20:36 -07003384/**
3385 * cpuset_init_smp - initialize cpus_allowed
3386 *
3387 * Description: Finish top cpuset after cpu, node maps are initialized
Andrew Mortond8f10cb2013-04-29 15:08:08 -07003388 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003389void __init cpuset_init_smp(void)
3390{
Peter Zijlstra6ad4c182009-11-25 13:31:39 +01003391 cpumask_copy(top_cpuset.cpus_allowed, cpu_active_mask);
Lai Jiangshan38d7bee2012-12-12 13:51:24 -08003392 top_cpuset.mems_allowed = node_states[N_MEMORY];
Li Zefan33ad8012013-06-09 17:15:08 +08003393 top_cpuset.old_mems_allowed = top_cpuset.mems_allowed;
Paul Jackson4c4d50f2006-08-27 01:23:51 -07003394
Li Zefane2b9a3d2014-07-09 16:47:03 +08003395 cpumask_copy(top_cpuset.effective_cpus, cpu_active_mask);
3396 top_cpuset.effective_mems = node_states[N_MEMORY];
3397
Andrew Mortond8f10cb2013-04-29 15:08:08 -07003398 register_hotmemory_notifier(&cpuset_track_online_nodes_nb);
Tejun Heoe93ad192016-01-19 12:18:41 -05003399
3400 cpuset_migrate_mm_wq = alloc_ordered_workqueue("cpuset_migrate_mm", 0);
3401 BUG_ON(!cpuset_migrate_mm_wq);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003402}
3403
3404/**
Linus Torvalds1da177e2005-04-16 15:20:36 -07003405 * cpuset_cpus_allowed - return cpus_allowed mask from a tasks cpuset.
3406 * @tsk: pointer to task_struct from which to obtain cpuset->cpus_allowed.
Li Zefan6af866a2009-01-07 18:08:45 -08003407 * @pmask: pointer to struct cpumask variable to receive cpus_allowed set.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003408 *
Li Zefan300ed6c2009-01-07 18:08:44 -08003409 * Description: Returns the cpumask_var_t cpus_allowed of the cpuset
Linus Torvalds1da177e2005-04-16 15:20:36 -07003410 * attached to the specified @tsk. Guaranteed to return some non-empty
Rusty Russell5f054e32012-03-29 15:38:31 +10303411 * subset of cpu_online_mask, even if this means going outside the
Linus Torvalds1da177e2005-04-16 15:20:36 -07003412 * tasks cpuset.
3413 **/
3414
Li Zefan6af866a2009-01-07 18:08:45 -08003415void cpuset_cpus_allowed(struct task_struct *tsk, struct cpumask *pmask)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003416{
Vladimir Davydov8447a0f2014-10-20 15:50:29 +04003417 unsigned long flags;
3418
3419 spin_lock_irqsave(&callback_lock, flags);
Will Deacon431c69f2021-07-30 12:24:30 +01003420 guarantee_online_cpus(tsk, pmask);
Vladimir Davydov8447a0f2014-10-20 15:50:29 +04003421 spin_unlock_irqrestore(&callback_lock, flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003422}
3423
Joel Savitzd477f8c2019-06-12 11:50:48 -04003424/**
3425 * cpuset_cpus_allowed_fallback - final fallback before complete catastrophe.
3426 * @tsk: pointer to task_struct with which the scheduler is struggling
3427 *
3428 * Description: In the case that the scheduler cannot find an allowed cpu in
3429 * tsk->cpus_allowed, we fall back to task_cs(tsk)->cpus_allowed. In legacy
3430 * mode however, this value is the same as task_cs(tsk)->effective_cpus,
3431 * which will not contain a sane cpumask during cases such as cpu hotplugging.
3432 * This is the absolute last resort for the scheduler and it is only used if
3433 * _every_ other avenue has been traveled.
Will Deacon97c00542021-07-30 12:24:31 +01003434 *
3435 * Returns true if the affinity of @tsk was changed, false otherwise.
Joel Savitzd477f8c2019-06-12 11:50:48 -04003436 **/
3437
Will Deacon97c00542021-07-30 12:24:31 +01003438bool cpuset_cpus_allowed_fallback(struct task_struct *tsk)
Oleg Nesterov9084bb82010-03-15 10:10:27 +01003439{
Will Deacond4b96fb2021-07-30 12:24:29 +01003440 const struct cpumask *possible_mask = task_cpu_possible_mask(tsk);
3441 const struct cpumask *cs_mask;
Will Deacon97c00542021-07-30 12:24:31 +01003442 bool changed = false;
Will Deacond4b96fb2021-07-30 12:24:29 +01003443
Oleg Nesterov9084bb82010-03-15 10:10:27 +01003444 rcu_read_lock();
Will Deacond4b96fb2021-07-30 12:24:29 +01003445 cs_mask = task_cs(tsk)->cpus_allowed;
Will Deacon97c00542021-07-30 12:24:31 +01003446 if (is_in_v2_mode() && cpumask_subset(cs_mask, possible_mask)) {
Will Deacond4b96fb2021-07-30 12:24:29 +01003447 do_set_cpus_allowed(tsk, cs_mask);
Will Deacon97c00542021-07-30 12:24:31 +01003448 changed = true;
3449 }
Oleg Nesterov9084bb82010-03-15 10:10:27 +01003450 rcu_read_unlock();
3451
3452 /*
3453 * We own tsk->cpus_allowed, nobody can change it under us.
3454 *
3455 * But we used cs && cs->cpus_allowed lockless and thus can
3456 * race with cgroup_attach_task() or update_cpumask() and get
3457 * the wrong tsk->cpus_allowed. However, both cases imply the
3458 * subsequent cpuset_change_cpumask()->set_cpus_allowed_ptr()
3459 * which takes task_rq_lock().
3460 *
3461 * If we are called after it dropped the lock we must see all
3462 * changes in tsk_cs()->cpus_allowed. Otherwise we can temporary
3463 * set any mask even if it is not right from task_cs() pov,
3464 * the pending set_cpus_allowed_ptr() will fix things.
Peter Zijlstra2baab4e2012-03-20 15:57:01 +01003465 *
3466 * select_fallback_rq() will fix things ups and set cpu_possible_mask
3467 * if required.
Oleg Nesterov9084bb82010-03-15 10:10:27 +01003468 */
Will Deacon97c00542021-07-30 12:24:31 +01003469 return changed;
Oleg Nesterov9084bb82010-03-15 10:10:27 +01003470}
3471
Rasmus Villemoes8f4ab072015-02-12 15:00:16 -08003472void __init cpuset_init_current_mems_allowed(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003473{
Mike Travisf9a86fc2008-04-04 18:11:07 -07003474 nodes_setall(current->mems_allowed);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003475}
3476
Randy Dunlapd9fd8a62005-07-27 11:45:11 -07003477/**
Paul Jackson909d75a2006-01-08 01:01:55 -08003478 * cpuset_mems_allowed - return mems_allowed mask from a tasks cpuset.
3479 * @tsk: pointer to task_struct from which to obtain cpuset->mems_allowed.
3480 *
3481 * Description: Returns the nodemask_t mems_allowed of the cpuset
3482 * attached to the specified @tsk. Guaranteed to return some non-empty
Lai Jiangshan38d7bee2012-12-12 13:51:24 -08003483 * subset of node_states[N_MEMORY], even if this means going outside the
Paul Jackson909d75a2006-01-08 01:01:55 -08003484 * tasks cpuset.
3485 **/
3486
3487nodemask_t cpuset_mems_allowed(struct task_struct *tsk)
3488{
3489 nodemask_t mask;
Vladimir Davydov8447a0f2014-10-20 15:50:29 +04003490 unsigned long flags;
Paul Jackson909d75a2006-01-08 01:01:55 -08003491
Vladimir Davydov8447a0f2014-10-20 15:50:29 +04003492 spin_lock_irqsave(&callback_lock, flags);
Li Zefanb8dadcb2014-03-03 17:28:36 -05003493 rcu_read_lock();
Li Zefanae1c8022014-07-09 16:48:32 +08003494 guarantee_online_mems(task_cs(tsk), &mask);
Li Zefanb8dadcb2014-03-03 17:28:36 -05003495 rcu_read_unlock();
Vladimir Davydov8447a0f2014-10-20 15:50:29 +04003496 spin_unlock_irqrestore(&callback_lock, flags);
Paul Jackson909d75a2006-01-08 01:01:55 -08003497
3498 return mask;
3499}
3500
3501/**
Zhen Lei08b2b6f2021-05-24 16:29:43 +08003502 * cpuset_nodemask_valid_mems_allowed - check nodemask vs. current mems_allowed
Mel Gorman19770b32008-04-28 02:12:18 -07003503 * @nodemask: the nodemask to be checked
Randy Dunlapd9fd8a62005-07-27 11:45:11 -07003504 *
Mel Gorman19770b32008-04-28 02:12:18 -07003505 * Are any of the nodes in the nodemask allowed in current->mems_allowed?
Linus Torvalds1da177e2005-04-16 15:20:36 -07003506 */
Mel Gorman19770b32008-04-28 02:12:18 -07003507int cpuset_nodemask_valid_mems_allowed(nodemask_t *nodemask)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003508{
Mel Gorman19770b32008-04-28 02:12:18 -07003509 return nodes_intersects(*nodemask, current->mems_allowed);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003510}
3511
Paul Jackson9bf22292005-09-06 15:18:12 -07003512/*
Paul Menage78608362008-04-29 01:00:26 -07003513 * nearest_hardwall_ancestor() - Returns the nearest mem_exclusive or
3514 * mem_hardwall ancestor to the specified cpuset. Call holding
Vladimir Davydov8447a0f2014-10-20 15:50:29 +04003515 * callback_lock. If no ancestor is mem_exclusive or mem_hardwall
Paul Menage78608362008-04-29 01:00:26 -07003516 * (an unusual configuration), then returns the root cpuset.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003517 */
Tejun Heoc9710d82013-08-08 20:11:22 -04003518static struct cpuset *nearest_hardwall_ancestor(struct cpuset *cs)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003519{
Tejun Heoc4310692013-01-07 08:51:08 -08003520 while (!(is_mem_exclusive(cs) || is_mem_hardwall(cs)) && parent_cs(cs))
3521 cs = parent_cs(cs);
Paul Jackson9bf22292005-09-06 15:18:12 -07003522 return cs;
3523}
3524
3525/**
Vladimir Davydov344736f2014-10-20 15:50:30 +04003526 * cpuset_node_allowed - Can we allocate on a memory node?
David Rientjesa1bc5a42009-04-02 16:57:54 -07003527 * @node: is this an allowed node?
Paul Jackson02a0e532006-12-13 00:34:25 -08003528 * @gfp_mask: memory allocation flags
Paul Jackson9bf22292005-09-06 15:18:12 -07003529 *
David Rientjes6e276d22015-04-14 15:47:01 -07003530 * If we're in interrupt, yes, we can always allocate. If @node is set in
3531 * current's mems_allowed, yes. If it's not a __GFP_HARDWALL request and this
3532 * node is set in the nearest hardwalled cpuset ancestor to current's cpuset,
Michal Hockoda99ecf2017-09-06 16:24:53 -07003533 * yes. If current has access to memory reserves as an oom victim, yes.
Paul Jackson9bf22292005-09-06 15:18:12 -07003534 * Otherwise, no.
3535 *
3536 * GFP_USER allocations are marked with the __GFP_HARDWALL bit,
David Rientjesc596d9f2007-05-06 14:49:32 -07003537 * and do not allow allocations outside the current tasks cpuset
Michal Hockoda99ecf2017-09-06 16:24:53 -07003538 * unless the task has been OOM killed.
Paul Jackson9bf22292005-09-06 15:18:12 -07003539 * GFP_KERNEL allocations are not so marked, so can escape to the
Paul Menage78608362008-04-29 01:00:26 -07003540 * nearest enclosing hardwalled ancestor cpuset.
Paul Jackson9bf22292005-09-06 15:18:12 -07003541 *
Vladimir Davydov8447a0f2014-10-20 15:50:29 +04003542 * Scanning up parent cpusets requires callback_lock. The
Paul Jackson02a0e532006-12-13 00:34:25 -08003543 * __alloc_pages() routine only calls here with __GFP_HARDWALL bit
3544 * _not_ set if it's a GFP_KERNEL allocation, and all nodes in the
3545 * current tasks mems_allowed came up empty on the first pass over
3546 * the zonelist. So only GFP_KERNEL allocations, if all nodes in the
Vladimir Davydov8447a0f2014-10-20 15:50:29 +04003547 * cpuset are short of memory, might require taking the callback_lock.
Paul Jackson9bf22292005-09-06 15:18:12 -07003548 *
Paul Jackson36be57f2006-05-20 15:00:10 -07003549 * The first call here from mm/page_alloc:get_page_from_freelist()
Paul Jackson02a0e532006-12-13 00:34:25 -08003550 * has __GFP_HARDWALL set in gfp_mask, enforcing hardwall cpusets,
3551 * so no allocation on a node outside the cpuset is allowed (unless
3552 * in interrupt, of course).
Paul Jackson9bf22292005-09-06 15:18:12 -07003553 *
Paul Jackson36be57f2006-05-20 15:00:10 -07003554 * The second pass through get_page_from_freelist() doesn't even call
3555 * here for GFP_ATOMIC calls. For those calls, the __alloc_pages()
3556 * variable 'wait' is not set, and the bit ALLOC_CPUSET is not set
3557 * in alloc_flags. That logic and the checks below have the combined
3558 * affect that:
Paul Jackson9bf22292005-09-06 15:18:12 -07003559 * in_interrupt - any node ok (current task context irrelevant)
3560 * GFP_ATOMIC - any node ok
Michal Hockoda99ecf2017-09-06 16:24:53 -07003561 * tsk_is_oom_victim - any node ok
Paul Menage78608362008-04-29 01:00:26 -07003562 * GFP_KERNEL - any node in enclosing hardwalled cpuset ok
Paul Jackson9bf22292005-09-06 15:18:12 -07003563 * GFP_USER - only nodes in current tasks mems allowed ok.
Paul Jackson02a0e532006-12-13 00:34:25 -08003564 */
Vlastimil Babka002f2902016-05-19 17:14:30 -07003565bool __cpuset_node_allowed(int node, gfp_t gfp_mask)
Paul Jackson9bf22292005-09-06 15:18:12 -07003566{
Tejun Heoc9710d82013-08-08 20:11:22 -04003567 struct cpuset *cs; /* current cpuset ancestors */
Qi Zhengd4296fa2021-12-19 10:41:54 +08003568 bool allowed; /* is allocation in zone z allowed? */
Vladimir Davydov8447a0f2014-10-20 15:50:29 +04003569 unsigned long flags;
Paul Jackson9bf22292005-09-06 15:18:12 -07003570
David Rientjes6e276d22015-04-14 15:47:01 -07003571 if (in_interrupt())
Vlastimil Babka002f2902016-05-19 17:14:30 -07003572 return true;
Paul Jackson9bf22292005-09-06 15:18:12 -07003573 if (node_isset(node, current->mems_allowed))
Vlastimil Babka002f2902016-05-19 17:14:30 -07003574 return true;
David Rientjesc596d9f2007-05-06 14:49:32 -07003575 /*
3576 * Allow tasks that have access to memory reserves because they have
3577 * been OOM killed to get memory anywhere.
3578 */
Michal Hockoda99ecf2017-09-06 16:24:53 -07003579 if (unlikely(tsk_is_oom_victim(current)))
Vlastimil Babka002f2902016-05-19 17:14:30 -07003580 return true;
Paul Jackson9bf22292005-09-06 15:18:12 -07003581 if (gfp_mask & __GFP_HARDWALL) /* If hardwall request, stop here */
Vlastimil Babka002f2902016-05-19 17:14:30 -07003582 return false;
Paul Jackson9bf22292005-09-06 15:18:12 -07003583
Bob Picco5563e772005-11-13 16:06:35 -08003584 if (current->flags & PF_EXITING) /* Let dying task have memory */
Vlastimil Babka002f2902016-05-19 17:14:30 -07003585 return true;
Bob Picco5563e772005-11-13 16:06:35 -08003586
Paul Jackson9bf22292005-09-06 15:18:12 -07003587 /* Not hardwall and node outside mems_allowed: scan up cpusets */
Vladimir Davydov8447a0f2014-10-20 15:50:29 +04003588 spin_lock_irqsave(&callback_lock, flags);
Paul Jackson053199e2005-10-30 15:02:30 -08003589
Li Zefanb8dadcb2014-03-03 17:28:36 -05003590 rcu_read_lock();
Paul Menage78608362008-04-29 01:00:26 -07003591 cs = nearest_hardwall_ancestor(task_cs(current));
Li Zefan99afb0f2014-02-27 18:19:36 +08003592 allowed = node_isset(node, cs->mems_allowed);
Li Zefanb8dadcb2014-03-03 17:28:36 -05003593 rcu_read_unlock();
Paul Jackson053199e2005-10-30 15:02:30 -08003594
Vladimir Davydov8447a0f2014-10-20 15:50:29 +04003595 spin_unlock_irqrestore(&callback_lock, flags);
Paul Jackson9bf22292005-09-06 15:18:12 -07003596 return allowed;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003597}
3598
Paul Jacksonef08e3b2005-09-06 15:18:13 -07003599/**
Jack Steiner6adef3e2010-05-26 14:42:49 -07003600 * cpuset_mem_spread_node() - On which node to begin search for a file page
3601 * cpuset_slab_spread_node() - On which node to begin search for a slab page
Paul Jackson825a46a2006-03-24 03:16:03 -08003602 *
3603 * If a task is marked PF_SPREAD_PAGE or PF_SPREAD_SLAB (as for
3604 * tasks in a cpuset with is_spread_page or is_spread_slab set),
3605 * and if the memory allocation used cpuset_mem_spread_node()
3606 * to determine on which node to start looking, as it will for
3607 * certain page cache or slab cache pages such as used for file
3608 * system buffers and inode caches, then instead of starting on the
3609 * local node to look for a free page, rather spread the starting
3610 * node around the tasks mems_allowed nodes.
3611 *
3612 * We don't have to worry about the returned node being offline
3613 * because "it can't happen", and even if it did, it would be ok.
3614 *
3615 * The routines calling guarantee_online_mems() are careful to
3616 * only set nodes in task->mems_allowed that are online. So it
3617 * should not be possible for the following code to return an
3618 * offline node. But if it did, that would be ok, as this routine
3619 * is not returning the node where the allocation must be, only
3620 * the node where the search should start. The zonelist passed to
3621 * __alloc_pages() will include all nodes. If the slab allocator
3622 * is passed an offline node, it will fall back to the local node.
3623 * See kmem_cache_alloc_node().
3624 */
3625
Jack Steiner6adef3e2010-05-26 14:42:49 -07003626static int cpuset_spread_node(int *rotor)
Paul Jackson825a46a2006-03-24 03:16:03 -08003627{
Andrew Morton0edaf862016-05-19 17:10:58 -07003628 return *rotor = next_node_in(*rotor, current->mems_allowed);
Paul Jackson825a46a2006-03-24 03:16:03 -08003629}
Jack Steiner6adef3e2010-05-26 14:42:49 -07003630
3631int cpuset_mem_spread_node(void)
3632{
Michal Hocko778d3b02011-07-26 16:08:30 -07003633 if (current->cpuset_mem_spread_rotor == NUMA_NO_NODE)
3634 current->cpuset_mem_spread_rotor =
3635 node_random(&current->mems_allowed);
3636
Jack Steiner6adef3e2010-05-26 14:42:49 -07003637 return cpuset_spread_node(&current->cpuset_mem_spread_rotor);
3638}
3639
3640int cpuset_slab_spread_node(void)
3641{
Michal Hocko778d3b02011-07-26 16:08:30 -07003642 if (current->cpuset_slab_spread_rotor == NUMA_NO_NODE)
3643 current->cpuset_slab_spread_rotor =
3644 node_random(&current->mems_allowed);
3645
Jack Steiner6adef3e2010-05-26 14:42:49 -07003646 return cpuset_spread_node(&current->cpuset_slab_spread_rotor);
3647}
3648
Paul Jackson825a46a2006-03-24 03:16:03 -08003649EXPORT_SYMBOL_GPL(cpuset_mem_spread_node);
3650
3651/**
David Rientjesbbe373f2007-10-16 23:25:58 -07003652 * cpuset_mems_allowed_intersects - Does @tsk1's mems_allowed intersect @tsk2's?
3653 * @tsk1: pointer to task_struct of some task.
3654 * @tsk2: pointer to task_struct of some other task.
Paul Jacksonef08e3b2005-09-06 15:18:13 -07003655 *
David Rientjesbbe373f2007-10-16 23:25:58 -07003656 * Description: Return true if @tsk1's mems_allowed intersects the
3657 * mems_allowed of @tsk2. Used by the OOM killer to determine if
3658 * one of the task's memory usage might impact the memory available
3659 * to the other.
Paul Jacksonef08e3b2005-09-06 15:18:13 -07003660 **/
3661
David Rientjesbbe373f2007-10-16 23:25:58 -07003662int cpuset_mems_allowed_intersects(const struct task_struct *tsk1,
3663 const struct task_struct *tsk2)
Paul Jacksonef08e3b2005-09-06 15:18:13 -07003664{
David Rientjesbbe373f2007-10-16 23:25:58 -07003665 return nodes_intersects(tsk1->mems_allowed, tsk2->mems_allowed);
Paul Jacksonef08e3b2005-09-06 15:18:13 -07003666}
3667
David Rientjes75aa1992009-01-06 14:39:01 -08003668/**
David Rientjesda39da32015-11-05 18:48:05 -08003669 * cpuset_print_current_mems_allowed - prints current's cpuset and mems_allowed
David Rientjes75aa1992009-01-06 14:39:01 -08003670 *
David Rientjesda39da32015-11-05 18:48:05 -08003671 * Description: Prints current's name, cpuset name, and cached copy of its
Li Zefanb8dadcb2014-03-03 17:28:36 -05003672 * mems_allowed to the kernel log.
David Rientjes75aa1992009-01-06 14:39:01 -08003673 */
David Rientjesda39da32015-11-05 18:48:05 -08003674void cpuset_print_current_mems_allowed(void)
David Rientjes75aa1992009-01-06 14:39:01 -08003675{
Li Zefanb8dadcb2014-03-03 17:28:36 -05003676 struct cgroup *cgrp;
David Rientjes75aa1992009-01-06 14:39:01 -08003677
Li Zefanb8dadcb2014-03-03 17:28:36 -05003678 rcu_read_lock();
Li Zefan63f43f52013-01-25 16:08:01 +08003679
David Rientjesda39da32015-11-05 18:48:05 -08003680 cgrp = task_cs(current)->css.cgroup;
yuzhoujianef8444e2018-12-28 00:36:07 -08003681 pr_cont(",cpuset=");
Tejun Heoe61734c2014-02-12 09:29:50 -05003682 pr_cont_cgroup_name(cgrp);
yuzhoujianef8444e2018-12-28 00:36:07 -08003683 pr_cont(",mems_allowed=%*pbl",
David Rientjesda39da32015-11-05 18:48:05 -08003684 nodemask_pr_args(&current->mems_allowed));
Li Zefanf440d982013-03-01 15:02:15 +08003685
Li Zefancfb59662013-03-12 10:28:39 +08003686 rcu_read_unlock();
David Rientjes75aa1992009-01-06 14:39:01 -08003687}
3688
Linus Torvalds1da177e2005-04-16 15:20:36 -07003689/*
Paul Jackson3e0d98b2006-01-08 01:01:49 -08003690 * Collection of memory_pressure is suppressed unless
3691 * this flag is enabled by writing "1" to the special
3692 * cpuset file 'memory_pressure_enabled' in the root cpuset.
3693 */
3694
Paul Jacksonc5b2aff82006-01-08 01:01:51 -08003695int cpuset_memory_pressure_enabled __read_mostly;
Paul Jackson3e0d98b2006-01-08 01:01:49 -08003696
3697/**
3698 * cpuset_memory_pressure_bump - keep stats of per-cpuset reclaims.
3699 *
3700 * Keep a running average of the rate of synchronous (direct)
3701 * page reclaim efforts initiated by tasks in each cpuset.
3702 *
3703 * This represents the rate at which some task in the cpuset
3704 * ran low on memory on all nodes it was allowed to use, and
3705 * had to enter the kernels page reclaim code in an effort to
3706 * create more free memory by tossing clean pages or swapping
3707 * or writing dirty pages.
3708 *
3709 * Display to user space in the per-cpuset read-only file
3710 * "memory_pressure". Value displayed is an integer
3711 * representing the recent rate of entry into the synchronous
3712 * (direct) page reclaim by any task attached to the cpuset.
3713 **/
3714
3715void __cpuset_memory_pressure_bump(void)
3716{
Li Zefanb8dadcb2014-03-03 17:28:36 -05003717 rcu_read_lock();
Paul Menage8793d852007-10-18 23:39:39 -07003718 fmeter_markevent(&task_cs(current)->fmeter);
Li Zefanb8dadcb2014-03-03 17:28:36 -05003719 rcu_read_unlock();
Paul Jackson3e0d98b2006-01-08 01:01:49 -08003720}
3721
Paul Menage8793d852007-10-18 23:39:39 -07003722#ifdef CONFIG_PROC_PID_CPUSET
Paul Jackson3e0d98b2006-01-08 01:01:49 -08003723/*
Linus Torvalds1da177e2005-04-16 15:20:36 -07003724 * proc_cpuset_show()
3725 * - Print tasks cpuset path into seq_file.
3726 * - Used for /proc/<pid>/cpuset.
Paul Jackson053199e2005-10-30 15:02:30 -08003727 * - No need to task_lock(tsk) on this tsk->cpuset reference, as it
3728 * doesn't really matter if tsk->cpuset changes after we read it,
Waiman Longb94f9ac2021-09-09 22:42:56 -04003729 * and we take cpuset_rwsem, keeping cpuset_attach() from changing it
Paul Menage2df167a2008-02-07 00:14:45 -08003730 * anyway.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003731 */
Zefan Li52de4772014-09-18 16:03:36 +08003732int proc_cpuset_show(struct seq_file *m, struct pid_namespace *ns,
3733 struct pid *pid, struct task_struct *tsk)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003734{
Tejun Heo4c737b42016-08-10 11:23:44 -04003735 char *buf;
Paul Menage8793d852007-10-18 23:39:39 -07003736 struct cgroup_subsys_state *css;
Eric W. Biederman99f89552006-06-26 00:25:55 -07003737 int retval;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003738
Eric W. Biederman99f89552006-06-26 00:25:55 -07003739 retval = -ENOMEM;
Tejun Heoe61734c2014-02-12 09:29:50 -05003740 buf = kmalloc(PATH_MAX, GFP_KERNEL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003741 if (!buf)
Eric W. Biederman99f89552006-06-26 00:25:55 -07003742 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003743
Aditya Kalia79a9082016-01-29 02:54:06 -06003744 css = task_get_css(tsk, cpuset_cgrp_id);
Tejun Heo4c737b42016-08-10 11:23:44 -04003745 retval = cgroup_path_ns(css->cgroup, buf, PATH_MAX,
3746 current->nsproxy->cgroup_ns);
Aditya Kalia79a9082016-01-29 02:54:06 -06003747 css_put(css);
Tejun Heo4c737b42016-08-10 11:23:44 -04003748 if (retval >= PATH_MAX)
Tejun Heo679a5e32016-09-29 11:58:36 +02003749 retval = -ENAMETOOLONG;
3750 if (retval < 0)
Zefan Li52de4772014-09-18 16:03:36 +08003751 goto out_free;
Tejun Heo4c737b42016-08-10 11:23:44 -04003752 seq_puts(m, buf);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003753 seq_putc(m, '\n');
Tejun Heoe61734c2014-02-12 09:29:50 -05003754 retval = 0;
Eric W. Biederman99f89552006-06-26 00:25:55 -07003755out_free:
Linus Torvalds1da177e2005-04-16 15:20:36 -07003756 kfree(buf);
Eric W. Biederman99f89552006-06-26 00:25:55 -07003757out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07003758 return retval;
3759}
Paul Menage8793d852007-10-18 23:39:39 -07003760#endif /* CONFIG_PROC_PID_CPUSET */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003761
Heiko Carstensd01d4822009-09-21 11:06:27 +02003762/* Display task mems_allowed in /proc/<pid>/status file. */
Eric W. Biedermandf5f8312008-02-08 04:18:33 -08003763void cpuset_task_status_allowed(struct seq_file *m, struct task_struct *task)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003764{
Tejun Heoe8e6d972015-02-13 14:37:23 -08003765 seq_printf(m, "Mems_allowed:\t%*pb\n",
3766 nodemask_pr_args(&task->mems_allowed));
3767 seq_printf(m, "Mems_allowed_list:\t%*pbl\n",
3768 nodemask_pr_args(&task->mems_allowed));
Linus Torvalds1da177e2005-04-16 15:20:36 -07003769}