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

ARM: davinci: 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>
[nsekhar@ti.com: drop obsolete hawkboard.org URL completeley
fixup subject line prefix]
Signed-off-by: Sekhar Nori <nsekhar@ti.com>

authored by

Alexander A. Klimov and committed by
Sekhar Nori
fb01eb36 b3a9e3b9

+13 -15
+1 -1
arch/arm/boot/dts/da850-evm.dts
··· 2 2 /* 3 3 * Device Tree for DA850 EVM board 4 4 * 5 - * Copyright (C) 2012 Texas Instruments Incorporated - http://www.ti.com/ 5 + * Copyright (C) 2012 Texas Instruments Incorporated - https://www.ti.com/ 6 6 */ 7 7 /dts-v1/; 8 8 #include "da850.dtsi"
+1 -3
arch/arm/mach-davinci/Kconfig
··· 201 201 help 202 202 Say Y here to select the Critical Link MityDSP-L138/MityARM-1808 203 203 System on Module. Information on this SoM may be found at 204 - http://www.mitydsp.com 204 + https://www.mitydsp.com 205 205 206 206 config MACH_OMAPL138_HAWKBOARD 207 207 bool "TI AM1808 / OMAPL-138 Hawkboard platform" 208 208 depends on ARCH_DAVINCI_DA850 209 209 help 210 210 Say Y here to select the TI AM1808 / OMAPL-138 Hawkboard platform . 211 - Information of this board may be found at 212 - http://www.hawkboard.org/ 213 211 214 212 config DAVINCI_MUX 215 213 bool "DAVINCI multiplexing support"
+1 -1
arch/arm/mach-davinci/board-da850-evm.c
··· 1 1 /* 2 2 * TI DA850/OMAP-L138 EVM board 3 3 * 4 - * Copyright (C) 2009 Texas Instruments Incorporated - http://www.ti.com/ 4 + * Copyright (C) 2009 Texas Instruments Incorporated - https://www.ti.com/ 5 5 * 6 6 * Derived from: arch/arm/mach-davinci/board-da830-evm.c 7 7 * Original Copyrights follow:
+1 -1
arch/arm/mach-davinci/board-mityomapl138.c
··· 1 1 /* 2 2 * Critical Link MityOMAP-L138 SoM 3 3 * 4 - * Copyright (C) 2010 Critical Link LLC - http://www.criticallink.com 4 + * Copyright (C) 2010 Critical Link LLC - https://www.criticallink.com 5 5 * 6 6 * This file is licensed under the terms of the GNU General Public License 7 7 * version 2. This program is licensed "as is" without any warranty of
+1 -1
arch/arm/mach-davinci/board-neuros-osd2.c
··· 214 214 * Mux the pins to be GPIOs, VLYNQEN is already done at startup. 215 215 * The AEAWx are five new AEAW pins that can be muxed by separately. 216 216 * They are a bitmask for GPIO management. According TI 217 - * documentation (http://www.ti.com/lit/gpn/tms320dm6446) to employ 217 + * documentation (https://www.ti.com/lit/gpn/tms320dm6446) to employ 218 218 * gpio(10,11,12,13) for leds any combination of bits works except 219 219 * four last. So we are to reset all five. 220 220 */
+1 -1
arch/arm/mach-davinci/board-omapl138-hawk.c
··· 3 3 * 4 4 * Initial code: Syed Mohammed Khasim 5 5 * 6 - * Copyright (C) 2009 Texas Instruments Incorporated - http://www.ti.com 6 + * Copyright (C) 2009 Texas Instruments Incorporated - https://www.ti.com 7 7 * 8 8 * This file is licensed under the terms of the GNU General Public License 9 9 * version 2. This program is licensed "as is" without any warranty of
+1 -1
arch/arm/mach-davinci/cpuidle.c
··· 2 2 /* 3 3 * CPU idle for DaVinci SoCs 4 4 * 5 - * Copyright (C) 2009 Texas Instruments Incorporated. http://www.ti.com/ 5 + * Copyright (C) 2009 Texas Instruments Incorporated. https://www.ti.com/ 6 6 * 7 7 * Derived from Marvell Kirkwood CPU idle code 8 8 * (arch/arm/mach-kirkwood/cpuidle.c)
+1 -1
arch/arm/mach-davinci/cpuidle.h
··· 1 1 /* 2 2 * TI DaVinci cpuidle platform support 3 3 * 4 - * 2009 (C) Texas Instruments, Inc. http://www.ti.com/ 4 + * 2009 (C) Texas Instruments, Inc. https://www.ti.com/ 5 5 * 6 6 * This file is licensed under the terms of the GNU General Public License 7 7 * version 2. This program is licensed "as is" without any warranty of any
+1 -1
arch/arm/mach-davinci/da850.c
··· 1 1 /* 2 2 * TI DA850/OMAP-L138 chip specific setup 3 3 * 4 - * Copyright (C) 2009 Texas Instruments Incorporated - http://www.ti.com/ 4 + * Copyright (C) 2009 Texas Instruments Incorporated - https://www.ti.com/ 5 5 * 6 6 * Derived from: arch/arm/mach-davinci/da830.c 7 7 * Original Copyrights follow:
+1 -1
arch/arm/mach-davinci/da8xx-dt.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0-only 2 2 /* 3 - * Copyright (C) 2012 Texas Instruments Incorporated - http://www.ti.com/ 3 + * Copyright (C) 2012 Texas Instruments Incorporated - https://www.ti.com/ 4 4 * 5 5 * Modified from mach-omap/omap2/board-generic.c 6 6 */
+1 -1
arch/arm/mach-davinci/include/mach/pm.h
··· 1 1 /* 2 2 * TI DaVinci platform support for power management. 3 3 * 4 - * Copyright (C) 2009 Texas Instruments, Inc. http://www.ti.com/ 4 + * Copyright (C) 2009 Texas Instruments, Inc. https://www.ti.com/ 5 5 * 6 6 * This program is free software; you can redistribute it and/or 7 7 * modify it under the terms of the GNU General Public License as
+1 -1
arch/arm/mach-davinci/pm.c
··· 2 2 /* 3 3 * DaVinci Power Management Routines 4 4 * 5 - * Copyright (C) 2009 Texas Instruments, Inc. http://www.ti.com/ 5 + * Copyright (C) 2009 Texas Instruments, Inc. https://www.ti.com/ 6 6 */ 7 7 8 8 #include <linux/pm.h>
+1 -1
arch/arm/mach-davinci/sleep.S
··· 1 1 /* SPDX-License-Identifier: GPL-2.0-only */ 2 2 /* 3 - * (C) Copyright 2009, Texas Instruments, Inc. http://www.ti.com/ 3 + * (C) Copyright 2009, Texas Instruments, Inc. https://www.ti.com/ 4 4 */ 5 5 6 6 /* replicated define because linux/bitops.h cannot be included in assembly */