Skip to content

Commit 83bf6db

Browse files
Al2Klimovtmlind
authored andcommitted
ARM: OMAP2+: 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> Signed-off-by: Tony Lindgren <tony@atomide.com>
1 parent f8fbd8c commit 83bf6db

31 files changed

Lines changed: 31 additions & 31 deletions

arch/arm/mach-omap2/am33xx.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file contains the address info for various AM33XX modules.
33
*
4-
* Copyright (C) 2011 Texas Instruments, Inc. - http://www.ti.com/
4+
* Copyright (C) 2011 Texas Instruments, Inc. - https://www.ti.com/
55
*
66
* This program is free software; you can redistribute it and/or
77
* modify it under the terms of the GNU General Public License as

arch/arm/mach-omap2/board-generic.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright (C) 2005 Nokia Corporation
44
* Author: Paul Mundt <paul.mundt@nokia.com>
55
*
6-
* Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/
6+
* Copyright (C) 2011 Texas Instruments Incorporated - https://www.ti.com/
77
*
88
* Modified from the original mach-omap/omap2/board-generic.c did by Paul
99
* to support the OMAP2+ device tree boards with an unique board file.

arch/arm/mach-omap2/cm-regbits-33xx.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* This file is automatically generated from the AM33XX hardware databases.
55
* Vaibhav Hiremath <hvaibhav@ti.com>
66
*
7-
* Copyright (C) 2011-2012 Texas Instruments Incorporated - http://www.ti.com/
7+
* Copyright (C) 2011-2012 Texas Instruments Incorporated - https://www.ti.com/
88
*
99
* This program is free software; you can redistribute it and/or
1010
* modify it under the terms of the GNU General Public License as

arch/arm/mach-omap2/cm-regbits-54xx.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
* OMAP54xx Clock Management register bits
44
*
5-
* Copyright (C) 2013 Texas Instruments Incorporated - http://www.ti.com
5+
* Copyright (C) 2013 Texas Instruments Incorporated - https://www.ti.com
66
*
77
* Paul Walmsley (paul@pwsan.com)
88
* Rajendra Nayak (rnayak@ti.com)

arch/arm/mach-omap2/cm-regbits-7xx.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
* DRA7xx Clock Management register bits
44
*
5-
* Copyright (C) 2013 Texas Instruments Incorporated - http://www.ti.com
5+
* Copyright (C) 2013 Texas Instruments Incorporated - https://www.ti.com
66
*
77
* Generated by code originally written by:
88
* Paul Walmsley (paul@pwsan.com)

arch/arm/mach-omap2/cm1_54xx.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
* OMAP54xx CM1 instance offset macros
44
*
5-
* Copyright (C) 2013 Texas Instruments Incorporated - http://www.ti.com
5+
* Copyright (C) 2013 Texas Instruments Incorporated - https://www.ti.com
66
*
77
* Paul Walmsley (paul@pwsan.com)
88
* Rajendra Nayak (rnayak@ti.com)

arch/arm/mach-omap2/cm1_7xx.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
* DRA7xx CM1 instance offset macros
44
*
5-
* Copyright (C) 2013 Texas Instruments Incorporated - http://www.ti.com
5+
* Copyright (C) 2013 Texas Instruments Incorporated - https://www.ti.com
66
*
77
* Generated by code originally written by:
88
* Paul Walmsley (paul@pwsan.com)

arch/arm/mach-omap2/cm2_54xx.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
* OMAP54xx CM2 instance offset macros
44
*
5-
* Copyright (C) 2013 Texas Instruments Incorporated - http://www.ti.com
5+
* Copyright (C) 2013 Texas Instruments Incorporated - https://www.ti.com
66
*
77
* Paul Walmsley (paul@pwsan.com)
88
* Rajendra Nayak (rnayak@ti.com)

arch/arm/mach-omap2/cm2_7xx.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
* DRA7xx CM2 instance offset macros
44
*
5-
* Copyright (C) 2013 Texas Instruments Incorporated - http://www.ti.com
5+
* Copyright (C) 2013 Texas Instruments Incorporated - https://www.ti.com
66
*
77
* Generated by code originally written by:
88
* Paul Walmsley (paul@pwsan.com)

arch/arm/mach-omap2/cm33xx.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* AM33XX CM functions
33
*
4-
* Copyright (C) 2011-2012 Texas Instruments Incorporated - http://www.ti.com/
4+
* Copyright (C) 2011-2012 Texas Instruments Incorporated - https://www.ti.com/
55
* Vaibhav Hiremath <hvaibhav@ti.com>
66
*
77
* Reference taken from from OMAP4 cminst44xx.c

0 commit comments

Comments
 (0)