Skip to content

Commit 4234854

Browse files
Al2Klimovlinusw
authored andcommitted
pinctl: ti: iodelay: 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]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Linus Walleij <[email protected]>
1 parent 3762442 commit 4234854

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/pinctrl/ti/pinctrl-ti-iodelay.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Support for configuration of IO Delay module found on Texas Instruments SoCs
33
* such as DRA7
44
*
5-
* Copyright (C) 2015-2017 Texas Instruments Incorporated - http://www.ti.com/
5+
* Copyright (C) 2015-2017 Texas Instruments Incorporated - https://www.ti.com/
66
*
77
* This file is licensed under the terms of the GNU General Public
88
* License version 2. This program is licensed "as is" without any

0 commit comments

Comments
 (0)