asahiLinux kernel: block dm-0: the capability attribute has been deprecated.
asahiLinux kernel: kexec_file: kernel: 00000000ba2a0d92 kernel_size: 0x41b0000
asahiLinux kernel: PEFILE: Unsigned PE binary
asahiLinux kernel: ima: kexec measurement buffer for the loaded kernel at 0x103bd3fc000.
this is the most interesting log line. There should be interesting log messages in the following line (and maybe in the preceding lines).
Did you try to use kexec? If not did you try to run anything in particular at the time the kexec log messages are printed? Those are not expected to be seen on Fedora-Asahi-Remix boots.
kexec is not tested because it is hard (or impossible) to support with all the firmware based hardware in Apple silicon systems. It’s unkown if or how the GPU can be shutdown once it is initialized. So kexec is not supported on asahi ssytems.
That looks like a bug in the hid_logitech_hidpp driver (or possibly in hid_bpf?). That shouldn’t be related to the platform, so you might want to ask in a more general place.
The kexec stuff is something you configured/installed, as we do not use kexec for anything or configure it by default, and it is not expected to work on this platform.
No idea about the detected fb_set_par error, error code: -16 message but it sounds like possibly something triggered by unusual userspace trying to use the system framebuffer or something else you’re doing that isn’t on by default.
The brcmfmac stuff is normal. It tries multiple filenames for firmware.
It could be kdump if you installed that, try systemctl disable kdump.service. The unsigned PE thing is probably normal/harmless when kexec is used like this.