Open ojeda opened 1 month ago
I am new to the Kernel development process and I would like to participate if is possible.
Sure, please go ahead!
Hello, is this issue still available ? I would like to participate if possible.
I think we didn't get a patch from @cristiangabor yet -- Cristian, do you plan to send it? Thanks!
Unfortunately I did not made the fix. @haveheartt please go ahead with the implementation!
Make
from_errno
usetry_from_errno
(available inrust-next
).This also allows to remove
unsafe
code and a comment or two too.This requires submitting a proper patch to the LKML and the Rust for Linux mailing list. Please recall to test your changes (including generating the documentation if changed, running the Rust doctests if changed, etc.), to use a proper title for the commit, to sign your commit under the Developer's Certificate of Origin and to add a
Suggested-by: tag
and aLink:
tag to this issue. Please see https://rust-for-linux.com/contributing for details.Please take this issue only if you are new to the kernel development process and you would like to use it as a test to submit your first patch to the kernel. Please do not take it if you do not plan to make other contributions to the kernel.