From owner-freebsd-net@FreeBSD.ORG Thu Feb 26 00:07:17 2004 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CAF7616A4CE; Thu, 26 Feb 2004 00:07:17 -0800 (PST) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45D4643D1D; Thu, 26 Feb 2004 00:07:17 -0800 (PST) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id 50E616542D; Thu, 26 Feb 2004 08:07:15 +0000 (GMT) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 54389-04; Thu, 26 Feb 2004 08:07:14 +0000 (GMT) Received: from saboteur.dek.spc.org (82-147-17-88.dsl.uk.rapidplay.com [82.147.17.88]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id 93A386542C; Thu, 26 Feb 2004 08:07:14 +0000 (GMT) Received: by saboteur.dek.spc.org (Postfix, from userid 1001) id 47A8738; Thu, 26 Feb 2004 08:07:13 +0000 (GMT) Date: Thu, 26 Feb 2004 08:07:12 +0000 From: Bruce M Simpson To: Helge Oldach Message-ID: <20040226080712.GA16446@saboteur.dek.spc.org> Mail-Followup-To: Helge Oldach , "Jacques A. Vidrine" , security-team@freebsd.org, freebsd-net@freebsd.org References: <20040218220230.GF47727@madman.celabo.org> <200402260743.IAA18903@galaxy.hbg.de.ao-srv.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200402260743.IAA18903@galaxy.hbg.de.ao-srv.com> cc: "Jacques A. Vidrine" cc: security-team@freebsd.org cc: freebsd-net@freebsd.org Subject: Re: Fwd: [is this mbuf problem real?] X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Feb 2004 08:07:17 -0000 On Thu, Feb 26, 2004 at 08:43:24AM +0100, Helge Oldach wrote: > maybe someone can comment on the status of this alert? There have been > some comments about fixing it on freebsd-net@ but I haven't seen a CVS > log - or I just missed it. Dealt with in andre@'s recent commit to make the TCP reassembly queue use an UMA zone allocator. Thanks, BMS