<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/Documentation/process, branch v4.11</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
</subtitle>
<id>https://git.shady.money/linux/atom?h=v4.11</id>
<link rel='self' href='https://git.shady.money/linux/atom?h=v4.11'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/'/>
<updated>2017-04-08T15:33:31Z</updated>
<entry>
<title>Documentation: stable-kernel-rules: fix stable-tag format</title>
<updated>2017-04-08T15:33:31Z</updated>
<author>
<name>Johan Hovold</name>
<email>johan@kernel.org</email>
</author>
<published>2017-04-03T13:53:34Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=cf903e9d3a97f89b224d2d07be37c0f160db8192'/>
<id>urn:sha1:cf903e9d3a97f89b224d2d07be37c0f160db8192</id>
<content type='text'>
A patch documenting how to specify which kernels a particular fix should
be backported to (seemingly) inadvertently added a minus sign after the
kernel version. This particular stable-tag format had never been used
prior to this patch, and was neither present when the patch in question
was first submitted (it was added in v2 without any comment).

Drop the minus sign to avoid any confusion.

Fixes: fdc81b7910ad ("stable_kernel_rules: Add clause about specification of kernel versions to patch.")
Signed-off-by: Johan Hovold &lt;johan@kernel.org&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>Doc: Correct typo, "Introdution" =&gt; "Introduction"</title>
<updated>2016-12-01T17:44:08Z</updated>
<author>
<name>Sanjeev</name>
<email>ghane0@gmail.com</email>
</author>
<published>2016-12-01T15:36:00Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=7d56f0facd6c1cb4ed2169bb8e65294bfd7783f8'/>
<id>urn:sha1:7d56f0facd6c1cb4ed2169bb8e65294bfd7783f8</id>
<content type='text'>
This corrects a set of spelling mistakes, probably from an
automated conversion.

Signed-off-by: Sanjeev Gupta &lt;ghane0@gmail.com&gt;
Signed-off-by: Jonathan Corbet &lt;corbet@lwn.net&gt;
</content>
</entry>
<entry>
<title>Documentation/atomic_ops.txt: convert to ReST markup</title>
<updated>2016-12-01T00:40:52Z</updated>
<author>
<name>Silvio Fricke</name>
<email>silvio.fricke@gmail.com</email>
</author>
<published>2016-11-28T17:30:55Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=326bc876fed4fad2f46dd1be637e90e1b525ee8c'/>
<id>urn:sha1:326bc876fed4fad2f46dd1be637e90e1b525ee8c</id>
<content type='text'>
... and move to core-api folder.

Signed-off-by: Silvio Fricke &lt;silvio.fricke@gmail.com&gt;
Signed-off-by: Jonathan Corbet &lt;corbet@lwn.net&gt;
</content>
</entry>
<entry>
<title>Documentation/process/howto: Only send regression fixes after -rc1</title>
<updated>2016-11-29T00:24:32Z</updated>
<author>
<name>Dan Carpenter</name>
<email>dan.carpenter@oracle.com</email>
</author>
<published>2016-11-28T14:43:15Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=388f9b20f98d4792f72091acac5031a99370827d'/>
<id>urn:sha1:388f9b20f98d4792f72091acac5031a99370827d</id>
<content type='text'>
The original text was not clear if white space or other harmless patches
should be merged in -rc kernels.  The discussion at Kernel Summit said
that we should be more strict about sending regression fixes only.

Signed-off-by: Dan Carpenter &lt;dan.carpenter@oracle.com&gt;
Acked-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
Signed-off-by: Jonathan Corbet &lt;corbet@lwn.net&gt;
</content>
</entry>
<entry>
<title>docs-rst: doc-guide: split the kernel-documentation.rst contents</title>
<updated>2016-11-19T17:22:04Z</updated>
<author>
<name>Mauro Carvalho Chehab</name>
<email>mchehab@s-opensource.com</email>
</author>
<published>2016-11-17T10:32:33Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=1dc4bbf0b268246f6202c761016735933b6f0b99'/>
<id>urn:sha1:1dc4bbf0b268246f6202c761016735933b6f0b99</id>
<content type='text'>
Having the kernel-documentation at the topmost level doesn't
allow generating a separate PDF file for it. Also, makes harder
to add extra contents. So, place it on a sub-dir.

Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@s-opensource.com&gt;
Signed-off-by: Jonathan Corbet &lt;corbet@lwn.net&gt;
</content>
</entry>
<entry>
<title>coding-style: fix mismatch of jump label name</title>
<updated>2016-11-08T02:05:03Z</updated>
<author>
<name>Masahiro Yamada</name>
<email>yamada.masahiro@socionext.com</email>
</author>
<published>2016-11-02T16:57:34Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=beab6cb20c1dff4a0fb1ee9d14ff5f826ccd2c84'/>
<id>urn:sha1:beab6cb20c1dff4a0fb1ee9d14ff5f826ccd2c84</id>
<content type='text'>
Commit 865a1caa4b6b ("CodingStyle: Clarify and complete chapter 7")
renamed the label "out_buffer" to "out_free_buffer", but missed to
change this line.

