From owner-cvs-all Wed Aug 7 18:48:19 2002 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 A4A8237B400; Wed, 7 Aug 2002 18:48:15 -0700 (PDT) Received: from tesla.distributel.net (nat.MTL.distributel.NET [66.38.181.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id E0FF143E6A; Wed, 7 Aug 2002 18:48:14 -0700 (PDT) (envelope-from bmilekic@unixdaemons.com) Received: (from bmilekic@localhost) by tesla.distributel.net (8.11.6/8.11.6) id g781mOP82240; Wed, 7 Aug 2002 21:48:24 -0400 (EDT) (envelope-from bmilekic@unixdaemons.com) Date: Wed, 7 Aug 2002 21:48:24 -0400 From: Bosko Milekic To: Robert Watson Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern subr_mbuf.c Message-ID: <20020807214824.A82218@unixdaemons.com> References: <200208072015.g77KFUOl063376@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200208072015.g77KFUOl063376@freefall.freebsd.org>; from rwatson@FreeBSD.org on Wed, Aug 07, 2002 at 01:15:30PM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Aug 07, 2002 at 01:15:30PM -0700, Robert Watson wrote: > rwatson 2002/08/07 13:15:30 PDT > > Modified files: > sys/kern subr_mbuf.c > Log: > Correct a bug introduced in 1.26: M_PKTHDR is set in the 'flags' > argument, not the 'type' argument. As a result of the buf, the > MAC label on some packet header mbufs might not be set in mbufs > allocated using m_getcl(), resulting in a page fault. > > Obtained from: TrustedBSD Project > Sponsored by: DARPA, NAI Labs I'll take the pointy-hat for this. Luckily, the code wasn't in much use (or _un_luckily?). Thanks, Robert. > Revision Changes Path > 1.27 +1 -1 src/sys/kern/subr_mbuf.c -- Bosko Milekic * bmilekic@unixdaemons.com * bmilekic@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message