From owner-cvs-src@FreeBSD.ORG Thu Sep 16 03:01:03 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A681216A4CE; Thu, 16 Sep 2004 03:01:03 +0000 (GMT) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15AEB43D55; Thu, 16 Sep 2004 03:01:03 +0000 (GMT) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id 03EA8653AD; Thu, 16 Sep 2004 04:01:01 +0100 (BST) 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 30849-04; Thu, 16 Sep 2004 04:01:00 +0100 (BST) Received: from empiric.dek.spc.org (adsl-64-171-184-46.dsl.snfc21.pacbell.net [64.171.184.46]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id 3E7FA652FE; Thu, 16 Sep 2004 04:01:00 +0100 (BST) Received: by empiric.dek.spc.org (Postfix, from userid 1001) id C4DA063B3; Wed, 15 Sep 2004 20:00:57 -0700 (PDT) Date: Wed, 15 Sep 2004 20:00:57 -0700 From: Bruce M Simpson To: Andre Oppermann Message-ID: <20040916030057.GA10318@empiric.icir.org> Mail-Followup-To: Andre Oppermann , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200409152013.i8FKDQcO099234@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200409152013.i8FKDQcO099234@repoman.freebsd.org> cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet ip_icmp.c ip_input.c ip_var.h tcp_syncache.c src/sys/sys mbuf.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Sep 2004 03:01:03 -0000 On Wed, Sep 15, 2004 at 08:13:26PM +0000, Andre Oppermann wrote: > Log: > Remove the last two global variables that are used to store packet state while > it travels through the IP stack. This wasn't much of a problem because IP > source routing is disabled by default but when enabled together with SMP and > preemption it would have very likely cross-corrupted the IP options in transit. MFC candidate?