This is a note to let you know that I've just added the patch titled lib/Kconfig.debug: fix grammar in RUST_BUILD_ASSERT_ALLOW to the 6.11-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: lib-kconfig.debug-fix-grammar-in-rust_build_assert_a.patch and it can be found in the queue-6.11 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let <stable@xxxxxxxxxxxxxxx> know about it. commit d46f9bffebdb44c35af7e539f4e160ae788e7a01 Author: Timo Grautstueck <timo.grautstueck@xxxxxx> Date: Sun Oct 6 16:02:44 2024 +0200 lib/Kconfig.debug: fix grammar in RUST_BUILD_ASSERT_ALLOW [ Upstream commit ab8851431bef5cc44f0f3f0da112e883fd4d0df5 ] Just a grammar fix in lib/Kconfig.debug, under the config option RUST_BUILD_ASSERT_ALLOW. Reported-by: Miguel Ojeda <ojeda@xxxxxxxxxx> Closes: https://github.com/Rust-for-Linux/linux/issues/1006 Fixes: ecaa6ddff2fd ("rust: add `build_error` crate") Signed-off-by: Timo Grautstueck <timo.grautstueck@xxxxxx> Link: https://lore.kernel.org/r/20241006140244.5509-1-timo.grautstueck@xxxxxx Signed-off-by: Miguel Ojeda <ojeda@xxxxxxxxxx> Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx> diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index a30c03a661726..8079f5c2dfe4f 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug @@ -3023,7 +3023,7 @@ config RUST_BUILD_ASSERT_ALLOW bool "Allow unoptimized build-time assertions" depends on RUST help - Controls how are `build_error!` and `build_assert!` handled during build. + Controls how `build_error!` and `build_assert!` are handled during the build. If calls to them exist in the binary, it may indicate a violated invariant or that the optimizer failed to verify the invariant during compilation.