From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-12.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PULL_REQUEST,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id C7244C432C3 for ; Fri, 15 Nov 2019 00:50:18 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id A93F220723 for ; Fri, 15 Nov 2019 00:50:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727022AbfKOAuP (ORCPT ); Thu, 14 Nov 2019 19:50:15 -0500 Received: from zeniv.linux.org.uk ([195.92.253.2]:49784 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726852AbfKOAuO (ORCPT ); Thu, 14 Nov 2019 19:50:14 -0500 Received: from viro by ZenIV.linux.org.uk with local (Exim 4.92.3 #3 (Red Hat Linux)) id 1iVPoS-0007lg-Tx; Fri, 15 Nov 2019 00:50:13 +0000 Date: Fri, 15 Nov 2019 00:50:12 +0000 From: Al Viro To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org Subject: [git pull] vfs.git fixes Message-ID: <20191115005012.GM26530@ZenIV.linux.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.12.1 (2019-06-15) Sender: linux-fsdevel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org Assorted fixes all over the place; some of that is -stable fodder, some - regressions from the last window. The following changes since commit 4f5cafb5cb8471e54afdc9054d973535614f7675: Linux 5.4-rc3 (2019-10-13 16:37:36 -0700) 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 762c69685ff7ad5ad7fee0656671e20a0c9c864d: ecryptfs_lookup_interpose(): lower_dentry->d_parent is not stable either (2019-11-10 11:57:45 -0500) ---------------------------------------------------------------- Al Viro (7): autofs: fix a leak in autofs_expire_indirect() cgroup: don't put ERR_PTR() into fc->root exportfs_decode_fh(): negative pinned may become positive without the parent locked audit_get_nd(): don't unlock parent too early ecryptfs: fix unlink and rmdir in face of underlying fs modifications ecryptfs_lookup_interpose(): lower_dentry->d_inode is not stable ecryptfs_lookup_interpose(): lower_dentry->d_parent is not stable either Eric Biggers (1): fs/namespace.c: fix use-after-free of mount in mnt_warn_timestamp_expiry() Guillem Jover (1): aio: Fix io_pgetevents() struct __compat_aio_sigset layout fs/aio.c | 10 +++--- fs/autofs/expire.c | 5 +-- fs/ecryptfs/inode.c | 84 +++++++++++++++++++++++++++++++------------------- fs/exportfs/expfs.c | 31 +++++++++++-------- fs/namespace.c | 15 +++++---- kernel/audit_watch.c | 2 +- kernel/cgroup/cgroup.c | 5 +-- 7 files changed, 91 insertions(+), 61 deletions(-)