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-prev] [day] [month] [year] [list]
Message-ID: <CAJ-ks9nF3A+NZuvRJj_5KH=_4uCVmyLb-T8qQa8D3iyN2S-fVg@mail.gmail.com>
Date: Fri, 21 Mar 2025 05:41:26 -0400
From: Tamir Duberstein <tamird@...il.com>
To: Miguel Ojeda <ojeda@...nel.org>, 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@...nel.org>, 
	Alice Ryhl <aliceryhl@...gle.com>, Trevor Gross <tmgross@...ch.edu>, 
	Danilo Krummrich <dakr@...nel.org>, Boris-Chengbiao Zhou <bobo1239@....de>, Kees Cook <kees@...nel.org>, 
	Fiona Behrens <me@...enk.dev>
Cc: rust-for-linux@...r.kernel.org, linux-kernel@...r.kernel.org, 
	Lukas Wirth <lukas.wirth@...rous-systems.com>
Subject: Re: [PATCH v3 0/7] rust: generate_rust_analyzer.py: define host crates

On Wed, Mar 19, 2025 at 8:07 PM Tamir Duberstein <tamird@...il.com> wrote:
>
> This series updates rust-project.json to differentiate between host and
> target crates, where the former are used as dependencies of the `macros`
> crate. Please see individual commit messages for details.
>
> The first 3 commits contain mechanical formatting changes and are
> optional. The series can be taken without them.
>
> I avoided more significant formatting or changes where possible to
> reduce the diff. Unfortunately `scripts/generate_rust_analyzer.py` is
> not consistently formatted before nor after this series.
>
> The 5th commit ("scripts: generate_rust_analyzer.py: use
> str(pathlib.Path)") can also be considered optional. It removes an
> inconsistency I noticed while working on this series and which occurs on
> a line which churns in this series anyway.
>
> Signed-off-by: Tamir Duberstein <tamird@...il.com>
> ---
> Changes in v3:
> - Rebase on linux-next. This is needed to pick up all the conflicts from
>   both rust-next and rust-fixes.
> - Drop `uv` from `mypy` command. (Trevor Gross)
> - Add `--python-version 3.8` to `mypy` command. (Trevor Gross)
> - `from typings import ...` directly. (Trevor Gross)
> - Extract `build_crate` and `register_crate` to avoid peeking into
>   `crates[-1]`. (Trevor Gross)

I decided to put this in its own patch in v4, will respin later today.

> - Link to v2: https://lore.kernel.org/r/20250311-rust-analyzer-host-v2-0-30220e116511@gmail.com

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