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 4121EC433EF for ; Wed, 13 Apr 2022 16:41:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236913AbiDMQne (ORCPT ); Wed, 13 Apr 2022 12:43:34 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47782 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235467AbiDMQnd (ORCPT ); Wed, 13 Apr 2022 12:43:33 -0400 Received: from verein.lst.de (verein.lst.de [213.95.11.211]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4EDEB396B5; Wed, 13 Apr 2022 09:41:12 -0700 (PDT) Received: by verein.lst.de (Postfix, from userid 2407) id A6DA068BEB; Wed, 13 Apr 2022 18:41:09 +0200 (CEST) Date: Wed, 13 Apr 2022 18:41:09 +0200 From: Christoph Hellwig To: Baoquan He Cc: akpm@linux-foundation.org, willy@infradead.org, linux-kernel@vger.kernel.org, kexec@lists.infradead.org, hch@lst.de, yangtiezhu@loongson.cn, amit.kachhap@arm.com, linux-fsdevel@vger.kernel.org, viro@zeniv.linux.org.uk Subject: Re: [PATCH v5 RESEND 3/3] vmcore: Convert read_from_oldmem() to take an iov_iter Message-ID: <20220413164109.GC31487@lst.de> References: <20220408090636.560886-1-bhe@redhat.com> <20220408090636.560886-4-bhe@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220408090636.560886-4-bhe@redhat.com> User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org On Fri, Apr 08, 2022 at 05:06:36PM +0800, Baoquan He wrote: > From: "Matthew Wilcox (Oracle)" > > Remove the read_from_oldmem() wrapper introduced earlier and convert > all the remaining callers to pass an iov_iter. > > Signed-off-by: Matthew Wilcox (Oracle) > Signed-off-by: Baoquan He Looks good: Reviewed-by: Christoph Hellwig