]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
README: add more kernel APIs we now utilize
authorMike Yuan <me@yhndnzj.com>
Thu, 5 Jun 2025 21:04:16 +0000 (23:04 +0200)
committerMike Yuan <me@yhndnzj.com>
Tue, 17 Jun 2025 11:16:07 +0000 (13:16 +0200)
README

diff --git a/README b/README
index 695819cd9bed106864dd187fa07a8cd16febe66e..7199166669138113829d83431cbd578cc696e9a0 100644 (file)
--- a/README
+++ b/README
@@ -71,7 +71,10 @@ REQUIREMENTS:
                                and MOVE_MOUNT_BENEATH
                      ≥ 6.6 for quota support on tmpfs
                      ≥ 6.9 for pidfs
+                     ≥ 6.10 for fcntl(F_DUPFD_QUERY), unprivileged linkat(AT_EMPTY_PATH),
+                            and block device 'partscan' sysfs attribute
                      ≥ 6.13 for PIDFD_GET_INFO and {set,remove}xattrat()
+                     ≥ 6.16 for coredump pattern '%F' (pidfd) specifier
 
         ✅ systemd utilizes several new kernel APIs, but will fall back gracefully
            when unavailable.