[PATCH 1/1 RESEND] doc: net: fix bad references to network drivers

2019-01-14 Thread Otto Sabart
Fix "reference to nonexisting document" warnings. Fixes: b255e500c8dc ("net: documentation: build a directory structure for drivers") Signed-off-by: Otto Sabart --- Documentation/networking/index.rst | 26 +- 1 file changed, 13 insertions(+), 13 dele

[PATCH 1/1] doc: kernel-parameters.txt: fix documentation of elevator parameter

2019-02-03 Thread Otto Sabart
and mq-deadline, kyber and bfq were added with a reference to their documentation. Fixes: f382fb0bcef4 ("block: remove legacy IO schedulers") Signed-off-by: Otto Sabart --- Documentation/admin-guide/kernel-parameters.txt | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-)

[PATCH v2 1/1] doc: networking: integrate scaling document into doc tree

2019-01-18 Thread Otto Sabart
xt" Signed-off-by: Otto Sabart --- Documentation/networking/index.rst| 1 + .../networking/{scaling.txt => scaling.rst} | 131 -- 2 files changed, 86 insertions(+), 46 deletions(-) rename Documentation/networking/{scaling.txt => scaling.rst} (92%)

[PATCH v2 0/1] doc: networking: integrate scaling document into doc tree

2019-01-18 Thread Otto Sabart
Changes in v2: * Changed formatting of sections according to kernel documentation conventions [0]. * All commits from this series were squashed into one. [0] https://www.kernel.org/doc/html/latest/doc-guide/sphinx.html Otto Sabart (1): doc: networking: integrate scaling document into doc

Re: [PATCH v2 1/1] doc: networking: integrate scaling document into doc tree

2019-01-20 Thread Otto Sabart
On 20. Jan (Sunday) v 19:13:59 -0700 2019, Jonathan Corbet wrote: > On Fri, 18 Jan 2019 21:38:32 +0100 > Otto Sabart wrote: > > > Convert scaling document into reStructuredText and add reference to > > scaling document into main table of contents in

[PATCH v2 0/4] doc: network: integrate offload documents into doc tree

2019-01-05 Thread Otto Sabart
integration into documentation tree generated by Sphinx. Otto Sabart (4): doc: networking: prepare offload documents for conversion into RST doc: networking: convert offload files into RST and update references doc: networking: shorten the main title in offloads documents doc: networking: add

[PATCH v2 1/4] doc: networking: prepare offload documents for conversion into RST

2019-01-05 Thread Otto Sabart
. There are no semantic changes. Signed-off-by: Otto Sabart --- .../networking/checksum-offloads.txt | 179 ++ .../networking/segmentation-offloads.txt | 46 +++-- 2 files changed, 130 insertions(+), 95 deletions(-) diff --git a/Documentation/networking/checksum-offloads.txt

[PATCH v2 2/4] doc: networking: convert offload files into RST and update references

2019-01-05 Thread Otto Sabart
n,checksum}-offloads.txt files. Signed-off-by: Otto Sabart --- .../networking/{checksum-offloads.txt => checksum-offloads.rst} | 0 .../{segmentation-offloads.txt => segmentation-offloads.rst}| 0 include/linux/skbuff.h | 2 +- 3 files changed, 1 insertio

[PATCH v2 3/4] doc: networking: shorten the main title in offloads documents

2019-01-05 Thread Otto Sabart
The titles do not look very nice in the table of contents generated by Sphinx. I also think it is obvious that the documents are describing offloads in the Linux Networking Stack. Signed-off-by: Otto Sabart --- Documentation/networking/checksum-offloads.rst | 6 +++--- Documentation

[PATCH v2 4/4] doc: networking: add offload documents into main index file

2019-01-05 Thread Otto Sabart
This patch just adds references to offload documents into main table of contents in network documentation. Signed-off-by: Otto Sabart --- Documentation/networking/index.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/networking/index.rst b/Documentation/networking

Re: [PATCH 3/5] doc: networking: update references to files describing offloads

2019-01-05 Thread Otto Sabart
On 05. Jan (Saturday) v 14:15:16 -0800 2019, David Miller wrote: > From: Otto Sabart > Date: Fri, 4 Jan 2019 11:42:29 +0100 > > > Update reference to checksum-offloads.rst file which was converted into > > RST. > > > > Whole kernel code was grepped fo

