From owner-freebsd-hackers@FreeBSD.ORG Tue Sep 12 15:25:36 2006 Return-Path: X-Original-To: freebsd-hackers@freebsd.org 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 1176A16A5D3; Tue, 12 Sep 2006 15:25:35 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (66-23-211-162.clients.speedfactory.net [66.23.211.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E5A543D45; Tue, 12 Sep 2006 15:25:35 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.13.6/8.13.6) with ESMTP id k8CFP9qi026766; Tue, 12 Sep 2006 11:25:28 -0400 (EDT) (envelope-from jhb@freebsd.org) From: John Baldwin To: Alexander Leidinger Date: Tue, 12 Sep 2006 11:07:25 -0400 User-Agent: KMail/1.9.1 References: <200609100956.k8A9uD0P094639@repoman.freebsd.org> <200609111528.49054.jhb@freebsd.org> <20060912073021.pvw7p0mit4w4cs8s@webmail.leidinger.net> In-Reply-To: <20060912073021.pvw7p0mit4w4cs8s@webmail.leidinger.net> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200609121107.26200.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]); Tue, 12 Sep 2006 11:25:30 -0400 (EDT) X-Virus-Scanned: ClamAV 0.88.3/1871/Tue Sep 12 09:28:18 2006 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: freebsd-hackers@freebsd.org, Intron is my alias on the Internet Subject: Re: PERFORCE change 105930 for review X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Sep 2006 15:25:36 -0000 On Tuesday 12 September 2006 01:30, Alexander Leidinger wrote: > Quoting John Baldwin (from Mon, 11 Sep 2006 15:28:48 -0400): > > > I've only gotten this message when I've leaked memory in a zone. Do you have > > an example self-contained kernel module that produces this? > > Download > http://www.Leidinger.net/FreeBSD/linuxolator/linuxolator-p4.diff (or > check out the p4-branch) and recompile the aio and linux modules. Intron said he had a simple module that just did zalloc/zfree that produced this. I wanted to see that first as it will be far, far easier to review that. -- John Baldwin