Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1668137 > unrolled thread

[git pull] vfs fixes

Started byAl Viro <viro@ZenIV.linux.org.uk>
First post2017-06-17 05:00 +0200
Last post2017-06-17 05:00 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [git pull] vfs fixes Al Viro <viro@ZenIV.linux.org.uk> - 2017-06-17 05:00 +0200

#1668137 — [git pull] vfs fixes

FromAl Viro <viro@ZenIV.linux.org.uk>
Date2017-06-17 05:00 +0200
Subject[git pull] vfs fixes
Message-ID<tTc7T-HT-3@gated-at.bofh.it>
	A couple of fixes; a leak in mntns_install() caught by Andrei
(this cycle regression) + d_invalidate() softlockup fix - that had
been reported by a bunch of people lately, but the problem is pretty
old.

The following changes since commit 32c1431eea4881a6b17bd7c639315010aeefa452:

  Linux 4.12-rc5 (2017-06-11 16:48:20 -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 4068367c9ca7b515a209f9c0c8741309a1e90495:

  fs: don't forget to put old mntns in mntns_install (2017-06-15 06:53:05 -0400)

----------------------------------------------------------------
Al Viro (1):
      Hang/soft lockup in d_invalidate with simultaneous calls

Andrei Vagin (1):
      fs: don't forget to put old mntns in mntns_install

 fs/dcache.c    | 10 ++++------
 fs/namespace.c |  2 ++
 2 files changed, 6 insertions(+), 6 deletions(-)

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web