From: Lennart Poettering Date: Wed, 20 Apr 2022 12:49:43 +0000 (+0200) Subject: update TODO X-Git-Tag: v251-rc2~97 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b8251337585d5063d740206902c27269f47f981;p=thirdparty%2Fsystemd.git update TODO --- diff --git a/TODO b/TODO index 41b8b88b9b2..77eaeb3fc3e 100644 --- a/TODO +++ b/TODO @@ -78,6 +78,14 @@ Janitorial Clean-ups: Features: +* 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 + see an inotify wd event check against this set, and if it is contained ignore + the event. (to be fully correct this would have to count the occurances, in + case the same wd is reused multiple times before we start processing + IN_IGNORED again) + * sd-stub: set efi var indicating stub features, i.e. whether they pick up creds, sysexts and so on. similar to existing variable of sd-boot