docs: add mailing list destination to send-patches page - #125
Open
anthonywong with Copilot wants to merge 2 commits into
Open
docs: add mailing list destination to send-patches page#125anthonywong with Copilot wants to merge 2 commits into
anthonywong with Copilot wants to merge 2 commits into
Conversation
Co-authored-by: anthonywong <2741931+anthonywong@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix patch submission page to include mailing list information
docs: add mailing list destination to send-patches page
Aug 26, 2026
anthonywong
approved these changes
Aug 26, 2026
anthonywong
left a comment
Member
There was a problem hiding this comment.
Changes are accurate and correct.
There was a problem hiding this comment.
Pull request overview
This PR updates the kernel docs “send patches” how-to to explicitly tell contributors where to send patches (the Ubuntu Kernel Team mailing list) and how to configure that destination in git send-email, addressing the gap reported in issue #124.
Changes:
- Adds an opening paragraph stating patches must be sent to
kernel-team@lists.ubuntu.com, with a subscription/info link and moderation note for non-subscribers. - Extends the reusable
git send-emailidentity snippet to setsendemail.ubuntu-kernel.toonce viagit config. - Normalizes the main heading from “mailing-list” to “mailing list”.
Suppressed comments (1)
docs/how-to/source-code/send-patches.rst:78
- There appears to be trailing whitespace on the blank line after the new hyperlink target at the end of the file. Trailing whitespace can cause lint/spelling checks to fail.
.. _Ubuntu kernel-team mailing list: https://lists.ubuntu.com/mailman/listinfo/kernel-team
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Comment on lines
+6
to
+7
| How to send patches to the mailing list | ||
| ######################################## |
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.
The send-patches how-to never told readers where to send patches — no mailing list address, no subscription link.
Changes
kernel-team@lists.ubuntu.comwith a link to the list info/subscription page, and notes that non-subscriber messages are held for moderation--toin identity config — addsgit config set sendemail.ubuntu-kernel.to kernel-team@lists.ubuntu.comto the reusable identity block so the address is configured once