[GIT PULL] Rust fixes for 6.6
From: Miguel Ojeda
Date: Sat Oct 21 2023 - 14:13:37 EST
Hi Linus,
Please pull these fixes for Rust.
The last three commits have been only a single round in linux-next, so
perhaps they should stay a few more days there, but I decided to send it
already since they are simple and do not touch anything critical.
No conflicts expected. No changes to the C side.
Cheers,
Miguel
The following changes since commit 8a749fd1a8720d4619c91c8b6e7528c0a355c0aa:
Linux 6.6-rc4 (2023-10-01 14:15:13 -0700)
are available in the Git repository at:
https://github.com/Rust-for-Linux/linux.git tags/rust-fixes-6.6
for you to fetch changes up to cfd96726e61136e68a168813cedc4084f626208b:
rust: docs: fix logo replacement (2023-10-19 16:40:00 +0200)
----------------------------------------------------------------
Rust fixes for 6.6
- GCC build: fix bindgen build error with '-fstrict-flex-arrays'.
- Error module: fix the description for 'ECHILD' and fix Markdown
style nit.
- Code docs: fix logo replacement.
- Docs: update docs output path.
- Kbuild: remove old docs output path in 'cleandocs' target.
----------------------------------------------------------------
Andrea Righi (1):
rust: fix bindgen build error with fstrict-flex-arrays
Manmohan Shukla (1):
rust: error: Markdown style nit
Miguel Ojeda (3):
docs: rust: update Rust docs output path
kbuild: remove old Rust docs output path
rust: docs: fix logo replacement
Wedson Almeida Filho (1):
rust: error: fix the description for `ECHILD`
Documentation/rust/general-information.rst | 2 +-
Makefile | 2 +-
rust/Makefile | 16 ++++++++--------
rust/kernel/error.rs | 4 ++--
4 files changed, 12 insertions(+), 12 deletions(-)