From: Miguel Ojeda Date: Tue, 18 Apr 2023 21:43:45 +0000 (+0200) Subject: rust: alloc: clarify what is the upstream version X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=f438c1dd9ec2687b9d1e72e36cc44318634671a0;p=linux.git rust: alloc: clarify what is the upstream version It may be unclear for readers which upstream Rust version these files are based on. They may be unaware that they are intended to match the minimum (and only, so far) supported version of Rust in the kernel. Thus clarify it. Reviewed-by: Benno Lossin Reviewed-by: Björn Roy Baron Reviewed-by: Gary Guo Reviewed-by: Martin Rodriguez Reboredo Tested-by: Ariel Miculas Tested-by: David Gow Tested-by: Boqun Feng Link: https://lore.kernel.org/r/20230418214347.324156-2-ojeda@kernel.org Signed-off-by: Miguel Ojeda --- diff --git a/rust/alloc/README.md b/rust/alloc/README.md index c89c753720b5..eb6f22e94ebf 100644 --- a/rust/alloc/README.md +++ b/rust/alloc/README.md @@ -10,6 +10,9 @@ upstream. In general, only additions should be performed (e.g. new methods). Eventually, changes should make it into upstream so that, at some point, this fork can be dropped from the kernel tree. +The Rust upstream version on top of which these files are based matches +the output of `scripts/min-tool-version.sh rustc`. + ## Rationale