X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=TODO;h=a6eed6f401298102bf6b0b7c46279ddcbe57f1f4;hb=554604b3073467af75dc94fac9e2343148603289;hp=7a1df651f65dcf5fe7de2a715048dcd5e3848b1a;hpb=174da5c5cabbaf3f3a8fc1f14bd6a3b50b2ea278;p=elogind.git diff --git a/TODO b/TODO index 7a1df651f..a6eed6f40 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 @@ -26,56 +34,63 @@ Fedora 19: * when installing fedora with yum --installroot /var/run is a directory, not a symlink -Features: +CGroup Rework Completion: -* move systemctl set-log-level to systemd-analyze? +* introduce "mainpid" for scopes + +* implement system-wide DefaultCPUAccounting=1 switch (and similar for blockio, memory?) -* fix killing spree logic in systemd-user-sessions +* implement per-slice CPUFairScheduling=1 switch + +* handle jointly mounted controllers correctly * logind: implement session kill exceptions * fix machine regstration to forward property array -* fix loginctl cgroup enumeration +* make BlockIODeviceWeight=, BlockIODeviceBandwidth= runtime settable -* move "systemctl dump" to systemd-analyze +* split up BlockIOWeight= and BlockIODeviceWeight= -* introduce "mainpid" for scopes +* introduce high-level settings for RT budget, swappiness -* add a fixed dbus path for "my own unit", "my own session", ... to PID1, logind, ... +* man: document new bus apis -* add implicit slice for instantiated services +Features: -* service_coldplug() appears to reinstall the wrong stop timeout watch? +* do we really need both hasprefix() and startswith()? -* transient units: allow creating auxiliary units with the same call +* when a kernel driver logs in a tight loop we should ratelimit that too. -* make BlockIODeviceWeight=, BlockIODeviceBandwidth= runtime settable +* journald: when we drop syslog messages because the syslog socket is + full, make sure to write how many messages are lost as first thing + to syslog when it works again. -* split up BlockIOWeight= and BlockIODeviceWeight= +* prohibit Restart= set with Type=oneshot -* introduce high-level settings for RT budget, swapiness +* man: the documentation of Restart= currently is very misleading and suggests the tools from ExecStartPre= might get restarted. -* how to reset dynamically changed attributes sanely? +* load .d/*.conf dropins for device units -* when reloading configuration, apply new cgroup configuration +* move systemctl set-log-level to systemd-analyze? -* implement system-wide DefaultCPUAccounting=1 switch (and similar for blockio, memory?) +* move "systemctl dump" to systemd-analyze -* implement per-slice CPUFairScheduling=1 switch +* add a fixed dbus path for "my own unit", "my own session", ... to PID1, logind, ... -* handle jointly mounted controllers correctly +* service_coldplug() appears to reinstall the wrong stop timeout watch? -* journald: make sure ratelimit is actually really per-service with the new cgroup changes +* transient units: allow creating auxiliary units with the same call -* move systemctl dump to systemd-analyze +* how to reset dynamically changed attributes sanely? + +* when reloading configuration, apply new cgroup configuration + +* journald: make sure ratelimit is actually really per-service with the new cgroup changes * libsystemd-logind: sd_session_is_active() and friends: verify validity of session name before appending it to a path -* logind: when a PAM client calls ReleaseSession() start a timeout and - kill the session entirely after that is reached. - * gparted needs to disable auto-activation of mount units somehow, or maybe we should stop doing auto-activiation of this after boot entirely. https://bugzilla.gnome.org/show_bug.cgi?id=701676 @@ -176,10 +191,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