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)
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

index 098d563040ccd6275ad4472434dcaa1d0640f64f..e623416de4f1bae24ed12ae0f7fe0463b291ab5b 100644 (file)
@@ -11,7 +11,7 @@ and HID reports can be sent/received through I/O on the
 /dev/hidgX character devices.
 
 For more details about HID, see the developer page on
-http://www.usb.org/developers/hidpage/
+https://www.usb.org/developers/hidpage/
 
 Configuration
 =============
index 9806b55af301b5ebb95a5620ae340c3d2c1ac2b4..3a22c1b2f39effd1b7305215ef15497bf3cecc8e 100644 (file)
@@ -142,7 +142,7 @@ Footnotes
 =========
 
 [1] Remote Network Driver Interface Specification,
-[[http://msdn.microsoft.com/en-us/library/ee484414.aspx]].
+[[https://msdn.microsoft.com/en-us/library/ee484414.aspx]].
 
 [2] Communications Device Class Abstract Control Model, spec for this
 and other USB classes can be found at
@@ -150,9 +150,9 @@ and other USB classes can be found at
 
 [3] CDC Ethernet Control Model.
 
-[4] [[http://msdn.microsoft.com/en-us/library/ff537109(v=VS.85).aspx]]
+[4] [[https://msdn.microsoft.com/en-us/library/ff537109(v=VS.85).aspx]]
 
-[5] [[http://msdn.microsoft.com/en-us/library/ff539234(v=VS.85).aspx]]
+[5] [[https://msdn.microsoft.com/en-us/library/ff539234(v=VS.85).aspx]]
 
 [6] To put it in some other nice words, Windows failed to respond to
 any user input.
@@ -160,6 +160,6 @@ any user input.
 [7] You may find [[http://www.cygnal.org/ubb/Forum9/HTML/001050.html]]
 useful.
 
-[8] http://www.nirsoft.net/utils/usb_devices_view.html
+[8] https://www.nirsoft.net/utils/usb_devices_view.html
 
-[9] [[http://msdn.microsoft.com/en-us/library/ff570620.aspx]]
+[9] [[https://msdn.microsoft.com/en-us/library/ff570620.aspx]]
index 4ffa715b0ae8826f7f88c430ca140350ba9361ce..c569ac6bec58fcb4de61b547d425213482fb8933 100644 (file)
@@ -1,5 +1,5 @@
 ; Based on template INF file found at
-;    <http://msdn.microsoft.com/en-us/library/ff570620.aspx>
+;    <https://msdn.microsoft.com/en-us/library/ff570620.aspx>
 ; which was:
 ;    Copyright (c) Microsoft Corporation
 ; and released under the MLPL as found at:
index e701ab56b0a761c64f6af502fab6f4a2b33ad039..90e246601537c8cdb57c208bdb53723a1ec3e7fb 100644 (file)
@@ -2,7 +2,7 @@
 /**
  * cdns3-ti.c - TI specific Glue layer for Cadence USB Controller
  *
- * Copyright (C) 2019 Texas Instruments Incorporated - http://www.ti.com
+ * Copyright (C) 2019 Texas Instruments Incorporated - https://www.ti.com
  */
 
 #include <linux/bits.h>
index 54c8f984c7b4e88260b09c64ea3d4b757710c9c9..ba849c7bc5c7f155ee3420be2d556052f2aaa733 100644 (file)
@@ -2,7 +2,7 @@
 /*
  * Common USB debugging functions
  *
- * Copyright (C) 2010-2011 Texas Instruments Incorporated - http://www.ti.com
+ * Copyright (C) 2010-2011 Texas Instruments Incorporated - https://www.ti.com
  *
  * Authors: Felipe Balbi <balbi@ti.com>,
  *         Sebastian Andrzej Siewior <bigeasy@linutronix.de>
index 05828c0ab7debd53ff37b83b57be76b5e4718f31..0894f6caccb2cd95e04edc16d848ecd6779e0124 100644 (file)
@@ -11,9 +11,9 @@
  *
  * Based on:
  *     o MAX3421E datasheet
- *             http://datasheets.maximintegrated.com/en/ds/MAX3421E.pdf
+ *             https://datasheets.maximintegrated.com/en/ds/MAX3421E.pdf
  *     o MAX3421E Programming Guide
- *             http://www.hdl.co.jp/ftpdata/utl-001/AN3785.pdf
+ *             https://www.hdl.co.jp/ftpdata/utl-001/AN3785.pdf
  *     o gadget/dummy_hcd.c
  *             For USB HCD implementation.
  *     o Arduino MAX3421 driver
@@ -317,7 +317,7 @@ static const int hrsl_to_error[] = {
 };
 
 /*
- * See http://www.beyondlogic.org/usbnutshell/usb4.shtml#Control for a
+ * See https://www.beyondlogic.org/usbnutshell/usb4.shtml#Control for a
  * reasonable overview of how control transfers use the the IN/OUT
  * tokens.
  */
index 4e48f8eed16829124b5223ef98b725c1375ca0db..6818ea689cd913bf63afef95ddaa7fcee1c2644d 100644 (file)
@@ -78,7 +78,7 @@ config USB_CYPRESS_CY7C63
          driver supports the pre-programmed devices (incl. firmware)
          by AK Modul-Bus Computer GmbH.
 
-         Please see: http://www.ak-modul-bus.de/stat/mikrocontroller.html
+         Please see: https://www.ak-modul-bus.de/stat/mikrocontroller.html
 
          To compile this driver as a module, choose M here: the
          module will be called cypress_cy7c63.
@@ -106,7 +106,7 @@ config USB_IDMOUSE
          This driver creates an entry "/dev/idmouseX" or "/dev/usb/idmouseX",
          which can be used by, e.g.,"cat /dev/idmouse0 > fingerprint.pnm".
 
-         See also <http://www.fs.tum.de/~echtler/idmouse/>.
+         See also <https://www.fs.tum.de/~echtler/idmouse/>.
 
 config USB_FTDI_ELAN
        tristate "Elan PCMCIA CardBus Adapter USB Client"
index 407f530061cdeff6917798a80da3876b4b7beed7..263196f05015bc46d1e2546b162a87df06b79651 100644 (file)
@@ -2,7 +2,7 @@
 /*
  * phy-companion.h -- phy companion to indicate the comparator part of PHY
  *
- * Copyright (C) 2012 Texas Instruments Incorporated - http://www.ti.com
+ * Copyright (C) 2012 Texas Instruments Incorporated - https://www.ti.com
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
  * the Free Software Foundation; either version 2 of the License, or