From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Rzeszutek Wilk Subject: Re: BUG: scheduling while atomic: xenwatch Date: Tue, 12 Jul 2011 15:04:55 -0400 Message-ID: <20110712190455.GA4766@dumpdata.com> References: <20110712135041.GA7584@dumpdata.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Liwei Cc: xen-devel List-Id: xen-devel@lists.xenproject.org On Wed, Jul 13, 2011 at 02:57:43AM +0800, Liwei wrote: > On 12 July 2011 21:50, Konrad Rzeszutek Wilk wrote: > > > > Thanks for reporting it. I've a patch for it ready. > > Hmm, where? In the latest pull? git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen.git devel/xen-pciback-0.6.2 Look for patch commit 52ff6d79b45e68fadad3a93a937171863a7cf451 Author: Konrad Rzeszutek Wilk Date: Mon Jul 11 13:18:09 2011 -0400 xen/pciback: Reshuffle the spinlock to not trigger BUG: scheduling while atomic. > > > > > What tree did you pull from? > > # git branch > xen/next-2.6.32 > * xen/next-3.0 OK, so Jeremy's. Do a cherrypick on that and you should be set. > > # cat .git/config > ----snip---- > [remote "origin"] > fetch = +refs/heads/*:refs/remotes/origin/* > url = git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git > ----snip----