[PATCH] coccinelle: update Coccinelle website URL

相浦彰 / AIURA,AKIRA <[email protected]> Thu, 30 Jul 2026 02:38:40 +0000
Newsgroups org.kernel.vger.workflows,org.kernel.vger.linux-doc,org.kernel.vger.linux-kernel
Message-ID <TYTPR01MB1104567F06F7DA6B366C264A9D5C92@TYTPR01MB11045.jpnprd01.prod.outlook.com>
The old Coccinelle project URL is no longer available. Replace it with
the current Coccinelle homepage already referenced by
Documentation/dev-tools/coccinelle.rst.

Signed-off-by: Akira Aiura <[email protected]>
---
 Documentation/process/4.Coding.rst | 3 ++-
 scripts/coccicheck                 | 4 ++--
 scripts/nsdeps                     | 2 +-
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/Documentation/process/4.Coding.rst b/Documentation/process/4.C=
oding.rst
index c0f57d0c4f73..c23b9e48ce49 100644
--- a/Documentation/process/4.Coding.rst
+++ b/Documentation/process/4.Coding.rst
@@ -312,7 +312,8 @@ be found at https://sparse.wiki.kernel.org/index.php/Ma=
in_Page if your
 distributor does not package it); it can then be run on the code by adding
 "C=3D1" to your make command.
=20
-The "Coccinelle" tool (http://coccinelle.lip6.fr/) is able to find a wide
+The "Coccinelle" tool
+(https://coccinelle.gitlabpages.inria.fr/website) is able to find a wide
 variety of potential coding problems; it can also propose fixes for those
 problems.  Quite a few "semantic patches" for the kernel have been package=
d
 under the scripts/coccinelle directory; running "make coccicheck" will run
diff --git a/scripts/coccicheck b/scripts/coccicheck
index 8dd766009de1..a0a0e0f72bc7 100755
--- a/scripts/coccicheck
+++ b/scripts/coccicheck
@@ -11,7 +11,7 @@ DIR=3D"$(dirname $(readlink -f $0))/.."
 SPATCH=3D"`which ${SPATCH:=3Dspatch}`"
=20
 if [ ! -x "$SPATCH" ]; then
-    echo 'spatch is part of the Coccinelle project and is available at htt=
p://coccinelle.lip6.fr/'
+    echo 'spatch is part of the Coccinelle project and is available at htt=
ps://coccinelle.gitlabpages.inria.fr/website'
     exit 1
 fi
=20
@@ -229,7 +229,7 @@ coccinelle () {
 	echo " in $FILE."
 	echo ''
 	echo ' More information about semantic patching is available at'
-	echo ' http://coccinelle.lip6.fr/'
+	echo ' https://coccinelle.gitlabpages.inria.fr/website'
 	echo ''
=20
 	if [ "`sed -ne 's|^//#||p' $COCCI`" ] ; then
diff --git a/scripts/nsdeps b/scripts/nsdeps
index a3372166ac01..d4b5ebcc2016 100644
--- a/scripts/nsdeps
+++ b/scripts/nsdeps
@@ -8,7 +8,7 @@ SPATCH_REQ_VERSION=3D"1.0.4"
 DIR=3D"$(dirname $(readlink -f $0))/.."
 SPATCH=3D"`which ${SPATCH:=3Dspatch}`"
 if [ ! -x "$SPATCH" ]; then
-	echo 'spatch is part of the Coccinelle project and is available at http:/=
/coccinelle.lip6.fr/'
+	echo 'spatch is part of the Coccinelle project and is available at https:=
//coccinelle.gitlabpages.inria.fr/website'
 	exit 1
 fi
=20
--=20
2.53.0