From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 40TCRz1pH3zF1sZ for ; Sun, 22 Apr 2018 11:58:39 +1000 (AEST) Received: from ozlabs.org (ozlabs.org [IPv6:2401:3900:2:1::2]) by bilbo.ozlabs.org (Postfix) with ESMTP id 40TCRz1Dw5z8tGJ for ; Sun, 22 Apr 2018 11:58:39 +1000 (AEST) Received: from mail-pg0-x235.google.com (mail-pg0-x235.google.com [IPv6:2607:f8b0:400e:c05::235]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 40TCRx6x28z9s15 for ; Sun, 22 Apr 2018 11:58:36 +1000 (AEST) Received: by mail-pg0-x235.google.com with SMTP id l12so5922808pgp.11 for ; Sat, 21 Apr 2018 18:58:36 -0700 (PDT) Date: Sun, 22 Apr 2018 11:58:16 +1000 From: Nicholas Piggin To: Mahesh J Salgaonkar Cc: linuxppc-dev , Ananth Narayan , kernelfans@gmail.com, "Aneesh Kumar K.V" , Hari Bathini , Nathan Fontenot , Anshuman Khandual , Srikar Dronamraju Subject: Re: [PATCH v4 1/7] powerpc/fadump: Move the metadata region to start of the reserved area. Message-ID: <20180422115816.701d0837@roar.ozlabs.ibm.com> In-Reply-To: <152420065839.31037.9373191008433546810.stgit@jupiter.in.ibm.com> References: <152420062000.31037.770773018944092449.stgit@jupiter.in.ibm.com> <152420065839.31037.9373191008433546810.stgit@jupiter.in.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Fri, 20 Apr 2018 10:34:18 +0530 Mahesh J Salgaonkar wrote: > From: Mahesh Salgaonkar > > Currently the metadata region that holds crash info structure and ELF core > header is placed towards the end of reserved memory area. This patch places > it at the beginning of the reserved memory area. It also introduces > additional dump section called metadata section to communicate location > of metadata region to 2nd kernel. This patch also maintains the > compatibility between production/capture kernels irrespective of their > kernel versions. Both combination older/newer and newer/older works fine. Trying to look at the patches it might help me if you document reasons for why this change is made changelog, even if it may be obvious to someone who knows the code better. I thought you could include the documentation change in this patch as well, but maybe that's a matter of preference. Thanks, Nick