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 BBDCAC433EF for ; Tue, 21 Dec 2021 08:30:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235643AbhLUIaW (ORCPT ); Tue, 21 Dec 2021 03:30:22 -0500 Received: from verein.lst.de ([213.95.11.211]:45837 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232572AbhLUIaU (ORCPT ); Tue, 21 Dec 2021 03:30:20 -0500 Received: by verein.lst.de (Postfix, from userid 2407) id 62DCD68B05; Tue, 21 Dec 2021 09:30:17 +0100 (CET) Date: Tue, 21 Dec 2021 09:30:17 +0100 From: Christoph Hellwig To: "Matthew Wilcox (Oracle)" Cc: Baoquan He , Vivek Goyal , Dave Young , kexec@lists.infradead.org, Tiezhu Yang , linux-kernel@vger.kernel.org, Amit Daniel Kachhap , Christoph Hellwig , linux-fsdevel@vger.kernel.org Subject: Re: [PATCH v3 3/3] vmcore: Convert read_from_oldmem() to take an iov_iter Message-ID: <20211221083017.GC6008@lst.de> References: <20211213143927.3069508-1-willy@infradead.org> <20211213143927.3069508-4-willy@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20211213143927.3069508-4-willy@infradead.org> User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Dec 13, 2021 at 02:39:27PM +0000, Matthew Wilcox (Oracle) wrote: > Remove the read_from_oldmem() wrapper introduced earlier and convert > all the remaining callers to pass an iov_iter. Looks good, Reviewed-by: Christoph Hellwig From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from verein.lst.de ([213.95.11.211]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mzaXM-005who-3C for kexec@lists.infradead.org; Tue, 21 Dec 2021 08:30:21 +0000 Date: Tue, 21 Dec 2021 09:30:17 +0100 From: Christoph Hellwig Subject: Re: [PATCH v3 3/3] vmcore: Convert read_from_oldmem() to take an iov_iter Message-ID: <20211221083017.GC6008@lst.de> References: <20211213143927.3069508-1-willy@infradead.org> <20211213143927.3069508-4-willy@infradead.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20211213143927.3069508-4-willy@infradead.org> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "kexec" Errors-To: kexec-bounces+dwmw2=infradead.org@lists.infradead.org To: "Matthew Wilcox (Oracle)" Cc: Baoquan He , Vivek Goyal , Dave Young , kexec@lists.infradead.org, Tiezhu Yang , linux-kernel@vger.kernel.org, Amit Daniel Kachhap , Christoph Hellwig , linux-fsdevel@vger.kernel.org On Mon, Dec 13, 2021 at 02:39:27PM +0000, Matthew Wilcox (Oracle) wrote: > Remove the read_from_oldmem() wrapper introduced earlier and convert > all the remaining callers to pass an iov_iter. Looks good, Reviewed-by: Christoph Hellwig _______________________________________________ kexec mailing list kexec@lists.infradead.org http://lists.infradead.org/mailman/listinfo/kexec