Signed-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;
Reviewed-by: Jean Delvare &lt;jdelvare@suse.de&gt;
Signed-off-by: Jonathan Corbet &lt;corbet@lwn.net&gt;
</content>
</entry>
<entry>
<title>Documentation/process/howto: Mark subsection in suggested format</title>
<updated>2016-11-08T00:03:50Z</updated>
<author>
<name>SeongJae Park</name>
<email>sj38.park@gmail.com</email>
</author>
<published>2016-10-31T20:27:10Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=d80b9d2aba35d2c9c030c77ad463454c077959ea'/>
<id>urn:sha1:d80b9d2aba35d2c9c030c77ad463454c077959ea</id>
<content type='text'>
`Specific guidelines for the kernel documentation` section of
`kernel-documentation.rst` suggests to use ``~`` for subsection but
subsections in HOWTO is not marked in the format.  This commit marks
them in the format.

Signed-off-by: SeongJae Park &lt;sj38.park@gmail.com&gt;
Signed-off-by: Jonathan Corbet &lt;corbet@lwn.net&gt;
</content>
</entry>
<entry>
<title>Merge branch 'doc-tweaks' into docs-next</title>
<updated>2016-10-27T23:47:58Z</updated>
<author>
<name>Jonathan Corbet</name>
<email>corbet@lwn.net</email>
</author>
<published>2016-10-27T23:05:10Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=9d2cccdd6c226181c42a7bb0c5ede1583687b618'/>
<id>urn:sha1:9d2cccdd6c226181c42a7bb0c5ede1583687b618</id>
<content type='text'>
The creation of the admin and process guides is a great thing, but, without
care, we risk replacing a messy docs directory with a few messy Sphinx
books.  In an attempt to head that off and show what I'm thinking, here's a
set of tweaks that, I think, make the existing Sphinx-formatted docs a bit
more accessible.
</content>
</entry>
<entry>
<title>docs: Add a warning to applying-patches.rst</title>
<updated>2016-10-27T22:38:29Z</updated>
<author>
<name>Jonathan Corbet</name>
<email>corbet@lwn.net</email>
</author>
<published>2016-10-26T22:48:36Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=67972a539e9ff1a3ed794c463c4e544442df693e'/>
<id>urn:sha1:67972a539e9ff1a3ed794c463c4e544442df693e</id>
<content type='text'>
This is ancient stuff and we don't do things this way anymore.  In the
absence of simply deleting the document, at least add a warning to it.

Reviewed-by: Mauro Carvalho Chehab &lt;mchehab@s-opensource.com&gt;
Signed-off-by: Jonathan Corbet &lt;corbet@lwn.net&gt;
</content>
</entry>
<entry>
<title>docs: add a warning to submitting-drivers.rst</title>
<updated>2016-10-27T22:38:06Z</updated>
<author>
<name>Jonathan Corbet</name>
<email>corbet@lwn.net</email>
</author>
<published>2016-10-26T22:45:29Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=31b24bee33572031632c33091bb73ed0e949c53a'/>
<id>urn:sha1:31b24bee33572031632c33091bb73ed0e949c53a</id>
<content type='text'>
This is crufty stuff and should maybe just be deleted, but I'm not quite
ready to do that yet.

Reviewed-by: Mauro Carvalho Chehab &lt;mchehab@s-opensource.com&gt;
Signed-off-by: Jonathan Corbet &lt;corbet@lwn.net&gt;
</content>
</entry>
</feed>
