All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] automation: upgrade arm32 kernel from bullseye to bookworm
@ 2025-02-20 22:56 Stefano Stabellini
  2025-02-21 10:26 ` Roger Pau Monné
  2025-02-21 15:24 ` Andrew Cooper
  0 siblings, 2 replies; 3+ messages in thread
From: Stefano Stabellini @ 2025-02-20 22:56 UTC (permalink / raw)
  To: xen-devel; +Cc: sstabellini, Doug Goldstein, Michal Orzel

automation: upgrade arm32 kernel from bullseye to bookworm

Signed-off-by: Stefano Stabellini <stefano.stabellini@amd.com>

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
 


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] automation: upgrade arm32 kernel from bullseye to bookworm
  2025-02-20 22:56 [PATCH] automation: upgrade arm32 kernel from bullseye to bookworm Stefano Stabellini
@ 2025-02-21 10:26 ` Roger Pau Monné
  2025-02-21 15:24 ` Andrew Cooper
  1 sibling, 0 replies; 3+ messages in thread
From: Roger Pau Monné @ 2025-02-21 10:26 UTC (permalink / raw)
  To: Stefano Stabellini; +Cc: xen-devel, Doug Goldstein, Michal Orzel

On Thu, Feb 20, 2025 at 02:56:20PM -0800, Stefano Stabellini wrote:
> automation: upgrade arm32 kernel from bullseye to bookworm
> 
> Signed-off-by: Stefano Stabellini <stefano.stabellini@amd.com>

Reviewed-by: Roger Pau Monné <roger.pau@citrix.com>

Thanks, Roger.


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] automation: upgrade arm32 kernel from bullseye to bookworm
  2025-02-20 22:56 [PATCH] automation: upgrade arm32 kernel from bullseye to bookworm Stefano Stabellini
  2025-02-21 10:26 ` Roger Pau Monné
@ 2025-02-21 15:24 ` Andrew Cooper
  1 sibling, 0 replies; 3+ messages in thread
From: Andrew Cooper @ 2025-02-21 15:24 UTC (permalink / raw)
  To: Stefano Stabellini, xen-devel; +Cc: Doug Goldstein, Michal Orzel

On 20/02/2025 10:56 pm, Stefano Stabellini wrote:
> automation: upgrade arm32 kernel from bullseye to bookworm
>
> Signed-off-by: Stefano Stabellini <stefano.stabellini@amd.com>
>
> 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


This isn't even deterministic, because it's always taking the latest
debian kernel.  Can we please get this into test-artefacts so it becomes
stable.

Also, do we really want to be mixing an up-to-date debian kernel with a
very obsolete Alpine initrd?

~Andrew


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-02-21 15:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-20 22:56 [PATCH] automation: upgrade arm32 kernel from bullseye to bookworm Stefano Stabellini
2025-02-21 10:26 ` Roger Pau Monné
2025-02-21 15:24 ` Andrew Cooper

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.