Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1416830
| From | Al Viro <viro@ZenIV.linux.org.uk> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [git pull] vfs fixes |
| Date | 2016-06-08 04:20 +0200 |
| Message-ID | <rHBg5-2r1-1@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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(-)
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[git pull] vfs fixes Al Viro <viro@ZenIV.linux.org.uk> - 2016-06-08 04:20 +0200
csiph-web