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 2FE90C433FE for ; Thu, 31 Mar 2022 14:36:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237659AbiCaOid (ORCPT ); Thu, 31 Mar 2022 10:38:33 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47138 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235940AbiCaOid (ORCPT ); Thu, 31 Mar 2022 10:38:33 -0400 Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E3A2D1F2DCE; Thu, 31 Mar 2022 07:36:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=In-Reply-To:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=UGRMOLjwh8wFQwrWEciThniTblcQYyyZ5Zuat0kWF2k=; b=vT/Khf0Emk8pujLkmWbN5i3gLt MkldrB9B3A498Acx1KdF5UJpwvpebOOADBSNlvOf284u22s8GpuaHezuOl0/FIfsuzcC49XFVhvaX Ff0lPy4HhpSBegK52jRjPu/kPRtdvUUotQsEUkDxJJMTjfGZlV4J9A0jK2JbrK9ET5wbUmH+LwIB2 evrzLI1KRPm0x3jt3Qam9yXxR5KXn8wrAcl15HHA5G5cxU+JBfNZiYPbggH+yiA2D1qngvOdmLYbB x3Wtrr9J9LaoB9UK0APeoe7s3F7JAyGmNntF0tpRVZmq0eFkkK86yaZw8vEGbsDlRfT1W4MI8vhiG zRQEsLfg==; Received: from willy by casper.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1nZvuh-002KH2-9f; Thu, 31 Mar 2022 14:36:39 +0000 Date: Thu, 31 Mar 2022 15:36:39 +0100 From: Matthew Wilcox To: Baoquan He Cc: akpm@linux-foundation.org, linux-kernel@vger.kernel.org, kexec@lists.infradead.org, yangtiezhu@loongson.cn, amit.kachhap@arm.com, hch@lst.de, linux-fsdevel@vger.kernel.org, viro@zeniv.linux.org.uk Subject: Re: [PATCH v4 0/4] Convert vmcore to use an iov_iter Message-ID: References: <20220318093706.161534-1-bhe@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Mar 31, 2022 at 07:25:33PM +0800, Baoquan He wrote: > Hi Andrew, > > On 03/18/22 at 05:37pm, Baoquan He wrote: > > Copy the description of v3 cover letter from Willy: > > Could you pick this series into your tree? I reviewed the patches 1~3 > and tested the whole patchset, no issue found. ... I'd fold patch 4 into patch 1, but yes, Andrew, please take these patches.