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 A5A6CC433FE for ; Thu, 29 Sep 2022 18:51:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229597AbiI2Sv3 (ORCPT ); Thu, 29 Sep 2022 14:51:29 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44720 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229457AbiI2Sv2 (ORCPT ); Thu, 29 Sep 2022 14:51:28 -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 29C9713D844; Thu, 29 Sep 2022 11:51:28 -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=W0f396vANTbCmHYHj2tm2aCLaD8gO1TJTJudX2/2Tq8=; b=uAHAo37P86b6S1xYMIdkbXB2y8 6PgzFck2eKW88WStwNlCNQUnTxbtUKYdcM6/OO33qglO4J4Fu9oXerx3sqD1f38C0fAqT0aDJCbTH yDFBXYEVAFD8a+spOp+ZxB53XpuxVxEvEDmuInM+hkFGhWbkZ9FuuB51AZswg+bkczsuTi2q0K4pL cgRRYLeX+DzyTeC+0fkYENgyorQmcEQrQo7xYKF0DmBBHT/dKovZQpHhEW3pcvab7uyMXavjCKMjO 8uKoUHYrhYdQq1YM0n0dRsWbyljJC6bNDkFr8CmiYi5K4OBnMkkQYtKh47b4HxTdpd5CJ4cDpb/wL zx3z7/Hw==; Received: from viro by zeniv.linux.org.uk with local (Exim 4.96 #2 (Red Hat Linux)) id 1odyd4-00541K-26; Thu, 29 Sep 2022 18:51:26 +0000 Date: Thu, 29 Sep 2022 19:51:26 +0100 From: Al Viro To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org Subject: [git pull] coredump fix 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 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 06bbaa6dc53cb72040db952053432541acb9adc7: [coredump] don't use __kernel_write() on kmap_local_page() (2022-09-28 14:28:40 -0400) ---------------------------------------------------------------- fix for breakage in dump_user_range() Signed-off-by: Al Viro ---------------------------------------------------------------- Al Viro (2): nfsd_splice_actor(): handle compound pages [coredump] don't use __kernel_write() on kmap_local_page() fs/coredump.c | 38 +++++++++++++++++++++++++++++++++----- fs/internal.h | 3 +++ fs/nfsd/vfs.c | 12 ++++++++---- fs/read_write.c | 22 ++++++++++++++-------- 4 files changed, 58 insertions(+), 17 deletions(-)