From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keir Fraser Subject: Re: [PATCH 3/6] add_to_physmap: Move the code for XENMEM_add_to_physmap Date: Sat, 19 Nov 2011 22:14:44 +0000 Message-ID: References: <20111119215832.GA27626@aepfle.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20111119215832.GA27626@aepfle.de> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Olaf Hering , Jean Guyader Cc: allen.m.kay@intel.com, xen-devel@lists.xensource.com, tim@xen.org, JBeulich@suse.com List-Id: xen-devel@lists.xenproject.org On 19/11/2011 21:58, "Olaf Hering" wrote: > On Wed, Nov 16, Jean Guyader wrote: > >> Move the code for the XENMEM_add_to_physmap case into it's own >> function (xenmem_add_to_physmap). > > This changeset 24163:7a9a1261a6b0 seems to cause the current testsuite > failures. > (XEN) Assertion '!in_atomic()' failed at softirq.c:61 > > preempt_count is like fffffc52 or fffffc00 in my testing. Thanks, hopefully fixed by c/s 24167. -- keir > Olaf