linux_dsm_epyc7002/drivers/usb/phy
Alexander A. Klimov 36774c5ac8 usb: phy: 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/20200710191842.32561-1-grandmaster@al2klimov.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2020-07-15 16:33:51 +02:00
..
Kconfig
Makefile
of.c
phy-ab8500-usb.c usb: phy: Use fallthrough pseudo-keyword 2020-07-10 08:55:17 +02:00
phy-am335x-control.c
phy-am335x-control.h
phy-am335x.c
phy-fsl-usb.c usb: phy: Use fallthrough pseudo-keyword 2020-07-10 08:55:17 +02:00
phy-fsl-usb.h USB: phy: fsl-usb: remove character device usage 2020-07-03 10:18:41 +02:00
phy-generic.c
phy-generic.h
phy-gpio-vbus-usb.c
phy-isp1301-omap.c usb: phy: Use fallthrough pseudo-keyword 2020-07-10 08:55:17 +02:00
phy-isp1301.c
phy-jz4770.c
phy-keystone.c usb: phy: Replace HTTP links with HTTPS ones 2020-07-15 16:33:51 +02:00
phy-mv-usb.c usb: phy: Use fallthrough pseudo-keyword 2020-07-10 08:55:17 +02:00
phy-mv-usb.h
phy-mxs-usb.c
phy-omap-otg.c
phy-tahvo.c
phy-tegra-usb.c
phy-twl6030-usb.c usb: phy: Replace HTTP links with HTTPS ones 2020-07-15 16:33:51 +02:00
phy-ulpi-viewport.c
phy-ulpi.c
phy.c