From 2d9d6deeb4dccc4f46e7aa29878fe65b6642682c Mon Sep 17 00:00:00 2001 From: Aleksa Sarai Date: Thu, 24 Jul 2025 14:58:25 +1000 Subject: [PATCH] man/man2/openat2.2: Update RESOLVE_CACHED to mention kernel version Signed-off-by: Aleksa Sarai Message-ID: <20250724-openat2-cached-note-v1-1-037e7398f797@cyphar.com> Signed-off-by: Alejandro Colomar --- man/man2/openat2.2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/man/man2/openat2.2 b/man/man2/openat2.2 index 9d0b58777..2f099441f 100644 --- a/man/man2/openat2.2 +++ b/man/man2/openat2.2 @@ -371,7 +371,8 @@ a system pathname that is used by an application is modified (e.g., in a new distribution release) so that a pathname component (now) contains a bind mount. .TP -.B RESOLVE_CACHED +.BR RESOLVE_CACHED " (since Linux 5.12)" +.\" commit 99668f618062816ca7ba639b007eb145b9d3d41e Make the open operation fail unless all path components are already present in the kernel's lookup cache. If any kind of revalidation or I/O is needed to satisfy the lookup, -- 2.47.2