Skip to content

Commit ffebbec

Browse files
Al2KlimovpH5
authored andcommitted
reset: 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: Philipp Zabel <[email protected]>
1 parent 3086467 commit ffebbec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

drivers/reset/reset-ti-syscon.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* TI SYSCON regmap reset driver
33
*
4-
* Copyright (C) 2015-2016 Texas Instruments Incorporated - http://www.ti.com/
4+
* Copyright (C) 2015-2016 Texas Instruments Incorporated - https://www.ti.com/
55
* Andrew F. Davis <[email protected]>
66
* Suman Anna <[email protected]>
77
*

include/dt-bindings/reset/ti-syscon.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
* TI Syscon Reset definitions
44
*
5-
* Copyright (C) 2015-2016 Texas Instruments Incorporated - http://www.ti.com/
5+
* Copyright (C) 2015-2016 Texas Instruments Incorporated - https://www.ti.com/
66
*/
77

88
#ifndef __DT_BINDINGS_RESET_TI_SYSCON_H__

0 commit comments

Comments
 (0)