From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from zeniv.linux.org.uk ([195.92.253.2]:38384 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751326AbcFHCMt (ORCPT ); Tue, 7 Jun 2016 22:12:49 -0400 Date: Wed, 8 Jun 2016 03:12:47 +0100 From: Al Viro To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org Subject: [git pull] vfs fixes Message-ID: <20160608021247.GP14480@ZenIV.linux.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Sender: linux-fsdevel-owner@vger.kernel.org List-ID: Fixes for crap of assorted ages: EOPENSTALE one is 4.2+, autofs one is 4.6, d_walk - 3.2+, atomic_open() and coredump ones are this window regressions. The following changes since commit 1a695a905c18548062509178b98bc91e67510864: Linux 4.7-rc1 (2016-05-29 09:29:24 -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 1607f09c226d1378439c411baaaa020042750338: coredump: fix dumping through pipes (2016-06-07 22:07:09 -0400) ---------------------------------------------------------------- Al Viro (4): fix EOPENSTALE bug in do_last() autofs braino fix for do_last() fix d_walk()/non-delayed __d_free() race fix a regression in atomic_open() Mateusz Guzik (1): coredump: fix dumping through pipes arch/powerpc/platforms/cell/spufs/coredump.c | 2 +- fs/binfmt_elf.c | 2 +- fs/binfmt_elf_fdpic.c | 2 +- fs/coredump.c | 4 +- fs/dcache.c | 4 +- fs/namei.c | 61 +++++++--------------------- include/linux/binfmts.h | 1 + 7 files changed, 24 insertions(+), 52 deletions(-)