From owner-freebsd-bugs@FreeBSD.ORG Fri Jul 11 06:20:04 2008 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BFE35106567B for ; Fri, 11 Jul 2008 06:20:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9CD308FC1A for ; Fri, 11 Jul 2008 06:20:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m6B6K4bi087365 for ; Fri, 11 Jul 2008 06:20:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m6B6K4ut087364; Fri, 11 Jul 2008 06:20:04 GMT (envelope-from gnats) Date: Fri, 11 Jul 2008 06:20:04 GMT Message-Id: <200807110620.m6B6K4ut087364@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: "Andrey V. Elsukov" Cc: Subject: Re: kern/125496: [ata][patch] free memory on ataraid module unload X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Andrey V. Elsukov" List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Jul 2008 06:20:04 -0000 The following reply was made to PR kern/125496; it has been noted by GNATS. From: "Andrey V. Elsukov" To: "Andrey V. Elsukov" Cc: FreeBSD-gnats-submit@FreeBSD.org, sos@FreeBSD.org Subject: Re: kern/125496: [ata][patch] free memory on ataraid module unload Date: Fri, 11 Jul 2008 10:15:21 +0400 Andrey V. Elsukov wrote: > I'm not 100% sure in correctness of this patch, so it needs review.. I forgot to mention that it works for me. Without patch after unload module system reports that 1k ar_driver-type memory leaked. After patch this message gone. I have only one RAID configured on Intel Matrix. -- WBR, Andrey V. Elsukov