diff options
author | 2022-12-12 10:47:03 -0800 | |
---|---|---|
committer | 2022-12-12 10:47:03 -0800 | |
commit | e291c116f60f3c1ca98090f0f8e7c77e658562fb (patch) | |
tree | 2fbe810f2a6f8b29f1cdaefd87b24debbfa0ec07 /lib/stackinit_kunit.c | |
parent | Input: raydium_ts_i2c - fix memory leak in raydium_i2c_send() (diff) | |
parent | Input: elants_i2c - delay longer with reset asserted (diff) | |
download | linux-rng-e291c116f60f3c1ca98090f0f8e7c77e658562fb.tar.xz linux-rng-e291c116f60f3c1ca98090f0f8e7c77e658562fb.zip |
Merge branch 'next' into for-linus
Prepare input updates for 6.2 merge window.
Diffstat (limited to 'lib/stackinit_kunit.c')
-rw-r--r-- | lib/stackinit_kunit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stackinit_kunit.c b/lib/stackinit_kunit.c index 35c69aa425b2..4591d6cf5e01 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 |