forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 448
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
rust: sort rust/helpers.c
's #include
s and add comment about it
#1003
Labels
Comments
I'll take this one. |
Thanks -- please go ahead! |
intel-lab-lkp
pushed a commit
to intel-lab-lkp/linux
that referenced
this issue
Apr 25, 2023
Suggested-by: Miguel Ojeda <[email protected]> Link: Rust-for-Linux#1003 Signed-off-by: Ariel Miculas <[email protected]>
intel-lab-lkp
pushed a commit
to intel-lab-lkp/linux
that referenced
this issue
Apr 26, 2023
Sort the #include directives of rust/helpers.c alphabetically and add a comment specifying this. Suggested-by: Miguel Ojeda <[email protected]> Link: Rust-for-Linux#1003 Signed-off-by: Ariel Miculas <[email protected]>
intel-lab-lkp
pushed a commit
to intel-lab-lkp/linux
that referenced
this issue
Apr 26, 2023
Sort the #include directives of rust/helpers.c alphabetically and add a comment specifying this. Suggested-by: Miguel Ojeda <[email protected]> Link: Rust-for-Linux#1003 Signed-off-by: Ariel Miculas <[email protected]>
intel-lab-lkp
pushed a commit
to intel-lab-lkp/linux
that referenced
this issue
Apr 26, 2023
Sort the #include directives of rust/helpers.c alphabetically and add a comment specifying this. The reason for this is to improve readability and to be consistent with the other files with a similar approach within 'rust/'. Suggested-by: Miguel Ojeda <[email protected]> Link: Rust-for-Linux#1003 Signed-off-by: Ariel Miculas <[email protected]>
Why is this still open? Isn't this problem solved? Then I would like to contribute to solving this problem. |
I have already sent a patch, not sure if it was merged or not. |
I will pick it as soon as the merge window closes. |
ojeda
pushed a commit
that referenced
this issue
Jul 19, 2023
Sort the #include directives of rust/helpers.c alphabetically and add a comment specifying this. The reason for this is to improve readability and to be consistent with the other files with a similar approach within 'rust/'. Suggested-by: Miguel Ojeda <[email protected]> Link: #1003 Signed-off-by: Ariel Miculas <[email protected]> Reviewed-by: Martin Rodriguez Reboredo <[email protected]> Reviewed-by: Gary Guo <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Miguel Ojeda <[email protected]>
ojeda
pushed a commit
that referenced
this issue
Jul 19, 2023
Sort the #include directives of rust/helpers.c alphabetically and add a comment specifying this. The reason for this is to improve readability and to be consistent with the other files with a similar approach within 'rust/'. Suggested-by: Miguel Ojeda <[email protected]> Link: #1003 Signed-off-by: Ariel Miculas <[email protected]> Reviewed-by: Martin Rodriguez Reboredo <[email protected]> Reviewed-by: Gary Guo <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Miguel Ojeda <[email protected]>
ojeda
pushed a commit
that referenced
this issue
Jul 19, 2023
Sort the #include directives of rust/helpers.c alphabetically and add a comment specifying this. The reason for this is to improve readability and to be consistent with the other files with a similar approach within 'rust/'. Suggested-by: Miguel Ojeda <[email protected]> Link: #1003 Signed-off-by: Ariel Miculas <[email protected]> Reviewed-by: Martin Rodriguez Reboredo <[email protected]> Reviewed-by: Gary Guo <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Miguel Ojeda <[email protected]>
Applied to |
ojeda
pushed a commit
that referenced
this issue
Aug 7, 2023
Sort the #include directives of rust/helpers.c alphabetically and add a comment specifying this. The reason for this is to improve readability and to be consistent with the other files with a similar approach within 'rust/'. Suggested-by: Miguel Ojeda <[email protected]> Link: #1003 Signed-off-by: Ariel Miculas <[email protected]> Reviewed-by: Martin Rodriguez Reboredo <[email protected]> Reviewed-by: Gary Guo <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Miguel Ojeda <[email protected]>
vtta
pushed a commit
to vtta/linux-archive
that referenced
this issue
Sep 29, 2023
Sort the #include directives of rust/helpers.c alphabetically and add a comment specifying this. The reason for this is to improve readability and to be consistent with the other files with a similar approach within 'rust/'. Suggested-by: Miguel Ojeda <[email protected]> Link: Rust-for-Linux#1003 Signed-off-by: Ariel Miculas <[email protected]> Reviewed-by: Martin Rodriguez Reboredo <[email protected]> Reviewed-by: Gary Guo <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Miguel Ojeda <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The comment should be the same as the one found in
rust/bindings/bindings_helper.h
.This requires submitting a proper patch to the LKML and the Rust for Linux mailing list. Please recall to test your changes, 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.
The text was updated successfully, but these errors were encountered: