Skip to content

Commit 6d62c5b

Browse files
committed
Merge tag 'docs-5.8-2' of git://git.lwn.net/linux
Pull more documentation updates from Jonathan Corbet: "A handful of late-arriving docs fixes, along with a patch changing a lot of HTTP links to HTTPS that had to be yanked and redone before the first pull" * tag 'docs-5.8-2' of git://git.lwn.net/linux: docs/memory-barriers.txt/kokr: smp_mb__{before,after}_atomic(): update Documentation Documentation: devres: add missing entry for devm_platform_get_and_ioremap_resource() Replace HTTP links with HTTPS ones: documentation docs: it_IT: address invalid reference warnings doc: zh_CN: use doc reference to resolve undefined label warning docs: Update the location of the LF NDA program docs: dev-tools: coccinelle: underlines
2 parents 6672966 + 146f5cd commit 6d62c5b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+91
-83
lines changed

Documentation/COPYING-logo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ scale down to smaller sizes and are better for letterheads or whatever
99
you want to use it for: for the full range of logos take a look at
1010
Larry's web-page:
1111

12-
http://www.isc.tamu.edu/~lewing/linux/
12+
https://www.isc.tamu.edu/~lewing/linux/
1313

Documentation/admin-guide/LSM/tomoyo.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,29 +27,29 @@ Where is documentation?
2727
=======================
2828

2929
User <-> Kernel interface documentation is available at
30-
http://tomoyo.osdn.jp/2.5/policy-specification/index.html .
30+
https://tomoyo.osdn.jp/2.5/policy-specification/index.html .
3131

3232
Materials we prepared for seminars and symposiums are available at
33-
http://osdn.jp/projects/tomoyo/docs/?category_id=532&language_id=1 .
33+
https://osdn.jp/projects/tomoyo/docs/?category_id=532&language_id=1 .
3434
Below lists are chosen from three aspects.
3535

3636
What is TOMOYO?
3737
TOMOYO Linux Overview
38-
http://osdn.jp/projects/tomoyo/docs/lca2009-takeda.pdf
38+
https://osdn.jp/projects/tomoyo/docs/lca2009-takeda.pdf
3939
TOMOYO Linux: pragmatic and manageable security for Linux
40-
http://osdn.jp/projects/tomoyo/docs/freedomhectaipei-tomoyo.pdf
40+
https://osdn.jp/projects/tomoyo/docs/freedomhectaipei-tomoyo.pdf
4141
TOMOYO Linux: A Practical Method to Understand and Protect Your Own Linux Box
42-
http://osdn.jp/projects/tomoyo/docs/PacSec2007-en-no-demo.pdf
42+
https://osdn.jp/projects/tomoyo/docs/PacSec2007-en-no-demo.pdf
4343

4444
What can TOMOYO do?
4545
Deep inside TOMOYO Linux
46-
http://osdn.jp/projects/tomoyo/docs/lca2009-kumaneko.pdf
46+
https://osdn.jp/projects/tomoyo/docs/lca2009-kumaneko.pdf
4747
The role of "pathname based access control" in security.
48-
http://osdn.jp/projects/tomoyo/docs/lfj2008-bof.pdf
48+
https://osdn.jp/projects/tomoyo/docs/lfj2008-bof.pdf
4949

5050
History of TOMOYO?
5151
Realities of Mainlining
52-
http://osdn.jp/projects/tomoyo/docs/lfj2008.pdf
52+
https://osdn.jp/projects/tomoyo/docs/lfj2008.pdf
5353

5454
What is future plan?
5555
====================

Documentation/admin-guide/acpi/initrd_table_override.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Where to retrieve userspace tools
102102
=================================
103103

104104
iasl and acpixtract are part of Intel's ACPICA project:
105-
http://acpica.org/
105+
https://acpica.org/
106106

107107
and should be packaged by distributions (for example in the acpica package
108108
on SUSE).

