On Sun, Mar 09, 2025 at 03:20:56PM +0100, Miguel Ojeda wrote: > On Sun, Mar 9, 2025 at 1:42 PM Ilya K <me@xxxxxxxx> wrote: > > > > Hi, I think this is missing one final change, specifically 27c7518e, > > or rather, the only line of it that applies: > > > > pub unsafe extern "C" fn drm_panic_qr_generate( > > - url: *const i8, > > + url: *const kernel::ffi::c_char, > > > > Without it, the build fails on Rust 1.85 / aarch64. > > Bah, sorry, my bad, that is embarrassing... It is not just that one -- > the actual remap is not there. Let me re-send... > > Greg: no changes except for the 2 extra on top you will see. > > It still holds that the x86_64 build still builds commit-by-commit, > and I double-checked that hash builds for x86_64, arm64 and riscv64 > with the min and max compilers. > > Let me also run a test for loongarch64 with the unrelated fix applied. Please just send additional ones, not the whole series, otherwise I'm going to get confused :) thanks, greg k-h