Rust for Linux List
 help / color / mirror / Atom feed
* [RESEND] [GIT PULL] Rust synchronization changes for v7.3 (Part 1)
@ 2026-08-05 13:06 Boqun Feng
  0 siblings, 0 replies; only message in thread
From: Boqun Feng @ 2026-08-05 13:06 UTC (permalink / raw)
  To: Peter Zijlstra
  Cc: Ingo Molnar, Will Deacon, Boqun Feng, Waiman Long, Gary Guo,
	Alice Ryhl, Lyude Paul, Daniel Almeida, Onur Özkan,
	Miguel Ojeda, Danilo Krummrich, linux-kernel, rust-for-linux

Hi Peter,

(Resend this since it missed the public list Cc)

Since the SpinLockIrq still needs some reviews. Let me send the first
part of Rust synchronization first. I'm not going to resend them as
patches since they were in [1] already. Could you please pull these in
first if they look good to you? Thanks!

The following changes since commit 1c7efabfbaf796f11000a46094a69955a01ec6cc:

  futex: Avoid private hash use-after-free on final put (2026-08-04 12:29:45 +0200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/boqun/linux.git tags/rust-sync.20260804a

for you to fetch changes up to 3f90c16d413b2f68407f1c5bb112a1b16ea35dc4:

  rust: revocable: Use LKMM atomics instead of Rust atomics (2026-08-04 05:52:54 -0700)

----------------------------------------------------------------
Rust synchronization changes for v7.3 (Part 1)

- Add synchronize_rcu() safe abstraction.

- Generic memory barrier: this extends Rust barrier primitives to
  include the DMA barriers.

- Replace the atomic usage in Revocable with LKMM atomic.

[1]: https://lore.kernel.org/rust-for-linux/20260731203031.13679-1-boqun@kernel.org/

Regards,
Boqun

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-05 13:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-05 13:06 [RESEND] [GIT PULL] Rust synchronization changes for v7.3 (Part 1) Boqun Feng

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox