Conversation

Jarkko Sakkinen

I wonder if it either is or could be allowed kselftest to be written in Rust assuming that it requires only rustc and has at most std dependencies? Not talking a cargo build here.
1
0
0
In some cases this could be the early phase also for new kernel code given that you can quite easily make parts of the code context independent, and by being part of kselftest it would get some stress testing before it is part of the actual kernel code.
0
0
0