Re: [git pull] vfs fixes

From: Linus Torvalds
Date: Sat Apr 15 2017 - 12:52:08 EST


On Fri, Apr 14, 2017 at 11:41 PM, Vegard Nossum <vegard.nossum@xxxxxxxxx> wrote:
>
> I'm seeing the same memfd_create/name_to_handle_at/path_lookupat
> use-after-free that Dmitry was seeing here:

Ok, see if that is gone in current git with commit c0eb027e5aef ("vfs:
don't do RCU lookup of empty pathnames")

Linus