public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Fixes for Rust Device / Driver abstractions
@ 2025-01-03 16:46 Danilo Krummrich
  2025-01-03 16:46 ` [PATCH 1/3] rust: pci: do not depend on CONFIG_PCI_MSI Danilo Krummrich
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Danilo Krummrich @ 2025-01-03 16:46 UTC (permalink / raw)
  To: gregkh, rafael, ojeda, alex.gaynor, boqun.feng, gary, bjorn3_gh,
	benno.lossin, a.hindborg, aliceryhl, tmgross, bhelgaas,
	fujita.tomonori
  Cc: linux-kernel, rust-for-linux, linux-pci, Danilo Krummrich

This patch series contains a few fixes for the preceding series [1] introducing
device / driver Rust abstractions.

Except for the CONFIG_PCI_MSI dependency fix, there's no functional change.

[1] https://lore.kernel.org/rust-for-linux/20241219170425.12036-1-dakr@kernel.org/

Danilo Krummrich (3):
  rust: pci: do not depend on CONFIG_PCI_MSI
  rust: io: move module entry to its correct location
  rust: driver: address soundness issue in `RegistrationOps`

 rust/kernel/driver.rs   | 25 ++++++++++++++++++++-----
 rust/kernel/lib.rs      |  6 +++---
 rust/kernel/pci.rs      |  8 +++++---
 rust/kernel/platform.rs |  8 +++++---
 4 files changed, 33 insertions(+), 14 deletions(-)


base-commit: 06e843bbbf2107463249ea6f6b1a736f5647e24a
prerequisite-patch-id: 5ce64efa11560206236db2b2f014ceaa3d2e9fa3
prerequisite-patch-id: e86a1e93ce4e9e8440be0bb641ef99def521b75f
-- 
2.47.1


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2025-01-07 10:41 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-03 16:46 [PATCH 0/3] Fixes for Rust Device / Driver abstractions Danilo Krummrich
2025-01-03 16:46 ` [PATCH 1/3] rust: pci: do not depend on CONFIG_PCI_MSI Danilo Krummrich
2025-01-07 10:31   ` Greg KH
2025-01-07 10:41     ` Danilo Krummrich
2025-01-03 16:46 ` [PATCH 2/3] rust: io: move module entry to its correct location Danilo Krummrich
2025-01-03 16:46 ` [PATCH 3/3] rust: driver: address soundness issue in `RegistrationOps` Danilo Krummrich
2025-01-05 19:07   ` Gary Guo

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