Skip to content

Commit e9dbeba

Browse files
Al2Klimovtmlind
authored andcommitted
ARM: OMAP: 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: Tony Lindgren <[email protected]>
1 parent b3a9e3b commit e9dbeba

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

arch/arm/mach-omap1/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ config MACH_SX1
146146
Support for the Siemens SX1 phone. To boot the kernel,
147147
you'll need a SX1 compatible bootloader; check out
148148
http://forum.oslik.ru and
149-
http://www.handhelds.org/moin/moin.cgi/SiemensSX1
149+
https://www.handhelds.org/moin/moin.cgi/SiemensSX1
150150
for more information.
151151
Say Y here if you have such a phone, say NO otherwise.
152152

arch/arm/mach-omap1/dma.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* OMAP2/3 support Copyright (C) 2004-2007 Texas Instruments, Inc.
1111
* Some functions based on earlier dma-omap.c Copyright (C) 2001 RidgeRun, Inc.
1212
*
13-
* Copyright (C) 2010 Texas Instruments Incorporated - http://www.ti.com/
13+
* Copyright (C) 2010 Texas Instruments Incorporated - https://www.ti.com/
1414
* Converted DMA library into platform driver
1515
* - G, Manjunath Kondaiah <[email protected]>
1616
*/

arch/arm/mach-omap1/gpio15xx.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* OMAP15xx specific gpio init
33
*
4-
* Copyright (C) 2010 Texas Instruments Incorporated - http://www.ti.com/
4+
* Copyright (C) 2010 Texas Instruments Incorporated - https://www.ti.com/
55
*
66
* Author:
77
* Charulatha V <[email protected]>

arch/arm/mach-omap1/gpio16xx.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* OMAP16xx specific gpio init
33
*
4-
* Copyright (C) 2010 Texas Instruments Incorporated - http://www.ti.com/
4+
* Copyright (C) 2010 Texas Instruments Incorporated - https://www.ti.com/
55
*
66
* Author:
77
* Charulatha V <[email protected]>

arch/arm/mach-omap1/gpio7xx.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* OMAP7xx specific gpio init
33
*
4-
* Copyright (C) 2010 Texas Instruments Incorporated - http://www.ti.com/
4+
* Copyright (C) 2010 Texas Instruments Incorporated - https://www.ti.com/
55
*
66
* Author:
77
* Charulatha V <[email protected]>

arch/arm/mach-omap1/timer.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* device model. It also has a low level function to change the timer
77
* input clock source.
88
*
9-
* Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/
9+
* Copyright (C) 2011 Texas Instruments Incorporated - https://www.ti.com/
1010
* Tarun Kanti DebBarma <[email protected]>
1111
* Thara Gopinath <[email protected]>
1212
*

arch/arm/plat-omap/dma.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*
1717
* Support functions for the OMAP internal DMA channels.
1818
*
19-
* Copyright (C) 2010 Texas Instruments Incorporated - http://www.ti.com/
19+
* Copyright (C) 2010 Texas Instruments Incorporated - https://www.ti.com/
2020
* Converted DMA library into DMA platform driver.
2121
* - G, Manjunath Kondaiah <[email protected]>
2222
*/

0 commit comments

Comments
 (0)