On Thu, Nov 7, 2024 at 4:01 PM Eder Zulian <ezulian@xxxxxxxxxx> wrote: > > By the way, I'm using linux-next/master here and I think I had to make > (MITIGATION_RETHUNK && KASAN) false at some point for x86_64 to get RUST=y. Yeah, that would be this one: depends on !(MITIGATION_RETHUNK && KASAN) || RUSTC_VERSION >= 108300 i.e. it can be avoided with Rust 1.83, to be released in 3 weeks (2024-11-28). Cheers, Miguel