From: Joe Lawrence <joe.lawrence@redhat.com> Date: 2019-03-01 19:19:15
As tglx points out, there are no in-tree module users of
save_stack_trace_tsk_reliable() and its x86 counterpart is not exported,
so remove the powerpc symbol export.
Suggested-by: Thomas Gleixner <redacted>
Signed-off-by: Joe Lawrence <joe.lawrence@redhat.com>
---
arch/powerpc/kernel/stacktrace.c | 1 -
1 file changed, 1 deletion(-)
As tglx points out, there are no in-tree module users of
save_stack_trace_tsk_reliable() and its x86 counterpart is not exported,
so remove the powerpc symbol export.
Suggested-by: Thomas Gleixner <redacted>
Signed-off-by: Joe Lawrence <joe.lawrence@redhat.com>
---
arch/powerpc/kernel/stacktrace.c | 1 -
1 file changed, 1 deletion(-)
From: Michael Ellerman <hidden> Date: 2019-03-04 00:59:18
On Fri, 2019-03-01 at 19:17:21 UTC, Joe Lawrence wrote:
As tglx points out, there are no in-tree module users of
save_stack_trace_tsk_reliable() and its x86 counterpart is not exported,
so remove the powerpc symbol export.
Suggested-by: Thomas Gleixner <redacted>
Signed-off-by: Joe Lawrence <joe.lawrence@redhat.com>
Acked-by: Balbir Singh <bsingharora@gmail.com>