]> git.itanic.dy.fi Git - linux-stable/commit
Merge tag 'rust-fixes-6.3' of https://github.com/Rust-for-Linux/linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 20 Apr 2023 19:46:18 +0000 (12:46 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 20 Apr 2023 19:46:18 +0000 (12:46 -0700)
commit6a66fdd29ea1695d615fcc93dccfb6dbe2f53b1d
treed30e5031023d581ec2748bf276721b2c908e2648
parent23309d600db1abb73b77ca35db96133b7fc35959
parentd966c3cab924fb750fefef11e77a6fa07dd5420e
Merge tag 'rust-fixes-6.3' of https://github.com/Rust-for-Linux/linux

Pull Rust fixes from Miguel Ojeda:
 "Most of these are straightforward.

  The last one is more complex, but it only touches Rust + GCC builds
  which are for the moment best-effort.

   - Code: Missing 'extern "C"' fix.

   - Scripts: 'is_rust_module.sh' and 'generate_rust_analyzer.py' fixes.

   - A couple trivial fixes

   - Build: Rust + GCC build fix and 'grep' warning fix"

* tag 'rust-fixes-6.3' of https://github.com/Rust-for-Linux/linux:
  rust: allow to use INIT_STACK_ALL_ZERO
  rust: fix regexp in scripts/is_rust_module.sh
  rust: build: Fix grep warning
  scripts: generate_rust_analyzer: Handle sub-modules with no Makefile
  rust: kernel: Mark rust_fmt_argument as extern "C"
  rust: sort uml documentation arch support table
  rust: str: fix requierments->requirements typo