All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Alloc changes for 7.2-rc1
@ 2026-05-25  1:30 Danilo Krummrich
  2026-05-28  7:40 ` Miguel Ojeda
  0 siblings, 1 reply; 2+ messages in thread
From: Danilo Krummrich @ 2026-05-25  1:30 UTC (permalink / raw)
  To: Miguel Ojeda
  Cc: Lorenzo Stoakes, Vlastimil Babka, Liam R. Howlett,
	Uladzislau Rezki, Boqun Feng, Gary Guo, Björn Roy Baron,
	Benno Lossin, Andreas Hindborg, Alice Ryhl, Trevor Gross,
	rust-for-linux, linux-kernel

Hi Miguel,

There's one trivial import conflict with a patch that I took through the
driver-core tree.

Thanks,
Danilo

The following changes since commit 254f49634ee16a731174d2ae34bc50bd5f45e731:

  Linux 7.1-rc1 (2026-04-26 14:19:00 -0700)

are available in the Git repository at:

  https://github.com/Rust-for-Linux/linux.git tags/alloc-7.2-rc1

for you to fetch changes up to ec51531fb8efda9b75316111c040dd756f815b0c:

  rust: alloc: cleanup doctest imports to "kernel vertical" style (2026-05-20 17:34:17 +0200)

----------------------------------------------------------------
Alloc changes for 7.2-rc1

- Fix the Vec::reserve() doc test to properly account for the existing
  vector length in the capacity assertion

- Fix an incorrect operator in the Vec::extend_with() SAFETY comment;
  add a doc test demonstrating basic usage and the zero-length case

- Cleanup all imports in the alloc module and its doctests to use the
  "kernel vertical" import style

----------------------------------------------------------------
Danilo Krummrich (2):
      rust: alloc: cleanup imports and use "kernel vertical" style
      rust: alloc: cleanup doctest imports to "kernel vertical" style

Hsiu Che Yu (3):
      rust: alloc: fix assert in `Vec::reserve` doc test
      rust: alloc: add doc test for `Vec::extend_with`
      rust: alloc: fix `Vec::extend_with` SAFETY comment

 rust/kernel/alloc.rs                |  8 ++++++--
 rust/kernel/alloc/allocator.rs      | 34 ++++++++++++++++++++++++----------
 rust/kernel/alloc/allocator/iter.rs |  8 ++++++--
 rust/kernel/alloc/kbox.rs           | 76 ++++++++++++++++++++++++++++++++++++++++++++++++++++------------------------
 rust/kernel/alloc/kvec.rs           | 81 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------
 rust/kernel/alloc/kvec/errors.rs    |  6 ++++--
 rust/kernel/alloc/layout.rs         | 10 ++++++++--
 7 files changed, 163 insertions(+), 60 deletions(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] Alloc changes for 7.2-rc1
  2026-05-25  1:30 [GIT PULL] Alloc changes for 7.2-rc1 Danilo Krummrich
@ 2026-05-28  7:40 ` Miguel Ojeda
  0 siblings, 0 replies; 2+ messages in thread
From: Miguel Ojeda @ 2026-05-28  7:40 UTC (permalink / raw)
  To: Danilo Krummrich
  Cc: Miguel Ojeda, Lorenzo Stoakes, Vlastimil Babka, Liam R. Howlett,
	Uladzislau Rezki, Boqun Feng, Gary Guo, Björn Roy Baron,
	Benno Lossin, Andreas Hindborg, Alice Ryhl, Trevor Gross,
	rust-for-linux, linux-kernel

On Mon, May 25, 2026 at 3:30 AM Danilo Krummrich <dakr@kernel.org> wrote:
>
> The following changes since commit 254f49634ee16a731174d2ae34bc50bd5f45e731:
>
>   Linux 7.1-rc1 (2026-04-26 14:19:00 -0700)
>
> are available in the Git repository at:
>
>   https://github.com/Rust-for-Linux/linux.git tags/alloc-7.2-rc1
>
> for you to fetch changes up to ec51531fb8efda9b75316111c040dd756f815b0c:
>
>   rust: alloc: cleanup doctest imports to "kernel vertical" style (2026-05-20 17:34:17 +0200)

Merged into `rust-next` -- thanks!

Cheers,
Miguel

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-05-28  7:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-25  1:30 [GIT PULL] Alloc changes for 7.2-rc1 Danilo Krummrich
2026-05-28  7:40 ` Miguel Ojeda

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.