]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
TODO: mention the new core scheduling kernel feature
authorLuca Boccassi <luca.boccassi@microsoft.com>
Thu, 1 Jul 2021 17:22:31 +0000 (18:22 +0100)
committerLuca Boccassi <luca.boccassi@microsoft.com>
Thu, 1 Jul 2021 17:22:31 +0000 (18:22 +0100)
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/admin-guide/hw-vuln/core-scheduling.rst

TODO

diff --git a/TODO b/TODO
index c87f97807057fa855729994ea86a300d8728cae3..811acebff78a29cf4ab9b6c33822df37072d1d04 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1366,6 +1366,9 @@ Features:
     but much rather a disconnect on success.
   - when breaking cycles drop sysv services first, then services from /run, then from /etc, then from /usr
   - when a bus name of a service disappears from the bus make sure to queue further activation requests
+  - maybe introduce CoreScheduling=yes/no to optionally set a PR_SCHED_CORE cookie, so that all
+    processes in a service's cgroup share the same cookie and are guaranteed not to share SMT cores
+    with other units https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/admin-guide/hw-vuln/core-scheduling.rst
 
 * unit files:
   - allow port=0 in .socket units