linux-2.6-microblaze.git
6 years agodocs/vm: ksm.txt: convert to ReST format
Mike Rapoport [Wed, 21 Mar 2018 19:22:27 +0000 (21:22 +0200)]
docs/vm: ksm.txt: convert to ReST format

Signed-off-by: Mike Rapoport <rppt@linux.vnet.ibm.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
6 years agodocs/vm: idle_page_tracking.txt: convert to ReST format
Mike Rapoport [Wed, 21 Mar 2018 19:22:26 +0000 (21:22 +0200)]
docs/vm: idle_page_tracking.txt: convert to ReST format

Signed-off-by: Mike Rapoport <rppt@linux.vnet.ibm.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
6 years agodocs/vm: hwpoison.txt: convert to ReST format
Mike Rapoport [Wed, 21 Mar 2018 19:22:25 +0000 (21:22 +0200)]
docs/vm: hwpoison.txt: convert to ReST format

Signed-off-by: Mike Rapoport <rppt@linux.vnet.ibm.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
6 years agodocs/vm: hugetlbfs_reserv.txt: convert to ReST format
Mike Rapoport [Wed, 21 Mar 2018 19:22:24 +0000 (21:22 +0200)]
docs/vm: hugetlbfs_reserv.txt: convert to ReST format

Signed-off-by: Mike Rapoport <rppt@linux.vnet.ibm.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
6 years agodocs/vm: hugetlbpage.txt: convert to ReST format
Mike Rapoport [Wed, 21 Mar 2018 19:22:23 +0000 (21:22 +0200)]
docs/vm: hugetlbpage.txt: convert to ReST format

Signed-off-by: Mike Rapoport <rppt@linux.vnet.ibm.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
6 years agodocs/vm: hmm.txt: convert to ReST format
Mike Rapoport [Wed, 21 Mar 2018 19:22:22 +0000 (21:22 +0200)]
docs/vm: hmm.txt: convert to ReST format

Signed-off-by: Mike Rapoport <rppt@linux.vnet.ibm.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
6 years agodocs/vm: highmem.txt: convert to ReST format
Mike Rapoport [Wed, 21 Mar 2018 19:22:21 +0000 (21:22 +0200)]
docs/vm: highmem.txt: convert to ReST format

Signed-off-by: Mike Rapoport <rppt@linux.vnet.ibm.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
6 years agodocs/vm: frontswap.txt: convert to ReST format
Mike Rapoport [Wed, 21 Mar 2018 19:22:20 +0000 (21:22 +0200)]
docs/vm: frontswap.txt: convert to ReST format

Signed-off-by: Mike Rapoport <rppt@linux.vnet.ibm.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
6 years agodocs/vm: cleancache.txt: convert to ReST format
Mike Rapoport [Wed, 21 Mar 2018 19:22:19 +0000 (21:22 +0200)]
docs/vm: cleancache.txt: convert to ReST format

Signed-off-by: Mike Rapoport <rppt@linux.vnet.ibm.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
6 years agodocs/vm: balance: convert to ReST format
Mike Rapoport [Wed, 21 Mar 2018 19:22:18 +0000 (21:22 +0200)]
docs/vm: balance: convert to ReST format

Signed-off-by: Mike Rapoport <rppt@linux.vnet.ibm.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
6 years agodocs/vm: active_mm.txt convert to ReST format
Mike Rapoport [Wed, 21 Mar 2018 19:22:17 +0000 (21:22 +0200)]
docs/vm: active_mm.txt convert to ReST format

Just add a label for cross-referencing and indent the text to make it
``literal``

Signed-off-by: Mike Rapoport <rppt@linux.vnet.ibm.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
6 years agoDocumentation/process: update FUSE project website
Martin Kepplinger [Tue, 27 Mar 2018 12:59:50 +0000 (14:59 +0200)]
Documentation/process: update FUSE project website

According to the old project site, https://sourceforge.net/projects/fuse/
the project has moved to https://github.com/libfuse/ so we update the
link to point to the latest libfuse release.

Signed-off-by: Martin Kepplinger <martink@posteo.de>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
6 years agodocs: kernel-doc: fix parsing of arrays
Mauro Carvalho Chehab [Thu, 29 Mar 2018 14:58:59 +0000 (10:58 -0400)]
docs: kernel-doc: fix parsing of arrays

