docs: livepatch: convert docs to ReST and rename to *.rst
Convert livepatch documentation to ReST format. The changes are mostly trivial, as the documents are already on a good shape. Just a few markup changes are needed for Sphinx to properly parse the docs. The conversion is actually: - add blank lines and identation in order to identify paragraphs; - fix tables markups; - add some lists markups; - mark literal blocks; - The in-file TOC becomes a comment, in order to skip it from the output, as Sphinx already generates an index there. - adjust title markups. At its new index.rst, let's add a :orphan: while this is not linked to the main index.rst file, in order to avoid build warnings. Signed-off-by:Mauro Carvalho Chehab <mchehab+samsung@kernel.org> Signed-off-by:
Petr Mladek <pmladek@suse.com> Acked-by:
Miroslav Benes <mbenes@suse.cz> Acked-by:
Josh Poimboeuf <jpoimboe@redhat.com> Acked-by:
Joe Lawrence <joe.lawrence@redhat.com> Reviewed-by:
Kamalesh Babulal <kamalesh@linux.vnet.ibm.com> Signed-off-by:
Jonathan Corbet <corbet@lwn.net>
Showing
- Documentation/ABI/testing/sysfs-kernel-livepatch 1 addition, 1 deletionDocumentation/ABI/testing/sysfs-kernel-livepatch
- Documentation/livepatch/callbacks.rst 8 additions, 4 deletionsDocumentation/livepatch/callbacks.rst
- Documentation/livepatch/cumulative-patches.rst 7 additions, 7 deletionsDocumentation/livepatch/cumulative-patches.rst
- Documentation/livepatch/index.rst 21 additions, 0 deletionsDocumentation/livepatch/index.rst
- Documentation/livepatch/livepatch.rst 32 additions, 30 deletionsDocumentation/livepatch/livepatch.rst
- Documentation/livepatch/module-elf-format.rst 117 additions, 100 deletionsDocumentation/livepatch/module-elf-format.rst
- Documentation/livepatch/shadow-vars.rst 41 additions, 24 deletionsDocumentation/livepatch/shadow-vars.rst
- tools/objtool/Documentation/stack-validation.txt 1 addition, 1 deletiontools/objtool/Documentation/stack-validation.txt
Loading
Please register or sign in to comment