]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - TODO
Merge pull request #12140 from poettering/copy-early
[thirdparty/systemd.git] / TODO
diff --git a/TODO b/TODO
index cdcfeca72d0f2be520b89c474a2f47069ddb5018..61cf38e974fbc8467fcbbf52df1d02deedb638f5 100644 (file)
--- a/TODO
+++ b/TODO
@@ -21,6 +21,12 @@ Janitorial Clean-ups:
 
 Features:
 
+* tweak journald context caching. In addition to caching per-process attributes
+  keyed by PID, cache per-cgroup attributes (i.e. the various xattrs we read)
+  keyed by cgroup path, and guarded by ctime changes. This should provide us
+  with a nice speed-up on services that have many processes running in the same
+  cgroup.
+
 * clean up sleep.c:
   - Use CLOCK_BOOTTIME_ALARM for waking up s2h instead of RTC ioctls
   - Parse sleep.conf only once, and parse its whole contents so that we don't
@@ -61,9 +67,6 @@ Features:
 
 * bootctl,sd-boot: actually honour the "architecture" key
 
-* when a socket unit is spawned with an AF_UNIX path in /var/run, complain and
-  patch it to use /run instead
-
 * set memory.oom.group in cgroup v2 for all leaf cgroups (kernel v4.19+)
 
 * add a new syscall group "@esoteric" for more esoteric stuff such as bpf() and