The logic with parses array has a bug that prevents it to
parse arrays like:
struct {
...
struct {
u64 msdu[IEEE80211_NUM_TIDS + 1];
...
...

Fix the parser to accept it.

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
6 years agodmaengine: Fix spelling for parenthesis in dmatest documentation
Andy Shevchenko [Mon, 26 Mar 2018 11:50:27 +0000 (14:50 +0300)]
dmaengine: Fix spelling for parenthesis in dmatest documentation

Fix spelling for parenthesis in dmatest documentation.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
[ jc: did s/parenthesis/parentheses/ and reflowed ]
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
6 years agodmaengine: Make dmatest.rst indeed reST compatible
Andy Shevchenko [Mon, 26 Mar 2018 11:50:26 +0000 (14:50 +0300)]
dmaengine: Make dmatest.rst indeed reST compatible

Make dmatest.rst indeed reST compatible.
Achieve this by fixing several formatting issues.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
6 years agodmaengine: Add note to dmatest documentation about supported channels
Andy Shevchenko [Mon, 26 Mar 2018 11:50:25 +0000 (14:50 +0300)]
dmaengine: Add note to dmatest documentation about supported channels

The documentation is not so clear for newbies in a sense of what type of the
channels are supported by it.

Clarify this by adding a note at the preamble of the documentation.

Reported-by: "Zhu, Tony" <tony.zhu@intel.com>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Acked-By: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
6 years agoDocumentation: magic-numbers: Fix typo
Martin Kepplinger [Fri, 23 Mar 2018 07:32:31 +0000 (08:32 +0100)]
Documentation: magic-numbers: Fix typo

This fixes a little then / them confusion.

Signed-off-by: Martin Kepplinger <martink@posteo.de>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
6 years agoDocumentation: admin-guide: add kvmconfig, xenconfig and tinyconfig commands
Martin Kepplinger [Thu, 22 Mar 2018 12:06:56 +0000 (13:06 +0100)]
Documentation: admin-guide: add kvmconfig, xenconfig and tinyconfig commands

Add kvmconfig, xenconfig and tinyconfig to the list of alternative
configuration commands. Descriptions are directly taken from the Makefile.

Signed-off-by: Martin Kepplinger <martink@posteo.de>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
6 years agoInput: alps - Update documentation for trackstick v3 format
Pali Rohár [Wed, 21 Mar 2018 20:03:36 +0000 (21:03 +0100)]
Input: alps - Update documentation for trackstick v3 format

Bits for M, R and L buttons are already processed in alps. Other newly
documented bits not yet.

Signed-off-by: Pali Rohár <pali.rohar@gmail.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
6 years agoDocumentation: Mention why %p prints ptrval
Joel Stanley [Thu, 22 Mar 2018 05:23:36 +0000 (15:53 +1030)]
Documentation: Mention why %p prints ptrval

When debugging recent kernels, people will see '(ptrval)' but there
isn't much information as to what that means. Briefly describe why it's
there.

Signed-off-by: Joel Stanley <joel@jms.id.au>
Acked-by: Tobin C. Harding <me@tobin.cc>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
6 years agoCOPYING: use the new text with points to the license files
Mauro Carvalho Chehab [Fri, 23 Mar 2018 09:51:06 +0000 (06:51 -0300)]
COPYING: use the new text with points to the license files

Now that we have a new COPYING file with points to the
Linux license files, replace it with the old content.

This patch does:
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename COPYING.new => COPYING (100%)

Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
6 years agoCOPYING: create a new file with points to the Kernel license files
Mauro Carvalho Chehab [Fri, 23 Mar 2018 09:51:05 +0000 (06:51 -0300)]
COPYING: create a new file with points to the Kernel license files

With the addition of SPDX patchset, the contents of COPYING file
is now duplicated at two other files under LICENSE:
LICENSES/preferred/GPL-2.0
LICENSES/exceptions/Linux-syscall-note

It is easy to check that the contents of the licence written on
those files are identical with COPYING using:

$ diff -upr COPYING LICENSES/preferred/GPL-2.0
$ diff -upr COPYING LICENSES/exceptions/Linux-syscall-note|less

Also, a new file was added, with describes how SPDX should work at
the Kernel source files:
Documentation/process/license-rules.rst

Instead fo having it copying the contents of two files, and not
even mentioning the third one, replace it by a file whose content
points to the other tree files, preserving the Kernel's license.

Adjust license-rules.rst accordingly.

Please notice that this file preserves the Kernel license as
is, without any changes.

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
6 years agoInput: trackpoint: document sysfs interface
Aishwarya Pant [Fri, 2 Mar 2018 17:30:19 +0000 (23:00 +0530)]
Input: trackpoint: document sysfs interface

Descriptions have been collected from git commit logs, code commits and
the TrackPoint System Version 4.0 Engineering Specification.

Signed-off-by: Aishwarya Pant <aishpant@gmail.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
6 years agoxfs: Change URL for the project in xfs.txt
Masanari Iida [Fri, 2 Mar 2018 13:30:13 +0000 (22:30 +0900)]
xfs: Change URL for the project in xfs.txt

The oss.sgi.com doesn't exist any more.
Change it to current project URL, https://xfs.wiki.kernel.org/

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
6 years agochar/bsr: add sysfs interface documentation
Aishwarya Pant [Thu, 1 Mar 2018 18:25:59 +0000 (23:55 +0530)]
char/bsr: add sysfs interface documentation

Descriptions have collected from code comments and by reading through
code.

Signed-off-by: Aishwarya Pant <aishpant@gmail.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
6 years agoacpi: nfit: document sysfs interface
Aishwarya Pant [Fri, 23 Feb 2018 12:54:48 +0000 (18:24 +0530)]
acpi: nfit: document sysfs interface

This is an attempt to document the nfit sysfs interface. The
descriptions have been collected from git commit logs and the ACPI
specification 6.2.

Signed-off-by: Aishwarya Pant <aishpant@gmail.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
6 years agoblock: rbd: update sysfs interface
Aishwarya Pant [Fri, 23 Feb 2018 10:19:59 +0000 (15:49 +0530)]
block: rbd: update sysfs interface

The existing sysfs interface has been updated to be in the same format
as described in Documentation/ABI/README. This will be useful for
scripting and tracking changes in the ABI. Attributes have been grouped
by functionality and/or the date on which they were added.

There are a couple of more changes:
- The attributes have been annotated with file permissions RO/RW/WO.
- Added description of the bus attribute supported_features

Signed-off-by: Aishwarya Pant <aishpant@gmail.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
6 years agoDocumentation/sparse: fix typo
Eric Engestrom [Tue, 13 Mar 2018 11:10:58 +0000 (11:10 +0000)]
Documentation/sparse: fix typo

Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
6 years agoDocumentation/CodingStyle: Add an example for braces
Gary R Hook [Wed, 14 Mar 2018 22:21:38 +0000 (17:21 -0500)]
Documentation/CodingStyle: Add an example for braces

Add another example of required braces when using a compound statement in
a loop.

Signed-off-by: Gary R Hook <gary.hook@amd.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
6 years agodocs/vm: update 00-INDEX
Mike Rapoport [Wed, 21 Mar 2018 15:05:23 +0000 (17:05 +0200)]
docs/vm: update 00-INDEX

Several files were added to Documentation/vm without updates to 00-INDEX.
Fill in the missing documents

Signed-off-by: Mike Rapoport <rppt@linux.vnet.ibm.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
6 years agokernel-doc: Remove __sched markings
Matthew Wilcox [Thu, 15 Mar 2018 12:06:23 +0000 (05:06 -0700)]
kernel-doc: Remove __sched markings

I find the __sched annotations unaesthetic in the kernel-doc.  Remove
them like we remove __inline, __weak, __init and so on.

Signed-off-by: Matthew Wilcox <mawilcox@microsoft.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
6 years agoDocs: Added a pointer to the formatted docs to README
Jonathan Corbet [Wed, 21 Mar 2018 15:02:53 +0000 (09:02 -0600)]
Docs: Added a pointer to the formatted docs to README

Kernel.org nicely maintains an online copy of the formatted documentation;
tell our users that it exists.

Signed-off-by: Jonathan Corbet <corbet@lwn.net>
6 years agoREADME: Improve documentation descriptions
Martin Kepplinger [Fri, 16 Mar 2018 15:57:07 +0000 (16:57 +0100)]
README: Improve documentation descriptions

"This file" indeed was moved once, but at some point "this file", the
top-level README, becomes a file in itself. Now that time has come :)

Let's describe how things are, and suggest reading "this file" first,
"this file" simply being a the admin-guide README file, not a file that
was once moved.

Signed-off-by: Martin Kepplinger <martink@posteo.de>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
6 years agodocs: clarify security-bugs disclosure policy
Dave Hansen [Wed, 7 Mar 2018 21:46:24 +0000 (13:46 -0800)]
docs: clarify security-bugs disclosure policy

I think we need to soften the language a bit.  It might scare folks
off, especially the:

