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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 18F5DC43217 for ; Sun, 27 Nov 2022 18:34:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229632AbiK0Sez (ORCPT ); Sun, 27 Nov 2022 13:34:55 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39790 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229599AbiK0Sex (ORCPT ); Sun, 27 Nov 2022 13:34:53 -0500 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 0F9EFDF84; Sun, 27 Nov 2022 10:34:53 -0800 (PST) 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=HbkyPqtk4FWZA0Swpp/Ynilr1ADcBAXSKQQTZhA6dSQ=; b=owDdRAPN1wbgK+RWx93FJY56aQ wvhGI7c7HPKJVRAynYXrANlNLmbookQEmyRq0c0Tsw9ARqG2MGf8zgc3TJPqgNQJF8V8jN637vHm2 A6PkjsSt4bGrC2I3T6tEJw4pnPRQUlNb32h4o7otjXe1ndVZN9qP8GHWZLQVntqXWoKW4Ct0RWY/7 /FK6d+gPLhS1lTnL13468xJmhTlPJ0xdVYOMKEkEBZMpyT8walcnBBvNwVg+hjKOdLmNRokxI/4FK GSlpT9tmDyrxgDqHl6l6tgcFf+DagNmc66l1oVJ6Df9uH46z00EObakmTcGsnV4oNrjWcXYW7Dvo6 yVnO5IVg==; Received: from viro by zeniv.linux.org.uk with local (Exim 4.96 #2 (Red Hat Linux)) id 1ozMUM-007BiS-21; Sun, 27 Nov 2022 18:34:50 +0000 Date: Sun, 27 Nov 2022 18:34:50 +0000 From: Al Viro To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, Amir Goldstein Subject: [git pull] more fixes Message-ID: 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-fsdevel@vger.kernel.org The following changes since commit 406c706c7b7f1730aa787e914817b8d16b1e99f6: vfs: vfs_tmpfile: ensure O_EXCL flag is enforced (2022-11-19 02:22:11 -0500) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git tags/pull-fixes for you to fetch changes up to 10bc8e4af65946b727728d7479c028742321b60a: vfs: fix copy_file_range() averts filesystem freeze protection (2022-11-25 00:52:28 -0500) ---------------------------------------------------------------- Amir's copy_file_range() fix Signed-off-by: Al Viro ---------------------------------------------------------------- Amir Goldstein (1): vfs: fix copy_file_range() averts filesystem freeze protection fs/ksmbd/vfs.c | 6 +++--- fs/nfsd/vfs.c | 4 ++-- fs/read_write.c | 19 +++++++++++++++---- include/linux/fs.h | 8 ++++++++ 4 files changed, 28 insertions(+), 9 deletions(-)