Documentation/admin-guide/bcache.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ nice if you could use them as cache... Hence bcache.
77

88
Wiki and git repositories are at:
99

10-
- http://bcache.evilpiepirate.org
10+
- https://bcache.evilpiepirate.org
1111
- http://evilpiepirate.org/git/linux-bcache.git
12-
- http://evilpiepirate.org/git/bcache-tools.git
12+
- https://evilpiepirate.org/git/bcache-tools.git
1313

1414
It's designed around the performance characteristics of SSDs - it only allocates
1515
in erase block sized buckets, and it uses a hybrid btree/log to track cached

Documentation/admin-guide/devices.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Specifically explore the sections titled "CHAR and MISC DRIVERS", and
1717
to involve for character and block devices.
1818

1919
This document is included by reference into the Filesystem Hierarchy
20-
Standard (FHS). The FHS is available from http://www.pathname.com/fhs/.
20+
Standard (FHS). The FHS is available from https://www.pathname.com/fhs/.
2121

2222
Allocations marked (68k/Amiga) apply to Linux/68k on the Amiga
2323
platform only. Allocations marked (68k/Atari) apply to Linux/68k on

Documentation/admin-guide/initrd.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ Resources
376376
---------
377377

378378
.. [#f1] Almesberger, Werner; "Booting Linux: The History and the Future"
379-
http://www.almesberger.net/cv/papers/ols2k-9.ps.gz
379+
https://www.almesberger.net/cv/papers/ols2k-9.ps.gz
380380
.. [#f2] newlib package (experimental), with initrd example
381381
https://www.sourceware.org/newlib/
382382
.. [#f3] util-linux: Miscellaneous utilities for Linux

Documentation/admin-guide/md.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Boot time assembly of RAID arrays
55
---------------------------------
66

77
Tools that manage md devices can be found at
8-
http://www.kernel.org/pub/linux/utils/raid/
8+
https://www.kernel.org/pub/linux/utils/raid/
99

1010

1111
You can boot with your md device with the following kernel command

Documentation/admin-guide/mono.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ other program after you have done the following:
1212
a binary package, a source tarball or by installing from Git. Binary
1313
packages for several distributions can be found at:
1414

15-
http://www.mono-project.com/download/
15+
https://www.mono-project.com/download/
1616

1717
Instructions for compiling Mono can be found at:
1818

19-
http://www.mono-project.com/docs/compiling-mono/linux/
19+
https://www.mono-project.com/docs/compiling-mono/linux/
2020

2121
Once the Mono CLR support has been installed, just check that
2222
``/usr/bin/mono`` (which could be located elsewhere, for example

Documentation/admin-guide/reporting-bugs.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Tips for reporting bugs
7575

7676
If you haven't reported a bug before, please read:
7777

78-
http://www.chiark.greenend.org.uk/~sgtatham/bugs.html
78+
https://www.chiark.greenend.org.uk/~sgtatham/bugs.html
7979

8080
http://www.catb.org/esr/faqs/smart-questions.html
8181

Documentation/admin-guide/unicode.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ Unicode practice.
114114
This range is now officially managed by the ConScript Unicode
115115
Registry. The normative reference is at:
116116

117-
http://www.evertype.com/standards/csur/klingon.html
117+
https://www.evertype.com/standards/csur/klingon.html
118118

119119
Klingon has an alphabet of 26 characters, a positional numeric writing
120120
system with 10 digits, and is written left-to-right, top-to-bottom.
@@ -178,7 +178,7 @@ fictional and artificial scripts has been established by John Cowan
178178
<[email protected]> and Michael Everson <[email protected]>.
179179
The ConScript Unicode Registry is accessible at:
180180

181-
http://www.evertype.com/standards/csur/
181+
https://www.evertype.com/standards/csur/
182182

183183
The ranges used fall at the low end of the End User Zone and can hence
184184
not be normatively assigned, but it is recommended that people who

0 commit comments

Comments
 (0)