Linux kernel -stable discussions
 help / color / mirror / Atom feed
From: He Zhe <zhe.he@windriver.com>
To: cve@kernel.org, gregkh@linuxfoundation.org
Cc: stable@vger.kernel.org, zhe.he@windriver.com
Subject: [PATCH vulns v2] scripts: Correct kernel tree variable name
Date: Thu, 17 Apr 2025 21:40:41 +0800	[thread overview]
Message-ID: <20250417134041.376134-1-zhe.he@windriver.com> (raw)

To give corrent hint if users haven't set up stable tree directory.

Signed-off-by: He Zhe <zhe.he@windriver.com>
---
v2: Add commit log

 scripts/cve_create       | 2 +-
 scripts/cve_create_batch | 2 +-
 scripts/cve_search       | 2 +-
 scripts/cvelistV5_check  | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/scripts/cve_create b/scripts/cve_create
index dee842d43..eed7b45b2 100755
--- a/scripts/cve_create
+++ b/scripts/cve_create
@@ -24,7 +24,7 @@
 KERNEL_TREE=${CVEKERNELTREE}
 
 if [ ! -d ${KERNEL_TREE} ]; then
-       echo "CVEERNELTREE needs setting to the stable repo directory"
+       echo "CVEKERNELTREE needs setting to the stable repo directory"
        echo "Either manually export it or add it to your .bashrc/.zshrc et al."
        echo "See HOWTO in the root of this repo"
        exit 1
diff --git a/scripts/cve_create_batch b/scripts/cve_create_batch
index 00c7e89f8..28e98b836 100755
--- a/scripts/cve_create_batch
+++ b/scripts/cve_create_batch
@@ -27,7 +27,7 @@ fi
 
 KERNEL_TREE=${CVEKERNELTREE}
 if [ ! -d ${KERNEL_TREE} ]; then
-       echo "CVEERNELTREE needs setting to the stable repo directory"
+       echo "CVEKERNELTREE needs setting to the stable repo directory"
        echo "Either manually export it or add it to your .bashrc/.zshrc et al."
        echo "See HOWTO in the root of this repo"
        exit 1
diff --git a/scripts/cve_search b/scripts/cve_search
index cd90a1599..cb0730c63 100755
--- a/scripts/cve_search
+++ b/scripts/cve_search
@@ -18,7 +18,7 @@
 KERNEL_TREE=${CVEKERNELTREE}
 
 if [ ! -d "${KERNEL_TREE}" ]; then
-       echo "CVEERNELTREE needs setting to the stable repo directory"
+       echo "CVEKERNELTREE needs setting to the stable repo directory"
        echo "Either manually export it or add it to your .bashrc/.zshrc et al."
        echo "See HOWTO in the root of this repo"
        exit 1
diff --git a/scripts/cvelistV5_check b/scripts/cvelistV5_check
index 5eb41cea1..8a3bd71d3 100755
--- a/scripts/cvelistV5_check
+++ b/scripts/cvelistV5_check
@@ -45,7 +45,7 @@ fi
 
 KERNEL_TREE=${CVEKERNELTREE}
 if [ ! -d ${KERNEL_TREE} ]; then
-	echo "CVEERNELTREE needs setting to the stable repo directory"
+	echo "CVEKERNELTREE needs setting to the stable repo directory"
 	echo "Either manually export it or add it to your .bashrc/.zshrc et al."
 	echo "See HOWTO in the root of this repo"
 	exit 1
-- 
2.34.1


             reply	other threads:[~2025-04-17 13:41 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-04-17 13:40 He Zhe [this message]
2025-04-17 14:00 ` [PATCH vulns v2] scripts: Correct kernel tree variable name Greg KH

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20250417134041.376134-1-zhe.he@windriver.com \
    --to=zhe.he@windriver.com \
    --cc=cve@kernel.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=stable@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox