On 3/3/26 21:49, Miguel Ojeda wrote: > On Mon, Mar 2, 2026 at 4:41 PM Alice Ryhl <[email protected]> wrote: >> >> It's not relevant in this patch, but another thing that may be useful is >> to add CLIPPY=1 to the make invocation when building normally. This >> causes additional warnings to be checked using a tool called clippy. > > Yes, please do use `CLIPPY=1` -- the build should be Clippy clean > modulo exceptional cases that may slip through (and soon linux-next > will probably start reporting those warnings too).
Understood. One thing I realized is that most (or all?) defconfigs will not enable rust. $ make defconfig ... $ grep RUST .config CONFIG_RUST_IS_AVAILABLE=y # CONFIG_RUST is not set CONFIG_HAVE_RUST=y # CONFIG_HID_THRUSTMASTER is not set # CONFIG_TRUSTED_KEYS is not set # CONFIG_IMA_SECURE_AND_OR_TRUSTED_BOOT is not set CONFIG_SYSTEM_TRUSTED_KEYRING=y CONFIG_SYSTEM_TRUSTED_KEYS="" # CONFIG_SECONDARY_TRUSTED_KEYRING is not set That could imply that it might not receive as much build testing from people/build bots. -- Cheers, David
