From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeremy Fitzhardinge Subject: Re: Backtrace in xen/next-2.6.38 when running guest Date: Wed, 02 Feb 2011 11:47:20 -0800 Message-ID: <4D49B4C8.7030700@goop.org> References: <1296675083.20804.243.camel@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1296675083.20804.243.camel@localhost.localdomain> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Ian Campbell Cc: "xen-devel@lists.xensource.com" , Konrad Rzeszutek Wilk , M A Young List-Id: xen-devel@lists.xenproject.org On 02/02/2011 11:31 AM, Ian Campbell wrote: > On Wed, 2011-02-02 at 19:20 +0000, M A Young wrote: >> I get backtraces from the dom0 kernel when running a guest with networking >> (via netback) enabled such as the one below (there are some slight >> variations but the first two lines and most of the rest of the contents >> are the same). >> BUG: sleeping function called from invalid context at mm/page_alloc.c:2190 > Thanks. > > Netback for upstream is still a WIP (I wasn't expecting it to be merged > anywhere yet and have already and will continue to rebase my branch). I merged it into next to get some exposure, but I'll happily revert and remerge as you make changes. What's your working branch? > In particular one of the things which needs to go away for upstreaming > is the tasklet vs. kthread mode option in favour of always using a > kthread. Yep. Have you also dropped the smartpoll stuff yet? J