Re: [PATCH v2] vfs: shave work on failed file open

From: Christian Brauner
Date: Thu Sep 28 2023 - 10:05:17 EST


> So I spent a good chunk of time going through this patch.

The main thing that makes me go "we shouldn't do this" is that KASAN
isn't able to detect UAF issues as Jann pointed out so I'm getting
really nervous about this.

And Jann also pointed out some potential issues with
__fget_files_rcu() as well...