Re: [PATCH] docs: sysctl/kernel: document unaligned controls

2020-05-15 Thread Stephen Kitt
On Fri, 15 May 2020 20:36:01 +0200, Stephen Kitt wrote: > On Fri, 15 May 2020 11:27:35 -0600, Jonathan Corbet wrote: > > On Fri, 15 May 2020 18:04:06 +0200 > > Stephen Kitt wrote: > > > > > diff --git a/Documentation/index.rst b/Documentation/index.rst > > > index 9599c0f3eea8..17c38d899572

Re: [PATCH] docs: sysctl/kernel: document unaligned controls

2020-05-15 Thread Stephen Kitt
On Fri, 15 May 2020 11:27:35 -0600, Jonathan Corbet wrote: > On Fri, 15 May 2020 18:04:06 +0200 > Stephen Kitt wrote: > > > diff --git a/Documentation/index.rst b/Documentation/index.rst > > index 9599c0f3eea8..17c38d899572 100644 > > --- a/Documentation/index.rst > > +++ b/Documentation/index.r

Re: [PATCH] docs: sysctl/kernel: document unaligned controls

2020-05-15 Thread Jonathan Corbet
On Fri, 15 May 2020 18:04:06 +0200 Stephen Kitt wrote: > diff --git a/Documentation/index.rst b/Documentation/index.rst > index 9599c0f3eea8..17c38d899572 100644 > --- a/Documentation/index.rst > +++ b/Documentation/index.rst > @@ -143,6 +143,7 @@ Architecture-agnostic documentation > :maxdep

[PATCH] docs: sysctl/kernel: document unaligned controls

2020-05-15 Thread Stephen Kitt
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 ---