Re: [PATCH] x86/stacktrace: export save_stack_trace_tsk_reliable

2019-02-27 Thread Joe Lawrence
On 2/27/19 5:25 PM, Joe Lawrence wrote: On 2/27/19 4:31 PM, Thomas Gleixner wrote: On Wed, 27 Feb 2019, Joe Lawrence wrote: The ppc64le implementation of save_stack_trace_tsk_reliable() is exported, so do the same with x86. And what's the in tree module user of this? I can't find one and jus

Re: [PATCH] x86/stacktrace: export save_stack_trace_tsk_reliable

2019-02-27 Thread Joe Lawrence
On 2/27/19 4:31 PM, Thomas Gleixner wrote: On Wed, 27 Feb 2019, Joe Lawrence wrote: The ppc64le implementation of save_stack_trace_tsk_reliable() is exported, so do the same with x86. And what's the in tree module user of this? I can't find one and just because PPC has an export with no user

Re: [PATCH] x86/stacktrace: export save_stack_trace_tsk_reliable

2019-02-27 Thread Thomas Gleixner
On Wed, 27 Feb 2019, Joe Lawrence wrote: > The ppc64le implementation of save_stack_trace_tsk_reliable() is > exported, so do the same with x86. And what's the in tree module user of this? I can't find one and just because PPC has an export with no user is not a convincing argument to add another