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

Fix dead URLs to ftp.kernel.org

URLs to ftp.kernel.org are still exist though the service is closed [0].
This commit fixes the URLs 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>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>

authored by

SeongJae Park and committed by
Jiri Kosina
4f6cce39 d0c2c269

+8 -9
+1 -1
MAINTAINERS
··· 10074 10074 PREEMPTIBLE KERNEL 10075 10075 M: Robert Love <rml@tech9.net> 10076 10076 L: kpreempt-tech@lists.sourceforge.net 10077 - W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel 10077 + W: https://www.kernel.org/pub/linux/kernel/people/rml/preempt-kernel 10078 10078 S: Supported 10079 10079 F: Documentation/preempt-locking.txt 10080 10080 F: include/linux/preempt.h
+1 -1
drivers/block/Kconfig
··· 219 219 220 220 To use the loop device, you need the losetup utility, found in the 221 221 util-linux package, see 222 - <ftp://ftp.kernel.org/pub/linux/utils/util-linux/>. 222 + <https://www.kernel.org/pub/linux/utils/util-linux/>. 223 223 224 224 The loop device driver can also be used to "hide" a file system in 225 225 a disk partition, floppy, or regular file, either using encryption
+1 -1
drivers/md/Kconfig
··· 115 115 116 116 RAID-10 requires mdadm-1.7.0 or later, available at: 117 117 118 - ftp://ftp.kernel.org/pub/linux/utils/raid/mdadm/ 118 + https://www.kernel.org/pub/linux/utils/raid/mdadm/ 119 119 120 120 If unsure, say Y. 121 121
+1 -1
fs/autofs4/Kconfig
··· 7 7 automounter (amd), which is a pure user space daemon. 8 8 9 9 To use the automounter you need the user-space tools from 10 - <ftp://ftp.kernel.org/pub/linux/daemons/autofs/v4/>; you also 10 + <https://www.kernel.org/pub/linux/daemons/autofs/v4/>; you also 11 11 want to answer Y to "NFS file system support", below. 12 12 13 13 To compile this support as a module, choose M here: the module will be
+2 -3
scripts/ksymoops/README
··· 1 1 ksymoops has been removed from the kernel. It was always meant to be a 2 2 free standing utility, not linked to any particular kernel version. 3 3 The latest version can be found in 4 - ftp://ftp.<country>.kernel.org/pub/linux/utils/kernel/ksymoops together 5 - with patches to other utilities in order to give more accurate Oops 6 - debugging. 4 + https://www.kernel.org/pub/linux/utils/kernel/ksymoops together with patches to 5 + other utilities in order to give more accurate Oops debugging. 7 6 8 7 Keith Owens <kaos@ocs.com.au> Sat Jun 19 10:30:34 EST 1999
+2 -2
scripts/package/builddeb
··· 262 262 cat <<EOF > debian/copyright 263 263 This is a packacked upstream version of the Linux kernel. 264 264 265 - The sources may be found at most Linux ftp sites, including: 266 - ftp://ftp.kernel.org/pub/linux/kernel 265 + The sources may be found at most Linux archive sites, including: 266 + https://www.kernel.org/pub/linux/kernel 267 267 268 268 Copyright: 1991 - 2015 Linus Torvalds and others. 269 269