[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20160608021247.GP14480@ZenIV.linux.org.uk>
Date: Wed, 8 Jun 2016 03:12:47 +0100
From: Al Viro <viro@...IV.linux.org.uk>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-kernel@...r.kernel.org, linux-fsdevel@...r.kernel.org
Subject: [git pull] vfs fixes
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(-)
Powered by blists - more mailing lists