From: Lennart Poettering Date: Fri, 13 Dec 2024 18:52:33 +0000 (+0100) Subject: update TODO X-Git-Tag: v258-rc1~1831^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F35605%2Fhead;p=thirdparty%2Fsystemd.git update TODO --- diff --git a/TODO b/TODO index b160e2f8b92..91127eff943 100644 --- 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