Re: [PATCH 2/2] doc: cgroup: highlight all paths using the :file: inline markup

2019-01-03 Thread Otto Sabart
On 02. Jan (Wednesday) v 09:09:48 -0700 2019, Jonathan Corbet wrote: > On Wed, 2 Jan 2019 08:01:49 -0800 > Tejun Heo wrote: > > > On Sun, Dec 30, 2018 at 05:50:44PM +0100, Otto Sabart wrote: > > > Improve readability using the :file: markup. > > > > He

[PATCH 1/5] doc: networking: prepare offload documents for conversion into RST

2019-01-04 Thread Otto Sabart
. There are no semantic changes. Signed-off-by: Otto Sabart --- .../networking/checksum-offloads.txt | 179 ++ .../networking/segmentation-offloads.txt | 46 +++-- 2 files changed, 130 insertions(+), 95 deletions(-) diff --git a/Documentation/networking/checksum-offloads.txt

[PATCH 2/5] doc: networking: convert offload files into RST

2019-01-04 Thread Otto Sabart
This patch renames offload files. This is necessary for Sphinx. Signed-off-by: Otto Sabart --- .../networking/{checksum-offloads.txt => checksum-offloads.rst} | 0 .../{segmentation-offloads.txt => segmentation-offloads.rst} | 0 2 files changed, 0 insertions(+), 0 deletions(-)

[PATCH 0/5] doc: network: integrate offload documents into doc tree

2019-01-04 Thread Otto Sabart
This series of patches integrates checksum-offloads and segmentation-offloads documents into documentation tree. These patches do not change semantics of these documents. There are only changes which are needed for successful integration into documentation tree generated by Sphinx. Otto Sabart

[PATCH 3/5] doc: networking: update references to files describing offloads

2019-01-04 Thread Otto Sabart
Update reference to checksum-offloads.rst file which was converted into RST. Whole kernel code was grepped for references using: $ grep -r "\(segmentation\|checksum\)-offloads.txt" . There should be no other references to {segmentation,checksum}-offloads.txt files. Signed-off-by: O

[PATCH 4/5] doc: networking: shorten the main title in offloads documents

2019-01-04 Thread Otto Sabart
The titles do not look very nice in the table of contents generated by Sphinx. I also think it is obvious that the documents are describing offloads in the Linux Networking Stack. Signed-off-by: Otto Sabart --- Documentation/networking/checksum-offloads.rst | 6 +++--- Documentation

[PATCH 5/5] doc: networking: add offload documents into main index file

2019-01-04 Thread Otto Sabart
This patch just adds references to offload documents into main table of contents in network documentation. Signed-off-by: Otto Sabart --- Documentation/networking/index.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/networking/index.rst b/Documentation/networking

[PATCH 1/1] doc: bindings: fix bad reference to ARM CPU bindings

2019-01-08 Thread Otto Sabart
The primecell.txt and cpus.txt files were converted into YAML. This patch updates old references with new ones. Fixes: d3c207eeb905 ("dt-bindings: arm: Convert primecell binding to json-schema") Fixes: 672951cbd1b7 ("dt-bindings: arm: Convert cpu binding to json-schema")

[PATCH 1/1] doc: trace: fix reference to cpuidle documentation file

2019-01-08 Thread Otto Sabart
Old cpuidle/sysfs.txt file was replaced in aa5eee355b46. So, refer to an updated file. Fixes: aa5eee355b46 ("Documentation: admin-guide: PM: Add cpuidle document") Signed-off-by: Otto Sabart --- Documentation/trace/coresight-cpu-debug.txt | 2 +- 1 file changed, 1 insertion(+),

[PATCH 1/1] doc: pinctrl: fix bad reference to pinctrl.txt file

2019-01-09 Thread Otto Sabart
The pinctrl.txt file was converted into reStructuredText and moved into driver-api folder. This patch updates the broken reference. Fixes: 5a9b73832e9e ("pinctrl.txt: move it to the driver-api book") Signed-off-by: Otto Sabart --- include/linux/mfd/madera/pdata.h | 3 ++- 1 file

[PATCH 1/1] doc: gpio-mvebu: fix broken reference to cp110-system-controller0.txt file

