diff options
author | Josh Poimboeuf <jpoimboe@kernel.org> | 2023-04-18 23:27:49 +0200 |
---|---|---|
committer | Josh Poimboeuf <jpoimboe@kernel.org> | 2023-05-16 15:31:52 +0200 |
commit | ced23d2e3762ecfb859ae65d3a351218edff7205 (patch) | |
tree | 4ec4026d8c611285babba1b67a7b1bd1bfa31bc8 /tools/objtool/Documentation | |
parent | objtool: Add verbose option for disassembling affected functions (diff) | |
download | linux-ced23d2e3762ecfb859ae65d3a351218edff7205.tar.xz linux-ced23d2e3762ecfb859ae65d3a351218edff7205.zip |
objtool: Include backtrace in verbose mode
Include backtrace in verbose mode. This makes it easy to gather all the
information needed for diagnosing objtool warnings.
Reviewed-by: Miroslav Benes <mbenes@suse.cz>
Link: https://lore.kernel.org/r/c255224fabcf7e64bac232fec1c77c9fc2d7d7ab.1681853186.git.jpoimboe@kernel.org
Signed-off-by: Josh Poimboeuf <jpoimboe@kernel.org>
Diffstat (limited to 'tools/objtool/Documentation')
-rw-r--r-- | tools/objtool/Documentation/objtool.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/objtool/Documentation/objtool.txt b/tools/objtool/Documentation/objtool.txt index 8db1f29bf432..9ec8cbf20668 100644 --- a/tools/objtool/Documentation/objtool.txt +++ b/tools/objtool/Documentation/objtool.txt @@ -246,8 +246,8 @@ Objtool warnings NOTE: When requesting help with an objtool warning, please recreate with OBJTOOL_VERBOSE=1 (e.g., "make OBJTOOL_VERBOSE=1") and send the full -output, including any disassembly below the warning, to the objtool -maintainers. +output, including any disassembly or backtrace below the warning, to the +objtool maintainers. For asm files, if you're getting an error which doesn't make sense, first make sure that the affected code follows the above rules. |