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-am65-wakeup.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-am65-wakeup.dtsi')
-rw-r--r-- | arch/arm64/boot/dts/ti/k3-am65-wakeup.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/ti/k3-am65-wakeup.dtsi b/arch/arm64/boot/dts/ti/k3-am65-wakeup.dtsi index f7b9bc562e00..5f55b9e82cf1 100644 --- a/arch/arm64/boot/dts/ti/k3-am65-wakeup.dtsi +++ b/arch/arm64/boot/dts/ti/k3-am65-wakeup.dtsi @@ -2,7 +2,7 @@ /* * Device Tree Source for AM6 SoC Family Wakeup Domain peripherals * - * Copyright (C) 2016-2018 Texas Instruments Incorporated - http://www.ti.com/ + * Copyright (C) 2016-2018 Texas Instruments Incorporated - https://www.ti.com/ */ &cbass_wakeup { |