 We prefer to fully disclose the bug as soon as possible.

which is not really the case.  Linus says:

It's not full disclosure, it's not coordinated disclosure,
and it's not "no disclosure".  It's more like just "timely
open fixes".

I changed a bit of the wording in here, but mostly to remove the word
"disclosure" since it seems to mean very specific things to people
that we do not mean here.

Signed-off-by: Dave Hansen <dave.hansen@linux.intel.com>
Reviewed-by: Dan Williams <dan.j.williams@intel.com>
Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Acked-by: Kees Cook <keescook@chromium.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Alan Cox <gnomes@lxorguk.ukuu.org.uk>
Cc: Andrea Arcangeli <aarcange@redhat.com>
Cc: Andy Lutomirski <luto@kernel.org>
Cc: Tim Chen <tim.c.chen@linux.intel.com>
Cc: Alexander Viro <viro@zeniv.linux.org.uk>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Mark Rutland <mark.rutland@arm.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
6 years agodocs: ftrace: fix a few formatting issues
Jonathan Corbet [Wed, 7 Mar 2018 17:44:08 +0000 (10:44 -0700)]
docs: ftrace: fix a few formatting issues

Make sure that literal * characters are not interpreted as emphasis
markers.

Signed-off-by: Jonathan Corbet <corbet@lwn.net>
6 years agotrace doc: convert trace/stm.txt to rst format
Changbin Du [Sat, 17 Feb 2018 05:39:50 +0000 (13:39 +0800)]
trace doc: convert trace/stm.txt to rst format

This converts the plain text documentation to reStructuredText format and
add it into Sphinx TOC tree. No essential content change.

Cc: Steven Rostedt <rostedt@goodmis.org>
Signed-off-by: Changbin Du <changbin.du@intel.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
6 years agotrace doc: convert trace/intel_th.txt to rst format
Changbin Du [Sat, 17 Feb 2018 05:39:49 +0000 (13:39 +0800)]
trace doc: convert trace/intel_th.txt to rst format

This converts the plain text documentation to reStructuredText format and
add it into Sphinx TOC tree. No essential content change.

Cc: Steven Rostedt <rostedt@goodmis.org>
Signed-off-by: Changbin Du <changbin.du@intel.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
6 years agotrace doc: convert trace/hwlat_detector.txt to rst fromat
Changbin Du [Sat, 17 Feb 2018 05:39:48 +0000 (13:39 +0800)]
trace doc: convert trace/hwlat_detector.txt to rst fromat

This converts the plain text documentation to reStructuredText format and
add it into Sphinx TOC tree. No essential content change.

Cc: Steven Rostedt <rostedt@goodmis.org>
Signed-off-by: Changbin Du <changbin.du@intel.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
6 years agotrace doc: convert trace/mmiotrace.txt to rst format
Changbin Du [Sat, 17 Feb 2018 05:39:47 +0000 (13:39 +0800)]
trace doc: convert trace/mmiotrace.txt to rst format

This converts the plain text documentation to reStructuredText format and
add it into Sphinx TOC tree. No essential content change.

Cc: Steven Rostedt <rostedt@goodmis.org>
Signed-off-by: Changbin Du <changbin.du@intel.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
6 years agotrace doc: convert trace/events-msr.txt to rst format
Changbin Du [Sat, 17 Feb 2018 05:39:46 +0000 (13:39 +0800)]
trace doc: convert trace/events-msr.txt to rst format

This converts the plain text documentation to reStructuredText format and
add it into Sphinx TOC tree. No essential content change.

Cc: Steven Rostedt <rostedt@goodmis.org>
Signed-off-by: Changbin Du <changbin.du@intel.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
6 years agotrace doc: convert trace/events-nmi.txt to rst format
Changbin Du [Sat, 17 Feb 2018 05:39:45 +0000 (13:39 +0800)]
trace doc: convert trace/events-nmi.txt to rst format

This converts the plain text documentation to reStructuredText format and
add it into Sphinx TOC tree. No essential content change.

Cc: Steven Rostedt <rostedt@goodmis.org>
Signed-off-by: Changbin Du <changbin.du@intel.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
6 years agotrace doc: convert trace/events-power.txt to rst format
Changbin Du [Sat, 17 Feb 2018 05:39:44 +0000 (13:39 +0800)]
trace doc: convert trace/events-power.txt to rst format

This converts the plain text documentation to reStructuredText format and
add it into Sphinx TOC tree. No essential content change.

Cc: Steven Rostedt <rostedt@goodmis.org>
Signed-off-by: Changbin Du <changbin.du@intel.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
6 years agotrace doc: convert trace/events-kmem.txt to rst format
Changbin Du [Sat, 17 Feb 2018 05:39:43 +0000 (13:39 +0800)]
trace doc: convert trace/events-kmem.txt to rst format

This converts the plain text documentation to reStructuredText format and
add it into Sphinx TOC tree. No essential content change.

Cc: Steven Rostedt <rostedt@goodmis.org>
Signed-off-by: Changbin Du <changbin.du@intel.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
6 years agotrace doc: convert trace/events.txt to rst format
Changbin Du [Sat, 17 Feb 2018 05:39:42 +0000 (13:39 +0800)]
trace doc: convert trace/events.txt to rst format

This converts the plain text documentation to reStructuredText format and
add it into Sphinx TOC tree. No essential content change.

Cc: Steven Rostedt <rostedt@goodmis.org>
Signed-off-by: Changbin Du <changbin.du@intel.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
6 years agotrace doc: convert trace/tracepoints.txt to rst format
Changbin Du [Sat, 17 Feb 2018 05:39:41 +0000 (13:39 +0800)]
trace doc: convert trace/tracepoints.txt to rst format

This converts the plain text documentation to reStructuredText format and
add it into Sphinx TOC tree. No essential content change.

Cc: Steven Rostedt <rostedt@goodmis.org>
Signed-off-by: Changbin Du <changbin.du@intel.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
6 years agotrace doc: convert trace/uprobetracer.txt to rst format
Changbin Du [Sat, 17 Feb 2018 05:39:40 +0000 (13:39 +0800)]
trace doc: convert trace/uprobetracer.txt to rst format

This converts the plain text documentation to reStructuredText format and
add it into Sphinx TOC tree. No essential content change.

Cc: Steven Rostedt <rostedt@goodmis.org>
Signed-off-by: Changbin Du <changbin.du@intel.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
6 years agotrace doc: convert trace/kprobetrace.txt to rst format
Changbin Du [Sat, 17 Feb 2018 05:39:39 +0000 (13:39 +0800)]
trace doc: convert trace/kprobetrace.txt to rst format

This converts the plain text documentation to reStructuredText format and
add it into Sphinx TOC tree. No essential content change.

Cc: Steven Rostedt <rostedt@goodmis.org>
Signed-off-by: Changbin Du <changbin.du@intel.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
6 years agotrace doc: convert trace/ftrace.txt to rst format
Changbin Du [Sat, 17 Feb 2018 05:39:38 +0000 (13:39 +0800)]
trace doc: convert trace/ftrace.txt to rst format

This converts the plain text documentation to reStructuredText format and
add it into Sphinx TOC tree. No essential content change.

Cc: Steven Rostedt <rostedt@goodmis.org>
Signed-off-by: Changbin Du <changbin.du@intel.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
6 years agotrace doc: convert trace/tracepoint-analysis.txt to rst format
Changbin Du [Sat, 17 Feb 2018 05:39:37 +0000 (13:39 +0800)]
trace doc: convert trace/tracepoint-analysis.txt to rst format

This converts the plain text documentation to reStructuredText format and
add it into Sphinx TOC tree. No essential content change.

Cc: Steven Rostedt <rostedt@goodmis.org>
Signed-off-by: Changbin Du <changbin.du@intel.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
6 years agotrace doc: add ftrace-uses.rst to doc tree
Changbin Du [Sat, 17 Feb 2018 05:39:36 +0000 (13:39 +0800)]
trace doc: add ftrace-uses.rst to doc tree

Add ftrace-uses.rst into Sphinx TOC tree. Few format issues are fixed.

Cc: Steven Rostedt <rostedt@goodmis.org>
Signed-off-by: Changbin Du <changbin.du@intel.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
6 years agotrace doc: convert trace/ftrace-design.txt to rst format
Changbin Du [Sat, 17 Feb 2018 05:39:35 +0000 (13:39 +0800)]
trace doc: convert trace/ftrace-design.txt to rst format

This converts the plain text documentation to reStructuredText format and
add it to Sphinx TOC tree. This documentation is not synced with current
code, so mark it as out of date.

Cc: Steven Rostedt <rostedt@goodmis.org>
Signed-off-by: Changbin Du <changbin.du@intel.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
6 years agoDocumentation: add Linux tracing to Sphinx TOC tree
Changbin Du [Sat, 17 Feb 2018 05:39:34 +0000 (13:39 +0800)]
Documentation: add Linux tracing to Sphinx TOC tree

This just add a index.rst for trace subsystem. More docs will
be added later.

Cc: Steven Rostedt <rostedt@goodmis.org>
Signed-off-by: Changbin Du <changbin.du@intel.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
6 years agodocumentation: add my name to kernel driver statement
Aaro Koskinen [Sun, 4 Mar 2018 20:18:14 +0000 (22:18 +0200)]
documentation: add my name to kernel driver statement

Add my name to kernel driver statement.

Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi>
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
6 years agodocs: add Co-Developed-by docs
Tobin C. Harding [Mon, 5 Mar 2018 03:58:21 +0000 (14:58 +1100)]
docs: add Co-Developed-by docs

When Co-Developed-by tag was added, docs were only added to
Documention/process/5.Posting.rst and were not added to
Documention/process/submitting-patches.rst

Add documentation to Documention/process/submitting-patches.rst

Signed-off-by: Tobin C. Harding <me@tobin.cc>
[jc: tweaked commas in the subheading]
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
6 years agoDocumentation/sphinx: Fix Directive import error
Matthew Wilcox [Fri, 2 Mar 2018 18:40:14 +0000 (10:40 -0800)]
Documentation/sphinx: Fix Directive import error

Sphinx 1.7 removed sphinx.util.compat.Directive so people
who have upgraded cannot build the documentation.  Switch to
docutils.parsers.rst.Directive which has been available since
docutils 0.5 released in 2009.

Bugzilla: https://bugzilla.opensuse.org/show_bug.cgi?id=1083694
Co-developed-by: Takashi Iwai <tiwai@suse.de>
Acked-by: Jani Nikula <jani.nikula@intel.com>
Cc: stable@vger.kernel.org
Signed-off-by: Matthew Wilcox <mawilcox@microsoft.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
6 years agoDocumentation: rapidio: move sysfs interface to ABI
Aishwarya Pant [Fri, 19 Jan 2018 12:31:47 +0000 (18:01 +0530)]
Documentation: rapidio: move sysfs interface to ABI

Right now, the description of the rapidio sysfs interfaces is in
Documentation/rapidio/sysfs.txt. Since these are a part of the ABI, they
should be in Documentation/ABI along with the rest.

Signed-off-by: Aishwarya Pant <aishpant@gmail.com>
Acked-by: Alexandre Bounine <alexandre.bounine@idt.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
6 years agobacklight: adp8860: document sysfs attributes
Aishwarya Pant [Tue, 6 Feb 2018 07:41:12 +0000 (13:11 +0530)]
backlight: adp8860: document sysfs attributes

Add documentation for sysfs interface of adp8860 series backlight
devices by reading through code and git commits.

Signed-off-by: Aishwarya Pant <aishpant@gmail.com>
Acked-by: Michael Hennerich <michael.hennerich@analog.com>
Acked-by: Daniel Thompson <daniel.thompson@linaro.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
6 years agobacklight: adp5520: document sysfs attributes
Aishwarya Pant [Tue, 6 Feb 2018 07:40:26 +0000 (13:10 +0530)]
backlight: adp5520: document sysfs attributes

Add documentation for sysfs interface of adp5520/adp5501 analog devices
backlight driver by reading code and looking through git commit logs.

Signed-off-by: Aishwarya Pant <aishpant@gmail.com>
Acked-by: Michael Hennerich <michael.hennerich@analog.com>
Acked-by: Daniel Thompson <daniel.thompson@linaro.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
6 years agobacklight: lm3639: document sysfs attributes
Aishwarya Pant [Tue, 6 Feb 2018 07:39:42 +0000 (13:09 +0530)]
backlight: lm3639: document sysfs attributes

Add documentation for sysfs interfaces of Texas Instruments lm3639
backlight + flash led driver chip by looking through git commits and
reading code.

Signed-off-by: Aishwarya Pant <aishpant@gmail.com>
Acked-by: Daniel Thompson <daniel.thompson@linaro.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
6 years agoblock/loop: add documentation for sysfs interface
Aishwarya Pant [Sat, 17 Feb 2018 06:13:04 +0000 (11:43 +0530)]
block/loop: add documentation for sysfs interface

Documentation has been compiled from git logs and by reading through
code.

Signed-off-by: Aishwarya Pant <aishpant@gmail.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
6 years agoDocumentation/ABI: update infiniband sysfs interfaces
Aishwarya Pant [Sat, 10 Feb 2018 07:41:04 +0000 (13:11 +0530)]
Documentation/ABI: update infiniband sysfs interfaces

Add documentation for core and hardware specific infiniband interfaces.
The descriptions have been collected from git commit logs, reading
through code and data sheets. Some drivers have incomplete doc and are
annotated with the comment '[to be documented]'.

Signed-off-by: Aishwarya Pant <aishpant@gmail.com>
Reviewed-by: Hal Rosenstock <hal@mellanox.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
6 years agoaoe: document sysfs interface
Aishwarya Pant [Mon, 19 Feb 2018 18:16:53 +0000 (23:46 +0530)]
aoe: document sysfs interface

Documentation has been compiled from git commit logs and descriptions in
Documentation/aoe/aoe.txt. This should be useful for scripting and
tracking changes in the ABI.

Signed-off-by: Aishwarya Pant <aishpant@gmail.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
6 years agoDocumentation/ABI: add sysfs interface for s6e63m0 lcd driver
Aishwarya Pant [Fri, 23 Feb 2018 13:23:52 +0000 (18:53 +0530)]
Documentation/ABI: add sysfs interface for s6e63m0 lcd driver

Document sysfs attributes of s6e63m0 lcd panel driver by looking through
git logs and reading code.

Signed-off-by: Aishwarya Pant <aishpant@gmail.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
6 years agoDocumentation/ABI: clean up sysfs-class-pktcdvd
Aishwarya Pant [Fri, 23 Feb 2018 13:16:32 +0000 (18:46 +0530)]
Documentation/ABI: clean up sysfs-class-pktcdvd

Clean up the sysfs documentation such that it is in the same format as
described in Documentation/ABI/README. Mainly, the patch moves the
attribute names to the 'What:' field. This might be useful for scripting
and tracking changes in the ABI.

Signed-off-by: Aishwarya Pant <aishpant@gmail.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
6 years agodoc-guide: kernel-doc: add comment about formatting verification
Mike Rapoport [Tue, 20 Feb 2018 18:36:25 +0000 (20:36 +0200)]
doc-guide: kernel-doc: add comment about formatting verification

Currently there is no automated checking for kernel-doc comments except
running 'kernel-doc -v -none <filename>'. Mention the possibility to run
kernel-doc to verify formatting of the comments in the kernel-doc guide.

Signed-off-by: Mike Rapoport <rppt@linux.vnet.ibm.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
6 years agodoc: module-signing.rst: Fix reST formatting
Philipp Hahn [Mon, 19 Feb 2018 09:39:02 +0000 (10:39 +0100)]
doc: module-signing.rst: Fix reST formatting

Move the _if_ outside the verbatim string.

Make key ring name as a verbatim string.

Signed-off-by: Philipp Hahn <hahn@univention.de>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
6 years agodoc: Rename .system_keyring to .builtin_trusted_keys
Philipp Hahn [Mon, 19 Feb 2018 09:39:01 +0000 (10:39 +0100)]
doc: Rename .system_keyring to .builtin_trusted_keys

Commit d3bfe84129f65e0af2450743ebdab33d161d01c9 changed the name but did
not update the documentation.

Fixes: d3bfe84129f65e0af2450743ebdab33d161d01c9
Signed-off-by: Philipp Hahn <hahn@univention.de>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
6 years agoMerge branch 'kerneldoc2' into docs-next
Jonathan Corbet [Tue, 20 Feb 2018 19:29:50 +0000 (12:29 -0700)]
Merge branch 'kerneldoc2' into docs-next

So once upon a time I set out to fix the problem reported by Tobin wherein
a literal block within a kerneldoc comment would be corrupted in
processing.  On the way, though, I got annoyed at the way I have to learn
how kernel-doc works from the beginning every time I tear into it.

As a result, seven of the following eight patches just get rid of some dead
code and reorganize the rest - mostly turning the 500-line process_file()
function into something a bit more rational.  Sphinx output is unchanged
after these are applied.  Then, at the end, there's a tweak to stop messing
with literal blocks.

If anybody was unaware that I've not done any serious Perl since the
1990's, they will certainly understand that fact now.

6 years agodocs: Add an SPDX header to kernel-doc
Jonathan Corbet [Tue, 20 Feb 2018 19:24:23 +0000 (12:24 -0700)]
docs: Add an SPDX header to kernel-doc

Add the SPDX header while I'm in the neighborhood.  The source itself just
says "GNU General Public License", but it also refers people to the COPYING
file for further information.  Since COPYING says 2.0-only, that is what I
have put into the header.

Signed-off-by: Jonathan Corbet <corbet@lwn.net>
6 years agolinux-next: SLIMbus: doc: Fix a warning "Title underline too short"
Masanari Iida [Mon, 19 Feb 2018 13:55:50 +0000 (22:55 +0900)]
linux-next: SLIMbus: doc: Fix a warning "Title underline too short"

This patch fixes a warning during "make xmldocs"

Documentation/driver-api/slimbus.rst:93:
WARNING: Title underline too short.

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
6 years agoadmin-guide: Fix list formatting in tained-kernels.html
Jonathan Neuschäfer [Tue, 13 Feb 2018 22:36:51 +0000 (23:36 +0100)]
admin-guide: Fix list formatting in tained-kernels.html

Without this patch, the points 1-9 in the list are rendered as an HTML
blockquote containing a list, causing them to be indented further than
the rest of the list.

While at it, also fix the quotation marks around G and P.

Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
6 years agodoc-guide: kernel-doc: add examples about nested union/structs
Mauro Carvalho Chehab [Fri, 16 Feb 2018 13:48:19 +0000 (11:48 -0200)]
doc-guide: kernel-doc: add examples about nested union/structs

It helps to give some examples about how to use in-line
comments also when nested union/structs are present. So add it.

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
6 years agoscripts: kernel-doc: support in-line comments on nested structs/unions
Mauro Carvalho Chehab [Fri, 16 Feb 2018 13:48:18 +0000 (11:48 -0200)]
scripts: kernel-doc: support in-line comments on nested structs/unions

The parser at kernel-doc rejects names with dots in the middle.
Fix it, in order to support nested structs/unions.

Tested-by: Jani Nikula <jani.nikula@intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
6 years agodoc-guide: kernel-doc: move in-line section to be after nested struct
Mauro Carvalho Chehab [Fri, 16 Feb 2018 13:48:17 +0000 (11:48 -0200)]
doc-guide: kernel-doc: move in-line section to be after nested struct

We want to give some examples about how to do in-line comments
for nested structs. So, move it to be after nested structs/unions
chapter.

The section content was not changed on this patch.

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
6 years agodoc-guide: kernel-doc: fix example for inlined comments
Mauro Carvalho Chehab [Fri, 16 Feb 2018 13:48:16 +0000 (11:48 -0200)]
doc-guide: kernel-doc: fix example for inlined comments

Without ending with a ";", kernel-doc doesn't recognize it
as an struct, and it fails to parse the example.

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
6 years agodoc-guide: kernel-doc: fix example for nested_foobar struct
Mauro Carvalho Chehab [Fri, 16 Feb 2018 13:48:15 +0000 (11:48 -0200)]
doc-guide: kernel-doc: fix example for nested_foobar struct

There's a missing */ at the end of Kernel docs example.
Even adding it, it will still produce 3 warnings:

example:33: warning: Function parameter or member 'bar' not described in 'nested_foobar'
example:33: warning: Function parameter or member 'bar.st1' not described in 'nested_foobar'
example:33: warning: Function parameter or member 'bar.st2' not described in 'nested_foobar'

So, make the example more complete and add the missing end
of comment there.

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
6 years agoDocumentation/process/howto: Remove outdated info about bugzilla mailing lists
Jonathan Neuschäfer [Tue, 13 Feb 2018 22:06:32 +0000 (23:06 +0100)]
Documentation/process/howto: Remove outdated info about bugzilla mailing lists

The mailing list archives[1,2] show no activity since September 2011.

[1]: https://lists.linuxfoundation.org/pipermail/bugme-new/
[2]: https://lists.linuxfoundation.org/pipermail/bugme-janitors/

Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
6 years agoscripts: kernel_doc: fixup reporting of function identifiers
Mike Rapoport [Tue, 13 Feb 2018 11:31:46 +0000 (13:31 +0200)]
scripts: kernel_doc: fixup reporting of function identifiers

When function description includes brackets after the function name as
suggested by Documentation/doc-guide/kernel-doc, the kernel-doc script
omits the function name from "Scanning doc for" report.
Extending match for identifier name with optional brackets fixes this
issue.

Signed-off-by: Mike Rapoport <rppt@linux.vnet.ibm.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
6 years agoDocumentation: Delete reference to the kernel-mentors mailing list
Minghui Liu [Fri, 16 Feb 2018 01:03:14 +0000 (20:03 -0500)]
Documentation: Delete reference to the kernel-mentors mailing list

Delete reference to the kernel-mentors mailing list because the mailing list no longer exists

Signed-off-by: Minghui Liu <minghui.liu.95@gmail.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
6 years agodocs: kernel-doc: Don't mangle literal code blocks in comments
Jonathan Corbet [Tue, 6 Feb 2018 22:58:45 +0000 (15:58 -0700)]
docs: kernel-doc: Don't mangle literal code blocks in comments

It can be useful to put code snippets into kerneldoc comments; that can be
done with the "::" operator at the end of a line like this::

   if (desperate)
       run_in_circles();

The ".. code-block::" directive can also be used to this end.  kernel-doc
currently fails to understand these literal blocks and applies its normal
markup to them, which is then treated as literal by sphinx.  The result is
unsightly markup instead of a useful code snippet.

Apply a hack to the output code to recognize literal blocks and avoid
performing any special markup on them.  It's ugly, but that means it fits
in well with the rest of the script.

Reviewed-by: Jani Nikula <jani.nikula@intel.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
6 years agodocs: kernel-doc: Finish moving STATE_* code out of process_file()
Jonathan Corbet [Mon, 5 Feb 2018 23:11:47 +0000 (16:11 -0700)]
docs: kernel-doc: Finish moving STATE_* code out of process_file()

Move STATE_INLINE and STATE_DOCBLOCK code out of process_file(), which now
actually fits on a single screen.  Delete an unused variable and add a
couple of comments while I'm at it.

Reviewed-by: Jani Nikula <jani.nikula@intel.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
6 years agodocs: kernel-doc: Move STATE_PROTO processing into its own function
Jonathan Corbet [Mon, 5 Feb 2018 22:46:30 +0000 (15:46 -0700)]
docs: kernel-doc: Move STATE_PROTO processing into its own function

Move the top-level prototype-processing code out of process_file().

Reviewed-by: Jani Nikula <jani.nikula@intel.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
6 years agodocs: kernel-doc: Move STATE_BODY processing to a separate function
Jonathan Corbet [Mon, 5 Feb 2018 22:36:05 +0000 (15:36 -0700)]
docs: kernel-doc: Move STATE_BODY processing to a separate function

Also group the pseudo-global $leading_space variable with its peers.

Reviewed-by: Jani Nikula <jani.nikula@intel.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
6 years agodocs: kernel-doc: Move STATE_NAME processing into its own function
Jonathan Corbet [Mon, 5 Feb 2018 21:36:33 +0000 (14:36 -0700)]
docs: kernel-doc: Move STATE_NAME processing into its own function

Move this code out of process_file() in the name of readability and
maintainability.

Reviewed-by: Jani Nikula <jani.nikula@intel.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
6 years agodocs: kernel-doc: Move STATE_NORMAL processing into its own function
Jonathan Corbet [Mon, 5 Feb 2018 21:15:19 +0000 (14:15 -0700)]
docs: kernel-doc: Move STATE_NORMAL processing into its own function

Begin the process of splitting up the nearly 500-line process_file()
function by moving STATE_NORMAL processing to a separate function.

Reviewed-by: Jani Nikula <jani.nikula@intel.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
6 years agodocs: kernel-doc: Rename and split STATE_FIELD
Jonathan Corbet [Mon, 5 Feb 2018 20:56:45 +0000 (13:56 -0700)]
docs: kernel-doc: Rename and split STATE_FIELD

STATE_FIELD describes a parser state that can handle any part of a
kerneldoc comment body; rename it to STATE_BODY to reflect that.

The $in_purpose variable was a hidden substate of STATE_FIELD; get rid of
it and make a proper state (STATE_BODY_MAYBE) instead.  This will make the
subsequent process_file() splitup easier.

Reviewed-by: Jani Nikula <jani.nikula@intel.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
6 years agodocs: kernel-doc: Get rid of xml_escape() and friends
Jonathan Corbet [Mon, 5 Feb 2018 19:40:15 +0000 (12:40 -0700)]
docs: kernel-doc: Get rid of xml_escape() and friends

XML escaping is a worry that came with DocBook, which we no longer have any
dealings with.  So get rid of the useless xml_escape()/xml_unescape()
functions.  No change to the generated output.

Reviewed-by: Jani Nikula <jani.nikula@intel.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
6 years agoRestructure kernel-doc.rst
Matthew Wilcox [Tue, 13 Feb 2018 21:15:37 +0000 (13:15 -0800)]
Restructure kernel-doc.rst

I found the layout confusing with multiple introductions to what
kernel-doc is and how to use it.

I made the following changes:
 - Moved the 'Including kernel-doc comments' section to the end of
   the document -- we should explain what it *is* before we explain
   how to integrate it.
 - Moved the 'Recommendations' subsection to the top.  We want people
   to know what to document before telling them how to do it.
 - Rewrite the 'Writing kernel-doc comments' section, integrating
   the 'Recommendations' subsection and a paragraph from 'How to format
   kernel-doc comments'.
 - Remove the paragraph about the kernel-doc script; we're supposed to
   be teaching people how to use punctuation to write pretty documentation,
   not documenting the build tooling.
 - Split the 'Parameters and member arguments' section into 'Function
   parameters' and 'Members'.  Structure members are not commonly
   referred to as arguments.
 - Integrate the 'private:' and 'public:' tag descriptions into the
   'Members' section.
 - Move the 'In-line member documentation comments' subsection up to be
   with the 'Members' section.

Signed-off-by: Matthew Wilcox <mawilcox@microsoft.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
6 years agoFix whitespace in example
Matthew Wilcox [Tue, 13 Feb 2018 21:15:36 +0000 (13:15 -0800)]
Fix whitespace in example

Line up the second line in the way that the example purports to be
showing.

Signed-off-by: Matthew Wilcox <mawilcox@microsoft.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
6 years agoAdd scripts/split-man.pl
Matthew Wilcox [Tue, 13 Feb 2018 21:15:35 +0000 (13:15 -0800)]
Add scripts/split-man.pl

Instead of asking the user to copy and paste a small perl script from
the documentation, just distribute the perl script in the scripts
directory.

Signed-off-by: Matthew Wilcox <mawilcox@microsoft.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
6 years agoMinor fixes to kernel-doc.rst
Matthew Wilcox [Tue, 13 Feb 2018 21:15:34 +0000 (13:15 -0800)]
Minor fixes to kernel-doc.rst

The author clearly meant to use the word 'which' here.  Also replace
some tabs with spaces which fixes the syntax highlighting in my editor.

Signed-off-by: Matthew Wilcox <mawilcox@microsoft.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
6 years agoAdd documentation for Context section
Matthew Wilcox [Tue, 13 Feb 2018 21:15:33 +0000 (13:15 -0800)]
Add documentation for Context section

This section is mentioned in scripts/kernel-doc, so we should mention it
in doc-guide/kernel-doc.rst.  There are close to 500 comments using the
Context section already, and almost 300 using a Locking section which
fulfills much the same purpose (and should probably be converted for
consistency).

Signed-off-by: Matthew Wilcox <mawilcox@microsoft.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
6 years agoDocumentation/process: Co-developed-by instead of Co-Developed-by
Dominik Brodowski [Sat, 10 Feb 2018 12:55:15 +0000 (13:55 +0100)]
Documentation/process: Co-developed-by instead of Co-Developed-by

Up to now, all commit messages have used the "d" in lower case.

Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
6 years agotracing: Fix incorrect file name
Xiongwei Song [Sun, 4 Feb 2018 10:14:24 +0000 (18:14 +0800)]
tracing: Fix incorrect file name

There is no file named 'enabled' in the directory tracing/events. It should
be the file 'enable'.

Signed-off-by: Xiongwei Song <sxwjean@me.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
6 years agoLinux 4.16-rc1
Linus Torvalds [Sun, 11 Feb 2018 23:04:29 +0000 (15:04 -0800)]
Linux 4.16-rc1

6 years agounify {de,}mangle_poll(), get rid of kernel-side POLL...
Al Viro [Thu, 1 Feb 2018 20:13:18 +0000 (15:13 -0500)]
unify {de,}mangle_poll(), get rid of kernel-side POLL...

except, again, POLLFREE and POLL_BUSY_LOOP.

With this, we finally get to the promised end result:

