From: Nadav Amit Date: Thu, 25 Dec 2014 00:52:17 +0000 (+0200) Subject: KVM: x86: pop sreg accesses only 2 bytes X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~97^2~54 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3313bc4ee83c4e2870d8e83800c6064b0d215679;p=pandora-kernel.git KVM: x86: pop sreg accesses only 2 bytes Although pop sreg updates RSP according to the operand size, only 2 bytes are read. The current behavior may result in incorrect #GP or #PF exceptions. Signed-off-by: Nadav Amit Signed-off-by: Paolo Bonzini --- Reading git-diff-tree failed