From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Vrabel Subject: Re: [PATCH 02/13] xen: fix error handling path if xen_allocate_irq_dynamic fails Date: Fri, 1 Feb 2013 11:19:47 +0000 Message-ID: <510BA4D3.9010505@citrix.com> References: <1359643627-29486-1-git-send-email-wei.liu2@citrix.com> <1359643627-29486-3-git-send-email-wei.liu2@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1359643627-29486-3-git-send-email-wei.liu2@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Wei Liu Cc: "konrad.wilk@oracle.com" , Ian Campbell , "jbeulich@suse.com" , "xen-devel@lists.xen.org" List-Id: xen-devel@lists.xenproject.org On 31/01/13 14:46, Wei Liu wrote: > It is possible that the call to xen_allocate_irq_dynamic() returns negative > number other than -1. Yes, this ultimately calls__irq_alloc_descs() which returns -ve error codes. > Signed-off-by: Wei Liu Reviewed-by: David Vrabel Cc: stable@vger.kernel.org perhaps? David