]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
arch/x86/tools/insn_sanity.c: identify source of messages
authorAndrew Morton <akpm@linux-foundation.org>
Thu, 15 Nov 2012 02:37:04 +0000 (13:37 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 15 Nov 2012 06:25:23 +0000 (17:25 +1100)
commitdecc71635d12d05125b0c85e34c8ba2cb9dceecb
treeed368b6157352ee47ddfbf6075450a60f7a33c34
parent1936f7b0db44e4073b652cedcbe0dfee6f3fabfe
arch/x86/tools/insn_sanity.c: identify source of messages

The kernel build prints:

  Building modules, stage 2.
  TEST    posttest
  MODPOST 3821 modules
  TEST    posttest
Success: decoded and checked 1000000 random instructions with 0 errors (seed:0xaac4bc47)
  CC      arch/x86/boot/a20.o
  CC      arch/x86/boot/cmdline.o
  AS      arch/x86/boot/copy.o
  HOSTCC  arch/x86/boot/mkcpustr
  CC      arch/x86/boot/cpucheck.o
  CC      arch/x86/boot/early_serial_console.o

which is irritating because you don't know what program is proudly
pronouncing its success.

So, as described in "console mode programming user interface guidelines
version 101" which doesn't exist, change this program to identify the
source of its messages.

Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: "H. Peter Anvin" <hpa@zytor.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
arch/x86/tools/insn_sanity.c