All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH 0/5] Kernel Rust out-of-tree module support
@ 2025-11-19 19:55 Yoann Congal
  2025-11-19 19:55 ` [RFC PATCH 1/5] kernel.bbclass: Export artifacts needed for out-of-tree Rust compilation Yoann Congal
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Yoann Congal @ 2025-11-19 19:55 UTC (permalink / raw)
  To: openembedded-core; +Cc: Yoann Congal

As followup of Harish Sadineni's RFC series "Enable rust support for
linux kernel" [0] (and to increase its test coverage), this series add
support for out-of-tree kernel module written in Rust as well as
associated test.

[0]: https://lists.openembedded.org/g/openembedded-core/message/226560

Yoann Congal (5):
  kernel.bbclass: Export artifacts needed for out-of-tree Rust
    compilation
  module.bbclass: Prepare out-of-tree rust module compilation
  meta-skeleton: Add rust-out-of-tree-module recipe
  rust-out-of-tree-module: Add myself as maintainer
  runtime_test: Add rust-out-of-tree selftest

 .../rust-out-of-tree-module_git.bb             | 18 ++++++++++++++++++
 meta/classes-recipe/kernel.bbclass             | 18 ++++++++++++++++++
 meta/classes-recipe/module.bbclass             |  8 ++++++++
 meta/conf/distro/include/maintainers.inc       |  1 +
 meta/lib/oeqa/selftest/cases/runtime_test.py   |  9 ++++++++-
 5 files changed, 53 insertions(+), 1 deletion(-)
 create mode 100644 meta-skeleton/recipes-kernel/rust-out-of-tree-module/rust-out-of-tree-module_git.bb



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

end of thread, other threads:[~2025-12-04  8:15 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-19 19:55 [RFC PATCH 0/5] Kernel Rust out-of-tree module support Yoann Congal
2025-11-19 19:55 ` [RFC PATCH 1/5] kernel.bbclass: Export artifacts needed for out-of-tree Rust compilation Yoann Congal
2025-11-19 19:55 ` [RFC PATCH 2/5] module.bbclass: Prepare out-of-tree rust module compilation Yoann Congal
2025-11-19 19:55 ` [RFC PATCH 3/5] meta-skeleton: Add rust-out-of-tree-module recipe Yoann Congal
2025-11-19 19:55 ` [RFC PATCH 4/5] rust-out-of-tree-module: Add myself as maintainer Yoann Congal
2025-11-19 19:55 ` [RFC PATCH 5/5] runtime_test: Add rust-out-of-tree selftest Yoann Congal
2025-12-01  9:48 ` [OE-core] [RFC PATCH 0/5] Kernel Rust out-of-tree module support Mathieu Dubois-Briand
2025-12-04  8:15   ` Yoann Congal

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.