From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nathan Studer Subject: [PATCH 0/2] Fix crashes with arinc653 cpupools Date: Thu, 31 Oct 2013 16:47:51 -0400 Message-ID: <1383252473-3067-1-git-send-email-nate.studer@dornerworks.com> 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: george.dunlap@eu.citrix.com, smartin@milliways.cl, Nathan Studer , robert.vanvossen@dornerworks.com List-Id: xen-devel@lists.xenproject.org From: Nathan Studer The ARINC653 scheduler's vdata_alloc and vdata_free functions contain a number of errors which cause the hypervisor to crash when using the ARINC653 scheduler with cpupools. Nathan Studer (2): Fix sched_priv corruption in ARINC653 alloc_vdata. Fix NULL pointer dereference in ARINC653 free_vdata. xen/common/sched_arinc653.c | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) -- 1.7.9.5