Re: [PATCH -next] rust: fwctl: replace `__pinned_init` with `raw_try_init`
Jason Gunthorpe <[email protected]>
| Newsgroups | org.kernel.vger.linux-next,org.kernel.vger.rust-for-linux |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Aug 18, 2026 at 03:16:21PM +0100, Mark Brown wrote: > I'd been under the impression that the reason this was happening a lot > with Rust was something to do with how the language works. My impression is the rust team is still learning how best to apply rust to linux. So things land and get changed around with a healthy does of compile breaking changes. In a certain sense they are building a unique kernel specific dialect of rust as they go. It's fine, and this particular case is managable, but my main point is as rust increases in scope a more accommodating process is needed to maintain the general kernel work flow. Jason