cvs commit: src/sys/netinet6 frag6.c ip6_forward.c ip6_input.c (fwd)

From: Robert Watson <rwatson_at_FreeBSD.org>
Date: Thu, 3 Jul 2008 12:39:46 +0100 (BST)
FYI, there was a brief window between a commit I made last night and a commit 
I made this morning where kernels with INVARIANTS might/would panic in the 
IPv6 input routine.  Not sure how I missed this, but I did, so apologies in 
advance if you run into it!  The below commit corrects that problem.

Robert N M Watson
Computer Laboratory
University of Cambridge

---------- Forwarded message ----------
Date: Thu, 3 Jul 2008 10:55:13 +0000 (UTC)
From: Robert Watson <rwatson_at_FreeBSD.org>
To: src-committers_at_FreeBSD.org, cvs-src_at_FreeBSD.org, cvs-all_at_FreeBSD.org
Subject: cvs commit: src/sys/netinet6 frag6.c ip6_forward.c ip6_input.c

rwatson     2008-07-03 10:55:13 UTC

   FreeBSD src repository

   Modified files:
     sys/netinet6         frag6.c ip6_forward.c ip6_input.c
   Log:
   SVN rev 180214 on 2008-07-03 10:55:13Z by rwatson

   Remove GIANT_REQUIRED from IPv6 input, forward, and frag6 code.  The frag6
   code is believed to be MPSAFE, and leaving aside the IPv6 route cache in
   forwarding, Giant appears not to adequately synchronize the data structures
   in the input or forwarding paths.

   Revision  Changes    Path
   1.36      +0 -4      src/sys/netinet6/frag6.c
   1.42      +1 -1      src/sys/netinet6/ip6_forward.c
   1.100     +0 -2      src/sys/netinet6/ip6_input.c
Received on Thu Jul 03 2008 - 09:39:47 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:32 UTC