Skip to content

Commit 8479eb8

Browse files
Al2Klimovrafaeljw
authored andcommitted
cpufreq: 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: Rafael J. Wysocki <[email protected]>
1 parent 3ff7975 commit 8479eb8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

drivers/cpufreq/acpi-cpufreq.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -612,7 +612,7 @@ static const struct dmi_system_id sw_any_bug_dmi_table[] = {
612612
static int acpi_cpufreq_blacklist(struct cpuinfo_x86 *c)
613613
{
614614
/* Intel Xeon Processor 7100 Series Specification Update
615-
* http://www.intel.com/Assets/PDF/specupdate/314554.pdf
615+
* https://www.intel.com/Assets/PDF/specupdate/314554.pdf
616616
* AL30: A Machine Check Exception (MCE) Occurring during an
617617
* Enhanced Intel SpeedStep Technology Ratio Change May Cause
618618
* Both Processor Cores to Lock Up. */

drivers/cpufreq/davinci-cpufreq.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
* CPU frequency scaling for DaVinci
44
*
5-
* Copyright (C) 2009 Texas Instruments Incorporated - http://www.ti.com/
5+
* Copyright (C) 2009 Texas Instruments Incorporated - https://www.ti.com/
66
*
77
* Based on linux/arch/arm/plat-omap/cpu-omap.c. Original Copyright follows:
88
*

0 commit comments

Comments
 (0)