From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754832AbdDOQvp (ORCPT ); Sat, 15 Apr 2017 12:51:45 -0400 Received: from mail-io0-f177.google.com ([209.85.223.177]:32962 "EHLO mail-io0-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754560AbdDOQvl (ORCPT ); Sat, 15 Apr 2017 12:51:41 -0400 MIME-Version: 1.0 In-Reply-To: References: <20170409053956.GB29622@ZenIV.linux.org.uk> From: Linus Torvalds Date: Sat, 15 Apr 2017 09:51:40 -0700 X-Google-Sender-Auth: ODVeOQXZURkhcQCH5hrfB7zwDr8 Message-ID: Subject: Re: [git pull] vfs fixes To: Vegard Nossum Cc: Al Viro , LKML , linux-fsdevel Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Apr 14, 2017 at 11:41 PM, Vegard Nossum 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