From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jon Mason Subject: Re: [PATCH] pciback: fix circular loop in pcistub_match_one Date: Wed, 2 Aug 2006 10:41:44 -0500 Message-ID: <20060802154144.GB11227@us.ibm.com> References: <20060801221206.GI8750@us.ibm.com> <20060802055200.GH3553@rhun.haifa.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20060802055200.GH3553@rhun.haifa.ibm.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Muli Ben-Yehuda Cc: xen-devel@lists.xensource.com, hap9@epoch.ncsc.mil List-Id: xen-devel@lists.xenproject.org On Wed, Aug 02, 2006 at 08:52:00AM +0300, Muli Ben-Yehuda wrote: > On Tue, Aug 01, 2006 at 05:12:07PM -0500, Jon Mason wrote: > > The for loop in pcistub_match_one will loop forever if the > > dev->bus->self links to itself at the uppermost bridge. Adding a check > > to prevent linking back in on itself prevents this. > > Also, please apply & push to our xenlinux tree (or I'll do it if you prefer) Will do. Thanks, Jon > > Cheers, > Muli