Return-Path: <linux-fsdevel-owner@kernel.org>
Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org
[172.30.200.125])
by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 56D0D1510
for <patchwork-linux-fsdevel@patchwork.kernel.org>;
Sun, 12 Aug 2018 17:44:51 +0000 (UTC)
Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1])
by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 41D0C291FA
for <patchwork-linux-fsdevel@patchwork.kernel.org>;
Sun, 12 Aug 2018 17:44:51 +0000 (UTC)
Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486)
id 1DE5F291FF; Sun, 12 Aug 2018 17:44:51 +0000 (UTC)
X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on
pdx-wl-mail.web.codeaurora.org
X-Spam-Level:
X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI,
RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1
Received: from vger.kernel.org (vger.kernel.org [209.132.180.67])
by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 81802291FA
for <patchwork-linux-fsdevel@patchwork.kernel.org>;
Sun, 12 Aug 2018 17:44:50 +0000 (UTC)
Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand
id S1728036AbeHLUXe (ORCPT
<rfc822;patchwork-linux-fsdevel@patchwork.kernel.org>);
Sun, 12 Aug 2018 16:23:34 -0400
Received: from zeniv.linux.org.uk ([195.92.253.2]:59654 "EHLO
ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org
with ESMTP id S1727815AbeHLUXe (ORCPT
<rfc822;linux-fsdevel@vger.kernel.org>);
Sun, 12 Aug 2018 16:23:34 -0400
Received: from viro by ZenIV.linux.org.uk with local (Exim 4.87 #1 (Red Hat
Linux))
id 1fouQ3-00065P-Ko; Sun, 12 Aug 2018 17:44:47 +0000
Date: Sun, 12 Aug 2018 18:44:47 +0100
From: Al Viro <viro@ZenIV.linux.org.uk>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-fsdevel@vger.kernel.org
Subject: [git pull] vfs.git fixes
Message-ID: <20180812174445.GL6515@ZenIV.linux.org.uk>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.9.1 (2017-09-22)
Sender: linux-fsdevel-owner@vger.kernel.org
Precedence: bulk
List-ID: <linux-fsdevel.vger.kernel.org>
X-Mailing-List: linux-fsdevel@vger.kernel.org
X-Virus-Scanned: ClamAV using ClamSMTP
A bunch of race fixes, mostly around lazy pathwalk. All of that
is -stable fodder, large part going back to 2013 ;-/
The following changes since commit 9ba546c01976a426292af99e682a557075d6c010:
aio: don't expose __aio_sigset in uapi (2018-07-17 23:26:58 -0400)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git fixes
for you to fetch changes up to 4c0d7cd5c8416b1ef41534d19163cb07ffaa03ab:
make sure that __dentry_kill() always invalidates d_seq, unhashed or not (2018-08-09 18:07:15 -0400)
----------------------------------------------------------------
Al Viro (4):
root dentries need RCU-delayed freeing
fix mntput/mntput race
fix __legitimize_mnt()/mntput() race
make sure that __dentry_kill() always invalidates d_seq, unhashed or not
fs/dcache.c | 13 ++++++-------
fs/namespace.c | 28 ++++++++++++++++++++++++++--
2 files changed, 32 insertions(+), 9 deletions(-)