Re: [PATCH v4] Documentation: livepatch: document reliable stacktrace

2021-01-18 Thread Mark Rutland
Hi Petr, On Mon, Jan 18, 2021 at 03:02:31PM +0100, Petr Mladek wrote: > On Fri 2021-01-15 17:16:17, Mark Brown wrote: > > I've made a few assumptions about preferred behaviour, notably: > > > > * If you can reliably unwind through exceptions, you should (as x86_64 > > does). IIRC this was conf

Re: [PATCH v4] Documentation: livepatch: document reliable stacktrace

2021-01-18 Thread Josh Poimboeuf
On Mon, Jan 18, 2021 at 03:02:31PM +0100, Petr Mladek wrote: > Hi Mark, > > first, thanks a lot for writing this. > > On Fri 2021-01-15 17:16:17, Mark Brown wrote: > > From: Mark Rutland > > > > Add documentation for reliable stacktrace. This is intended to describe > > the semantics and to be

Re: [PATCH v4] Documentation: livepatch: document reliable stacktrace

2021-01-18 Thread Petr Mladek
Hi Mark, first, thanks a lot for writing this. On Fri 2021-01-15 17:16:17, Mark Brown wrote: > From: Mark Rutland > > Add documentation for reliable stacktrace. This is intended to describe > the semantics and to be an aid for implementing architecture support for > HAVE_RELIABLE_STACKTRACE. >