Skip to content

Commit dcf30fc

Browse files
Al2Klimovdlezcano
authored andcommitted
clocksource/drivers: 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]> Acked-by: Rob Herring <[email protected]> Signed-off-by: Daniel Lezcano <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent aaea0b8 commit dcf30fc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Documentation/devicetree/bindings/timer/ti,keystone-timer.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ It is global timer is a free running up-counter and can generate interrupt
1010
when the counter reaches preset counter values.
1111

1212
Documentation:
13-
http://www.ti.com/lit/ug/sprugv5a/sprugv5a.pdf
13+
https://www.ti.com/lit/ug/sprugv5a/sprugv5a.pdf
1414

1515
Required properties:
1616

drivers/clocksource/timer-ti-32k.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
* Roughly modelled after the OMAP1 MPU timer code.
2222
* Added OMAP4 support - Santosh Shilimkar <[email protected]>
2323
*
24-
* Copyright (C) 2015 Texas Instruments Incorporated - http://www.ti.com
24+
* Copyright (C) 2015 Texas Instruments Incorporated - https://www.ti.com
2525
*/
2626

2727
#include <linux/clk.h>

drivers/clocksource/timer-ti-dm.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* OMAP Dual-Mode Timers
66
*
7-
* Copyright (C) 2010 Texas Instruments Incorporated - http://www.ti.com/
7+
* Copyright (C) 2010 Texas Instruments Incorporated - https://www.ti.com/
88
* Tarun Kanti DebBarma <[email protected]>
99
* Thara Gopinath <[email protected]>
1010
*

0 commit comments

Comments
 (0)