From owner-freebsd-geom@FreeBSD.ORG Thu Feb 25 19:57:40 2010 Return-Path: Delivered-To: freebsd-geom@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B6472106566B; Thu, 25 Feb 2010 19:57:40 +0000 (UTC) (envelope-from lulf@FreeBSD.org) Received: from hylle01.itea.ntnu.no (hylle01.itea.ntnu.no [IPv6:2001:700:300:3::100]) by mx1.freebsd.org (Postfix) with ESMTP id 0303B8FC13; Thu, 25 Feb 2010 19:57:40 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hylle01.itea.ntnu.no (Postfix) with ESMTP id 2FED031E052; Thu, 25 Feb 2010 20:57:39 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at hylle01.itea.ntnu.no Received: from carrot (lynx.stud.ntnu.no [IPv6:2001:700:300:3::180]) by hylle01.itea.ntnu.no (Postfix) with ESMTP id D200B31E041; Thu, 25 Feb 2010 20:57:38 +0100 (CET) Date: Thu, 25 Feb 2010 21:00:02 +0100 From: Ulf Lilleengen To: jh@FreeBSD.org Message-ID: <20100225200002.GB9894@carrot> Mail-Followup-To: jh@FreeBSD.org, stijn@win.tue.nl, freebsd-geom@FreeBSD.org References: <201002251831.o1PIVPR9043822@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201002251831.o1PIVPR9043822@freefall.freebsd.org> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: stijn@win.tue.nl, freebsd-geom@FreeBSD.org Subject: Re: kern/89660: [vinum] [patch] [panic] due to g_malloc returning null in gv_drive_done X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Feb 2010 19:57:40 -0000 On Thu, Feb 25, 2010 at 06:31:25PM +0000, jh@FreeBSD.org wrote: > Synopsis: [vinum] [patch] [panic] due to g_malloc returning null in gv_drive_done > > State-Changed-From-To: analyzed->feedback > State-Changed-By: jh > State-Changed-When: Thu Feb 25 18:30:44 UTC 2010 > State-Changed-Why: > Note that submitter has been asked for feedback. > > > Responsible-Changed-From-To: freebsd-geom->jh > Responsible-Changed-By: jh > Responsible-Changed-When: Thu Feb 25 18:30:44 UTC 2010 > Responsible-Changed-Why: > Track. > I'm pretty sure this can be closed. The implementation in 6.0 is totally different, and the panic happens in code that no longer exists. Ulf