From owner-freebsd-net@FreeBSD.ORG Thu Nov 3 20:43:02 2011 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C16761065670 for ; Thu, 3 Nov 2011 20:43:02 +0000 (UTC) (envelope-from slonoman2011@yandex.ru) Received: from forward14.mail.yandex.net (forward14.mail.yandex.net [IPv6:2a02:6b8:0:801::4]) by mx1.freebsd.org (Postfix) with ESMTP id 41B928FC0C for ; Thu, 3 Nov 2011 20:43:02 +0000 (UTC) Received: from web142.yandex.ru (web142.yandex.ru [95.108.130.10]) by forward14.mail.yandex.net (Yandex) with ESMTP id 8CE0319841C0 for ; Fri, 4 Nov 2011 00:43:00 +0400 (MSK) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1320352980; bh=jz3g3b7cEXAz5mbTwQjmFgE8Ohrb54PNR7tjMIbUJGA=; h=From:To:Subject:MIME-Version:Message-Id:Date: Content-Transfer-Encoding:Content-Type; b=SVTelsLZ0j/alg+ShPibZUPzTtx3wPCeekiHQs99LKSsler2l7EWMh0X6H2CtmPOE uw3lZOv2oPQXbfAtCX6Y8EWhPaOlFaexnGsXU6RKb8xLnBpggrKe/yM244/Yvx1ZAg JHKq5ajaOu7RtmhJj2sVMWMnmWpb8WQ65Eg1XOSY= Received: from localhost (localhost.localdomain [127.0.0.1]) by web142.yandex.ru (Yandex) with ESMTP id 760F9301803C for ; Fri, 4 Nov 2011 00:43:00 +0400 (MSK) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1320352980; bh=jz3g3b7cEXAz5mbTwQjmFgE8Ohrb54PNR7tjMIbUJGA=; h=From:To:Subject:MIME-Version:Message-Id:Date: Content-Transfer-Encoding:Content-Type; b=SVTelsLZ0j/alg+ShPibZUPzTtx3wPCeekiHQs99LKSsler2l7EWMh0X6H2CtmPOE uw3lZOv2oPQXbfAtCX6Y8EWhPaOlFaexnGsXU6RKb8xLnBpggrKe/yM244/Yvx1ZAg JHKq5ajaOu7RtmhJj2sVMWMnmWpb8WQ65Eg1XOSY= X-Yandex-Spam: 1 Received: from nat140-249-205-109.tvoe.tv (nat140-249-205-109.tvoe.tv [109.205.249.140]) by web142.yandex.ru with HTTP; Fri, 04 Nov 2011 00:43:00 +0400 From: Slono Slono To: freebsd-net@freebsd.org MIME-Version: 1.0 Message-Id: <85301320352980@web142.yandex.ru> Date: Fri, 04 Nov 2011 00:43:00 +0400 X-Mailer: Yamail [ http://yandex.ru ] 5.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain Subject: arp code broken after BETA3 9.0 ? X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Nov 2011 20:43:02 -0000 After upgrade procedure from BETA3 to RC1 ive get similar problem like http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/162267 Looks like problem outside the MPD code which have not changed a long time. Ive browse SVN history and has found out recent changes in sys/netinet/in.c code which could affect occurrence kernel panic in RC1. http://svnweb.freebsd.org/base/head/sys/netinet/in.c?r1=226120&r2=226119&pathrev=226120 http://svnweb.freebsd.org/base/head/sys/netinet/in.c?r1=225946&r2=225945&pathrev=225946 Somebody else has met this problem? Thanks.