Skip to content
Commit a129a7c8 authored by Andi Kleen's avatar Andi Kleen Committed by Tony Luck
Browse files

MCE: Fix vm86 handling for 32bit mce handler



When running on 32bit the mce handler could misinterpret
vm86 mode as ring 0. This can affect whether it does recovery
or not; it was possible to panic when recovery was actually
possible.

Fix this by always forcing vm86 to look like ring 3.

Signed-off-by: default avatarAndi Kleen <ak@linux.intel.com>
Cc: <stable@vger.kernel.org>
Signed-off-by: default avatarTony Luck <tony.luck@intel.com>
parent 8571723a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment