Skip to content

Commit 2f9ef05

Browse files
committed
Merge tag 'docs-5.13' of git://git.lwn.net/linux
Pull documentation updates from Jonathan Corbet: "It's been a relatively busy cycle in docsland, though more than usually well contained to Documentation/ itself. Highlights include: - The Chinese translators have been busy and show no signs of stopping anytime soon. Italian has also caught up. - Aditya Srivastava has been working on improvements to the kernel-doc script. - Thorsten continues his work on reporting-issues.rst and related documentation around regression reporting. - Lots of documentation updates, typo fixes, etc. as usual" * tag 'docs-5.13' of git://git.lwn.net/linux: (139 commits) docs/zh_CN: add openrisc translation to zh_CN index docs/zh_CN: add openrisc index.rst translation docs/zh_CN: add openrisc todo.rst translation docs/zh_CN: add openrisc openrisc_port.rst translation docs/zh_CN: add core api translation to zh_CN index docs/zh_CN: add core-api index.rst translation docs/zh_CN: add core-api irq index.rst translation docs/zh_CN: add core-api irq irqflags-tracing.rst translation docs/zh_CN: add core-api irq irq-domain.rst translation docs/zh_CN: add core-api irq irq-affinity.rst translation docs/zh_CN: add core-api irq concepts.rst translation docs: sphinx-pre-install: don't barf on beta Sphinx releases scripts: kernel-doc: improve parsing for kernel-doc comments syntax docs/zh_CN: two minor fixes in zh_CN/doc-guide/ Documentation: dev-tools: Add Testing Overview docs/zh_CN: add translations in zh_CN/dev-tools/gcov docs: reporting-issues: make people CC the regressions list MAINTAINERS: add regressions mailing list doc:it_IT: align Italian documentation docs/zh_CN: sync reporting-issues.rst ...
2 parents 0c85556 + 441ca97 commit 2f9ef05

File tree

133 files changed

+9868
-2059
lines changed

Some content is hidden

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

133 files changed

+9868
-2059
lines changed

.mailmap

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,9 @@ Alexandre Belloni <alexandre.belloni@bootlin.com> <alexandre.belloni@free-electr
2525
Alexei Starovoitov <ast@kernel.org> <alexei.starovoitov@gmail.com>
2626
Alexei Starovoitov <ast@kernel.org> <ast@fb.com>
2727
Alexei Starovoitov <ast@kernel.org> <ast@plumgrid.com>
28-
Alex Shi <alex.shi@linux.alibaba.com> <alex.shi@intel.com>
29-
Alex Shi <alex.shi@linux.alibaba.com> <alex.shi@linaro.org>
28+
Alex Shi <alexs@kernel.org> <alex.shi@intel.com>
29+
Alex Shi <alexs@kernel.org> <alex.shi@linaro.org>
30+
Alex Shi <alexs@kernel.org> <alex.shi@linux.alibaba.com>
3031
Al Viro <viro@ftp.linux.org.uk>
3132
Al Viro <viro@zenIV.linux.org.uk>
3233
Andi Kleen <ak@linux.intel.com> <ak@suse.de>

CREDITS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@ D: gadget layers, SPI subsystem, GPIO subsystem, and more than a few
550550
D: device drivers. His encouragement also helped many engineers get
551551
D: started working on the Linux kernel. David passed away in early
552552
D: 2011, and will be greatly missed.
553-
W: https://lkml.org/lkml/2011/4/5/36
553+
W: https://lore.kernel.org/lkml/20110405034819.GA7872@kroah.com
554554

555555
N: Gary Brubaker
556556
E: xavyer@ix.netcom.com

Documentation/admin-guide/LSM/LoadPin.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ restrictions without needing to sign the files individually.
1111

1212
The LSM is selectable at build-time with ``CONFIG_SECURITY_LOADPIN``, and
1313
can be controlled at boot-time with the kernel command line option
14-
"``loadpin.enabled``". By default, it is enabled, but can be disabled at
15-
boot ("``loadpin.enabled=0``").
14+
"``loadpin.enforce``". By default, it is enabled, but can be disabled at
15+
boot ("``loadpin.enforce=0``").
1616

1717
LoadPin starts pinning when it sees the first file loaded. If the
1818
block device backing the filesystem is not read-only, a sysctl is
@@ -28,4 +28,4 @@ different mechanisms such as ``CONFIG_MODULE_SIG`` and
2828
``CONFIG_KEXEC_VERIFY_SIG`` to verify kernel module and kernel image while
2929
still use LoadPin to protect the integrity of other files kernel loads. The
3030
full list of valid file types can be found in ``kernel_read_file_str``
31-
defined in ``include/linux/fs.h``.
31+
defined in ``include/linux/kernel_read_file.h``.

