]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
x86/tools: insn_sanity.c: Emit standard build success messages
authorIngo Molnar <mingo@kernel.org>
Thu, 15 May 2025 13:27:11 +0000 (15:27 +0200)
committerBorislav Petkov (AMD) <bp@alien8.de>
Mon, 14 Jul 2025 15:04:43 +0000 (17:04 +0200)
The standard 'success' output of insn_decoder_test spams build logs with:

  arch/x86/tools/insn_sanity: Success: decoded and checked 1000000 random instructions with 0 errors (seed:0x2e263877)

Prefix the message with the standard '  ' (two spaces) used by kbuild
to denote regular build messages, making it easier for tools to
filter out warnings and errors.

Signed-off-by: Ingo Molnar <mingo@kernel.org>
Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
Cc: Ard Biesheuvel <ardb@kernel.org>
Cc: Arnd Bergmann <arnd@arndb.de>
Cc: David Woodhouse <dwmw@amazon.co.uk>
Cc: H. Peter Anvin <hpa@zytor.com>
Cc: Jürgen Groß <jgross@suse.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Masahiro Yamada <yamada.masahiro@socionext.com>
Cc: Michal Marek <michal.lkml@markovi.net>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Vitaly Kuznetsov <vkuznets@redhat.com>
Link: https://lore.kernel.org/r/20250515132719.31868-6-mingo@kernel.org
arch/x86/tools/insn_sanity.c

index 213f35f94feb12ae1a516ef90e0bc2290693ebcb..e743f0ea01ee44747aa4188049f5781c1de02aff 100644 (file)
@@ -253,9 +253,9 @@ int main(int argc, char **argv)
        }
 
        fprintf((errors) ? stderr : stdout,
-               "%s: %s: decoded and checked %d %s instructions with %d errors (seed:0x%x)\n",
+               "  %s: %s: Decoded and checked %d %s instructions with %d errors (seed:0x%x)\n",
                prog,
-               (errors) ? "Failure" : "Success",
+               (errors) ? "failure" : "success",
                insns,
                (input_file) ? "given" : "random",
                errors,