]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
scripts/quilt-mail: add kernel version number to the email subject:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 1 Nov 2013 22:05:06 +0000 (15:05 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 1 Nov 2013 22:05:06 +0000 (15:05 -0700)
scripts/quilt-mail

index f7df28a47160892f8184bc6cb0569eb11cd4a6ce..ee12b2c685730d6816a90724e59881ef5ceb2cc0 100755 (executable)
@@ -113,7 +113,7 @@ quilt mail --mbox ${TMP_DIR}/${MBOX}        \
        --from "${FROM}"        \
        --to "${TO}"            \
        --cc "${CC}"            \
-       --prefix ""             \
+       --prefix "PATCH ${ROOT_VERSION}"        \
        --subject "${SUBJECT}"
 
 rm ${TMPFILE} ${TMP_LOG}