 - POLL{IN,OUT,...} are plain integers and *not* in __poll_t, so any
   stray instances of ->poll() still using those will be caught by
   sparse.

 - eventpoll.c and select.c warning-free wrt __poll_t

 - no more kernel-side definitions of POLL... - userland ones are
   visible through the entire kernel (and used pretty much only for
   mangle/demangle)

 - same behavior as after the first series (i.e. sparc et.al. epoll(2)
   working correctly).

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
6 years agovfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds [Sun, 11 Feb 2018 22:34:03 +0000 (14:34 -0800)]
vfs: do bulk POLL* -> EPOLL* replacement

This is the mindless scripted replacement of kernel use of POLL*
variables as described by Al, done by this script:

    for V in IN OUT PRI ERR RDNORM RDBAND WRNORM WRBAND HUP RDHUP NVAL MSG; do
        L=`git grep -l -w POLL$V | grep -v '^t' | grep -v /um/ | grep -v '^sa' | grep -v '/poll.h$'|grep -v '^D'`
        for f in $L; do sed -i "-es/^\([^\"]*\)\(\<POLL$V\>\)/\\1E\\2/" $f; done
    done

with de-mangling cleanups yet to come.

NOTE! On almost all architectures, the EPOLL* constants have the same
values as the POLL* constants do.  But they keyword here is "almost".
For various bad reasons they aren't the same, and epoll() doesn't
actually work quite correctly in some cases due to this on Sparc et al.

The next patch from Al will sort out the final differences, and we
should be all done.

Scripted-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
6 years agoMerge branch 'work.poll2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds [Sun, 11 Feb 2018 21:57:19 +0000 (13:57 -0800)]
Merge branch 'work.poll2' of git://git./linux/kernel/git/viro/vfs

Pull more poll annotation updates from Al Viro:
 "This is preparation to solving the problems you've mentioned in the
  original poll series.

