Re: [PATCH v6 0/2] Documentation: livepatch: Document reliable stacktrace and minor cleanup

From: Miroslav Benes
Date: Wed Jan 27 2021 - 05:36:18 EST


Hi,

On Wed, 20 Jan 2021, Mark Brown wrote:

> This series adds a document, mainly written by Mark Rutland, which makes
> explicit the requirements for implementing reliable stacktrace in order
> to aid architectures adding this feature. It also updates the other
> livepatching documents to use automatically generated tables of contents
> following review comments on Mark's document.
>
> v6:
> - Remove a duplicated "points".
> v5:
> - Tweaks to the commit message for the new document.
> - Convert new and existing documents to autogenerated tables of
> contents.
> v4:
> - Renumber table of contents
> v3:
> - Incorporated objtool section from Mark.
> - Deleted confusing notes about using annotations.
>
> Mark Brown (1):
> Documentation: livepatch: Convert to automatically generated contents
>
> Mark Rutland (1):
> Documentation: livepatch: document reliable stacktrace
>
> Documentation/livepatch/index.rst | 1 +
> Documentation/livepatch/livepatch.rst | 15 +-
> Documentation/livepatch/module-elf-format.rst | 10 +-
> .../livepatch/reliable-stacktrace.rst | 309 ++++++++++++++++++
> 4 files changed, 313 insertions(+), 22 deletions(-)
> create mode 100644 Documentation/livepatch/reliable-stacktrace.rst

sorry for the late reply (slowly crawling through my email backlog).
Thanks a lot for putting this together!

FWIW (so it is at least archived in the thread)

Acked-by: Miroslav Benes <mbenes@xxxxxxx>

M