From owner-freebsd-current@FreeBSD.ORG Fri Aug 8 07:34:10 2008 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 32FEA106566B for ; Fri, 8 Aug 2008 07:34:10 +0000 (UTC) (envelope-from vanhu@zeninc.net) Received: from smtp.zeninc.net (smtp.zeninc.net [80.67.176.25]) by mx1.freebsd.org (Postfix) with ESMTP id E5EC98FC36 for ; Fri, 8 Aug 2008 07:34:09 +0000 (UTC) (envelope-from vanhu@zeninc.net) Received: by smtp.zeninc.net (smtpd, from userid 1000) id 4A36A3F78; Fri, 8 Aug 2008 09:15:45 +0200 (CEST) Date: Fri, 8 Aug 2008 09:15:44 +0200 From: VANHULLEBUS Yvan To: current@freebsd.org Message-ID: <20080808071544.GA26977@zen.inc> References: <20080606234135.46144207@baby-jane-lamaiziere-net.local> <20080706115414.GA20076@gw.reifenberger.com> <20080706234231.3d18e15a@baby-jane-lamaiziere-net.local> <200808070234.m772YFvH094515@lava.sentex.ca> <200808072045.m77KjaGO098913@lava.sentex.ca> <20080807235854.1812d866@baby-jane.lamaiziere.net.home> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20080807235854.1812d866@baby-jane.lamaiziere.net.home> User-Agent: All mail clients suck. This one just sucks less. Cc: Subject: Re: AMD Geode LX crypto accelerator (glxsb) (and padlock.ko) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Aug 2008 07:34:10 -0000 On Thu, Aug 07, 2008 at 11:58:54PM +0200, Patrick Lamaizi?re wrote: > Le Thu, 07 Aug 2008 16:45:37 -0400, > Mike Tancsa a écrit : [...] > > >Hi, > > > I was doing some testing with openvpn > > > and was wondering if there is perhaps a memory leak ? > > Yes, padlock and glxsb may not reuse the free sessions. See: > http://www.nabble.com/Recent-Padlock-changes-break-ssh-tt18582674.html#a18582674 > > For glxsb, i've made a diff between current that include a fix: > http://user.lamaiziere.net/patrick/diff-glxsb-8.txt Hi all. Looks like you may also be interested in kern/114331 (http://www.freebsd.org/cgi/query-pr.cgi?pr=114331&cat=) where a patch for a memory leak is provided for padlock. Yvan.