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
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
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
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
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
squashing these commits (or some of them), just
let me know.
Otto Sabart (8):
MAINTAINERS: fix bad file reference into Documentation
doc: filesystems: fix bad references to nonexistent ext4.rst file
doc: bindings: fix bad reference to ARM CPU bindings
doc: trace: fix reference to cpuidle doc
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 7ba42fbb2c4a..076288b9a133 100644
--- a/MAINTAINERS
+++ b
The ext4.rst file does not exist anymore. This patch changes all references
to point to the whole ext4 directory.
Fixes: d3091215921b ("docs: move ext4 administrative docs to admin-guide/")
Signed-off-by: Otto Sabart
---
Documentation/filesystems/dax.txt | 2 +-
Documentation/filesy
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(+),
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")
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
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
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(-)
di
Some files were moved/converted into reStructuredRext/YAML, some were
removed completely. This patch fixes broken references mainly in
Documentation tree. There were also broken refs in Kconfigs and one
in arch tree.
Signed-off-by: Otto Sabart
---
Documentation/admin-guide/kernel-parameters.txt
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
On 03. Jan (Thursday) v 14:53:38 -0600 2019, Rob Herring wrote:
> On Thu, Jan 3, 2019 at 1:04 PM Otto Sabart wrote:
> >
> > The primecell.txt and cpus.txt files were converted into YAML. This
> > patch updates old references with new ones.
> >
> > Fixes: d3c207e
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
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
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
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(-)
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
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
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
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
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
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
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
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
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(+),
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
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
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
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
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
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
quot;
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%)
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 network documentation.
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(-)
di
38 matches
Mail list logo