]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
scripts/quilt-mail: add my email address to the 0th mail CC list
authorAchill Gilgenast <achill@achill.org>
Tue, 12 Aug 2025 13:24:30 +0000 (15:24 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 12 Aug 2025 14:15:20 +0000 (16:15 +0200)
Now that I have a proper email address, add me to the CC list so I don't
have to subscribe to <stable@vger.kernel.org> only to get this mail.

Signed-off-by: Achill Gilgenast <achill@achill.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
scripts/quilt-mail

index e0df3d935fc04412e8faf18953681ad5ab0c4344..531d9fafb995245f2afdc50df76c11993c3b7b56 100755 (executable)
@@ -181,7 +181,8 @@ CC_NAMES=("linux-kernel@vger\.kernel\.org"
          "rwarsow@gmx\.de"
          "conor@kernel\.org"
          "hargar@microsoft\.com"
-         "broonie@kernel\.org")
+         "broonie@kernel\.org"
+         "achill@achill\.org")
 
 #CC_LIST="stable@vger\.kernel\.org"
 CC_LIST="patches@lists.linux.dev"