diff options
author | Stephen Kitt <steve@sk2.org> | 2020-05-15 23:24:44 +0200 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2020-05-26 02:59:59 +0200 |
commit | 997c798e1444ad02e8af8b18c869fff5c61867da (patch) | |
tree | c59a8893adf9e6484c714e8faa9aa22407e64a5e /Documentation/process/index.rst | |
parent | Documentation: admin-guide: update bug-hunting.rst (diff) | |
download | linux-997c798e1444ad02e8af8b18c869fff5c61867da.tar.xz linux-997c798e1444ad02e8af8b18c869fff5c61867da.zip |
docs: sysctl/kernel: document unaligned controls
This documents ignore-unaligned-usertrap, unaligned-dump-stack, and
unaligned-trap, based on arch/arc/kernel/unaligned.c,
arch/ia64/kernel/unaligned.c, and arch/parisc/kernel/unaligned.c.
While we're at it, integrate unaligned-memory-access.txt into the docs
tree.
Signed-off-by: Stephen Kitt <steve@sk2.org>
Link: https://lore.kernel.org/r/20200515212443.5012-1-steve@sk2.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/process/index.rst')
-rw-r--r-- | Documentation/process/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/process/index.rst b/Documentation/process/index.rst index 6399d92f0b21..f07c9250c3ac 100644 --- a/Documentation/process/index.rst +++ b/Documentation/process/index.rst @@ -61,6 +61,7 @@ lack of a better place. botching-up-ioctls clang-format ../riscv/patch-acceptance + unaligned-memory-access .. only:: subproject and html |