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 D72C8C433F5 for ; Sat, 2 Apr 2022 05:29:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1353853AbiDBFbi (ORCPT ); Sat, 2 Apr 2022 01:31:38 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54506 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1353845AbiDBFbd (ORCPT ); Sat, 2 Apr 2022 01:31:33 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id ABB554C794 for ; Fri, 1 Apr 2022 22:29:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1648877381; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=vUfqlNh1E0TZEhR4VZvLOwUGOkstas2fLvtdw5XPc7k=; b=K2XH1nbuJsiXbX5SLbjisQSJuanZpMJXny5gMfW9FBuB+gMsV8zWAf3Z3gb6YxdYwWnye3 ESxDgoJf502QqGVSXqEtFkRDDjt6Slp5bXUx3jHCcxvXTJOKl9V6z4FbqXZkMu8LEozmUq GOp3vSCtpQpbLsIVAsns+2DuzwoW1kA= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-358-k7D2uteqM3Cx5wAvQmgjuw-1; Sat, 02 Apr 2022 01:29:36 -0400 X-MC-Unique: k7D2uteqM3Cx5wAvQmgjuw-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id ED16185A5A8; Sat, 2 Apr 2022 05:29:35 +0000 (UTC) Received: from localhost (ovpn-12-21.pek2.redhat.com [10.72.12.21]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 0343440885A1; Sat, 2 Apr 2022 05:29:34 +0000 (UTC) Date: Sat, 2 Apr 2022 13:29:31 +0800 From: Baoquan He To: akpm@linux-foundation.org, willy@infradead.org Cc: 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 v5 1/3] vmcore: Convert copy_oldmem_page() to take an iov_iter Message-ID: References: <20220402043008.458679-1-bhe@redhat.com> <20220402043008.458679-2-bhe@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220402043008.458679-2-bhe@redhat.com> X-Scanned-By: MIMEDefang 2.84 on 10.11.54.2 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 04/02/22 at 12:30pm, Baoquan He wrote: It's odd. I cann't see the content of patches in this series from my mailbox and mail client, but I can see them in lore.kernel.org. https://lore.kernel.org/all/20220402043008.458679-1-bhe@redhat.com/T/#u From mboxrd@z Thu Jan 1 00:00:00 1970 From: Baoquan He Date: Sat, 2 Apr 2022 13:29:31 +0800 Subject: [PATCH v5 1/3] vmcore: Convert copy_oldmem_page() to take an iov_iter In-Reply-To: <20220402043008.458679-2-bhe@redhat.com> References: <20220402043008.458679-1-bhe@redhat.com> <20220402043008.458679-2-bhe@redhat.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: kexec@lists.infradead.org On 04/02/22 at 12:30pm, Baoquan He wrote: It's odd. I cann't see the content of patches in this series from my mailbox and mail client, but I can see them in lore.kernel.org. https://lore.kernel.org/all/20220402043008.458679-1-bhe at redhat.com/T/#u