Skip to content

Commit ad736c1

Browse files
Al2Klimovgroeck
authored andcommitted
hwmon: 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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Guenter Roeck <[email protected]>
1 parent f12d634 commit ad736c1

28 files changed

+61
-61
lines changed

Documentation/hwmon/adc128d818.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Supported chips:
99

1010
Addresses scanned: I2C 0x1d, 0x1e, 0x1f, 0x2d, 0x2e, 0x2f
1111

12-
Datasheet: Publicly available at the TI website http://www.ti.com/
12+
Datasheet: Publicly available at the TI website https://www.ti.com/
1313

1414
Author: Guenter Roeck
1515

Documentation/hwmon/adm1026.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Supported chips:
1010

1111
Datasheet: Publicly available at the Analog Devices website
1212

13-
http://www.onsemi.com/PowerSolutions/product.do?id=ADM1026
13+
https://www.onsemi.com/PowerSolutions/product.do?id=ADM1026
1414

1515
Authors:
1616
- Philip Pokorny <[email protected]> for Penguin Computing

Documentation/hwmon/adm1031.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Supported chips:
1010

1111
Datasheet: Publicly available at the Analog Devices website
1212

13-
http://www.analog.com/en/prod/0%2C2877%2CADM1030%2C00.html
13+
https://www.analog.com/en/prod/0%2C2877%2CADM1030%2C00.html
1414

1515
* Analog Devices ADM1031
1616

@@ -20,7 +20,7 @@ Supported chips:
2020

2121
Datasheet: Publicly available at the Analog Devices website
2222

23-
http://www.analog.com/en/prod/0%2C2877%2CADM1031%2C00.html
23+
https://www.analog.com/en/prod/0%2C2877%2CADM1031%2C00.html
2424

2525
Authors:
2626
- Alexandre d'Alton <[email protected]>

Documentation/hwmon/adt7410.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Supported chips:
1111

1212
Datasheet: Publicly available at the Analog Devices website
1313

14-
http://www.analog.com/static/imported-files/data_sheets/ADT7410.pdf
14+
https://www.analog.com/static/imported-files/data_sheets/ADT7410.pdf
1515
* Analog Devices ADT7420
1616

1717
Prefix: 'adt7420'
@@ -20,7 +20,7 @@ Supported chips:
2020

2121
Datasheet: Publicly available at the Analog Devices website
2222

23-
http://www.analog.com/static/imported-files/data_sheets/ADT7420.pdf
23+
https://www.analog.com/static/imported-files/data_sheets/ADT7420.pdf
2424

2525
* Analog Devices ADT7310
2626

@@ -30,7 +30,7 @@ Supported chips:
3030

3131
Datasheet: Publicly available at the Analog Devices website
3232

33-
http://www.analog.com/static/imported-files/data_sheets/ADT7310.pdf
33+
https://www.analog.com/static/imported-files/data_sheets/ADT7310.pdf
3434

3535
* Analog Devices ADT7320
3636

@@ -40,7 +40,7 @@ Supported chips:
4040

4141
Datasheet: Publicly available at the Analog Devices website
4242

43-
http://www.analog.com/static/imported-files/data_sheets/ADT7320.pdf
43+
https://www.analog.com/static/imported-files/data_sheets/ADT7320.pdf
4444

4545
Author: Hartmut Knaack <[email protected]>
4646

Documentation/hwmon/emc1403.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Supported chips:
1212
Datasheets:
1313

1414
- http://ww1.microchip.com/downloads/en/DeviceDoc/1412.pdf
15-
- http://ww1.microchip.com/downloads/en/DeviceDoc/1402.pdf
15+
- https://ww1.microchip.com/downloads/en/DeviceDoc/1402.pdf
1616

1717
* SMSC / Microchip EMC1403, EMC1404, EMC1413, EMC1414
1818

@@ -33,7 +33,7 @@ Supported chips:
3333

3434
Datasheet:
3535

36-
- http://ww1.microchip.com/downloads/en/DeviceDoc/1422.pdf
36+
- https://ww1.microchip.com/downloads/en/DeviceDoc/1422.pdf
3737

3838
* SMSC / Microchip EMC1423, EMC1424
3939

