From: Lyude Paul <lyude@redhat.com>
To: rust-for-linux@vger.kernel.org
Cc: "Danilo Krummrich" <dakr@redhat.com>,
airlied@redhat.com, "Ingo Molnar" <mingo@redhat.com>,
"Will Deacon" <will@kernel.org>,
"Waiman Long" <longman@redhat.com>,
"Peter Zijlstra" <peterz@infradead.org>,
"Thomas Gleixner" <tglx@linutronix.de>,
linux-kernel@vger.kernel.org, "Miguel Ojeda" <ojeda@kernel.org>,
"Alex Gaynor" <alex.gaynor@gmail.com>,
"Boqun Feng" <boqun.feng@gmail.com>,
"Gary Guo" <gary@garyguo.net>,
"Björn Roy Baron" <bjorn3_gh@protonmail.com>,
"Benno Lossin" <benno.lossin@proton.me>,
"Andreas Hindborg" <a.hindborg@kernel.org>,
"Alice Ryhl" <aliceryhl@google.com>,
"Trevor Gross" <tmgross@umich.edu>
Subject: [PATCH v7 0/3] rust: Add local_irq abstraction, SpinLockIrq
Date: Fri, 18 Oct 2024 19:13:49 -0400 [thread overview]
Message-ID: <20241018231621.474601-2-lyude@redhat.com> (raw)
This adds a token for annotating contexts where IRQs may be disabled on
non-PREEMPT_RT kernels, a way to use these tokens with Lock types, and
introduces bindings for spin_lock_irqsave() and
spin_unlock_irqrestore().
This patch series depends on the NotThreadSafe type from Alice:
https://lore.kernel.org/rust-for-linux/20240808-alice-file-v9-1-2cb7b934e0e1@google.com/
(Please re-review, since there's been some changes here!)
Lyude Paul (3):
rust: Introduce local_irq module
rust: sync: Introduce lock::Backend::Context and
lock::BackendWithContext
rust: sync: Add SpinLockIrq
rust/helpers/helpers.c | 1 +
rust/helpers/irq.c | 8 ++
rust/helpers/spinlock.c | 14 +++
rust/kernel/lib.rs | 1 +
rust/kernel/local_irq.rs | 56 ++++++++++++
rust/kernel/sync.rs | 2 +-
rust/kernel/sync/lock.rs | 118 +++++++++++++++++++++++-
rust/kernel/sync/lock/mutex.rs | 1 +
rust/kernel/sync/lock/spinlock.rs | 146 ++++++++++++++++++++++++++++++
9 files changed, 341 insertions(+), 6 deletions(-)
create mode 100644 rust/helpers/irq.c
create mode 100644 rust/kernel/local_irq.rs
base-commit: 6ce162a002657910104c7a07fb50017681bc476c
prerequisite-patch-id: 4e3cfb97c9dc94e99912e67f383497848ac6f81d
--
2.47.0
next reply other threads:[~2024-10-18 23:17 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-18 23:13 Lyude Paul [this message]
2024-10-18 23:13 ` [PATCH v7 1/3] rust: Introduce local_irq module Lyude Paul
2024-10-18 23:13 ` [PATCH v7 2/3] rust: sync: Introduce lock::Backend::Context and lock::BackendWithContext Lyude Paul
2024-10-18 23:13 ` [PATCH v7 3/3] rust: sync: Add SpinLockIrq Lyude Paul
2024-10-18 23:20 ` ignore [PATCH v7 0/3] rust: Add local_irq abstraction, SpinLockIrq Lyude Paul
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=20241018231621.474601-2-lyude@redhat.com \
--to=lyude@redhat.com \
--cc=a.hindborg@kernel.org \
--cc=airlied@redhat.com \
--cc=alex.gaynor@gmail.com \
--cc=aliceryhl@google.com \
--cc=benno.lossin@proton.me \
--cc=bjorn3_gh@protonmail.com \
--cc=boqun.feng@gmail.com \
--cc=dakr@redhat.com \
--cc=gary@garyguo.net \
--cc=linux-kernel@vger.kernel.org \
--cc=longman@redhat.com \
--cc=mingo@redhat.com \
--cc=ojeda@kernel.org \
--cc=peterz@infradead.org \
--cc=rust-for-linux@vger.kernel.org \
--cc=tglx@linutronix.de \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®