USB: Replace HTTP links with HTTPS ones
authorAlexander A. Klimov <grandmaster@al2klimov.de>
Sun, 19 Jul 2020 16:09:10 +0000 (18:09 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 21 Jul 2020 11:41:57 +0000 (13:41 +0200)
commitffeb1e9e897b8d36b197275592d121c96d3bdb95
tree2535b7389974d19bbb229bb4f2bce282df89fbeb
parenta482766d008556c2f4976cf6096a4887da070f27
USB: 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>
Link: https://lore.kernel.org/r/20200719160910.60018-1-grandmaster@al2klimov.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Documentation/usb/gadget_hid.rst
Documentation/usb/gadget_multi.rst
Documentation/usb/linux.inf
drivers/usb/cdns3/cdns3-ti.c
drivers/usb/common/debug.c
drivers/usb/host/max3421-hcd.c
drivers/usb/misc/Kconfig
include/linux/usb/phy_companion.h