From patchwork Thu Feb 20 22:56:20 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Stefano Stabellini X-Patchwork-Id: 13984581 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 A6728C021B2 for ; Thu, 20 Feb 2025 22:56:51 +0000 (UTC) Received: from list by lists.xenproject.org with outflank-mailman.894194.1302978 (Exim 4.92) (envelope-from ) id 1tlFT1-0006Rp-Qi; Thu, 20 Feb 2025 22:56:27 +0000 X-Outflank-Mailman: Message body and most headers restored to incoming version Received: by outflank-mailman (output) from mailman id 894194.1302978; Thu, 20 Feb 2025 22:56:27 +0000 Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1tlFT1-0006Ri-OB; Thu, 20 Feb 2025 22:56:27 +0000 Received: by outflank-mailman (input) for mailman id 894194; Thu, 20 Feb 2025 22:56:26 +0000 Received: from se1-gles-sth1-in.inumbo.com ([159.253.27.254] helo=se1-gles-sth1.inumbo.com) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1tlFSz-0006Rc-VN for xen-devel@lists.xenproject.org; Thu, 20 Feb 2025 22:56:25 +0000 Received: from tor.source.kernel.org (tor.source.kernel.org [2600:3c04::f03c:95ff:fe5e:7468]) by se1-gles-sth1.inumbo.com (Halon) with ESMTPS id e81935aa-efdd-11ef-9aa9-95dc52dad729; Thu, 20 Feb 2025 23:56:24 +0100 (CET) Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by tor.source.kernel.org (Postfix) with ESMTP id F1C4868346; Thu, 20 Feb 2025 22:56:20 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id BC81BC4CED1; Thu, 20 Feb 2025 22:56:21 +0000 (UTC) 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: e81935aa-efdd-11ef-9aa9-95dc52dad729 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1740092182; bh=+/wSeYkp0nLW+KL6XOZV1yOIEAfXYyczylaLKqXFa8M=; h=Date:From:To:cc:Subject:From; b=JS2jEowGo4h8K5GV7f8Y/QuloeN0JYegIH2EygegKrAaQk91zjwM/K2hdNf3+cbsW Ng9lOSQCPtbC908b78OZjwbi3IZmUQpjnPB7jbmlLyKtsw7JqQqf+296HRqP6p1+IH 8uvlKYuTyOhK+Z3jo7eRqz7HpQsYPmp1XmBDnSHiD+WqdcKT4mbtGMMHb6LnodfeMs H3FCaGYFBadCG0YwdZ1mmbPlhCllze9oCF+uegxiqc0JF6rIvQmp1mEfSSc8m9TE6F ACgVazrFrJif7XWcmdSRJTS2qp8Plaq+8ORGm2KSGjICv3HjDtBf84GHsCkf7KqCZ/ LJWegBvTt6BwQ== Date: Thu, 20 Feb 2025 14:56:20 -0800 (PST) From: Stefano Stabellini X-X-Sender: sstabellini@ubuntu-linux-20-04-desktop To: xen-devel@lists.xenproject.org cc: sstabellini@kernel.org, Doug Goldstein , Michal Orzel Subject: [PATCH] automation: upgrade arm32 kernel from bullseye to bookworm Message-ID: User-Agent: Alpine 2.22 (DEB 394 2020-01-19) MIME-Version: 1.0 automation: upgrade arm32 kernel from bullseye to bookworm Signed-off-by: Stefano Stabellini Reviewed-by: Roger Pau Monné diff --git a/automation/scripts/qemu-smoke-dom0less-arm32.sh b/automation/scripts/qemu-smoke-dom0less-arm32.sh index 41f6e5d8e6..0c94e662aa 100755 --- a/automation/scripts/qemu-smoke-dom0less-arm32.sh +++ b/automation/scripts/qemu-smoke-dom0less-arm32.sh @@ -11,7 +11,7 @@ serial_log="$(pwd)/smoke.serial" cd binaries # Use the kernel from Debian -curl --fail --silent --show-error --location --output vmlinuz https://deb.debian.org/debian/dists/bullseye/main/installer-armhf/current/images/netboot/vmlinuz +curl --fail --silent --show-error --location --output vmlinuz https://deb.debian.org/debian/dists/bookworm/main/installer-armhf/current/images/netboot/vmlinuz # Use a tiny initrd based on busybox from Alpine Linux curl --fail --silent --show-error --location --output initrd.tar.gz https://dl-cdn.alpinelinux.org/alpine/v3.15/releases/armhf/alpine-minirootfs-3.15.1-armhf.tar.gz