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(-) -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html