Documentation/admin-guide/cgroup-v1/memory.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -360,8 +360,8 @@ U != 0, K = unlimited:
360360

361361
U != 0, K < U:
362362
Kernel memory is a subset of the user memory. This setup is useful in
363-
deployments where the total amount of memory per-cgroup is overcommited.
364-
Overcommiting kernel memory limits is definitely not recommended, since the
363+
deployments where the total amount of memory per-cgroup is overcommitted.
364+
Overcommitting kernel memory limits is definitely not recommended, since the
365365
box can still run out of non-reclaimable memory.
366366
In this case, the admin could set up K so that the sum of all groups is
367367
never greater than the total memory, and freely set U at the cost of his
@@ -851,6 +851,9 @@ At reading, current status of OOM is shown.
851851
(if 1, oom-killer is disabled)
852852
- under_oom 0 or 1
853853
(if 1, the memory cgroup is under OOM, tasks may be stopped.)
854+
- oom_kill integer counter
855+
The number of processes belonging to this cgroup killed by any
856+
kind of OOM killer.
854857

855858
11. Memory Pressure
856859
===================

Documentation/admin-guide/dynamic-debug-howto.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ Examples
347347
<debugfs>/dynamic_debug/control
348348

349349
// enable messages in files of which the paths include string "usb"
350-
nullarbor:~ # echo -n '*usb* +p' > <debugfs>/dynamic_debug/control
350+
nullarbor:~ # echo -n 'file *usb* +p' > <debugfs>/dynamic_debug/control
351351

352352
// enable all messages
353353
nullarbor:~ # echo -n '+p' > <debugfs>/dynamic_debug/control

Documentation/admin-guide/index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ problems and bugs in particular.
3535
:maxdepth: 1
3636

3737
reporting-issues
38-
Reporting bugs (obsolete) <reporting-bugs>
3938
security-bugs
4039
bug-hunting
4140
bug-bisect

Documentation/admin-guide/kernel-parameters.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ parameter is applicable::
140140
PPT Parallel port support is enabled.
141141
PS2 Appropriate PS/2 support is enabled.
142142
RAM RAM disk support is enabled.
143+
RISCV RISCV architecture is enabled.
143144
RDT Intel Resource Director Technology.
144145
S390 S390 architecture is enabled.
145146
SCSI Appropriate SCSI support is enabled.

Documentation/admin-guide/kernel-parameters.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3471,7 +3471,8 @@
34713471

34723472
nr_uarts= [SERIAL] maximum number of UARTs to be registered.
34733473

3474-
numa_balancing= [KNL,X86] Enable or disable automatic NUMA balancing.
3474+
numa_balancing= [KNL,ARM64,PPC,RISCV,S390,X86] Enable or disable automatic
3475+
NUMA balancing.
34753476
Allowed values are enable and disable
34763477

34773478
numa_zonelist_order= [KNL, BOOT] Select zonelist order for NUMA.

Documentation/admin-guide/kernel-per-CPU-kthreads.rst

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -332,23 +332,3 @@ To reduce its OS jitter, do at least one of the following:
332332
kthreads from being created in the first place. However, please
333333
note that this will not eliminate OS jitter, but will instead
334334
shift it to RCU_SOFTIRQ.
335-
336-
Name:
337-
watchdog/%u
338-
339-
Purpose:
340-
Detect software lockups on each CPU.
341-
342-
To reduce its OS jitter, do at least one of the following:
343-
344-
1. Build with CONFIG_LOCKUP_DETECTOR=n, which will prevent these
345-
kthreads from being created in the first place.
346-
2. Boot with "nosoftlockup=0", which will also prevent these kthreads
347-
from being created. Other related watchdog and softlockup boot
348-
parameters may be found in Documentation/admin-guide/kernel-parameters.rst
349-
and Documentation/watchdog/watchdog-parameters.rst.
350-
3. Echo a zero to /proc/sys/kernel/watchdog to disable the
351-
watchdog timer.
352-
4. Echo a large number of /proc/sys/kernel/watchdog_thresh in
353-
order to reduce the frequency of OS jitter due to the watchdog
354-
timer down to a level that is acceptable for your workload.

Documentation/admin-guide/mm/numaperf.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ Each cache level's directory provides its attributes. For example, the
151151
following shows a single cache level and the attributes available for
152152
software to query::
153153

154-
# tree sys/devices/system/node/node0/memory_side_cache/
154+
# tree /sys/devices/system/node/node0/memory_side_cache/
155155
/sys/devices/system/node/node0/memory_side_cache/
156156
|-- index1
157157
| |-- indexing

0 commit comments

Comments
 (0)