From patchwork Tue Sep 13 02:43:38 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Al Viro X-Patchwork-Id: 12974287 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 9593DECAAA1 for ; Tue, 13 Sep 2022 02:44:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230100AbiIMCoF (ORCPT ); Mon, 12 Sep 2022 22:44:05 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57114 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229959AbiIMCn4 (ORCPT ); Mon, 12 Sep 2022 22:43:56 -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 5638653D22 for ; Mon, 12 Sep 2022 19:43:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=linux.org.uk; s=zeniv-20220401; h=Sender:In-Reply-To:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=COYkSMex2gzA47DKfwnMUe7xlojNBPjFMjvh/IqcQLc=; b=qCGf8Mo3phDDdaS+JlTMmoxLOX Lvqq3tcJBiLdfrIvFcxOMqsMfAISz6tYaC8D+Zz8KjLhM0VN3ilyngbT7lx1wLFjqP1X7KuTDdgJA pj2tVunnXv55X/KP7HVix479XXDBhpw9ia59loDLEgOPK1TaJqO0ZSk9l9E4zqaWMANHF8G1lRKCW cOcpCDEYEuG4SSC+IbSa0vQxSrqy3WzUt0qf1jUPr6929+NUxbLmaBPhtCsoB6LhIoxgivmdpJoOj 3qYwq8kG+YXikPT5g4ulqvspSEg1cYvkOWz+Zo4cFzlKYCxlk++8bWr7FFRqjlix073/SU+XPNMvl M5Uuek8g==; Received: from viro by zeniv.linux.org.uk with local (Exim 4.96 #2 (Red Hat Linux)) id 1oXvti-00Fhtd-2D; Tue, 13 Sep 2022 02:43:38 +0000 Date: Tue, 13 Sep 2022 03:43:38 +0100 From: Al Viro To: Linus Torvalds Cc: Chuck Lever III , Olga Kornievskaia , Jeff Layton , Linux NFS Mailing List , Benjamin Coddington Subject: [pull request] vfs.git: fix for nfsd regression caused by iov_iter stuff Message-ID: References: <11BEA7FE-4CBC-4E5C-9B68-A0310CF1F3BE@oracle.com> <25AF9743-A2A2-4AFE-9123-BAD3C8F17655@redhat.com> <8B4DBE66-960F-473C-8636-8159B397FFC0@oracle.com> <2F22D90A-3B64-43F0-899D-E41001DF3021@redhat.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <2F22D90A-3B64-43F0-899D-E41001DF3021@redhat.com> Sender: Al Viro Precedence: bulk List-ID: X-Mailing-List: linux-nfs@vger.kernel.org The following changes since commit 568035b01cfb107af8d2e4bd2fb9aea22cf5b868: Linux 6.0-rc1 (2022-08-14 15:50:18 -0700) 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 bfbfb6182ad1d7d184b16f25165faad879147f79: nfsd_splice_actor(): handle compound pages (2022-09-12 22:38:36 -0400) ---------------------------------------------------------------- fix for nfsd regression caused by iov_iter stuff this window ---------------------------------------------------------------- Al Viro (1): nfsd_splice_actor(): handle compound pages fs/nfsd/vfs.c | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-)