From patchwork Mon Sep 25 22:42:29 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Shawn Anastasio X-Patchwork-Id: 13398530 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 6E1B3E7D0C4 for ; Mon, 25 Sep 2023 22:42:56 +0000 (UTC) Received: from list by lists.xenproject.org with outflank-mailman.608152.946487 (Exim 4.92) (envelope-from ) id 1qkuHw-0007EV-32; Mon, 25 Sep 2023 22:42:48 +0000 X-Outflank-Mailman: Message body and most headers restored to incoming version Received: by outflank-mailman (output) from mailman id 608152.946487; Mon, 25 Sep 2023 22:42:48 +0000 Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1qkuHv-0007Co-RM; Mon, 25 Sep 2023 22:42:47 +0000 Received: by outflank-mailman (input) for mailman id 608152; Mon, 25 Sep 2023 22:42:46 +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 1qkuHu-0006pn-4w for xen-devel@lists.xenproject.org; Mon, 25 Sep 2023 22:42:46 +0000 Received: from raptorengineering.com (mail.raptorengineering.com [23.155.224.40]) by se1-gles-flk1.inumbo.com (Halon) with ESMTPS id d718eeb5-5bf4-11ee-9b0d-b553b5be7939; Tue, 26 Sep 2023 00:42:44 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by mail.rptsys.com (Postfix) with ESMTP id 0876F8286740; Mon, 25 Sep 2023 17:42:43 -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 ASdzD7Om2Tcp; Mon, 25 Sep 2023 17:42:42 -0500 (CDT) Received: from localhost (localhost [127.0.0.1]) by mail.rptsys.com (Postfix) with ESMTP id 1C18F8285AE4; Mon, 25 Sep 2023 17:42:42 -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 ZN_x8D8fyun4; Mon, 25 Sep 2023 17:42:42 -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 B1488828558A; Mon, 25 Sep 2023 17:42:41 -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: d718eeb5-5bf4-11ee-9b0d-b553b5be7939 DKIM-Filter: OpenDKIM Filter v2.10.3 mail.rptsys.com 1C18F8285AE4 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=raptorengineering.com; s=B8E824E6-0BE2-11E6-931D-288C65937AAD; t=1695681762; bh=/X3lk3Zg+rUp6Qi1mK6ROL4w3hG4Tvl8DPK6/nEq4A8=; h=From:To:Date:Message-Id:MIME-Version; b=LiAjfJHSkGmdRU9i0Rr8iRMqpdF2rBIcoVEnWAfxTzXcHtT+E+ymFi48urRROSW/8 CTamfSymSr0FiOBnxmsFNKSp93LC+aBZV5e1r/JnCKhlIIJ5Jk9J4sK9jZE0/VU8pD VkrZyYbcVtMlFL1uiDpBgm0BABPHdRQwJO3haU04= X-Virus-Scanned: amavisd-new at rptsys.com From: Shawn Anastasio To: xen-devel@lists.xenproject.org Cc: Timothy Pearson , Shawn Anastasio , Doug Goldstein , Stefano Stabellini , Michal Orzel , Jan Beulich Subject: [PATCH 2/3] automation: Change build script to use arch defconfig Date: Mon, 25 Sep 2023 17:42:29 -0500 Message-Id: X-Mailer: git-send-email 2.30.2 In-Reply-To: References: MIME-Version: 1.0 Change automation build script to call the make defconfig target before setting CONFIG_DEBUG and extra options. This fixes issues on Power where the build fails without using the ppc64_defconfig. Signed-off-by: Shawn Anastasio Reported-by: Jan Beulich --- automation/scripts/build | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) -- 2.30.2 diff --git a/automation/scripts/build b/automation/scripts/build index b4edcf010e..19dd9e8270 100755 --- a/automation/scripts/build +++ b/automation/scripts/build @@ -22,7 +22,12 @@ if [[ "${RANDCONFIG}" == "y" ]]; then # RANDCONFIG implies HYPERVISOR_ONLY HYPERVISOR_ONLY="y" else - echo "CONFIG_DEBUG=${debug}" > xen/.config + # Start off with arch's defconfig + make -C xen defconfig + + # Drop existing CONFIG_DEBUG and replace with value of ${debug} + sed -i 's/^CONFIG_DEBUG=[yn]//g' xen/.config + echo "CONFIG_DEBUG=${debug}" >> xen/.config if [[ -n "${EXTRA_XEN_CONFIG}" ]]; then echo "${EXTRA_XEN_CONFIG}" >> xen/.config