On Fri, 3 May 2019, Petr Mladek wrote: > This is the original Mauro's patch and my extra fixup as a clean > patchset. > > I want to be sure that other livepatching maintainers are fine > with the changes ;-) > > > Mauro Carvalho Chehab (1): > docs: livepatch: convert docs to ReST and rename to *.rst > > Petr Mladek (1): > docs/livepatch: Unify style of livepatch documentation in the ReST > format > > Documentation/ABI/testing/sysfs-kernel-livepatch | 2 +- > .../livepatch/{callbacks.txt => callbacks.rst} | 45 +-- > ...mulative-patches.txt => cumulative-patches.rst} | 14 +- > Documentation/livepatch/index.rst | 21 ++ > .../livepatch/{livepatch.txt => livepatch.rst} | 62 ++-- > ...module-elf-format.txt => module-elf-format.rst} | 353 +++++++++++---------- > .../livepatch/{shadow-vars.txt => shadow-vars.rst} | 65 ++-- > tools/objtool/Documentation/stack-validation.txt | 2 +- > 8 files changed, 307 insertions(+), 257 deletions(-) > rename Documentation/livepatch/{callbacks.txt => callbacks.rst} (87%) > rename Documentation/livepatch/{cumulative-patches.txt => cumulative-patches.rst} (89%) > create mode 100644 Documentation/livepatch/index.rst > rename Documentation/livepatch/{livepatch.txt => livepatch.rst} (93%) > rename Documentation/livepatch/{module-elf-format.txt => module-elf-format.rst} (55%) > rename Documentation/livepatch/{shadow-vars.txt => shadow-vars.rst} (87%) Acked-by: Miroslav Benes <mbenes@xxxxxxx> Miroslav