docs(how-to): Add upstream patch submission document from old wiki - #119
Open
RossPorter506 wants to merge 2 commits into
Open
docs(how-to): Add upstream patch submission document from old wiki#119RossPorter506 wants to merge 2 commits into
RossPorter506 wants to merge 2 commits into
Conversation
Also add an explainer and some differentiation between the Linux kernel mailing-list and the Ubuntu mailing-list pages. Signed-off-by: Ross Porter <[email protected]>
Author
|
Link check is a false positive (it's a weird Matrix link so I'm not surprised), spell check is also a false positive (unless I've forgotten how to spell). |
Signed-off-by: Bradley Dean <[email protected]>
bjdean-canonical
self-requested a review
September 8, 2026 02:35
bjdean-canonical
requested changes
Sep 8, 2026
bjdean-canonical
left a comment
Collaborator
There was a problem hiding this comment.
Thanks @RossPorter506
Link check is a false positive (it's a weird Matrix link so I'm not surprised)
You can add r"https://matrix.to/" to docs/conf.py linkcheck_anchors_ignore_for_url to fix this check.
spell check is also a false positive (unless I've forgotten how to spell).
You can add "maintainer's" to .custom_wordlist.txt where words are ok, or use the spellexception" in-line role if it's not a common word
Removed URLs test seems broken.
This test succeeded on re-running.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add a document explaining how to go about submitting a patch to the upstream Linux kernel mailing-list.
Also add an explainer and some differentiation between the Linux kernel mailing-list and the Ubuntu mailing-list pages.