From owner-cvs-all@FreeBSD.ORG Mon Aug 29 22:24:39 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D6D216A421 for ; Mon, 29 Aug 2005 22:24:39 +0000 (GMT) (envelope-from andre@freebsd.org) Received: from c00l3r.networx.ch (c00l3r.networx.ch [62.48.2.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCD3843D49 for ; Mon, 29 Aug 2005 22:24:37 +0000 (GMT) (envelope-from andre@freebsd.org) Received: (qmail 89571 invoked from network); 29 Aug 2005 22:02:43 -0000 Received: from unknown (HELO freebsd.org) ([62.48.0.54]) (envelope-sender ) by c00l3r.networx.ch (qmail-ldap-1.03) with SMTP for ; 29 Aug 2005 22:02:43 -0000 Message-ID: <43138B2F.E03BB8@freebsd.org> Date: Tue, 30 Aug 2005 00:24:47 +0200 From: Andre Oppermann X-Mailer: Mozilla 4.8 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: Mike Silbersack References: <200508291958.j7TJwvd0093355@repoman.freebsd.org> <43136DAC.4318A183@freebsd.org> <20050829170809.L55561@odysseus.silby.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys mbuf.h src/sys/kern uipc_mbuf.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Aug 2005 22:24:39 -0000 Mike Silbersack wrote: > > On Mon, 29 Aug 2005, Andre Oppermann wrote: > > > A kernel with m_santiy() as the first thing in ip_output() doesn't > > survive the first outgoing TCP connection. > > > > There are a lot of strange and sometimes right out incorrect mbuf > > (ab)uses in the kernel. > > > > -- > > Andre > > I can tell you one of the problems - tcp_reass moves the m_data pointer > forward, then continues to use the data in the pre-pointer area. This is not the problem here. tcp_reass is not involved in the ip_output() path. -- Andre