|
|
Log in / Subscribe / Register

Rust in the 6.2 kernel

Rust in the 6.2 kernel

Posted Nov 18, 2022 14:23 UTC (Fri) by xav (guest, #18536)
Parent article: Rust in the 6.2 kernel

I wonder why they didn't use the standard log::info, log:debug etc. (and just added the missing levels) ?


to post comments

Rust in the 6.2 kernel

Posted Nov 18, 2022 16:11 UTC (Fri) by mathstuf (subscriber, #69389) [Link]

By "standard" do you mean the `log` crate? I believe some of its guarantees are around flushing and such, so `PR_CONT` might be tougher to implement using the APIs set down in the crate itself.


Copyright © 2026, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds