From owner-freebsd-hackers@FreeBSD.ORG Mon Aug 4 07:19:05 2003 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C186F37B401 for ; Mon, 4 Aug 2003 07:19:05 -0700 (PDT) Received: from mailhub.fokus.fraunhofer.de (mailhub.fokus.fraunhofer.de [193.174.154.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 900C343FBD for ; Mon, 4 Aug 2003 07:19:02 -0700 (PDT) (envelope-from brandt@fokus.fraunhofer.de) Received: from beagle (beagle [193.175.132.100])h74EIwv14351; Mon, 4 Aug 2003 16:18:58 +0200 (MEST) Date: Mon, 4 Aug 2003 16:18:58 +0200 (CEST) From: Harti Brandt To: Bosko Milekic In-Reply-To: <20030801134428.GA9192@technokratis.com> Message-ID: <20030804161836.G54895@beagle.fokus.fraunhofer.de> References: <20030801185611.E4685@beagle.fokus.fraunhofer.de> <20030801134428.GA9192@technokratis.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: hackers@freebsd.org Subject: Re: panic in uma_zdestroy X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Aug 2003 14:19:06 -0000 Thanks for that light-speed fix. harti On Fri, 1 Aug 2003, Bosko Milekic wrote: BM> BM>On Fri, Aug 01, 2003 at 01:32:05PM +0000, Bosko Milekic wrote: BM>> BM>> I screwed up... fix coming shortly. Sorry! BM>> BM>> On Fri, Aug 01, 2003 at 07:00:19PM +0200, Harti Brandt wrote: BM>> > BM>> > Hi, BM>> > BM>> > with a kernel from yesterday I get a panic on an SMP system when I BM>> > destroy a zone immediately after creating it. It have a driver (with the BM>> > probe routine set to return ENXIO) and the following module event BM>> > function: BM>... BM> BM> Again, I appologize. I just committed something which should fix BM> this: BM> BM>bmilekic 2003/08/01 10:42:27 PDT BM> BM> FreeBSD src repository BM> BM> Modified files: BM> sys/vm uma_core.c BM> Log: BM> Only free the pcpu cache buckets if they are non-NULL. BM> BM> Crashed this person's machine: harti BM> Pointy-hat to: me BM> BM> Revision Changes Path BM> 1.70 +6 -4 src/sys/vm/uma_core.c BM> BM> Let me know if you're still having problems. BM> BM> -- harti brandt, http://www.fokus.fraunhofer.de/research/cc/cats/employees/hartmut.brandt/private brandt@fokus.fraunhofer.de, harti@freebsd.org