History log of /arch/x86/mm/kmemcheck/selftest.c
Revision Date Author Comments
50af5ead3b44ccf8bd2b4d2a50c1b610f557c480 21-Jan-2012 Paul Gortmaker <paul.gortmaker@windriver.com> bug.h: add include of it to various implicit C users

With bug.h currently living right in linux/kernel.h there
are files that use BUG_ON and friends but are not including
the header explicitly. Fix them up so we can remove the
presence in kernel.h file.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
ac61a7579625ddfca3b2e0aa298879a94d15884d 27-Feb-2009 Vegard Nossum <vegard.nossum@gmail.com> kmemcheck: add opcode self-testing at boot

We've had some troubles in the past with weird instructions. This
patch adds a self-test framework which can be used to verify that
a certain set of opcodes are decoded correctly. Of course, the
opcodes which are not tested can still give the wrong results.

In short, this is just a safeguard to catch unintentional changes
in the opcode decoder. It does not mean that errors can't still
occur!

[rebased for mainline inclusion]
Signed-off-by: Vegard Nossum <vegard.nossum@gmail.com>