From: Yu Watanabe Date: Fri, 14 Feb 2025 04:05:39 +0000 (+0900) Subject: README: mention fsopen() is since kernel v5.2 X-Git-Tag: v258-rc1~1342 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d75c74e7bf2b6c786bd68ff81cbba712f97a7417;p=thirdparty%2Fsystemd.git README: mention fsopen() is since kernel v5.2 It is introduced by the following commit. https://github.com/torvalds/linux/commit/24dcb3d90a1f67fe08c68a004af37df059d74005 --- diff --git a/README b/README index e677c2a8007..fd418f60fc4 100644 --- a/README +++ b/README @@ -41,7 +41,7 @@ REQUIREMENTS: ≥ 4.15 for cgroup-bpf device hook and cpu controller in cgroup v2 ≥ 4.17 for cgroup-bpf socket address hooks and /sys/power/resume_offset ≥ 4.20 for PSI (used by systemd-oomd) - ≥ 5.2 for cgroup freezer + ≥ 5.2 for cgroup freezer, and fsopen() ≥ 5.3 for bounded loops in BPF program and keyring namespacing ≥ 5.4 for pidfd, new mount API, and signed Verity images