* [PATCH] samples: rust: fix module name for Rust PCI driver sample
@ 2025-11-20 16:06 Peter Colberg
2025-11-20 21:03 ` Miguel Ojeda
2025-11-21 19:31 ` Danilo Krummrich
0 siblings, 2 replies; 3+ messages in thread
From: Peter Colberg @ 2025-11-20 16:06 UTC (permalink / raw)
To: Miguel Ojeda, Alex Gaynor, Boqun Feng, Gary Guo,
Björn Roy Baron, Benno Lossin, Andreas Hindborg, Alice Ryhl,
Trevor Gross, Danilo Krummrich
Cc: rust-for-linux, linux-kernel, Peter Colberg
Replace driver_pci -> rust_driver_pci in config SAMPLE_RUST_DRIVER_PCI.
Signed-off-by: Peter Colberg <pcolberg@redhat.com>
---
samples/rust/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/samples/rust/Kconfig b/samples/rust/Kconfig
index b66bed5d3f36d20302bf586dfdb002d39ed9796e..cde1dc9451d3aa191c82f2f2bb3e936f136d80c4 100644
--- a/samples/rust/Kconfig
+++ b/samples/rust/Kconfig
@@ -114,7 +114,7 @@ config SAMPLE_RUST_DRIVER_PCI
This option builds the Rust PCI driver sample.
To compile this as a module, choose M here:
- the module will be called driver_pci.
+ the module will be called rust_driver_pci.
If unsure, say N.
---
base-commit: e4addc7cc2dfcc19f1c8c8e47f3834b22cb21559
change-id: 20251120-rust-driver-pci-fix-module-name-49953c179404
Best regards,
--
Peter Colberg <pcolberg@redhat.com>
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] samples: rust: fix module name for Rust PCI driver sample
2025-11-20 16:06 [PATCH] samples: rust: fix module name for Rust PCI driver sample Peter Colberg
@ 2025-11-20 21:03 ` Miguel Ojeda
2025-11-21 19:31 ` Danilo Krummrich
1 sibling, 0 replies; 3+ messages in thread
From: Miguel Ojeda @ 2025-11-20 21:03 UTC (permalink / raw)
To: Peter Colberg, Danilo Krummrich, Greg KH
Cc: Miguel Ojeda, Alex Gaynor, Boqun Feng, Gary Guo,
Björn Roy Baron, Benno Lossin, Andreas Hindborg, Alice Ryhl,
Trevor Gross, rust-for-linux, linux-kernel
On Thu, Nov 20, 2025 at 5:06 PM Peter Colberg <pcolberg@redhat.com> wrote:
>
> Replace driver_pci -> rust_driver_pci in config SAMPLE_RUST_DRIVER_PCI.
>
> Signed-off-by: Peter Colberg <pcolberg@redhat.com>
Looks good to me.
In case the stable team wants to eventually select it:
Fixes: 685376d18e9a ("samples: rust: add Rust PCI sample driver")
Thanks!
Danilo, Greg et al.: if you want me to pick it up, please let me know.
Cheers,
Miguel
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [PATCH] samples: rust: fix module name for Rust PCI driver sample
2025-11-20 16:06 [PATCH] samples: rust: fix module name for Rust PCI driver sample Peter Colberg
2025-11-20 21:03 ` Miguel Ojeda
@ 2025-11-21 19:31 ` Danilo Krummrich
1 sibling, 0 replies; 3+ messages in thread
From: Danilo Krummrich @ 2025-11-21 19:31 UTC (permalink / raw)
To: Peter Colberg
Cc: Miguel Ojeda, Alex Gaynor, Boqun Feng, Gary Guo,
Björn Roy Baron, Benno Lossin, Andreas Hindborg, Alice Ryhl,
Trevor Gross, rust-for-linux, linux-kernel
On Fri Nov 21, 2025 at 5:06 AM NZDT, Peter Colberg wrote:
> Replace driver_pci -> rust_driver_pci in config SAMPLE_RUST_DRIVER_PCI.
>
> Signed-off-by: Peter Colberg <pcolberg@redhat.com>
Applied to driver-core-next, thanks!
@Miguel: Thanks for providing the Fixes: tag!
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-11-21 19:31 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-20 16:06 [PATCH] samples: rust: fix module name for Rust PCI driver sample Peter Colberg
2025-11-20 21:03 ` Miguel Ojeda
2025-11-21 19:31 ` Danilo Krummrich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).