From owner-freebsd-current@FreeBSD.ORG Sat Nov 17 21:38:10 2012 Return-Path: Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0B2CBC0D for ; Sat, 17 Nov 2012 21:38:10 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from cell.glebius.int.ru (glebius.int.ru [81.19.64.117]) by mx1.freebsd.org (Postfix) with ESMTP id 770FB8FC08 for ; Sat, 17 Nov 2012 21:38:09 +0000 (UTC) Received: from cell.glebius.int.ru (localhost [127.0.0.1]) by cell.glebius.int.ru (8.14.5/8.14.5) with ESMTP id qAHLbsaX052754; Sun, 18 Nov 2012 01:37:54 +0400 (MSK) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.glebius.int.ru (8.14.5/8.14.5/Submit) id qAHLbspx052753; Sun, 18 Nov 2012 01:37:54 +0400 (MSK) (envelope-from glebius@FreeBSD.org) X-Authentication-Warning: cell.glebius.int.ru: glebius set sender to glebius@FreeBSD.org using -f Date: Sun, 18 Nov 2012 01:37:54 +0400 From: Gleb Smirnoff To: Ian FREISLICH Subject: Re: netisr panic? Message-ID: <20121117213754.GI38060@FreeBSD.org> References: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="nFreZHaLTZJo0R7j" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-current@FreeBSD.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Nov 2012 21:38:10 -0000 --nFreZHaLTZJo0R7j Content-Type: text/plain; charset=koi8-r Content-Disposition: inline On Sat, Nov 17, 2012 at 05:07:54PM +0200, Ian FREISLICH wrote: I> I have this consistently with: I> I> FreeBSD firewall2.jnb1.gp-online.net 10.0-CURRENT FreeBSD 10.0-CURRENT #30 r243156: Fri Nov 16 20:12:33 SAST 2012 ianf@firewall2.jnb1.gp-online.net:/usr/obj/usr/src/sys/FIREWALL amd64 Pretty sure this is a new version of wrong byte order panic, which no longer can happen in HEAD. Can you please try this patch? -- Totus tuus, Glebius. --nFreZHaLTZJo0R7j Content-Type: text/x-diff; charset=koi8-r Content-Disposition: attachment; filename="if_igb.c.no-relock.diff" Index: if_igb.c =================================================================== --- if_igb.c (revision 243149) +++ if_igb.c (working copy) @@ -4684,9 +4684,7 @@ if (tcp_lro_rx(&rxr->lro, m, 0) == 0) return; } - IGB_RX_UNLOCK(rxr); (*ifp->if_input)(ifp, m); - IGB_RX_LOCK(rxr); } /********************************************************************* --nFreZHaLTZJo0R7j--