X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=TODO;h=0498809ea0aff7f5c0f8eba7abf905d3ca222f90;hb=edeb68c53f1cdc452016b4c8512586a70b1262e3;hp=c34f1dab0f7c58400570a0b676744dcf4a01c0e8;hpb=7041efe9600e569da6089c36d00fa3ff58e33178;p=elogind.git diff --git a/TODO b/TODO index c34f1dab0..0498809ea 100644 --- a/TODO +++ b/TODO @@ -11,6 +11,14 @@ Bugfixes: * properly handle .mount unit state tracking when two mount points are stacked one on top of another on the exact same mount point. +* stop importing kernel exported env variables. The utterly broken logic in + the kernel exports every kernel command line option which is not recognized + as a built-in module option as an env variable. Systemd should not pass-on + that nonsense, a kernel command line option is a command line option not an + env variable: + $ cat /proc/252/environ + initrd=\6a9857a393724b7a981ebb5b8495b9ea\3.10.0-2.fc20.x86_64\initrd + Fedora 19: * external: maybe it is time to patch procps so that "ps" links to @@ -28,25 +36,45 @@ Fedora 19: Features: -* split up BlockIOWeight= and BlockIODeviceWeight= +* when a kernel driver logs in a tight loop we should ratelimit that too. -* how to reset dynamically changed attributes sanely? +* move systemctl set-log-level to systemd-analyze? -* when reloading configuration, apply new cgroup configuration +* fix killing spree logic in systemd-user-sessions -* implement system-wide DefaultCPUAccounting=1 switch (and similar for blockio, memory, fair scheduling?) +* logind: implement session kill exceptions -* handle jointly mounted controllers correctly +* fix machine regstration to forward property array + +* fix loginctl cgroup enumeration -* split out CreateMachine into systemd-machined +* move "systemctl dump" to systemd-analyze -* "transient" units, i.e units that are not sourced from disk but - created only transiently via bus calls +* introduce "mainpid" for scopes -* introduce new Scope unit type then make logind's session and machine - registration use this to set up cgroups +* add a fixed dbus path for "my own unit", "my own session", ... to PID1, logind, ... -* should Slice= be part of [Unit] or of [Service]? +* add implicit slice for instantiated services + +* service_coldplug() appears to reinstall the wrong stop timeout watch? + +* transient units: allow creating auxiliary units with the same call + +* make BlockIODeviceWeight=, BlockIODeviceBandwidth= runtime settable + +* split up BlockIOWeight= and BlockIODeviceWeight= + +* introduce high-level settings for RT budget, swapiness + +* how to reset dynamically changed attributes sanely? + +* when reloading configuration, apply new cgroup configuration + +* implement system-wide DefaultCPUAccounting=1 switch (and similar for blockio, memory?) + +* implement per-slice CPUFairScheduling=1 switch + +* handle jointly mounted controllers correctly * journald: make sure ratelimit is actually really per-service with the new cgroup changes @@ -158,10 +186,6 @@ Features: so that the coredump is properly written to the user's own journal file. -* move /usr/lib/modules/$(uname -r)/modules.devname parsing from udevd to - kmod static-nodes - call kmod as an early service, and drop CAP_MKNOD from udevd.service - * seems that when we follow symlinks to units we prefer the symlink destination path over /etc and /usr. We shouldn't do that. Instead /etc should always override /run+/usr and also any symlink