RHEL Support
RHEL Support
Posted Sep 25, 2024 4:57 UTC (Wed) by admalledd (subscriber, #95347)In reply to: RHEL Support by jgg
Parent article: Committing to Rust in the kernel
For clarity on ISA/Platform support: https://doc.rust-lang.org/nightly/rustc/platform-support....
Though the above is more about applications, not kernels, you can (mostly) just pay attention to the first bit of a platform-triple there for what ISA is supported. That page also clarifies better than I could what T1/T2/T3/etc all mean on "officially supported".
That is all for the LLVM backend, and there are of course the two projects (codegen-gccjit and GCC-rs) to use GCC in some flavor instead.
So yea, there is concern still on missing platforms vs the Linux Kernel, but the hope is the commercial interests involved with those will either (1) support LLVM to those, or (2) support one or the other GCC project.
All that said, still likely years away for any of the missing platforms to need to care about Rust: many of the subsystems and drivers likely to be written won't ever be intended for such legacy platforms anyways.
