]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
update TODO 35605/head
authorLennart Poettering <lennart@poettering.net>
Fri, 13 Dec 2024 18:52:33 +0000 (19:52 +0100)
committerLennart Poettering <lennart@poettering.net>
Tue, 17 Dec 2024 17:26:15 +0000 (18:26 +0100)
TODO

diff --git a/TODO b/TODO
index b160e2f8b92ec6098d1031772d46e8978516c106..91127eff94331e3d083acfaa445e0dc4aa3cc2d0 100644 (file)
--- a/TODO
+++ b/TODO
@@ -101,9 +101,6 @@ Deprecations and removals:
   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 lacking memfd_create() (i.e. make 3.17 new
-  baseline), then drop all pipe() based fallbacks.
-
 * 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 for