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=-18.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,INCLUDES_PULL_REQUEST, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS autolearn=ham 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 AE90CC433E0 for ; Thu, 24 Dec 2020 23:36:16 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 7320A22AAA for ; Thu, 24 Dec 2020 23:36:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729060AbgLXXfz (ORCPT ); Thu, 24 Dec 2020 18:35:55 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56422 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728989AbgLXXfy (ORCPT ); Thu, 24 Dec 2020 18:35:54 -0500 Received: from ZenIV.linux.org.uk (zeniv.linux.org.uk [IPv6:2002:c35c:fd02::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 894E7C061573; Thu, 24 Dec 2020 15:35:14 -0800 (PST) Received: from viro by ZenIV.linux.org.uk with local (Exim 4.92.3 #3 (Red Hat Linux)) id 1ksa8R-003vJg-Cu; Thu, 24 Dec 2020 23:35:07 +0000 Date: Thu, 24 Dec 2020 23:35:07 +0000 From: Al Viro To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org Subject: [git pull] vfs.git misc stuff Message-ID: <20201224233507.GZ3579531@ZenIV.linux.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Sender: Al Viro Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Assorted patches from previous cycle(s)... The following changes since commit b65054597872ce3aefbc6a666385eabdf9e288da: Linux 5.10-rc6 (2020-11-29 15:50:50 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git work.misc for you to fetch changes up to 2e2cbaf920d14de9a96180ddefd6861bcc46f07d: fix hostfs_open() use of ->f_path.dentry (2020-12-21 21:42:29 -0500) ---------------------------------------------------------------- Al Viro (2): Make sure that make_create_in_sticky() never sees uninitialized value of dir_mode fix hostfs_open() use of ->f_path.dentry Eric Biggers (1): fs/namespace.c: WARN if mnt_count has become negative Hao Li (2): fs: Handle I_DONTCACHE in iput_final() instead of generic_drop_inode() fs: Kill DCACHE_DONTCACHE dentry even if DCACHE_REFERENCED is set fs/dcache.c | 9 ++++++++- fs/hostfs/hostfs_kern.c | 2 +- fs/inode.c | 4 +++- fs/namei.c | 4 +++- fs/namespace.c | 9 ++++++--- fs/pnode.h | 2 +- include/linux/fs.h | 3 +-- 7 files changed, 23 insertions(+), 10 deletions(-)