@@ -43,7 +43,7 @@ Supported chips:
4343

4444
Datasheet:
4545

46-
- http://ww1.microchip.com/downloads/en/DeviceDoc/1423_1424.pdf
46+
- https://ww1.microchip.com/downloads/en/DeviceDoc/1423_1424.pdf
4747

4848
Author:
4949
Kalhan Trisal <[email protected]

Documentation/hwmon/ina3221.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Supported chips:
1111

1212
Datasheet: Publicly available at the Texas Instruments website
1313

14-
http://www.ti.com/
14+
https://www.ti.com/
1515

1616
Author: Andrew F. Davis <[email protected]>
1717

Documentation/hwmon/lm63.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Author: Jean Delvare <[email protected]>
3939
Thanks go to Tyan and especially Alex Buckingham for setting up a remote
4040
access to their S4882 test platform for this driver.
4141

42-
http://www.tyan.com/
42+
https://www.tyan.com/
4343

4444
Description
4545
-----------

Documentation/hwmon/lm70.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ Supported chips:
1313

1414
* Texas Instruments TMP122/TMP124
1515

16-
Information: http://www.ti.com/product/tmp122
16+
Information: https://www.ti.com/product/tmp122
1717

1818
* National Semiconductor LM71
1919

20-
Datasheet: http://www.ti.com/product/LM71
20+
Datasheet: https://www.ti.com/product/LM71
2121

2222
* National Semiconductor LM74
2323

24-
Datasheet: http://www.ti.com/product/LM74
24+
Datasheet: https://www.ti.com/product/LM74
2525

2626

2727
Author:

Documentation/hwmon/lm73.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Supported chips:
1111

1212
Datasheet: Publicly available at the Texas Instruments website
1313

14-
http://www.ti.com/product/lm73
14+
https://www.ti.com/product/lm73
1515

1616

1717
Author: Guillaume Ligneul <[email protected]>

Documentation/hwmon/lm75.rst

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Supported chips:
3131

3232
Datasheet: Publicly available at the Maxim website
3333

34-
http://www.maximintegrated.com/
34+
https://www.maximintegrated.com/
3535

3636
* Maxim MAX6625, MAX6626, MAX31725, MAX31726
3737

@@ -71,7 +71,7 @@ Supported chips:
7171

7272
Datasheet: Publicly available at the Analog Devices website
7373

74-
http://www.analog.com/adt75
74+
https://www.analog.com/adt75
7575

7676
* ST Microelectronics STDS75
7777

@@ -101,23 +101,23 @@ Supported chips:
101101

102102
Datasheet: Publicly available at the Texas Instruments website
103103

104-
http://www.ti.com/product/tmp100
104+
https://www.ti.com/product/tmp100
105105

106-
http://www.ti.com/product/tmp101
106+
https://www.ti.com/product/tmp101
107107

108-
http://www.ti.com/product/tmp105
108+
https://www.ti.com/product/tmp105
109109

110-
http://www.ti.com/product/tmp112
110+
https://www.ti.com/product/tmp112
111111

112-
http://www.ti.com/product/tmp75
112+
https://www.ti.com/product/tmp75
113113

114-
http://www.ti.com/product/tmp75b
114+
https://www.ti.com/product/tmp75b
115115

116-
http://www.ti.com/product/tmp75c
116+
https://www.ti.com/product/tmp75c
117117

118-
http://www.ti.com/product/tmp175
118+
https://www.ti.com/product/tmp175
119119

120-
http://www.ti.com/product/tmp275
120+
https://www.ti.com/product/tmp275
121121

122122
* NXP LM75B, PCT2075
123123

@@ -127,9 +127,9 @@ Supported chips:
127127

128128
Datasheet: Publicly available at the NXP website
129129

130-
http://www.nxp.com/documents/data_sheet/LM75B.pdf
130+
https://www.nxp.com/documents/data_sheet/LM75B.pdf
131131

132-
http://www.nxp.com/docs/en/data-sheet/PCT2075.pdf
132+
https://www.nxp.com/docs/en/data-sheet/PCT2075.pdf
133133

134134
Author: Frodo Looijaard <[email protected]>
135135

0 commit comments

Comments
 (0)