summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2022-07-25 14:55:48 +0200
committerLennart Poettering <lennart@poettering.net>2022-07-25 14:55:48 +0200
commit3345802cd7e97f058bd8d935f40b13fbe02a2768 (patch)
tree5e14e8623adc88064f061ebe17efbf55a9d9c473 /TODO
parentjournal: Move more pattern matching logic into pcre2-util (diff)
downloadsystemd-3345802cd7e97f058bd8d935f40b13fbe02a2768.tar.xz
systemd-3345802cd7e97f058bd8d935f40b13fbe02a2768.zip
TODO: add new 'deprecations and removals' section
Diffstat (limited to 'TODO')
-rw-r--r--TODO32
1 files changed, 24 insertions, 8 deletions
diff --git a/TODO b/TODO
index 51ff28ee71..63ddd6abcf 100644
--- a/TODO
+++ b/TODO
@@ -77,13 +77,36 @@ Janitorial Clean-ups:
* rework mount.c and swap.c to follow proper state enumeration/deserialization
semantics, like we do for device.c now
-Features:
+Deprecations and removals:
+
+* Remove any support for booting without /usr pre-mounted in the initrd entirely.
+ Update INITRD_INTERFACE.md accordingly.
+
+* 2019-10 – Remove POINTINGSTICK_CONST_ACCEL references from the hwdb, see #9573
* remove cgrouspv1 support EOY 2023. As per
https://lists.freedesktop.org/archives/systemd-devel/2022-July/048120.html
and then rework cgroupsv2 support around fds, i.e. keep one fd per active
unit around, and always operate on that, instead of cgroup fs paths.
+* drop support for kernels that lack ambient capabilities support (i.e. make
+ 4.3 new baseline). Then drop support for "!!" modifier for ExecStart= which
+ is only supported for such old kernels
+
+* drop support for getrandom()-less kernels. (GRND_INSECURE means, once kernel
+ 5.6 becomes our baseline). See
+ https://github.com/systemd/systemd/pull/24101#issuecomment-1193966468 Maybe
+ before that: at taint-flags/warn about kernels that lack
+ getrandom()/environments where it is blocked.
+
+* drop support for LOOP_CONFIGURE-less loopback block devices (once baseline is
+ 5.8)
+
+* rework our PID tracking in services and so on, to be strictly based on pidfd,
+ once baseline is 5.13.
+
+Features:
+
* add small wrapper around qemu that implements sd_notify/AF_VSOCK + machined and
maybe some other stuff and boots it
@@ -328,10 +351,6 @@ Features:
cloud-init/ignitation and similar can parameterize the host with data they
acquire.
-* drop support for kernels that lack ambient capabilities support (i.e. make
- 4.3 new baseline). Then drop support for "!!" modifier for ExecStart= which
- is only supported for such old kernels
-
* sd-event: compat wd reuse in inotify code: keep a set of removed watch
descriptors, and clear this set piecemeal when we see the IN_IGNORED event
for it, or when read() returns EAGAIN or on IN_Q_OVERFLOW. Then, whenever we
@@ -832,9 +851,6 @@ Features:
* if /usr/bin/swapoff fails due to OOM, log a friendly explanatory message about it
-* Remove any support for booting without /usr pre-mounted in the initrd entirely.
- Update INITRD_INTERFACE.md accordingly.
-
* pid1: Move to tracking of main pid/control pid of units per pidfd
* pid1: support new clone3() fork-into-cgroup feature