From d75c74e7bf2b6c786bd68ff81cbba712f97a7417 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Fri, 14 Feb 2025 13:05:39 +0900 Subject: [PATCH] README: mention fsopen() is since kernel v5.2 It is introduced by the following commit. https://github.com/torvalds/linux/commit/24dcb3d90a1f67fe08c68a004af37df059d74005 --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3