linux/arch/sh
Alexander A. Klimov 91194e9b04 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 <grandmaster@al2klimov.de>
Signed-off-by: Rich Felker <dalias@libc.org>
2020-08-14 22:05:12 -04:00
..
boards sh: sh2007: Modernize printing of kernel messages 2020-08-14 22:05:10 -04:00
boot sh: remove sh5 support 2020-06-01 14:48:52 -04:00
cchips treewide: replace '---help---' in Kconfig files with 'help' 2020-06-14 01:57:21 +09:00
configs arch/sh/configs: remove obsolete CONFIG_SOC_CAMERA* 2020-08-14 22:05:12 -04:00
drivers sh: pci: Modernize printing of kernel messages 2020-08-14 22:05:10 -04:00
include sh: stacktrace: Remove stacktrace_ops.stack() 2020-08-14 22:05:11 -04:00
kernel sh: stacktrace: Remove stacktrace_ops.stack() 2020-08-14 22:05:11 -04:00
lib Revert "sh: add missing EXPORT_SYMBOL() for __delay" 2020-08-14 22:05:04 -04:00
math-emu Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace 2019-07-08 21:48:15 -07:00
mm Revert "sh: add loglvl to printk_address()" 2020-08-14 22:05:07 -04:00
oprofile sh: stacktrace: Remove stacktrace_ops.stack() 2020-08-14 22:05:11 -04:00
tools sh: Remove SH5-based Cayman platform 2020-08-14 22:05:06 -04:00
Kconfig sh: Replace HTTP links with HTTPS ones 2020-08-14 22:05:12 -04:00
Kconfig.cpu sh: remove sh5 support 2020-06-01 14:48:52 -04:00
Kconfig.debug sh: remove sh5 support 2020-06-01 14:48:52 -04:00
Makefile sh: Remove SH5-based Cayman platform 2020-08-14 22:05:06 -04:00