[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220819053234.241501-8-tales.aparecida@gmail.com>
Date: Fri, 19 Aug 2022 02:32:33 -0300
From: Tales Aparecida <tales.aparecida@...il.com>
To: Sadiya Kazi <sadiyakazi@...gle.com>, keescook@...omium.org
Cc: linux-kernel@...r.kernel.org, kunit-dev@...glegroups.com,
linux-doc@...r.kernel.org, linux-kselftest@...r.kernel.org,
davidgow@...gle.com, corbet@....net, brendan.higgins@...ux.dev,
Trevor Woerner <twoerner@...il.com>, siqueirajordao@...eup.net,
mwen@...lia.com, andrealmeid@...eup.net, mairacanal@...eup.net,
Isabella Basso <isabbasso@...eup.net>, magalilemes00@...il.com,
tales.aparecida@...il.com, linux-hardening@...r.kernel.org
Subject: [PATCH 7/8] lib: overflow: update reference to kunit-tool
Replace URL with an updated path to the full Documentation page
Signed-off-by: Tales Aparecida <tales.aparecida@...il.com>
---
lib/overflow_kunit.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/overflow_kunit.c b/lib/overflow_kunit.c
index 7e3e43679b73..78075106c0df 100644
--- a/lib/overflow_kunit.c
+++ b/lib/overflow_kunit.c
@@ -1,7 +1,7 @@
// SPDX-License-Identifier: GPL-2.0 OR MIT
/*
* Test cases for arithmetic overflow checks. 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 overflow [--raw_output]
*/
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
--
2.37.1
Powered by blists - more mailing lists