From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752562AbdFQC4Q (ORCPT ); Fri, 16 Jun 2017 22:56:16 -0400 Received: from zeniv.linux.org.uk ([195.92.253.2]:33032 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752391AbdFQC4P (ORCPT ); Fri, 16 Jun 2017 22:56:15 -0400 Date: Sat, 17 Jun 2017 03:56:13 +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: <20170617025613.GS31671@ZenIV.linux.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.8.0 (2017-02-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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(-)