From patchwork Mon Apr 24 04:29:49 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Al Viro X-Patchwork-Id: 13221556 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 18409C77B61 for ; Mon, 24 Apr 2023 04:29:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230358AbjDXE3w (ORCPT ); Mon, 24 Apr 2023 00:29:52 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53704 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229522AbjDXE3w (ORCPT ); Mon, 24 Apr 2023 00:29:52 -0400 Received: from zeniv.linux.org.uk (zeniv.linux.org.uk [IPv6:2a03:a000:7:0:5054:ff:fe1c:15ff]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3EE7319A4; Sun, 23 Apr 2023 21:29:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=linux.org.uk; s=zeniv-20220401; h=Sender:Content-Type:MIME-Version: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:In-Reply-To:References; bh=9sytG9TQUSpZRe7C0gcwisFG6NIwhhQG87GFRPTKeG4=; b=g8MTuu93lWt+AmZI55wLFxoGL7 r+r+dllIBdteAIj2ohJu5oJbEnRxOVEjP4iaG4up/3bx/mg0iPwJEdMl1qNs1BEWPqHPhUfQBCO/l +l0toVaPVjZRjhO809oCI/6OWUhrzZW0nwCMw4h/WrtYJA9XbXjcNSIbQGXWsEdzovI2FxJmhUaLC Kay+ffVC/xQl3usSfVUqs6T7iPJLj6rChiQ0vJqxUeqsbf38JNvdMBgqU/G/YZnrxO+z8mIWvwOj/ x8v5SSyqkv+OhfpLnB03EMJyaJdbXeGChxUZcrJyhjs5j9Tc23/ue6ftOwavi0Ct1EkLBe9tBfxmK 3hwo1XFw==; Received: from viro by zeniv.linux.org.uk with local (Exim 4.96 #2 (Red Hat Linux)) id 1pqnpl-00C0L7-2G; Mon, 24 Apr 2023 04:29:49 +0000 Date: Mon, 24 Apr 2023 05:29:49 +0100 From: Al Viro To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org Subject: [git pull] vfs.git misc pile Message-ID: <20230424042949.GM3390869@ZenIV> MIME-Version: 1.0 Content-Disposition: inline Sender: Al Viro Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org The following changes since commit eeac8ede17557680855031c6f305ece2378af326: Linux 6.3-rc2 (2023-03-12 16:36:44 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git tags/pull-misc for you to fetch changes up to 73bb5a9017b93093854c18eb7ca99c7061b16367: fs: Fix description of vfs_tmpfile() (2023-03-12 20:03:48 -0400) ---------------------------------------------------------------- misc pile Signed-off-by: Al Viro ---------------------------------------------------------------- Al Viro (1): sysv: switch to put_and_unmap_page() Fabio M. De Francesco (1): fs/sysv: Don't round down address for kunmap_flush_on_unmap() Roberto Sassu (1): fs: Fix description of vfs_tmpfile() fs/namei.c | 4 ++-- fs/sysv/dir.c | 28 +++++++++++----------------- fs/sysv/namei.c | 8 ++++---- fs/sysv/sysv.h | 1 - 4 files changed, 17 insertions(+), 24 deletions(-)