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

Replace HTTP links with HTTPS ones: DRBD driver

Rationale:
Reduces attack surface on kernel devs opening the links for MITM
as HTTPS traffic is much harder to manipulate.

Deterministic algorithm:
For each file:
If not .svg:
For each line:
If doesn't contain `\bxmlns\b`:
For each link, `\bhttp://[^# \t\r\n]*(?:\w|/)`:
If both the HTTP and HTTPS versions
return 200 OK and serve the same content:
Replace HTTP with HTTPS.

Signed-off-by: Alexander A. Klimov <grandmaster@al2klimov.de>
Link: https://lore.kernel.org/r/20200627103111.71771-1-grandmaster@al2klimov.de
Signed-off-by: Jonathan Corbet <corbet@lwn.net>

authored by

Alexander A. Klimov and committed by
Jonathan Corbet
c0ad0bef 3839a746

+5 -5
+1 -1
Documentation/admin-guide/blockdev/drbd/index.rst
··· 10 10 clusters and in this context, is a "drop-in" replacement for shared 11 11 storage. Simplistically, you could see it as a network RAID 1. 12 12 13 - Please visit http://www.drbd.org to find out more. 13 + Please visit https://www.drbd.org to find out more. 14 14 15 15 .. toctree:: 16 16 :maxdepth: 1
+3 -3
Documentation/admin-guide/blockdev/floppy.rst
··· 6 6 ========= 7 7 8 8 A FAQ list may be found in the fdutils package (see below), and also 9 - at <http://fdutils.linux.lu/faq.html>. 9 + at <https://fdutils.linux.lu/faq.html>. 10 10 11 11 12 12 LILO configuration options (Thinkpad users, read this) ··· 220 220 221 221 The latest version can be found at fdutils homepage: 222 222 223 - http://fdutils.linux.lu 223 + https://fdutils.linux.lu 224 224 225 225 The fdutils releases can be found at: 226 226 227 - http://fdutils.linux.lu/download.html 227 + https://fdutils.linux.lu/download.html 228 228 229 229 http://www.tux.org/pub/knaff/fdutils/ 230 230
+1 -1
drivers/block/drbd/Kconfig
··· 35 35 cache coherency. 36 36 37 37 For automatic failover you need a cluster manager (e.g. heartbeat). 38 - See also: http://www.drbd.org/, http://www.linux-ha.org 38 + See also: https://www.drbd.org/, http://www.linux-ha.org 39 39 40 40 If unsure, say N. 41 41