On Mon, Jan 18, 2021 at 09:10:21PM +0000, Mark Brown wrote: > Currently arch_stack_wallk_reliable() is documented with an identical > comment in both x86 and S/390 implementations which is a bit redundant. > Move this to the header and convert to kerneldoc while we're at it. > > Cc: Thomas Gleixner <t...@linutronix.de> > Cc: Ingo Molnar <mi...@redhat.com> > Cc: Borislav Petkov <b...@alien8.de> > Cc: "H. Peter Anvin" <h...@zytor.com> > Cc: Heiko Carstens <h...@linux.ibm.com> > Cc: Vasily Gorbik <g...@linux.ibm.com> > Cc: Christian Borntraeger <borntrae...@de.ibm.com> > Cc: Josh Poimboeuf <jpoim...@redhat.com> > Cc: Jiri Kosina <ji...@kernel.org> > Cc: Miroslav Benes <mbe...@suse.cz> > Cc: Petr Mladek <pmla...@suse.com> > Cc: Joe Lawrence <joe.lawre...@redhat.com> > Cc: x...@kernel.org > Cc: linux-s...@vger.kernel.org > Cc: live-patch...@vger.kernel.org > Signed-off-by: Mark Brown <broo...@kernel.org> > --- > arch/s390/kernel/stacktrace.c | 6 ------ > arch/x86/kernel/stacktrace.c | 6 ------ > include/linux/stacktrace.h | 19 +++++++++++++++++++ > 3 files changed, 19 insertions(+), 12 deletions(-)
Acked-by: Vasily Gorbik <g...@linux.ibm.com>