diff options
author | Alexander A. Klimov <grandmaster@al2klimov.de> | 2020-07-22 22:24:54 +0300 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2020-08-13 09:50:59 +0300 |
commit | 4f4ed4543e2096dc0158ff79bd6d8bc09e27fa93 (patch) | |
tree | e39bead62579cc472c3688bd0773d51c015f9adc /include/linux/mfd/hi6421-pmic.h | |
parent | 3d858942250820b9adc35f963a257481d6d4c81d (diff) | |
download | linux-4f4ed4543e2096dc0158ff79bd6d8bc09e27fa93.tar.xz |
mfd: 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>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'include/linux/mfd/hi6421-pmic.h')
-rw-r--r-- | include/linux/mfd/hi6421-pmic.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mfd/hi6421-pmic.h b/include/linux/mfd/hi6421-pmic.h index bbc64484c021..2cadf8897c64 100644 --- a/include/linux/mfd/hi6421-pmic.h +++ b/include/linux/mfd/hi6421-pmic.h @@ -5,7 +5,7 @@ * Copyright (c) <2011-2014> HiSilicon Technologies Co., Ltd. * http://www.hisilicon.com * Copyright (c) <2013-2014> Linaro Ltd. - * http://www.linaro.org + * https://www.linaro.org * * Author: Guodong Xu <guodong.xu@linaro.org> */ |