linux_dsm_epyc7002/tools/power
Alexander A. Klimov fa0866a1d1 cpupower: 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: Shuah Khan <skhan@linuxfoundation.org>
2020-07-17 11:58:04 -06:00
..
acpi ACPICA: acpidump: Removed dead code from oslinuxtbl.c 2020-06-05 13:34:23 +02:00
cpupower cpupower: Replace HTTP links with HTTPS ones 2020-07-17 11:58:04 -06:00
pm-graph Misc cleanups in the SMP hotplug and cross-call code. 2020-06-01 13:38:55 -07:00
x86 tools/power/x86/intel-speed-select: Fix invalid core mask 2020-05-22 11:18:15 -07:00