Skip to content

Commit 3ecdf2a

Browse files
Al2Klimovkrzk
authored andcommitted
ARM: s3c24xx: 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: Krzysztof Kozlowski <[email protected]>
1 parent f7f611f commit 3ecdf2a

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

arch/arm/mach-s3c24xx/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ config MACH_TCT_HAMMER
267267
select S3C_DEV_USB_HOST
268268
help
269269
Say Y here if you are using the TinCanTools Hammer Board
270-
<http://www.tincantools.com>
270+
<https://www.tincantools.com>
271271

272272
config MACH_VR1000
273273
bool "Thorcom VR1000"

arch/arm/mach-s3c24xx/mach-h1940.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// Copyright (c) 2003-2005 Simtec Electronics
44
// Ben Dooks <[email protected]>
55
//
6-
// http://www.handhelds.org/projects/h1940.html
6+
// https://www.handhelds.org/projects/h1940.html
77

88
#include <linux/kernel.h>
99
#include <linux/types.h>

arch/arm/mach-s3c24xx/mach-mini2440.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// Weibing <http://weibing.blogbus.com> and
77
// Michel Pollet <[email protected]>
88
//
9-
// For product information, visit http://code.google.com/p/mini2440/
9+
// For product information, visit https://code.google.com/p/mini2440/
1010

1111
#include <linux/kernel.h>
1212
#include <linux/types.h>

arch/arm/mach-s3c24xx/mach-n30.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// Copyright (c) 2005-2008 Christer Weinigel <[email protected]>
1010
//
1111
// There is a wiki with more information about the n30 port at
12-
// http://handhelds.org/moin/moin.cgi/AcerN30Documentation .
12+
// https://handhelds.org/moin/moin.cgi/AcerN30Documentation .
1313

1414
#include <linux/kernel.h>
1515
#include <linux/types.h>

arch/arm/mach-s3c24xx/mach-rx3715.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// Copyright (c) 2003-2004 Simtec Electronics
44
// Ben Dooks <[email protected]>
55
//
6-
// http://www.handhelds.org/projects/rx3715.html
6+
// https://www.handhelds.org/projects/rx3715.html
77

88
#include <linux/kernel.h>
99
#include <linux/types.h>

0 commit comments

Comments
 (0)