Received: by 2002:a05:6902:102b:0:0:0:0 with SMTP id x11csp1646509ybt; Thu, 2 Jul 2020 10:14:54 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxur5XwQKfyEg/e13/UPlAi9UsiGoiFaymECIII6fkemOprz003Q8DwIRgPoRDZJJBfqntf X-Received: by 2002:aa7:d04e:: with SMTP id n14mr11430572edo.161.1593710094032; Thu, 02 Jul 2020 10:14:54 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1593710094; cv=none; d=google.com; s=arc-20160816; b=AZHhFF1+3URPijjHmAyhcsxx3D6d82S+mTG0xe6Sbh3s+BtL/1yYvgA6bLKwCxp+xQ UVx3+eELP+vPOJINefwjHlxHm5yJAQYGtDIvuOEt6oZX/xyToK9LpfpwvTPG643qoP3h 4LW3zbdAM2ipw2DRaQnTeGppQ5zNMtUGz9SNV/ZiUOptrHGlaBjX7si48XDia1waALAV 1W/4wCGDnnS8DgQPxPofP3x5E97ilKgwZImm8WAAtbjRmMTyTU7BvTajIinqICTLfqhz J+uMFkH8emJmRC/kwly241V0yxPP7t41x19h8L70131Ecp3/tY+O2DFkL+Gwd0/pi8H1 0ipQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=kXaiRkX4AyltF5I4af5I5FSAoVoY6FBHHMEBnypPAKQ=; b=FYKg+hDUH6/QaK+YIwE7ZQoEU6HV64pP/obgF1y1V3MPb5BJXosquRXfo+0XIIAdXP /nOo6ZwARVQxwcWWj2h291qjXgEHQN/e4Xv64/SalaPiDsT5UcVnIJVf2bfu3YWNqsmn hyUVTCiiuFd0A3OuBNdh7wJaqcVHi2DQfR+bS1c4sNHxGbiI37YbOfiJpxYtSstZlZjz vsrmPYcS7ube/mLuSKq9tyNuar0Esi2ocEABh7VY1ZDCR0IlAUDvY1IwkqVUAiLM4Ciz 0vbncwSpuWooROME8C33Rz101meg1MQKD3yIrqqOlJKhd2OEhBcNE/OySQFkW7sUT9up /tYA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id zp8si5632554ejb.255.2020.07.02.10.14.31; Thu, 02 Jul 2020 10:14:54 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727125AbgGBROI (ORCPT + 99 others); Thu, 2 Jul 2020 13:14:08 -0400 Received: from mail.kernel.org ([198.145.29.99]:39914 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726671AbgGBROI (ORCPT ); Thu, 2 Jul 2020 13:14:08 -0400 Received: from localhost.localdomain (unknown [95.146.230.158]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id EC32F21534; Thu, 2 Jul 2020 17:14:03 +0000 (UTC) From: Catalin Marinas To: x86@kernel.org, linux-arm-kernel@lists.infradead.org, Bhupesh Sharma Cc: Will Deacon , Boris Petkov , James Morse , Dave Anderson , Ard Biesheuvel , linux-kernel@vger.kernel.org, Jonathan Corbet , bhupesh.linux@gmail.com, Ingo Molnar , Amit Kachhap , Steve Capper , Michael Ellerman , Paul Mackerras , linux-doc@vger.kernel.org, Thomas Gleixner , Benjamin Herrenschmidt , scott.branden@broadcom.com, Mark Rutland , linuxppc-dev@lists.ozlabs.org, Kazuhito Hagio , John Donnelly , kexec@lists.infradead.org Subject: Re: [PATCH v6 0/2] Append new variables to vmcoreinfo (TCR_EL1.T1SZ for arm64 and MAX_PHYSMEM_BITS for all archs) Date: Thu, 2 Jul 2020 18:14:02 +0100 Message-Id: <159370984726.27923.4874334372278158979.b4-ty@arm.com> X-Mailer: git-send-email 2.20.1 In-Reply-To: <1589395957-24628-1-git-send-email-bhsharma@redhat.com> References: <1589395957-24628-1-git-send-email-bhsharma@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 14 May 2020 00:22:35 +0530, Bhupesh Sharma wrote: > Apologies for the delayed update. Its been quite some time since I > posted the last version (v5), but I have been really caught up in some > other critical issues. > > Changes since v5: > ---------------- > - v5 can be viewed here: > http://lists.infradead.org/pipermail/kexec/2019-November/024055.html > - Addressed review comments from James Morse and Boris. > - Added Tested-by received from John on v5 patchset. > - Rebased against arm64 (for-next/ptr-auth) branch which has Amit's > patchset for ARMv8.3-A Pointer Authentication feature vmcoreinfo > applied. > > [...] Applied to arm64 (for-next/vmcoreinfo), thanks! [1/2] crash_core, vmcoreinfo: Append 'MAX_PHYSMEM_BITS' to vmcoreinfo https://git.kernel.org/arm64/c/1d50e5d0c505 [2/2] arm64/crash_core: Export TCR_EL1.T1SZ in vmcoreinfo https://git.kernel.org/arm64/c/bbdbc11804ff -- Catalin