From owner-freebsd-bugs@FreeBSD.ORG Tue Jan 14 08:30:01 2014 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8140EFD4 for ; Tue, 14 Jan 2014 08:30:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 541E31C87 for ; Tue, 14 Jan 2014 08:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s0E8U1uG019106 for ; Tue, 14 Jan 2014 08:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id s0E8U1Z3019104; Tue, 14 Jan 2014 08:30:01 GMT (envelope-from gnats) Date: Tue, 14 Jan 2014 08:30:01 GMT Message-Id: <201401140830.s0E8U1Z3019104@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Jens Kassel Subject: RE: kern/185596: in_cksum_skip: out of data by 41310 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Jens Kassel List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Jan 2014 08:30:01 -0000 The following reply was made to PR kern/185596; it has been noted by GNATS. From: Jens Kassel To: Gleb Smirnoff Cc: "freebsd-gnats-submit@FreeBSD.org" Subject: RE: kern/185596: in_cksum_skip: out of data by 41310 Date: Tue, 14 Jan 2014 08:01:59 +0000 Hi, I have not tested this on FreeBSD 10. But I found that the problem can only be reproduced when using the bce driv= er.=20 Tested with both re & bge drivers and with these the problem cannot be repr= oduces. Checked SVN history for bce but could not find any commit that seemed to be= related to this issue. Regards, Jens -----Original Message----- From: Gleb Smirnoff [mailto:glebius@FreeBSD.org]=20 Sent: den 9 januari 2014 11:16 To: Jens Kassel Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: kern/185596: in_cksum_skip: out of data by 41310 Jens, On Thu, Jan 09, 2014 at 06:26:14AM +0000, Jens Kassel wrote: J> >Originator: Jens Kassel J> >Release: 8.4 J> Aptilo Networks J> >Environment: J> FreeBSD orbytebuild-freebsd84.sth.aptilo.com 8.4-RELEASE FreeBSD 8.4-REL= EASE8 #0 r251259: Mon Jun 3 01:14:28 UTC 2013 root@bake.isc.freebsd.or= g:/usr/obj/usr/src/sys/GENERIC i386 J>=20 J> We sometimes see messages like this in dmesg and /var/log/messages J>=20 J> in_cksum_skip: out of data by 15810 J> in_cksum_skip: out of data by 15810 J> in_cksum_skip: out of data by 15810 J> in_cksum_skip: out of data by 15810 J> in_cksum_skip: out of data by 41310 J>=20 J> I have checked with tcpdump and these messages seems to be triggered whe= n receiving "ICMP destination unreachable" packets. J>=20 J> Is this a known issue in this release? My guessing is that this messages comes off when a packet in wrong byte ord= er enters in_cksum(). Starting with 10.0, our stack doesn't change byte order of IP packets, so i= f my guessing is right, the bug should vanish. We do not plan any more releases from stable/8 branch. Thus, I'd like to cl= ose the PR if you don't mind. -- Totus tuus, Glebius.