[GIT,PULL] Rust fixes for 6.6

Message ID 20231021181259.10931-1-ojeda@kernel.org
State New
Headers
Series [GIT,PULL] Rust fixes for 6.6 |

Pull-request

https://github.com/Rust-for-Linux/linux.git tags/rust-fixes-6.6

Message

Miguel Ojeda Oct. 21, 2023, 6:12 p.m. UTC
  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(-)
  

Comments

pr-tracker-bot@kernel.org Oct. 21, 2023, 8:04 p.m. UTC | #1
The pull request you sent on Sat, 21 Oct 2023 20:12:59 +0200:

> https://github.com/Rust-for-Linux/linux.git tags/rust-fixes-6.6

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/03027aa3a5c698b8fe1a0254284198cb1423481e

Thank you!