Wedson Almeida Filho of Google's Android Team said at the time
"We feel that Rust is now ready to join C as a practical language for implementing the kernel. It can help us reduce the number of potential bugs and security vulnerabilities in privileged code while playing nicely with the core kernel and preserving its performance characteristics."
in the end, it was decided that Rust is well enough supported in the Clang -- the C language family compiler front end -- to move forward.
https://docs.rs/clang/latest/clang/
Besides, as Torvalds had said earlier, "Clang does work, so merging Rust would probably help and not hurt the kernel."
It also helped Rust's case that -- thanks to the ground-breaking work of #Linux kernel and Rust developer Miguel Ojeda -- Rust on Linux has gotten much more mature
(PDF URL)
Andreas Hindborg, a Western Digital Principal Engineer, at the 2022 Linux Plumbers Summit, showed you could write a first-rate driver, an SSD NVM-Express (NVMe) driver for Linux in Rust.
https://blog.desdelinux.net/en/western-digital-already-works-on-an-nvme-driver-written-in-rust/
The maintainers were convinced it was time to move forward with Rust in Linux.
In short, they agreed that Rust on Linux was ready for work
>>>EnD<<<
Now, Torvalds warns in this first release, Rust will "just have the core infrastructure (i.e. no serious use case yet)." But, still, this is a major first step for Rust and Linux
>>>NoW EnD<<<
It took a while to convince the top Linux kernel developers of this. There were concerns about non-standard Rust extensions being needed to get it to work in Linux. For instance, with the new Rust Linux NVMe driver
https://www.phoronix.com/news/LPC-2022-Rust-Linux
over 70 extensions needed to be made to Rust to get it working
Torvalds said in an earlier interview, "We've been using exceptions to standard C for decades."
https://www.zdnet.com/article/linus-torvalds-talks-rust-on-linux-his-work-schedule-and-life-with-his-m2-macbook-air/