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 lists.gnu.org (lists.gnu.org [209.51.188.17]) (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 5EE42C7EE23 for ; Fri, 24 Feb 2023 21:26:43 +0000 (UTC) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pVfaQ-0003xL-9t; Fri, 24 Feb 2023 16:26:38 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pVfaO-0003wF-KS for qemu-devel@nongnu.org; Fri, 24 Feb 2023 16:26:36 -0500 Received: from mail-pl1-x62c.google.com ([2607:f8b0:4864:20::62c]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1pVfaM-0005CI-Pa for qemu-devel@nongnu.org; Fri, 24 Feb 2023 16:26:36 -0500 Received: by mail-pl1-x62c.google.com with SMTP id l15so869172pls.1 for ; Fri, 24 Feb 2023 13:26:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rivosinc-com.20210112.gappssmtp.com; s=20210112; t=1677273993; h=to:from:cc:content-transfer-encoding:mime-version:message-id:date :subject:from:to:cc:subject:date:message-id:reply-to; bh=x7wVxgcau1DjO9lf37dGwbT86wTbCe9KEdDRaNmXgyc=; b=etl3d9mVnvYRzA+RA0TJ9RFo3F2YQDIO0+rGCtzzvYf/VQe5Ys9blgTYtgKOdyqiS8 mYgVqSZFvoHHH1ps3dykviIbmjP/H22ro+cU0kn9zuMk++GLTnMflCYhGX+wxZKJ6i9c ++F+E357rPFyOxyKvOtcAVmNFyYlb0JuLTZTHL2JIxPsiN7ifQhPBUccBBxx+SOA9/RL g0pau3sw4bdVurEQ/OEWSUFsluiCoavr2ypONTUcJK2GcLSwygXGm23/qhJoTGv9TbjN 95gnWvG1bzeyeeVt1eAUZofY4Cms9o8fJ66Noo1M6C5uE/vq2ZeatKmilh8hdEVEWIxG ssMQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1677273993; h=to:from:cc:content-transfer-encoding:mime-version:message-id:date :subject:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=x7wVxgcau1DjO9lf37dGwbT86wTbCe9KEdDRaNmXgyc=; b=T/+Env0fmIm2Op1dJE6fyGsPyISC0mu17ZrtqYv8YFxLPknoAirDigknJspl0NwRMm jGIGcxgy2Nuio9gBVf37D58uR/PES5yQTmMFMc+fLIi4aBJU5/1wrDXEqWqJQGCVKJ7h 4h3iBh/Sd/bDmXEuuIiz7JlMCJ9bapXgMTigKBxek9V/on0mUs8RwUVleJ8crErCpS49 DtgKU5ftlECq+8Uu8zJWeYaoBuN3jWtmhBbjk4fr1T1orsTOG2vcQGwIau9g4Rfneb0Z RV56xY6zzaeG8o52ePCCTHts7iy2BHMqfY7KA1tR4a1kA7XxmrcPj8ZSi4OGDbCL7KnU rdRA== X-Gm-Message-State: AO0yUKXt9ooFMLjxt6eB3HcyUXkGRFW/xEqJdcAPQXg5wmlZjh35HE76 vMKohNO628p2k6q8BshEBX6FjT31IwMBoPOZ X-Google-Smtp-Source: AK7set/8w5OWFxKjI7EitKlyMKmz30LJWy22+idoIj1UJrM/iJjJtT6iWo3xWRn+yGHKO5B1GczPig== X-Received: by 2002:a17:903:2304:b0:19a:a673:4ee2 with SMTP id d4-20020a170903230400b0019aa6734ee2mr16077539plh.31.1677273992836; Fri, 24 Feb 2023 13:26:32 -0800 (PST) Received: from localhost ([50.221.140.188]) by smtp.gmail.com with ESMTPSA id e10-20020a170902744a00b0019948184c33sm11014471plt.243.2023.02.24.13.26.32 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 24 Feb 2023 13:26:32 -0800 (PST) Subject: [PATCH 0/2] Fix the OpenSBI CI job and bump to v1.2 Date: Fri, 24 Feb 2023 13:25:41 -0800 Message-Id: <20230224212543.20462-1-palmer@rivosinc.com> X-Mailer: git-send-email 2.39.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Cc: qemu-devel@nongnu.org, qemu-riscv@nongnu.org From: Palmer Dabbelt To: Bin Meng , thuth@redhat.com Received-SPF: pass client-ip=2607:f8b0:4864:20::62c; envelope-from=palmer@rivosinc.com; helo=mail-pl1-x62c.google.com X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=unavailable autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org The OpenSBI version bump found a CI failure, which appears to actually have been related to the Docker version as opposed to the Ubuntu version -- at least assuming my local CI run is accurate (thanks to Thomas for pointing out how to get those set up). I've left off the Ubuntu version upgrade because it's triggering some key-related issues when in apt. That's probably worth doing, but I figured it'd be better to send these along now to try and get things unblocked. The EDK2 Docker setup looks like it would have the same issue but I'll also keep that independent.