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.
