diff options
author | Alexander A. Klimov <grandmaster@al2klimov.de> | 2020-07-13 12:14:09 +0200 |
---|---|---|
committer | Tero Kristo <t-kristo@ti.com> | 2020-07-17 09:23:48 +0200 |
commit | 303d6f62eb8f30516eed01c3faff188f4780de67 (patch) | |
tree | da18f34a1962a256197a2f75ee6d1e02424fea1a /arch/arm64/boot/dts/ti/k3-j721e.dtsi | |
parent | arm64: dts: ti: k3-am654-base-board: Add support for SD card (diff) | |
download | linux-303d6f62eb8f30516eed01c3faff188f4780de67.tar.xz linux-303d6f62eb8f30516eed01c3faff188f4780de67.zip |
arm64: dts: ti: k3-*: 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: Tero Kristo <t-kristo@ti.com>
Diffstat (limited to 'arch/arm64/boot/dts/ti/k3-j721e.dtsi')
-rw-r--r-- | arch/arm64/boot/dts/ti/k3-j721e.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/ti/k3-j721e.dtsi b/arch/arm64/boot/dts/ti/k3-j721e.dtsi index 2f9a56d9b114..d035b61e0e16 100644 --- a/arch/arm64/boot/dts/ti/k3-j721e.dtsi +++ b/arch/arm64/boot/dts/ti/k3-j721e.dtsi @@ -2,7 +2,7 @@ /* * Device Tree Source for J721E SoC Family * - * Copyright (C) 2016-2019 Texas Instruments Incorporated - http://www.ti.com/ + * Copyright (C) 2016-2019 Texas Instruments Incorporated - https://www.ti.com/ */ #include <dt-bindings/interrupt-controller/irq.h> |