Skip to content

Commit 91194e9

Browse files
Al2KlimovRich Felker
authored andcommitted
sh: Replace HTTP links with HTTPS ones
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 neither `\bgnu\.org/license`, nor `\bmozilla\.org/MPL\b`: 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 <[email protected]> Signed-off-by: Rich Felker <[email protected]>
1 parent e1a8d38 commit 91194e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/sh/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,7 @@ config SMP
630630
Y to "Enhanced Real Time Clock Support", below.
631631

632632
See also <file:Documentation/admin-guide/lockup-watchdogs.rst> and the SMP-HOWTO
633-
available at <http://www.tldp.org/docs.html#howto>.
633+
available at <https://www.tldp.org/docs.html#howto>.
634634

635635
If you don't know what to do here, say N.
636636

0 commit comments

Comments
 (0)