[GIT PULL] [PATCH 0/3] Rust synchronization changes for v7.2

Boqun Feng posted 3 patches 3 days, 1 hour ago
MAINTAINERS                    | 14 ++++++++++++++
kernel/locking/lockdep_proc.c  |  5 +++--
rust/kernel/sync/completion.rs |  2 ++
3 files changed, 19 insertions(+), 2 deletions(-)
[GIT PULL] [PATCH 0/3] Rust synchronization changes for v7.2
Posted by Boqun Feng 3 days, 1 hour ago
Hi Peter,

Please pull this small set of changes into tip.

Sorry for being a bit late on this cycle. I was trying to get the
refcounted interrupt change [1] in this PR, but I feel maybe I should
make that a separate patch series for more reviews, which I will send
out shortly.

The following changes since commit 608323bf7bb85bbb647eca4373acef247f105e67:

  selftests: futex: Add tests for robust release operations (2026-06-03 11:38:53 +0200)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/boqun/linux.git/ tags/rust-sync-7.2

for you to fetch changes up to 33d221f06eb7e068fd6c3c78d432322f807a3f0f:

  rust: sync: completion: Mark inline complete_all and wait_for_completion (2026-06-03 11:52:08 -0700)

----------------------------------------------------------------
Rust synchronization changes for 7.2:

- Add "RUST [SYNC]" maintainer entry.
- locking/lockdep: Replace snprintf with strscpy in seq_stats.
- Mark a few completion related Rust function as inline.

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

Regards,
Boqun

----------------------------------------------------------------
Boqun Feng (1):
      MAINTAINERS: Add RUST [SYNC] entry

Fabricio Parra (1):
      rust: sync: completion: Mark inline complete_all and wait_for_completion

Thorsten Blum (1):
      locking/lockdep: Replace snprintf with strscpy in seq_stats

 MAINTAINERS                    | 14 ++++++++++++++
 kernel/locking/lockdep_proc.c  |  5 +++--
 rust/kernel/sync/completion.rs |  2 ++
 3 files changed, 19 insertions(+), 2 deletions(-)