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 546FDC77B61 for ; Thu, 27 Apr 2023 11:39:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S243546AbjD0LjI (ORCPT ); Thu, 27 Apr 2023 07:39:08 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43684 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S243236AbjD0LjF (ORCPT ); Thu, 27 Apr 2023 07:39:05 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2123B5582 for ; Thu, 27 Apr 2023 04:39:05 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id BA62C63CCA for ; Thu, 27 Apr 2023 11:39:04 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 983F9C433D2; Thu, 27 Apr 2023 11:39:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1682595544; bh=4rgucKIZ0mWJYXTLMoK/Iw2ESWS1PyrVYY7PH8TXaCk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=aPOd/pfc++x0Pjtup6GWjQbCFu66wPW4KqFu8J/koiPblLLO0ZoZF/7QhgWpUcNKP 0jCMkQ01z7p3rCYIwH92lYVHEGR9KtJ6va6XsX9yBOMrvp58cuVTKoDcrrZ6uXytD4 b8CZ8lgyrbtKbRJk9EzzgqfflXNKxCCGCOXY3iB8= Date: Thu, 27 Apr 2023 13:39:01 +0200 From: Greg Kroah-Hartman To: Li Zhijian Cc: x86@kernel.org, nvdimm@lists.linux.dev, kexec@lists.infradead.org, linux-kernel@vger.kernel.org, y-goto@fujitsu.com, yangx.jy@fujitsu.com, ruansy.fnst@fujitsu.com, Thomas Gleixner , Ingo Molnar , Borislav Petkov , Dave Hansen , "H. Peter Anvin" , Eric Biederman , Takashi Iwai , Baoquan He , Vlastimil Babka , Sean Christopherson , Jonathan Cameron , Andy Shevchenko , Dan Williams , "Rafael J. Wysocki" , Ira Weiny , Raul E Rangel , Colin Foster , Vishal Verma Subject: Re: [RFC PATCH v2 3/3] resource, crash: Make kexec_file_load support pmem Message-ID: <2023042726-railroad-detonator-cc0d@gregkh> References: <20230427101838.12267-1-lizhijian@fujitsu.com> <20230427101838.12267-4-lizhijian@fujitsu.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230427101838.12267-4-lizhijian@fujitsu.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Apr 27, 2023 at 06:18:34PM +0800, Li Zhijian wrote: > It does: > 1. Add pmem region into PT_LOADs of vmcore > 2. Mark pmem region's p_flags as PF_DEV I'm sorry, but I can not parse this changelog. Please take a look at the kernel documentation for how to write a good changelog message so that we can properly review the change you wish to have accepted. thanks, greg k-h