arch/x86/tools/insn_sanity.c: Identify source of messages
authorAndrew Morton <akpm@linux-foundation.org>
Tue, 18 Dec 2012 20:22:12 +0000 (12:22 -0800)
committerIngo Molnar <mingo@kernel.org>
Thu, 24 Jan 2013 14:57:53 +0000 (15:57 +0100)
commit55a6e622e66a27ab106fae00cac15ba630e7fbd4
tree0083510e2ae2f42a66509c5b6645901bf1edf4e8
parent0927b482ae69acb7605f6be1ad3860b657512fbd
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.

Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Cc: "H. Peter Anvin" <hpa@zytor.com>
Cc: Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/x86/tools/insn_sanity.c