Thread (33 messages) flat view 33 messages, 5 authors, 2024-03-06

Re: [PATCH 02/13] rcu pathwalk: prevent bogus hard errors from may_lookup()

From: Christian Brauner <brauner@kernel.org>
Date: 2024-02-05 12:26:27
Also in: linux-cifs, linux-fsdevel, linux-nfs

On Sun, Feb 04, 2024 at 02:17:28AM +0000, Al Viro wrote:
If lazy call of ->permission() returns a hard error, check that
try_to_unlazy() succeeds before returning it.  That both makes
life easier for ->permission() instances and closes the race
in ENOTDIR handling - it is possible that positive d_can_lookup()
seen in link_path_walk() applies to the state *after* unlink() +
mkdir(), while nd->inode matches the state prior to that.

Normally seeing e.g. EACCES from permission check in rcu pathwalk
means that with some timings non-rcu pathwalk would've run into
the same; however, running into a non-executable regular file
in the middle of a pathname would not get to permission check -
it would fail with ENOTDIR instead.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
---
Reviewed-by: Christian Brauner <brauner@kernel.org>
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help