Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Documentation: Fix dead URLs to ftp.kernel.org

As ftp.kernel.org is closed [0], this commit fixes dead URLs in
documents to use www.kernel.org instead.

[0] https://www.kernel.org/shutting-down-ftp-services.html

Signed-off-by: SeongJae Park <sj38.park@gmail.com>
Acked-by: Theodore Ts'o <tytso@mit.edu>
Acked-by: David S. Miller <davem@davemloft.net>
Reviewed-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>

authored by

SeongJae Park and committed by
Jonathan Corbet
3bdadc86 b2e33536

+19 -25
+1 -1
Documentation/early-userspace/README
··· 86 86 maintained separately from the kernel. 87 87 88 88 You can obtain somewhat infrequent snapshots of klibc from 89 - ftp://ftp.kernel.org/pub/linux/libs/klibc/ 89 + https://www.kernel.org/pub/linux/libs/klibc/ 90 90 91 91 For active users, you are better off using the klibc git 92 92 repository, at http://git.kernel.org/?p=libs/klibc/klibc.git
+1 -1
Documentation/filesystems/ext4.txt
··· 25 25 26 26 or 27 27 28 - ftp://ftp.kernel.org/pub/linux/kernel/people/tytso/e2fsprogs/ 28 + https://www.kernel.org/pub/linux/kernel/people/tytso/e2fsprogs/ 29 29 30 30 or grab the latest git repository from: 31 31
+2 -2
Documentation/filesystems/nfs/nfs-rdma.txt
··· 110 110 - Install a Linux kernel with NFS/RDMA 111 111 112 112 The NFS/RDMA client and server are both included in the mainline Linux 113 - kernel version 2.6.25 and later. This and other versions of the 2.6 Linux 113 + kernel version 2.6.25 and later. This and other versions of the Linux 114 114 kernel can be found at: 115 115 116 - ftp://ftp.kernel.org/pub/linux/kernel/v2.6/ 116 + https://www.kernel.org/pub/linux/kernel/ 117 117 118 118 Download the sources and place them in an appropriate location. 119 119
+1 -1
Documentation/networking/e100.txt
··· 130 130 version 1.6 or later is required for this functionality. 131 131 132 132 The latest release of ethtool can be found from 133 - http://ftp.kernel.org/pub/software/network/ethtool/ 133 + https://www.kernel.org/pub/software/network/ethtool/ 134 134 135 135 Enabling Wake on LAN* (WoL) 136 136 ---------------------------
+1 -1
Documentation/networking/e1000.txt
··· 435 435 version 1.6 or later is required for this functionality. 436 436 437 437 The latest release of ethtool can be found from 438 - http://ftp.kernel.org/pub/software/network/ethtool/ 438 + https://www.kernel.org/pub/software/network/ethtool/ 439 439 440 440 Enabling Wake on LAN* (WoL) 441 441 ---------------------------
+1 -1
Documentation/networking/e1000e.txt
··· 274 274 diagnostics, as well as displaying statistical information. We 275 275 strongly recommend downloading the latest version of ethtool at: 276 276 277 - http://ftp.kernel.org/pub/software/network/ethtool/ 277 + https://kernel.org/pub/software/network/ethtool/ 278 278 279 279 NOTE: When validating enable/disable tests on some parts (82578, for example) 280 280 you need to add a few seconds between tests when working with ethtool.
+1 -1
Documentation/networking/igb.txt
··· 63 63 diagnostics, as well as displaying statistical information. The latest 64 64 version of ethtool can be found at: 65 65 66 - http://ftp.kernel.org/pub/software/network/ethtool/ 66 + https://www.kernel.org/pub/software/network/ethtool/ 67 67 68 68 Enabling Wake on LAN* (WoL) 69 69 ---------------------------
+1 -1
Documentation/networking/igbvf.txt
··· 62 62 version 3.0 or later is required for this functionality, although we 63 63 strongly recommend downloading the latest version at: 64 64 65 - http://ftp.kernel.org/pub/software/network/ethtool/ 65 + https://www.kernel.org/pub/software/network/ethtool/ 66 66 67 67 Support 68 68 =======
+1 -1
Documentation/networking/ixgb.txt
··· 313 313 version 1.6 or later is required for this functionality. 314 314 315 315 The latest release of ethtool can be found from 316 - http://ftp.kernel.org/pub/software/network/ethtool/ 316 + https://www.kernel.org/pub/software/network/ethtool/ 317 317 318 318 NOTE: The ethtool version 1.6 only supports a limited set of ethtool options. 319 319 Support for a more complete ethtool feature set can be enabled by
+1 -1
Documentation/networking/ixgbe.txt
··· 272 272 ethtool version is required for this functionality. 273 273 274 274 The latest release of ethtool can be found from 275 - http://ftp.kernel.org/pub/software/network/ethtool/ 275 + https://www.kernel.org/pub/software/network/ethtool/ 276 276 277 277 FCoE 278 278 ----
+3 -9
Documentation/process/applying-patches.rst
··· 250 250 251 251 The 4.x.y (-stable) and 4.x patches live at 252 252 253 - ftp://ftp.kernel.org/pub/linux/kernel/v4.x/ 253 + https://www.kernel.org/pub/linux/kernel/v4.x/ 254 254 255 255 The -rc patches live at 256 256 257 - ftp://ftp.kernel.org/pub/linux/kernel/v4.x/testing/ 258 - 259 - In place of ``ftp.kernel.org`` you can use ``ftp.cc.kernel.org``, where cc is a 260 - country code. This way you'll be downloading from a mirror site that's most 261 - likely geographically closer to you, resulting in faster downloads for you, 262 - less bandwidth used globally and less load on the main kernel.org servers -- 263 - these are good things, so do use mirrors when possible. 257 + https://www.kernel.org/pub/linux/kernel/v4.x/testing/ 264 258 265 259 266 260 The 4.x kernels ··· 311 317 The -stable team usually do make incremental patches available as well 312 318 as patches against the latest mainline release, but I only cover the 313 319 non-incremental ones below. The incremental ones can be found at 314 - ftp://ftp.kernel.org/pub/linux/kernel/v4.x/incr/ 320 + https://www.kernel.org/pub/linux/kernel/v4.x/incr/ 315 321 316 322 These patches are not incremental, meaning that for example the 4.7.3 317 323 patch does not apply on top of the 4.7.2 kernel source, but rather on top
+5 -5
Documentation/process/changes.rst
··· 349 349 Binutils 350 350 -------- 351 351 352 - - <ftp://ftp.kernel.org/pub/linux/devel/binutils/> 352 + - <https://www.kernel.org/pub/linux/devel/binutils/> 353 353 354 354 OpenSSL 355 355 ------- ··· 362 362 Util-linux 363 363 ---------- 364 364 365 - - <ftp://ftp.kernel.org/pub/linux/utils/util-linux/> 365 + - <https://www.kernel.org/pub/linux/utils/util-linux/> 366 366 367 367 Ksymoops 368 368 -------- 369 369 370 - - <ftp://ftp.kernel.org/pub/linux/utils/kernel/ksymoops/v2.4/> 370 + - <https://www.kernel.org/pub/linux/utils/kernel/ksymoops/v2.4/> 371 371 372 372 Module-Init-Tools 373 373 ----------------- 374 374 375 - - <ftp://ftp.kernel.org/pub/linux/kernel/people/rusty/modules/> 375 + - <https://www.kernel.org/pub/linux/utils/kernel/module-init-tools/> 376 376 377 377 Mkinitrd 378 378 -------- ··· 402 402 Pcmciautils 403 403 ----------- 404 404 405 - - <ftp://ftp.kernel.org/pub/linux/utils/kernel/pcmcia/> 405 + - <https://www.kernel.org/pub/linux/utils/kernel/pcmcia/> 406 406 407 407 Quota-tools 408 408 -----------