|
|
Log in / Subscribe / Register

A first look at Rust in the 6.1 kernel

A first look at Rust in the 6.1 kernel

Posted Oct 13, 2022 14:57 UTC (Thu) by kees (subscriber, #27264)
Parent article: A first look at Rust in the 6.1 kernel

C kernel module removal cannot fail either:

include/linux/init.h:typedef void (*exitcall_t)(void);

Real-world module exiting is controlled via the mount usage count -- it's only callable if the count is zero.


to post comments


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