From: Mike Yuan Date: Thu, 5 Jun 2025 21:04:16 +0000 (+0200) Subject: README: add more kernel APIs we now utilize X-Git-Tag: v258-rc1~301^2~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d53444085f00087754ff755d953b6226e07e363b;p=thirdparty%2Fsystemd.git README: add more kernel APIs we now utilize --- diff --git a/README b/README index 695819cd9be..71991666691 100644 --- 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.