From d961f63dff76754dc744041ae516892908e412b9 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 26 Aug 2026 10:45:05 +0000 Subject: [PATCH 1/3] Initial plan From 10d790c524dce8026d9badfe621a2d531e602e42 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 26 Aug 2026 10:47:40 +0000 Subject: [PATCH 2/3] docs: add mailing list destination to send-patches page Co-authored-by: anthonywong <2741931+anthonywong@users.noreply.github.com> --- docs/how-to/source-code/send-patches.rst | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/docs/how-to/source-code/send-patches.rst b/docs/how-to/source-code/send-patches.rst index 5375274..92ade22 100644 --- a/docs/how-to/source-code/send-patches.rst +++ b/docs/how-to/source-code/send-patches.rst @@ -3,10 +3,15 @@ .. _how-to-send-patches: -How to send patches to the mailing-list -####################################### +How to send patches to the mailing list +######################################## -To send kernel patches to the mailing-list, you should use the ``git +Patches must be sent to the `Ubuntu kernel-team mailing list`_ +(``kernel-team@lists.ubuntu.com``). If you have not done so already, +subscribe to the list before submitting your first patch, as +messages from non-subscribers are held for moderation. + +To send kernel patches to the mailing list, you should use the ``git send-email`` command. .. note:: @@ -23,6 +28,7 @@ sending kernel patches. The commonly used settings are: git config set sendemail.ubuntu-kernel.chainReplyTo false git config set sendemail.ubuntu-kernel.suppresscc true git config set sendemail.ubuntu-kernel.thread true + git config set sendemail.ubuntu-kernel.to kernel-team@lists.ubuntu.com # And then include these settings with `--identity=ubuntu-kernel` git send-email --identity=ubuntu-kernel ... @@ -67,3 +73,5 @@ to the previous submitted version. .. seealso:: - (Reference) :ref:`ubuntu-patches-acceptance-criteria` + +.. _Ubuntu kernel-team mailing list: https://lists.ubuntu.com/mailman/listinfo/kernel-team From dbfeddad27eb91277a7a2fca8199083e8f624ae8 Mon Sep 17 00:00:00 2001 From: AnneCYH Date: Tue, 1 Sep 2026 11:34:01 +0800 Subject: [PATCH 3/3] Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Signed-off-by: AnneCYH --- docs/how-to/source-code/send-patches.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/how-to/source-code/send-patches.rst b/docs/how-to/source-code/send-patches.rst index 92ade22..e7eac5a 100644 --- a/docs/how-to/source-code/send-patches.rst +++ b/docs/how-to/source-code/send-patches.rst @@ -3,8 +3,7 @@ .. _how-to-send-patches: -How to send patches to the mailing list -######################################## +####################################### Patches must be sent to the `Ubuntu kernel-team mailing list`_ (``kernel-team@lists.ubuntu.com``). If you have not done so already,