On 7/19/20 3:50 PM, Alexander A. Klimov wrote: > 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@xxxxxxxxxxxx> > diff --git a/arch/arm/boot/dts/da850-evm.dts b/arch/arm/boot/dts/da850-evm.dts > index f2e7609e5346..87c517d65f62 100644 > --- a/arch/arm/boot/dts/da850-evm.dts > +++ b/arch/arm/boot/dts/da850-evm.dts > @@ -2,7 +2,7 @@ > /* > * Device Tree for DA850 EVM board > * > - * Copyright (C) 2012 Texas Instruments Incorporated - http://www.ti.com/ > + * Copyright (C) 2012 Texas Instruments Incorporated - https://www.ti.com/ > */ > /dts-v1/; > #include "da850.dtsi" > diff --git a/arch/arm/mach-davinci/Kconfig b/arch/arm/mach-davinci/Kconfig > index d028d38a44bf..5b0125f1265c 100644 > --- a/arch/arm/mach-davinci/Kconfig > +++ b/arch/arm/mach-davinci/Kconfig > @@ -201,7 +201,7 @@ config MACH_MITYOMAPL138 > help > Say Y here to select the Critical Link MityDSP-L138/MityARM-1808 > System on Module. Information on this SoM may be found at > - http://www.mitydsp.com > + https://www.mitydsp.com > > config MACH_OMAPL138_HAWKBOARD > bool "TI AM1808 / OMAPL-138 Hawkboard platform" > @@ -209,7 +209,7 @@ config MACH_OMAPL138_HAWKBOARD > help > Say Y here to select the TI AM1808 / OMAPL-138 Hawkboard platform . > Information of this board may be found at > - http://www.hawkboard.org/ > + https://www.hawkboard.org/ This now redirects to something irrelevant. So, dropped the URL altogether. Also, we use prefix "ARM: davinci: " in subject line. I made those changes locally and committed the patch. Will try to send for v5.9, but its getting quite late. Thanks, Sekhar