Hi all, Today's linux-next merge of the rust tree got a conflict in: Documentation/process/changes.rst between commit: df05c0e9496c ("Documentation: Raise the minimum supported version of LLVM to 11.0.0") from the kbuild tree and commit: d029d8003e02 ("docs: add Rust documentation") from the rust tree. I fixed it up (see below) and can carry the fix as necessary. This is now fixed as far as linux-next is concerned, but any non trivial conflicts should be mentioned to your upstream maintainer when your tree is submitted for merging. You may also want to consider cooperating with the maintainer of the conflicting tree to minimise any particularly complex conflicts. -- Cheers, Stephen Rothwell diff --cc Documentation/process/changes.rst index a337e8eabfe1,c51644fbb801..000000000000 --- a/Documentation/process/changes.rst +++ b/Documentation/process/changes.rst @@@ -30,7 -35,9 +35,9 @@@ know what you are doing, use the exact Program Minimal version Command to check the version ====================== =============== ======================================== GNU C 5.1 gcc --version -Clang/LLVM (optional) 10.0.1 clang --version +Clang/LLVM (optional) 11.0.0 clang --version + rustc (optional) 1.56.0 rustc --version + bindgen (optional) 0.56.0 bindgen --version GNU make 3.81 make --version binutils 2.23 ld -v flex 2.5.35 flex --version