From: Tales Aparecida Date: Mon, 22 Aug 2022 02:26:46 +0000 (-0300) Subject: lib: stackinit: update reference to kunit-tool X-Git-Tag: v6.6.17~6374^2~13 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4bba2a04ef98b92f21eddb492d7602d6ded026cd;p=platform%2Fkernel%2Flinux-rpi.git lib: stackinit: update reference to kunit-tool Replace URL with an updated path to the full Documentation page Signed-off-by: Tales Aparecida Reviewed-by: David Gow Signed-off-by: Shuah Khan --- diff --git a/lib/stackinit_kunit.c b/lib/stackinit_kunit.c index 35c69aa..4591d6c 100644 --- a/lib/stackinit_kunit.c +++ b/lib/stackinit_kunit.c @@ -3,7 +3,7 @@ * Test cases for compiler-based stack variable zeroing via * -ftrivial-auto-var-init={zero,pattern} or CONFIG_GCC_PLUGIN_STRUCTLEAK*. * For example, see: - * https://www.kernel.org/doc/html/latest/dev-tools/kunit/kunit-tool.html#configuring-building-and-running-tests + * "Running tests with kunit_tool" at Documentation/dev-tools/kunit/start.rst * ./tools/testing/kunit/kunit.py run stackinit [--raw_output] \ * --make_option LLVM=1 \ * --kconfig_add CONFIG_INIT_STACK_ALL_ZERO=y