All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Gary Guo" <gary@garyguo.net>
To: "FUJITA Tomonori" <fujita.tomonori@gmail.com>,
	<boqun.feng@gmail.com>, <ojeda@kernel.org>,
	<peterz@infradead.org>, <will@kernel.org>, <gary@garyguo.net>,
	<aliceryhl@google.com>
Cc: <a.hindborg@kernel.org>, <bjorn3_gh@protonmail.com>,
	<dakr@kernel.org>, <lossin@kernel.org>, <mark.rutland@arm.com>,
	<tmgross@umich.edu>, <rust-for-linux@vger.kernel.org>
Subject: Re: [PATCH v2 0/2] rust: add AtomicFlag::get_mut
Date: Mon, 26 Jan 2026 11:41:54 +0000	[thread overview]
Message-ID: <DFYHRY9IB2ZP.2Z70E6XMBMEL3@garyguo.net> (raw)
In-Reply-To: <20260126081013.3616346-1-fujita.tomonori@gmail.com>

On Mon Jan 26, 2026 at 8:10 AM GMT, FUJITA Tomonori wrote:
> This series adds AtomicFlag::get_mut to expose a bool API under exclusive
> access, and switches the list atomic tracker to use AtomicFlag.
>
> v2:
> - Add AtomicFlag::get_mut()
> - Make AtomicTracker use get_mut()
> v1: https://lore.kernel.org/rust-for-linux/20260119231757.3460885-1-fujita.tomonori@gmail.com/
>
> FUJITA Tomonori (2):
>   rust: sync: atomic: Add AtomicFlag::get_mut
>   rust: list: Use AtomicFlag in AtomicTracker

Hi Fujita,

I've not had the first patch in my inbox. It appears not to land in
lore.kernel.org either.

Best,
Gary

>
>  rust/kernel/list/arc.rs              |  8 ++++----
>  rust/kernel/sync/atomic.rs           | 20 ++++++++++++++++++++
>  rust/kernel/sync/atomic/predefine.rs | 17 +++++++++++++++++
>  3 files changed, 41 insertions(+), 4 deletions(-)
>
>
> base-commit: ed45fc4e7712dabca517bee9f73b91e7da0030a6


  parent reply	other threads:[~2026-01-26 11:41 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-01-26  8:10 [PATCH v2 0/2] rust: add AtomicFlag::get_mut FUJITA Tomonori
2026-01-26  8:10 ` [PATCH v2 2/2] rust: list: Use AtomicFlag in AtomicTracker FUJITA Tomonori
2026-01-26 11:41 ` Gary Guo [this message]
2026-01-26 14:13   ` [PATCH v2 0/2] rust: add AtomicFlag::get_mut FUJITA Tomonori
2026-01-26 14:35     ` Gary Guo
2026-01-26 14:52       ` Miguel Ojeda
  -- strict thread matches above, loose matches on Subject: below --
2026-01-27 12:52 FUJITA Tomonori

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=DFYHRY9IB2ZP.2Z70E6XMBMEL3@garyguo.net \
    --to=gary@garyguo.net \
    --cc=a.hindborg@kernel.org \
    --cc=aliceryhl@google.com \
    --cc=bjorn3_gh@protonmail.com \
    --cc=boqun.feng@gmail.com \
    --cc=dakr@kernel.org \
    --cc=fujita.tomonori@gmail.com \
    --cc=lossin@kernel.org \
    --cc=mark.rutland@arm.com \
    --cc=ojeda@kernel.org \
    --cc=peterz@infradead.org \
    --cc=rust-for-linux@vger.kernel.org \
    --cc=tmgross@umich.edu \
    --cc=will@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.