From d53444085f00087754ff755d953b6226e07e363b Mon Sep 17 00:00:00 2001 From: Mike Yuan Date: Thu, 5 Jun 2025 23:04:16 +0200 Subject: [PATCH] README: add more kernel APIs we now utilize --- README | 3 +++ 1 file changed, 3 insertions(+) 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. -- 2.47.3