[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250105190726.30a9131f.gary@garyguo.net>
Date: Sun, 5 Jan 2025 19:07:26 +0000
From: Gary Guo <gary@...yguo.net>
To: Danilo Krummrich <dakr@...nel.org>
Cc: gregkh@...uxfoundation.org, rafael@...nel.org, ojeda@...nel.org,
alex.gaynor@...il.com, boqun.feng@...il.com, bjorn3_gh@...tonmail.com,
benno.lossin@...ton.me, a.hindborg@...nel.org, aliceryhl@...gle.com,
tmgross@...ch.edu, bhelgaas@...gle.com, fujita.tomonori@...il.com,
linux-kernel@...r.kernel.org, rust-for-linux@...r.kernel.org,
linux-pci@...r.kernel.org
Subject: Re: [PATCH 3/3] rust: driver: address soundness issue in
`RegistrationOps`
On Fri, 3 Jan 2025 17:46:03 +0100
Danilo Krummrich <dakr@...nel.org> wrote:
> The `RegistrationOps` trait holds some obligations to the caller and
> implementers. While being documented, the trait and the corresponding
> functions haven't been marked as unsafe.
>
> Hence, markt the trait and functions unsafe and add the corresponding
> safety comments.
nit: markt -> mark
>
> This patch does not include any fuctional changes.
>
> Reported-by: Gary Guo <gary@...yguo.net>
> Closes: https://lore.kernel.org/rust-for-linux/20241224195821.3b43302b.gary@garyguo.net/
> Signed-off-by: Danilo Krummrich <dakr@...nel.org>
Reviewed-by: Gary Guo <gary@...yguo.net>
> ---
> rust/kernel/driver.rs | 25 ++++++++++++++++++++-----
> rust/kernel/pci.rs | 8 +++++---
> rust/kernel/platform.rs | 8 +++++---
> 3 files changed, 30 insertions(+), 11 deletions(-)
Powered by blists - more mailing lists