diff options
author | Mauro Carvalho Chehab <mchehab@kernel.org> | 2022-06-26 10:11:01 +0100 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2022-07-07 13:10:00 -0600 |
commit | d6a21f2d73258f2a4cd2e7806f5755ee73fddced (patch) | |
tree | d57d5ec854210f7907d3d1b409355d33a22c253a /lib | |
parent | 8a5d192166726cd106a94d3e3bab47fb9843c14c (diff) |
objtool: update objtool.txt references
Changeset a8e35fece49b ("objtool: Update documentation")
renamed: tools/objtool/Documentation/stack-validation.txt
to: tools/objtool/Documentation/objtool.txt.
Update the cross-references accordingly.
Fixes: a8e35fece49b ("objtool: Update documentation")
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
Link: https://lore.kernel.org/r/ec285ece6348a5be191aebe45f78d06b3319056b.1656234456.git.mchehab@kernel.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Kconfig.debug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index 2e24db4bff19..79a71eb96111 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug @@ -498,7 +498,7 @@ config STACK_VALIDATION runtime stack traces are more reliable. For more information, see - tools/objtool/Documentation/stack-validation.txt. + tools/objtool/Documentation/objtool.txt. config NOINSTR_VALIDATION bool |