hc
2024-10-12 a5969cabbb4660eab42b6ef0412cbbd1200cf14d
kernel/Documentation/dev-tools/sparse.rst
....@@ -9,6 +9,8 @@
99 number of potential problems with kernel code. See
1010 https://lwn.net/Articles/689907/ for an overview of sparse; this document
1111 contains some kernel-specific sparse information.
12
+More information on sparse, mainly about its internals, can be found in
13
+its official pages at https://sparse.docs.kernel.org.
1214
1315
1416 Using sparse for typechecking
....@@ -73,18 +75,13 @@
7375 Getting sparse
7476 --------------
7577
76
-You can get latest released versions from the Sparse homepage at
77
-https://sparse.wiki.kernel.org/index.php/Main_Page
78
+You can get tarballs of the latest released versions from:
79
+https://www.kernel.org/pub/software/devel/sparse/dist/
7880
7981 Alternatively, you can get snapshots of the latest development version
8082 of sparse using git to clone::
8183
8284 git://git.kernel.org/pub/scm/devel/sparse/sparse.git
83
-
84
-DaveJ has hourly generated tarballs of the git tree available at::
85
-
86
- http://www.codemonkey.org.uk/projects/git-snapshots/sparse/
87
-
8885
8986 Once you have it, just do::
9087