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
base-commit: 7c53f6b671f4aba70ff15e1b05148b10d58c2837
--
2.20.1
On Wed, 20 Jan 2021 16:47:12 +0000
Mark Brown <[email protected]> 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.
So...is this deemed ready and, if so, do you want it to go through the
docs tree or via some other path?
Thanks,
jon
On Thu, 21 Jan 2021, Jonathan Corbet 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.
>
> So...is this deemed ready and, if so, do you want it to go through the
> docs tree or via some other path?
I am planning to take it through livepatching tree unless there are any
additional last-minutes comments.
Thanks,
--
Jiri Kosina
SUSE Labs
On Fri, 22 Jan 2021, Jiri Kosina 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.
> >
> > So...is this deemed ready and, if so, do you want it to go through the
> > docs tree or via some other path?
>
> I am planning to take it through livepatching tree unless there are any
> additional last-minutes comments.
Now applied to for-5.12/doc branch. Thanks,
--
Jiri Kosina
SUSE Labs
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 <[email protected]>
M