Skip to content

Commit fa0866a

Browse files
Al2Klimovshuahkh
authored andcommitted
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 <[email protected]> Signed-off-by: Shuah Khan <[email protected]>
1 parent cbf2527 commit fa0866a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/power/cpupower/man/cpupower-monitor.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,15 +170,15 @@ displayed.
170170

171171
.SH REFERENCES
172172
"BIOS and Kernel Developer’s Guide (BKDG) for AMD Family 14h Processors"
173-
http://support.amd.com/us/Processor_TechDocs/43170.pdf
173+
https://support.amd.com/us/Processor_TechDocs/43170.pdf
174174

175175
"Intel® Turbo Boost Technology
176176
in Intel® Core™ Microarchitecture (Nehalem) Based Processors"
177177
http://download.intel.com/design/processor/applnots/320354.pdf
178178

179179
"Intel® 64 and IA-32 Architectures Software Developer's Manual
180180
Volume 3B: System Programming Guide"
181-
http://www.intel.com/products/processor/manuals
181+
https://www.intel.com/products/processor/manuals
182182

183183
.SH FILES
184184
.ta

0 commit comments

Comments
 (0)