]> git.baikalelectronics.ru Git - kernel.git/commit
arch/Kconfig: update HAVE_RELIABLE_STACKTRACE description
authorMiroslav Benes <mbenes@suse.cz>
Fri, 6 Mar 2020 06:28:45 +0000 (22:28 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 6 Mar 2020 13:06:09 +0000 (07:06 -0600)
commit0b207491b0afde87e3db94a198bd3dcffdfeb4fe
tree3ad624858d664ff5daba6ebfa0e534ff852368aa
parentba0826f3ac10ad79226d98fc84ab0bbf20bd1660
arch/Kconfig: update HAVE_RELIABLE_STACKTRACE description

save_stack_trace_tsk_reliable() is not the only function providing the
reliable stack traces anymore.  Architecture might define ARCH_STACKWALK
which provides a newer stack walking interface and has
arch_stack_walk_reliable() function.  Update the description accordingly.

Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Miroslav Benes <mbenes@suse.cz>
Acked-by: Josh Poimboeuf <jpoimboe@redhat.com>
Link: http://lkml.kernel.org/r/20200120154042.9934-1-mbenes@suse.cz
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/Kconfig