From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cooper Subject: [PATCH 0 of 2 V3] Kexec alterations Date: Thu, 6 Dec 2012 21:42:28 +0000 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel@lists.xen.org Cc: Andrew Cooper List-Id: xen-devel@lists.xenproject.org Hello, V3 of this patch, following detailed code review from 3 colleagues. Patch 1 implemented a helper function for working with IST entries, to avoid open-coded bitwise manipulation, while the major difference in patch 2 is a reworking of the IST alterations to remove the (very remote) possiblity of re-enabling the sysret context switch security vulnerability. ~Andrew