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 33A49C433F5 for ; Tue, 4 Oct 2022 00:52:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229516AbiJDAwd (ORCPT ); Mon, 3 Oct 2022 20:52:33 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36312 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229436AbiJDAwc (ORCPT ); Mon, 3 Oct 2022 20:52:32 -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 8369C31ED1; Mon, 3 Oct 2022 17:52:27 -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=1t754NP8N0osI363iMCUeHbmoECWkhK/Mpr/5fY8eag=; b=W7K8LC8vPfeZ8Mak+cqgqN9XzF /3hEh2qMwDYd9QzwOIuEnCA8G7d+gtLTn/6KD32q9GnUEn26g+/znRAofzIJYKtmFrp7xhbceqqCD TvDe42X9VVXNX9jdHzoGrkfxBZ28+0eXGttkntyPGb5su7TsT+MDo+k7+D0vNPrSljCDw4zIHfKh1 Qn10/jq4K33NN5oOwH1LSQZc/EPJwfayKZulJ358zihM+BwShTL5LMyI3qOFA3GPTVxbSOnxONlaS wCu00FDQGmGK+MvAtYY/l0TcgWdr6THcPEcYlL6xGhkNuo3Jj3Dne9No7/IJkhQ/PIdpK2Q/twxEa N6XbnpCA==; Received: from viro by zeniv.linux.org.uk with local (Exim 4.96 #2 (Red Hat Linux)) id 1ofWAZ-006fwJ-1f; Tue, 04 Oct 2022 00:52:23 +0000 Date: Tue, 4 Oct 2022 01:52:23 +0100 From: Al Viro To: Linus Torvalds Cc: "J. R. Okajima" , Ira Weiny , linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org Subject: Re: [PATCH][CFT] [coredump] don't use __kernel_write() on kmap_local_page() Message-ID: References: <7714.1664794108@jrobl> <4011.1664837894@jrobl> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: Al Viro Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org On Mon, Oct 03, 2022 at 05:37:24PM -0700, Linus Torvalds wrote: > On Mon, Oct 3, 2022 at 5:31 PM Al Viro wrote: > > > > OK, incremental is in #fixes, pushed out. > > I'm assuming I'll still get a proper pull request. No? Pull request follows; after all, whatever else is there, this is an obvious fix for the breakage Okajima caught... Al, very much hoping there's no other embarrassing fuckups lurking in that thing ;-/ The following changes since commit 4fe89d07dcc2804c8b562f6c7896a45643d34b2f: Linux 6.0 (2022-10-02 14:09:07 -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 4f526fef91b24197d489ff86789744c67f475bb4: [brown paperbag] fix coredump breakage (2022-10-03 20:28:38 -0400) ---------------------------------------------------------------- fs/coredump fix ---------------------------------------------------------------- Al Viro (1): [brown paperbag] fix coredump breakage fs/coredump.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)