Linux Kernel Selftest development
 help / color / mirror / Atom feed
* [PATCH v2 0/3] cpuset: Allow setscheduler regardless of manipulated task
@ 2023-06-30 18:39 Michal Koutný
  2023-06-30 18:39 ` [PATCH v2 1/3] " Michal Koutný
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Michal Koutný @ 2023-06-30 18:39 UTC (permalink / raw)
  To: linux-kernel, cgroups, linux-kselftest
  Cc: Waiman Long, Zefan Li, Tejun Heo, Johannes Weiner, Shuah Khan

Changes in v2:
- rebased on mainline
- drop is_in_v2_mode()

Changes in v1 (https://lore.kernel.org/r/20230629091146.28801-1-mkoutny@suse.com):
- added selftests
- comments rewording

RFC in https://lore.kernel.org/r/20220623124944.2753-1-mkoutny@suse.com

Michal Koutný (3):
  cpuset: Allow setscheduler regardless of manipulated task
  selftests: cgroup: Minor code reorganizations
  selftests: cgroup: Add cpuset migrations testcase

 MAINTAINERS                                   |   2 +
 kernel/cgroup/cpuset.c                        |  13 +-
 tools/testing/selftests/cgroup/.gitignore     |   1 +
 tools/testing/selftests/cgroup/Makefile       |   2 +
 tools/testing/selftests/cgroup/cgroup_util.c  |   2 +
 tools/testing/selftests/cgroup/cgroup_util.h  |   2 +
 tools/testing/selftests/cgroup/test_core.c    |   2 +-
 tools/testing/selftests/cgroup/test_cpuset.c  | 272 ++++++++++++++++++
 .../selftests/cgroup/test_cpuset_prs.sh       |   2 +-
 9 files changed, 293 insertions(+), 5 deletions(-)
 create mode 100644 tools/testing/selftests/cgroup/test_cpuset.c


base-commit: e55e5df193d247a38a5e1ac65a5316a0adcc22fa
-- 
2.41.0


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

end of thread, other threads:[~2023-06-30 19:20 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-30 18:39 [PATCH v2 0/3] cpuset: Allow setscheduler regardless of manipulated task Michal Koutný
2023-06-30 18:39 ` [PATCH v2 1/3] " Michal Koutný
2023-06-30 19:19   ` Waiman Long
2023-06-30 18:39 ` [PATCH v2 2/3] selftests: cgroup: Minor code reorganizations Michal Koutný
2023-06-30 18:39 ` [PATCH v2 3/3] selftests: cgroup: Add cpuset migrations testcase Michal Koutný

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox