Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <grandmaster@al2klimov.de>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Link: https://lore.kernel.org/r/20200708165856.15322-1-grandmaster@al2klimov.de

authored by

Alexander A. Klimov and committed by
Daniel Lezcano
dcf30fc0 aaea0b83

+3 -3
+1 -1
Documentation/devicetree/bindings/timer/ti,keystone-timer.txt
··· 10 10 when the counter reaches preset counter values. 11 11 12 12 Documentation: 13 - http://www.ti.com/lit/ug/sprugv5a/sprugv5a.pdf 13 + https://www.ti.com/lit/ug/sprugv5a/sprugv5a.pdf 14 14 15 15 Required properties: 16 16
+1 -1
drivers/clocksource/timer-ti-32k.c
··· 21 21 * Roughly modelled after the OMAP1 MPU timer code. 22 22 * Added OMAP4 support - Santosh Shilimkar <santosh.shilimkar@ti.com> 23 23 * 24 - * Copyright (C) 2015 Texas Instruments Incorporated - http://www.ti.com 24 + * Copyright (C) 2015 Texas Instruments Incorporated - https://www.ti.com 25 25 */ 26 26 27 27 #include <linux/clk.h>
+1 -1
drivers/clocksource/timer-ti-dm.c
··· 4 4 * 5 5 * OMAP Dual-Mode Timers 6 6 * 7 - * Copyright (C) 2010 Texas Instruments Incorporated - http://www.ti.com/ 7 + * Copyright (C) 2010 Texas Instruments Incorporated - https://www.ti.com/ 8 8 * Tarun Kanti DebBarma <tarun.kanti@ti.com> 9 9 * Thara Gopinath <thara@ti.com> 10 10 *