From patchwork Wed Aug 23 20:07:17 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Shawn Anastasio X-Patchwork-Id: 13363070 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 lists.xenproject.org (lists.xenproject.org [192.237.175.120]) (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 F112FC7113B for ; Wed, 23 Aug 2023 20:07:49 +0000 (UTC) Received: from list by lists.xenproject.org with outflank-mailman.589516.921487 (Exim 4.92) (envelope-from ) id 1qYu8i-0005WA-FO; Wed, 23 Aug 2023 20:07:40 +0000 X-Outflank-Mailman: Message body and most headers restored to incoming version Received: by outflank-mailman (output) from mailman id 589516.921487; Wed, 23 Aug 2023 20:07:40 +0000 Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1qYu8i-0005Sg-5O; Wed, 23 Aug 2023 20:07:40 +0000 Received: by outflank-mailman (input) for mailman id 589516; Wed, 23 Aug 2023 20:07:38 +0000 Received: from se1-gles-flk1-in.inumbo.com ([94.247.172.50] helo=se1-gles-flk1.inumbo.com) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1qYu8g-0004Vt-A0 for xen-devel@lists.xenproject.org; Wed, 23 Aug 2023 20:07:38 +0000 Received: from raptorengineering.com (mail.raptorengineering.com [23.155.224.40]) by se1-gles-flk1.inumbo.com (Halon) with ESMTPS id b3144e82-41f0-11ee-9b0c-b553b5be7939; Wed, 23 Aug 2023 22:07:35 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by mail.rptsys.com (Postfix) with ESMTP id 886A58285AAD; Wed, 23 Aug 2023 15:07:34 -0500 (CDT) Received: from mail.rptsys.com ([127.0.0.1]) by localhost (vali.starlink.edu [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id JI6P4Lpkb6Si; Wed, 23 Aug 2023 15:07:33 -0500 (CDT) Received: from localhost (localhost [127.0.0.1]) by mail.rptsys.com (Postfix) with ESMTP id 7F1E082869C3; Wed, 23 Aug 2023 15:07:33 -0500 (CDT) Received: from mail.rptsys.com ([127.0.0.1]) by localhost (vali.starlink.edu [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id 1aMetp_PCimj; Wed, 23 Aug 2023 15:07:33 -0500 (CDT) Received: from raptor-ewks-026.rptsys.com (5.edge.rptsys.com [23.155.224.38]) by mail.rptsys.com (Postfix) with ESMTPSA id 23104828673D; Wed, 23 Aug 2023 15:07:33 -0500 (CDT) X-BeenThere: xen-devel@lists.xenproject.org List-Id: Xen developer discussion List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Errors-To: xen-devel-bounces@lists.xenproject.org Precedence: list Sender: "Xen-devel" X-Inumbo-ID: b3144e82-41f0-11ee-9b0c-b553b5be7939 DKIM-Filter: OpenDKIM Filter v2.10.3 mail.rptsys.com 7F1E082869C3 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=raptorengineering.com; s=B8E824E6-0BE2-11E6-931D-288C65937AAD; t=1692821253; bh=GeGECnKBSpninCMh4v2k/q/3WkfOACULzVkAztOkkWU=; h=From:To:Date:Message-Id:MIME-Version; b=gk5eRib8yTv1SeODNU176oFuRMTBaL0ZyZHLBO1Pfc1giUpmLfSJYTP2gFFypnMhQ Yw7vVLuCqgsgqR//uUzSu34Jv391y1PpI4INmGLNtAIyeAqMk0YFuCDlqOgdqT0OHy SEiWFQ54jUp4HiX9vCkjjn1i01JFFn1C/ZTZZMIQ= X-Virus-Scanned: amavisd-new at rptsys.com From: Shawn Anastasio To: xen-devel@lists.xenproject.org Cc: Timothy Pearson , Jan Beulich , Shawn Anastasio Subject: [PATCH v2 6/8] xen/ppc: Define bug frames table in linker script Date: Wed, 23 Aug 2023 15:07:17 -0500 Message-Id: X-Mailer: git-send-email 2.30.2 In-Reply-To: References: MIME-Version: 1.0 Define the bug frames table in ppc's linker script as is done by other architectures. Signed-off-by: Shawn Anastasio Acked-by: Jan Beulich --- v2: Add extra space to fix alignment of newly added lines xen/arch/ppc/xen.lds.S | 10 ++++++++++ 1 file changed, 10 insertions(+) -- 2.30.2 diff --git a/xen/arch/ppc/xen.lds.S b/xen/arch/ppc/xen.lds.S index 2fa81d5a83..9e46035155 100644 --- a/xen/arch/ppc/xen.lds.S +++ b/xen/arch/ppc/xen.lds.S @@ -41,6 +41,16 @@ SECTIONS . = ALIGN(PAGE_SIZE); .rodata : { _srodata = .; /* Read-only data */ + /* Bug frames table */ + __start_bug_frames = .; + *(.bug_frames.0) + __stop_bug_frames_0 = .; + *(.bug_frames.1) + __stop_bug_frames_1 = .; + *(.bug_frames.2) + __stop_bug_frames_2 = .; + *(.bug_frames.3) + __stop_bug_frames_3 = .; *(.rodata) *(.rodata.*) *(.data.rel.ro)