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 9DFF4C7EE29 for ; Sun, 4 Jun 2023 13:01:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231802AbjFDNBA (ORCPT ); Sun, 4 Jun 2023 09:01:00 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60998 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231740AbjFDNA6 (ORCPT ); Sun, 4 Jun 2023 09:00:58 -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 ESMTPS id D960FDB for ; Sun, 4 Jun 2023 06:00:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1685883604; 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=OeMePCjN4P2ymC2CrBoEd8HNclMVWoMJVZ9Ma4h8Q+4=; b=HONN0B4HvrdFxOt2PqGXdlAiWXggBnJ96pIG8tikiQ8iAWx4YwPIVAwhpxDQGaMnKjsnvA ygA+fVhgV1ze6Mgrn9ZQHWd9j+5VRGHEFdUtObPMkO3TvDHzJitwSd62BBI60BnWLhlF0C I+A7xPJ8yU29NQDxFyyt8C7xlqYFBKk= 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-592--Vh0TdJLOgG9xAeBLXaJIA-1; Sun, 04 Jun 2023 09:00:00 -0400 X-MC-Unique: -Vh0TdJLOgG9xAeBLXaJIA-1 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.rdu2.redhat.com [10.11.54.3]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 22711811E78; Sun, 4 Jun 2023 12:59:59 +0000 (UTC) Received: from localhost (ovpn-12-83.pek2.redhat.com [10.72.12.83]) by smtp.corp.redhat.com (Postfix) with ESMTPS id E445C1121314; Sun, 4 Jun 2023 12:59:55 +0000 (UTC) Date: Sun, 4 Jun 2023 20:59:52 +0800 From: Baoquan He To: Li Zhijian , dan.j.williams@intel.com Cc: kexec@lists.infradead.org, nvdimm@lists.linux.dev, Kazuhito Hagio , Simon Horman , linux-kernel@vger.kernel.org, dan.j.williams@intel.com, ruansy.fnst@fujitsu.com, y-goto@fujitsu.com, yangx.jy@fujitsu.com, Borislav Petkov , Dave Hansen , Dave Jiang , Dave Young , Eric Biederman , "H. Peter Anvin" , Ingo Molnar , Ira Weiny , Thomas Gleixner , Vishal Verma , Vivek Goyal , x86@kernel.org Subject: Re: [RFC PATCH v3 0/3] pmem memmap dump support Message-ID: References: <20230602102656.131654-1-lizhijian@fujitsu.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230602102656.131654-1-lizhijian@fujitsu.com> X-Scanned-By: MIMEDefang 3.1 on 10.11.54.3 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Zhijian, On 06/02/23 at 06:26pm, Li Zhijian wrote: > Hello folks, > > After sending out the previous version of the patch set, we received some comments, > and we really appreciate your input. However, as you can see, the current patch > set is still in its early stages, especially in terms of the solution selection, > which may still undergo changes. Thanks for the effort to make it and improve. And add Kazu and Simon to the CC because they maintain kexec-tools and makedumpfile utility. For better reviewing, I would suggest splitting the patches into differet patchset for different component or repo. Here, it's obviouly has kernel patchset, kexec-tools patch and makedumpfile patchset. For the kernel patches, it looks straightforward and clear, if Dan can approve it from nvdimm side, everything should be fine. Then next we can focus on the relevant kexec-tools and makedumpfile utility support. Thanks Baoquan