  After this series, the kernel is ready for running

      for V in IN OUT PRI ERR RDNORM RDBAND WRNORM WRBAND HUP RDHUP NVAL MSG; do
            L=`git grep -l -w POLL$V | grep -v '^t' | grep -v /um/ | grep -v '^sa' | grep -v '/poll.h$'|grep -v '^D'`
            for f in $L; do sed -i "-es/^\([^\"]*\)\(\<POLL$V\>\)/\\1E\\2/" $f; done
      done

  as a for bulk search-and-replace.

  After that, the kernel is ready to apply the patch to unify
  {de,}mangle_poll(), and then get rid of kernel-side POLL... uses
  entirely, and we should be all done with that stuff.

  Basically, that's what you suggested wrt KPOLL..., except that we can
  use EPOLL... instead - they already are arch-independent (and equal to
  what is currently kernel-side POLL...).

  After the preparations (in this series) switch to returning EPOLL...
  from ->poll() instances is completely mechanical and kernel-side
  POLL... can go away. The last step (killing kernel-side POLL... and
  unifying {de,}mangle_poll() has to be done after the
  search-and-replace job, since we need userland-side POLL... for
  unified {de,}mangle_poll(), thus the cherry-pick at the last step.

  After that we will have:

   - POLL{IN,OUT,...} *not* in __poll_t, so any stray instances of
     ->poll() still using those will be caught by sparse.

   - eventpoll.c and select.c warning-free wrt __poll_t

   - no more kernel-side definitions of POLL... - userland ones are
     visible through the entire kernel (and used pretty much only for
     mangle/demangle)

   - same behavior as after the first series (i.e. sparc et.al. epoll(2)
     working correctly)"

* 'work.poll2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs:
  annotate ep_scan_ready_list()
  ep_send_events_proc(): return result via esed->res
  preparation to switching ->poll() to returning EPOLL...
  add EPOLLNVAL, annotate EPOLL... and event_poll->event
  use linux/poll.h instead of asm/poll.h
  xen: fix poll misannotation
  smc: missing poll annotations

6 years agoMerge tag 'xtensa-20180211' of git://github.com/jcmvbkbc/linux-xtensa
Linus Torvalds [Sun, 11 Feb 2018 21:54:52 +0000 (13:54 -0800)]
Merge tag 'xtensa-20180211' of git://github.com/jcmvbkbc/linux-xtensa

Pull xtense fix from Max Filippov:
 "Build fix for xtensa architecture with KASAN enabled"

* tag 'xtensa-20180211' of git://github.com/jcmvbkbc/linux-xtensa:
  xtensa: fix build with KASAN

6 years agoMerge tag 'nios2-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/lftan...
Linus Torvalds [Sun, 11 Feb 2018 21:52:32 +0000 (13:52 -0800)]
Merge tag 'nios2-v4.16-rc1' of git://git./linux/kernel/git/lftan/nios2

Pull nios2 update from Ley Foon Tan:

 - clean up old Kconfig options from defconfig

 - remove leading 0x and 0s from bindings notation in dts files

* tag 'nios2-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2:
  nios2: defconfig: Cleanup from old Kconfig options
  nios2: dts: Remove leading 0x and 0s from bindings notation