Hi vitaly, On 2026-05-07 at 00:08:18 -0400, vitaly prosyak wrote:Hi Kamil, I apologize for the build failures in my recent amd_fuzzing_kfd patch series and the need for 3 additional fixup patches to address ARM cross-compilation issues. The failures were due to: 1. Missing drm/drm.h include dependency on some systems 2. Incomplete KFD IOCTL struct definitions on ARM (forward declarations only) 3. KFD being x86/x86_64 specific (AMD GPUs not supported on ARM) I've now submitted fixes that: - Add proper header dependencies and guards - Restrict KFD tests to x86/x86_64 architectures only in meson.build - Follow the same pattern as amd_kfd_dmabuf_unload.c I'm curious - is there a way to see build failure results from patchwork.freedesktop.org before patches are merged? I couldn't find build status information on the patchwork interface, but I'd like to catch these issues earlier in the future. If you could point me to where CI build results are posted, I would greatly appreciate it. Sorry again for the extra churn, and thank you for maintaining IGT! Best regards, VitalyI will talk with our CI, I hope they could reintroduce compilation step for different arch like armhf or arm64. We had pipeline with builds but that was disabled during recent GitLab upgrade, when no GitLab repos were available. Regards, Kamil PS. for reference how it was before: https://patchwork.freedesktop.org/series/138642/ with status line from GitLab.Pipeline