Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KernelCI wanted features & bugfixes #927

Open
9 of 11 tasks
ojeda opened this issue Nov 16, 2022 · 1 comment
Open
9 of 11 tasks

KernelCI wanted features & bugfixes #927

ojeda opened this issue Nov 16, 2022 · 1 comment
Labels
meta Meta issue. • misc Related to other topics (e.g. CI).

Comments

@ojeda
Copy link
Member

ojeda commented Nov 16, 2022

Features that we would like to see

Required (we almost certainly want them)

  • Automatically determining the right Rust version to use.

    • The kernel currently only supports one Rust version at a time. It would be great to support several Rust versions at a time so that the right one is picked to compile a given kernel.
    • Apparently hard to do in the legacy system, but perhaps it is possible to have a single "universal" image with a rustc binary that redirects to the right one. In other words, for the purposes of KernelCI, Rust would have a single toolchain version.
  • Enable KUnit tests.

    • i.e. CONFIG_RUST_KERNEL_DOCTESTS.

Nice to have (not critical, we could workaround if needed, etc.)

Low priority (we will likely not use them in the end)

Done (stabilized, fixed, not needed anymore, etc.)


Bugs that we would like to see fixed

Required (we almost certainly want them)

Nice to have (probably not critical, we could workaround if needed, etc.)

Low priority (we will likely not use them in the end)

Done (stabilized, fixed, or not needed anymore, etc.)

@ojeda ojeda added • misc Related to other topics (e.g. CI). meta Meta issue. labels Nov 16, 2022
@aliceinwire
Copy link

@ojeda both PR merged. thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
meta Meta issue. • misc Related to other topics (e.g. CI).
Development

No branches or pull requests

2 participants