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 A7E7AC433F5 for ; Sun, 3 Apr 2022 01:25:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229634AbiDCB12 (ORCPT ); Sat, 2 Apr 2022 21:27:28 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42308 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229573AbiDCB1Z (ORCPT ); Sat, 2 Apr 2022 21:27:25 -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 97B552FA for ; Sat, 2 Apr 2022 18:25:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1648949131; 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=GkShY0RQCVDzpld9Dx78CpGoYVHJSOJe2lJeCKAVfbs=; b=YD0Yvy3z/FtFmpfLdU2GVwlz1Ep7u2zLN1yeMevxhfAqpO8bwVrSHwppUaicnGq+Gbgh4i /sGfRbQUw6ORwbEkAdhyncQhUIY5NQZ8YZF93criMM2MzXyKVG98ymFrXX4ZpsfzjI8wFH mD1ZPFusUxzg99mji4vDZ9S+nWLZpk8= 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-670-Ow0vpX3IOd-srYzu03thdQ-1; Sat, 02 Apr 2022 21:25:28 -0400 X-MC-Unique: Ow0vpX3IOd-srYzu03thdQ-1 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.rdu2.redhat.com [10.11.54.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id C3DEA811E75; Sun, 3 Apr 2022 01:25:27 +0000 (UTC) Received: from localhost (ovpn-12-45.pek2.redhat.com [10.72.12.45]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 033DF10EC2; Sun, 3 Apr 2022 01:25:25 +0000 (UTC) Date: Sun, 3 Apr 2022 09:25:22 +0800 From: Baoquan He To: Matthew Wilcox 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 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: X-Scanned-By: MIMEDefang 2.79 on 10.11.54.5 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 04/02/22 at 05:17pm, Matthew Wilcox wrote: > On Sat, Apr 02, 2022 at 01:29:31PM +0800, Baoquan He wrote: > > 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. > > Yes, Red Hat have screwed up their email server again. David Hildenbrand > already filed a ticket, but you should too so they don't think it's > just him. > > https://lore.kernel.org/linux-mm/6696fb21-090c-37c6-77a7-79423cc9c703@redhat.com/ I see. It could be the same issue. I just filed an internal ticket to request a fix, thx. > > > 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: Sun, 3 Apr 2022 09:25:22 +0800 Subject: [PATCH v5 1/3] vmcore: Convert copy_oldmem_page() to take an iov_iter In-Reply-To: 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 05:17pm, Matthew Wilcox wrote: > On Sat, Apr 02, 2022 at 01:29:31PM +0800, Baoquan He wrote: > > 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. > > Yes, Red Hat have screwed up their email server again. David Hildenbrand > already filed a ticket, but you should too so they don't think it's > just him. > > https://lore.kernel.org/linux-mm/6696fb21-090c-37c6-77a7-79423cc9c703 at redhat.com/ I see. It could be the same issue. I just filed an internal ticket to request a fix, thx. > > > https://lore.kernel.org/all/20220402043008.458679-1-bhe at redhat.com/T/#u > > >