On 5/6/19 8:32 AM, Petr Mladek wrote:
On Fri 2019-05-03 11:17:30, Joe Lawrence wrote:
On Fri, May 03, 2019 at 04:30:22PM +0200, 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%)
--
2.16.4
Hi Petr,
>From a quick look at the 'make htmldocs' output, these look good.
Thanks for the look.
I did notice that callbacks.rst updated "commit ("desc")" formatting,
but shadow-vars.rst did not. If you want to defer that nitpick until a
larger formatting linting, I'd be fine with that.
If this is the only problem than I would defer it ;-)
Yeah, we can update next time :)
Thanks to you and Mauro for the conversions.
Acked-by: Joe Lawrence <joe.lawrence@xxxxxxxxxx>
-- Joe