lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20231021181259.10931-1-ojeda@kernel.org>
Date:   Sat, 21 Oct 2023 20:12:59 +0200
From:   Miguel Ojeda <ojeda@...nel.org>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     Miguel Ojeda <ojeda@...nel.org>,
        Wedson Almeida Filho <wedsonaf@...il.com>,
        Alex Gaynor <alex.gaynor@...il.com>,
        Boqun Feng <boqun.feng@...il.com>, Gary Guo <gary@...yguo.net>,
        Björn Roy Baron <bjorn3_gh@...tonmail.com>,
        Benno Lossin <benno.lossin@...ton.me>,
        Andreas Hindborg <a.hindborg@...sung.com>,
        Alice Ryhl <aliceryhl@...gle.com>,
        rust-for-linux@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [GIT PULL] Rust fixes for 6.6

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(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