Re: [PATCH v4 0/3] livepatch: Cleanup of reliable stacktrace warnings

2019-06-20 Thread Petr Mladek
On Sat 2019-06-15 15:43:20, Josh Poimboeuf wrote: > On Tue, Jun 11, 2019 at 04:13:17PM +0200, Miroslav Benes wrote: > > This is the fourth attempt to improve the situation of reliable stack > > trace warnings in livepatch. Based on discussion in > > 20190531074147.27616-1-pmla...@suse.com (v3). > >

Re: [PATCH v4 0/3] livepatch: Cleanup of reliable stacktrace warnings

2019-06-15 Thread Josh Poimboeuf
On Tue, Jun 11, 2019 at 04:13:17PM +0200, Miroslav Benes wrote: > This is the fourth attempt to improve the situation of reliable stack > trace warnings in livepatch. Based on discussion in > 20190531074147.27616-1-pmla...@suse.com (v3). > > Changes against v3: > + weak save_stack_trace_tsk_reliab

[PATCH v4 0/3] livepatch: Cleanup of reliable stacktrace warnings

2019-06-11 Thread Miroslav Benes
This is the fourth attempt to improve the situation of reliable stack trace warnings in livepatch. Based on discussion in 20190531074147.27616-1-pmla...@suse.com (v3). Changes against v3: + weak save_stack_trace_tsk_reliable() removed, because it is not needed anymore thanks to Thomas' recent im