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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 064E9C00140 for ; Tue, 2 Aug 2022 17:49:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=qlY8lBNGGo814lZp4KyEanu7sVtMVHly1zYEoktIq74=; b=meiVyCuS7DhksE mcpXRGF44w+a/Fda6FGT4xWRbNiq3wfXMX/PxDeRzHb8KLlx17MQSgoNkZiuNPj5D6OJ78YaetVV3 2rq/joGCPWORud6c1HC3Ln+pjyuy+uwT6AO95ebRLOr2nLnyLvN+vWEE+Ka/3IGY392UBZkWNaCha bfaLTfar/Tjc3QsobHAEzJ+9cFr4SgEx+k/dyGNqFPBqCEazmLzxUkwZQHCxgwdTfwXfSrUrqUaAH GiH3bELX6aXQuqSaHSQo74cU0Qn07UdMGRyyhs6alCy39jnVDHYydDMidq8zQObQi5avi6uKFAFMr 9DuRBzUQr6IS9npnB+tA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oIw0j-00GIvc-Sp; Tue, 02 Aug 2022 17:48:53 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oIw0f-00GIqK-Lm for linux-arm-kernel@lists.infradead.org; Tue, 02 Aug 2022 17:48:51 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 366231477; Tue, 2 Aug 2022 10:48:44 -0700 (PDT) Received: from FVFF77S0Q05N (unknown [10.57.44.10]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id B7F1C3F70D; Tue, 2 Aug 2022 10:48:41 -0700 (PDT) Date: Tue, 2 Aug 2022 18:48:29 +0100 From: Mark Rutland To: Kalesh Singh Cc: "moderated list:ARM64 PORT (AARCH64 ARCHITECTURE)" , Mark Brown , Catalin Marinas , James Morse , "Madhavan T. Venkataraman" , Marc Zyngier , Fuad Tabba , Will Deacon Subject: Re: [PATCH 8/8] arm64: stacktrace: track hyp stacks in unwinder's address space Message-ID: References: <20220801121209.2479449-1-mark.rutland@arm.com> <20220801121209.2479449-9-mark.rutland@arm.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220802_104849_857947_24B39F95 X-CRM114-Status: GOOD ( 11.98 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Tue, Aug 02, 2022 at 09:27:33AM -0700, Kalesh Singh wrote: > On Mon, Aug 1, 2022 at 5:12 AM Mark Rutland wrote: > > static int unwind_next(struct unwind_state *state) > > { > > - return unwind_next_frame_record(state, kvm_nvhe_stack_kern_va); > > + /* > > + * The FP is in the hypervisor VA space. Convert it to the kernel VA > > + * space so it can be unwound be the regular unwind functions. > > s/be the/by the Whoops; I've fixed that up locally now. > Reviewed-by: Kalesh Singh Thanks! Mark. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel