From: Chen Gong Date: Wed, 7 Dec 2011 17:21:37 +0000 (-0800) Subject: x86: add IRQ context simulation in module mce-inject X-Git-Tag: v3.3-rc1~183^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c29d9dd577b74b44e580f957ea44d1df73af23a;p=pandora-kernel.git x86: add IRQ context simulation in module mce-inject mce-inject provides a mechanism to simulate errors so that test scripts can check for correct operation of the kernel without requiring any specialized hardware to create rare events. The existing code can simulate events in normal process context and also in NMI context - but not in IRQ context. This patch fills that gap. Link: https://lkml.org/lkml/2011/12/7/537 Signed-off-by: Chen Gong Signed-off-by: Tony Luck --- Reading git-diff-tree failed