Comments

57 Comments
karma

Failed test sounds unrelated to this update (network issue?)

This fixes the dtb issue, LGTM.

BZ#2243060 grub2-2.06-103 breaks dtb file installation
karma

Sorry, that was 103. Please disregard.

karma

This breaks device tree installs, which breaks Fedora Asahi (and any other platform using device trees from kernels).

This is the broken commit:

https://src.fedoraproject.org/rpms/grub2/c/8800efcb0bea5750f77f88a05ac9211a19cbc7a0?branch=rawhide

cp -a implies recursive copy. dtb is a directory. The new command fails to copy device trees, since it is no longer recursive.

sudo /bin/kernel-install add 6.5.6-400.asahi.fc39.aarch64+16k /lib/modules/6.5.6-400.asahi.fc39.aarch64+16k/vmlinuz
cp: -r not specified; omitting directory '/usr/lib/modules/6.5.6-400.asahi.fc39.aarch64+16k/dtb'
restorecon: lstat(/boot/dtb-6.5.6-400.asahi.fc39.aarch64+16k) failed: No such file or directory
karma

This breaks device tree installs, which breaks Fedora Asahi (and any other platform using device trees from kernels).

This is the broken commit:

https://src.fedoraproject.org/rpms/grub2/c/8800efcb0bea5750f77f88a05ac9211a19cbc7a0?branch=rawhide

cp -a implies recursive copy. dtb is a directory. The new command fails to copy device trees, since it is no longer recursive.

sudo /bin/kernel-install add 6.5.6-400.asahi.fc39.aarch64+16k /lib/modules/6.5.6-400.asahi.fc39.aarch64+16k/vmlinuz
cp: -r not specified; omitting directory '/usr/lib/modules/6.5.6-400.asahi.fc39.aarch64+16k/dtb'
restorecon: lstat(/boot/dtb-6.5.6-400.asahi.fc39.aarch64+16k) failed: No such file or directory

Please do not push this update, it is completely broken on device tree systems.

karma

This broke the Fedora Asahi kernel build (which uses unstable features). We normally fix things when changes are required, since unstable features change all the time, but this time it looks like a compiler bug (per discussion in #rust:fedoraproject.org).

In particular, this used to compile on 1.72.1 (with RUSTC_BOOTSTRAP=1), and now doesn't: https://play.rust-lang.org/?version=nightly&mode=debug&edition=2021&gist=34b8d13b298f3cf711e08433eb04d2e3

If there is some way to fix that code to make it work in 1.73.0 (while keeping the constness of IdArray::new) then we'll make the change, but otherwise we're stuck.

karma

This broke the Fedora Asahi kernel build (which uses unstable features). We normally fix things when changes are required, since unstable features change all the time, but this time it looks like a compiler bug (per discussion in #rust:fedoraproject.org).

In particular, this used to compile on 1.72.1 (with RUSTC_BOOTSTRAP=1), and now doesn't: https://play.rust-lang.org/?version=nightly&mode=debug&edition=2021&gist=34b8d13b298f3cf711e08433eb04d2e3

If there is some way to fix that code to make it work in 1.73.0 (while keeping the constness of IdArray::new) then we'll make the change, but otherwise we're stuck.

karma

This broke the Fedora Asahi kernel build (which uses unstable features). We normally fix things when changes are required, since unstable features change all the time, but this time it looks like a compiler bug (per discussion in #rust:fedoraproject.org).

In particular, this used to compile on 1.72.1 (with RUSTC_BOOTSTRAP=1), and now doesn't: https://play.rust-lang.org/?version=nightly&mode=debug&edition=2021&gist=34b8d13b298f3cf711e08433eb04d2e3

If there is some way to fix that code to make it work in 1.73.0 (while keeping the constness of IdArray::new) then we'll make the change, but otherwise we're stuck.

BZ#2241572 Please build waypipe with ffmpeg support
BZ#2241572 Please build waypipe with ffmpeg support
BZ#2226569 wpa_supplicant does not support for WPA3 for Broadcom Wi-Fi chipsets
BZ#2239838 alsa-ucm-asahi-2 is available
karma

Fonts are fixed.

karma

Fonts are fixed.

BZ#2236976 Calamares needs fixes backported for Fedora Asahi Remix KDE for firstboot usage
karma

Works, woohoo!

BZ#2236976 Calamares needs fixes backported for Fedora Asahi Remix KDE for firstboot usage