Skip to content

Current arm64 6.6.79 (6.6) image is faulty #73

Open
@florianl

Description

@florianl

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions