Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752132AbdDOGlJ (ORCPT ); Sat, 15 Apr 2017 02:41:09 -0400 Received: from mail-wm0-f65.google.com ([74.125.82.65]:33219 "EHLO mail-wm0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751295AbdDOGlG (ORCPT ); Sat, 15 Apr 2017 02:41:06 -0400 MIME-Version: 1.0 In-Reply-To: <20170409053956.GB29622@ZenIV.linux.org.uk> References: <20170409053956.GB29622@ZenIV.linux.org.uk> From: Vegard Nossum Date: Sat, 15 Apr 2017 08:41:04 +0200 Message-ID: Subject: Re: [git pull] vfs fixes To: Al Viro Cc: Linus Torvalds , 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 Content-Length: 914 Lines: 29 On 9 April 2017 at 07:40, Al Viro wrote: > > The following changes since commit a71c9a1c779f2499fb2afc0553e543f18aff6edf: > > Linux 4.11-rc5 (2017-04-02 17:23:54 -0700) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git for-linus > > for you to fetch changes up to a8e28440016bfb23bec266c4c66eacca6ea2d48b: > > Merge branch 'work.statx' into for-next (2017-04-03 01:06:59 -0400) > > ---------------------------------------------------------------- > Al Viro (2): > alpha: fix stack smashing in old_adjtimex(2) > Merge branch 'work.statx' into for-next I'm seeing the same memfd_create/name_to_handle_at/path_lookupat use-after-free that Dmitry was seeing here: https://lkml.org/lkml/2017/3/4/118 I haven't tried the patch from that thread yet, but was there any reason for it not to get merged so far? Vegard