2019-01-09 Thread Otto Sabart
The cp110-system-controller0.txt file was renamed to cp110-system-controller.txt. Fixes: 4aa5496980e4 ("dt-bindings: cp110: rename cp110 syscon file") Signed-off-by: Otto Sabart --- Documentation/devicetree/bindings/gpio/gpio-mvebu.txt | 2 -- 1 file changed, 2 deletions(-)

[PATCH 1/1] doc: scsi: remove reference to tmscsim.txt file

2019-01-09 Thread Otto Sabart
The tmscsim.txt doc file was removed in c121107d0f84. Fixes: c121107d0f84 ("scsi: documentation: Obsolete documentation references") Signed-off-by: Otto Sabart --- drivers/scsi/Kconfig | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kco

[PATCH 1/1] MAINTAINERS: fix bad file reference into Documentation

2019-01-09 Thread Otto Sabart
There is no `samsung,exynos5250-trng.txt` file in the documentation and I do not think it ever existed. Signed-off-by: Otto Sabart --- MAINTAINERS | 1 - 1 file changed, 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 32d76a90..609451bf2b1a 100644 --- a/MAINTAINERS +++ b

[PATCH 0/3] doc: networking: integrate scaling document into doc tree

2019-01-09 Thread Otto Sabart
These patches integrate scaling document into documentation tree. There are no semantic changes. Otto Sabart (3): doc: networking: prepare scaling document for conversion into RST doc: networking: convert scaling doc into RST doc: networking: add scaling doc into index file Documentation

[PATCH 2/3] doc: networking: convert scaling doc into RST

2019-01-09 Thread Otto Sabart
Just rename the scaling file to be found by Sphinx. There are no references to "scaling.txt" file. Whole kernel tree was checked using: $ grep -r "scaling\.txt" Signed-off-by: Otto Sabart --- Documentation/networking/{scaling.txt => scaling.rst} | 0 1 file chan

[PATCH 1/3] doc: networking: prepare scaling document for conversion into RST

2019-01-09 Thread Otto Sabart
Add markups which are necessary for successful conversion into reStructuredText. There are no semantic changes. Signed-off-by: Otto Sabart --- Documentation/networking/scaling.txt | 131 +-- 1 file changed, 85 insertions(+), 46 deletions(-) diff --git a/Documentation

[PATCH 3/3] doc: networking: add scaling doc into index file

2019-01-09 Thread Otto Sabart
Add reference to scaling document into main table of contents in network documentation. Signed-off-by: Otto Sabart --- Documentation/networking/index.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/networking/index.rst b/Documentation/networking/index.rst index

[PATCH] doc: net: fix bad references to network drivers

2018-12-29 Thread Otto Sabart
Fix "reference to nonexisting document" warnings. Signed-off-by: Otto Sabart --- Documentation/networking/index.rst | 26 +- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/Documentation/networking/index.rst b/Documentation/networking/index

[PATCH 1/2] doc: cgroup: use graphviz code instead of ASCII art

2018-12-30 Thread Otto Sabart
The graphviz looks better. This patch also fixes multiple build warnings: "WARNING: Block quote ends without a blank line; unexpected unindent." Signed-off-by: Otto Sabart --- Documentation/admin-guide/cgroup-v2.rst | 83 - 1 file changed, 66 insertions(+), 17

[PATCH 2/2] doc: cgroup: highlight all paths using the :file: inline markup

2018-12-30 Thread Otto Sabart
Improve readability using the :file: markup. Signed-off-by: Otto Sabart --- Documentation/admin-guide/cgroup-v2.rst | 28 - 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/Documentation/admin-guide/cgroup-v2.rst b/Documentation/admin-guide/cgroup-v2.rst

Re: [PATCH 1/2] doc: cgroup: use graphviz code instead of ASCII art

2018-12-30 Thread Otto Sabart
On 30. Dec (Sunday) v 10:40:29 -0700 2018, Jonathan Corbet wrote: > On Sun, 30 Dec 2018 17:49:45 +0100 > Otto Sabart wrote: > > > The graphviz looks better. This patch also fixes multiple build warnings: > > "WARNING: Block quote ends without a blank line; unexpected

[PATCH] doc: cgroup: add missing literal block

2018-12-30 Thread Otto Sabart
This patch fixes multiple build warnings: "WARNING: Block quote ends without a blank line; unexpected unindent." Signed-off-by: Otto Sabart --- Documentation/admin-guide/cgroup-v2.rst | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/Documentation/a