From owner-svn-src-head@FreeBSD.ORG Thu Feb 23 20:36:24 2012 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 040901065673; Thu, 23 Feb 2012 20:36:24 +0000 (UTC) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from mx1.sbone.de (mx1.sbone.de [IPv6:2a01:4f8:130:3ffc::401:25]) by mx1.freebsd.org (Postfix) with ESMTP id 85A748FC12; Thu, 23 Feb 2012 20:36:23 +0000 (UTC) Received: from mail.sbone.de (mail.sbone.de [IPv6:fde9:577b:c1a9:31::2013:587]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.sbone.de (Postfix) with ESMTPS id 66F7B25D385E; Thu, 23 Feb 2012 20:36:22 +0000 (UTC) Received: from content-filter.sbone.de (content-filter.sbone.de [IPv6:fde9:577b:c1a9:31::2013:2742]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.sbone.de (Postfix) with ESMTPS id 963FEBDBFE3; Thu, 23 Feb 2012 20:36:21 +0000 (UTC) X-Virus-Scanned: amavisd-new at sbone.de Received: from mail.sbone.de ([IPv6:fde9:577b:c1a9:31::2013:587]) by content-filter.sbone.de (content-filter.sbone.de [fde9:577b:c1a9:31::2013:2742]) (amavisd-new, port 10024) with ESMTP id oj0EkVpITICw; Thu, 23 Feb 2012 20:36:20 +0000 (UTC) Received: from orange-en1.sbone.de (orange-en1.sbone.de [IPv6:fde9:577b:c1a9:31:cabc:c8ff:fecf:e8e3]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mail.sbone.de (Postfix) with ESMTPSA id 700A5BDBFE2; Thu, 23 Feb 2012 20:36:20 +0000 (UTC) Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii From: "Bjoern A. Zeeb" In-Reply-To: <201202231821.q1NILcnS016955@svn.freebsd.org> Date: Thu, 23 Feb 2012 20:36:18 +0000 Content-Transfer-Encoding: quoted-printable Message-Id: <85AA3B74-CE2B-41E3-8FFB-2B6DC867D173@lists.zabbadoz.net> References: <201202231821.q1NILcnS016955@svn.freebsd.org> To: Kip Macy X-Mailer: Apple Mail (2.1084) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r232054 - in head/sys: net netinet netinet6 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2012 20:36:24 -0000 On 23. Feb 2012, at 18:21 , Kip Macy wrote: > Author: kmacy > Date: Thu Feb 23 18:21:37 2012 > New Revision: 232054 > URL: http://svn.freebsd.org/changeset/base/232054 >=20 > Log: > When using flowtable llentrys can outlive the interface with which = they're associated > at which the lle_tbl pointer points to freed memory and the llt_free = pointer is no longer > valid. >=20 > Move the free pointer in to the llentry itself and update the = initalization sites. >=20 > MFC after: 2 weeks Please note that you cannot remove llt_free when MFCing; it's used in = modules through the previous version of the macro. >=20 > Modified: > head/sys/net/if_llatbl.h > head/sys/netinet/in.c > head/sys/netinet6/in6.c --=20 Bjoern A. Zeeb You have to have visions! It does not matter how good you are. It matters what good you do!