From patchwork Tue Sep 26 18:54:54 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Shawn Anastasio X-Patchwork-Id: 13399569 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 E33FEE7E65D for ; Tue, 26 Sep 2023 18:55:24 +0000 (UTC) Received: from list by lists.xenproject.org with outflank-mailman.608495.946995 (Exim 4.92) (envelope-from ) id 1qlDDA-0008SD-Kp; Tue, 26 Sep 2023 18:55:08 +0000 X-Outflank-Mailman: Message body and most headers restored to incoming version Received: by outflank-mailman (output) from mailman id 608495.946995; Tue, 26 Sep 2023 18:55:08 +0000 Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1qlDDA-0008R5-Gr; Tue, 26 Sep 2023 18:55:08 +0000 Received: by outflank-mailman (input) for mailman id 608495; Tue, 26 Sep 2023 18:55:07 +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 1qlDD9-0008Oe-OG for xen-devel@lists.xenproject.org; Tue, 26 Sep 2023 18:55:07 +0000 Received: from raptorengineering.com (mail.raptorengineering.com [23.155.224.40]) by se1-gles-flk1.inumbo.com (Halon) with ESMTPS id 349513e6-5c9e-11ee-9b0d-b553b5be7939; Tue, 26 Sep 2023 20:55:05 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by mail.rptsys.com (Postfix) with ESMTP id 8E4ED828587F; Tue, 26 Sep 2023 13:55:04 -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 z7IxOIFD-phf; Tue, 26 Sep 2023 13:55:03 -0500 (CDT) Received: from localhost (localhost [127.0.0.1]) by mail.rptsys.com (Postfix) with ESMTP id BADBA828597C; Tue, 26 Sep 2023 13:55:03 -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 aT9Y6KzfcE3r; Tue, 26 Sep 2023 13:55:03 -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 23F0A82856E3; Tue, 26 Sep 2023 13:55:03 -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: 349513e6-5c9e-11ee-9b0d-b553b5be7939 DKIM-Filter: OpenDKIM Filter v2.10.3 mail.rptsys.com BADBA828597C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=raptorengineering.com; s=B8E824E6-0BE2-11E6-931D-288C65937AAD; t=1695754503; bh=aEtO37WaeynTwQEG42ptd6iUUobibnEC7GuTBLy7PiY=; h=From:To:Date:Message-Id:MIME-Version; b=ElyF2L3ufEziikFUQLAI7FEJljc1jUQLdD5hO1T8aE0eOpd4vBYkN8TjWtxNEFUBw 6POi3Qg84HkYfHbF8CJKe2VARiAZGBHIKUQbn5Lw7f8ZI3tyGAHNq0CmtYcDYb8v1P oOWTN+HWelR7KXxfiYWSGvRMKuoXEU0tKMq8f/6c= 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 , Andrew Cooper , George Dunlap , Jan Beulich , Julien Grall , Wei Liu Subject: [PATCH v2 0/2] Fix Power CI build Date: Tue, 26 Sep 2023 13:54:54 -0500 Message-Id: X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Hello all, This series contains a few minor fixes to the CI config and one additional patch to common/ that resolve ppc64-specific CI failures that Jan discovered. Thanks, Shawn Anastasio (2): automation: Change build script to use arch defconfig xen/common: Add NUMA node id bounds check to page_alloc.c/node_to_scrub automation/scripts/build | 7 ++++++- xen/common/page_alloc.c | 8 ++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) --- 2.30.2