Open
Description
Minimal reproducer:
$ echo "FROM ghcr.io/cilium/ci-kernels:6.6.79" | docker buildx build --platform linux/arm64 --quiet --pull --output="./ci-kernels/arm64/6.6.79/" -
$ qemu-system-aarch64 -nographic -append "console=ttyAMA0" -M virt -cpu cortex-a57 -m 4G -kernel ./ci-kernels/arm64/6.6.79/boot/vmlinuz
If one replace 6.6.79
with 6.6.41
in the above reproducer one can verify that the previous kernel image was working fine.
With the 6.6.79
image qemu-system-aarch64
does not even try to boot the kernel, as far as I can tell.
Metadata
Metadata
Assignees
Labels
No labels