From: Lennart Poettering Date: Thu, 23 May 2024 12:21:59 +0000 (+0200) Subject: update TODO X-Git-Tag: v256-rc4~132^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=51a9a006a55f6c7432afcb95c20eb0851bf9ba4b;p=thirdparty%2Fsystemd.git update TODO --- diff --git a/TODO b/TODO index 102bdd0a0a9..9fbf041546d 100644 --- a/TODO +++ b/TODO @@ -130,6 +130,10 @@ Deprecations and removals: Features: +* rework tpm2_parse_pcr_argument_to_mask() to refuse literal hash value + specifications. They are currently parsed but ignored. We should refuse them + however, to not confuse people. + * use name_to_handle_at() with AT_HANDLE_FID instead of .st_ino (inode number) for identifying inodes, for example in copy.c when finding hard links, or loop-util.c for tracking backing files, and other places.