From owner-freebsd-net@FreeBSD.ORG Fri Sep 30 01:04:43 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 DB6D8106564A; Fri, 30 Sep 2011 01:04:43 +0000 (UTC) (envelope-from s.dave.jones@gmail.com) Received: from mail-vx0-f182.google.com (mail-vx0-f182.google.com [209.85.220.182]) by mx1.freebsd.org (Postfix) with ESMTP id 4CF588FC1A; Fri, 30 Sep 2011 01:04:42 +0000 (UTC) Received: by vcbf13 with SMTP id f13so1388259vcb.13 for ; Thu, 29 Sep 2011 18:04:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=Y00DAH8JemhdxrQyXGY9JWdYqnNtI+DlbW6BBwhJRuY=; b=IY8dEKhXzx5o3TIRDj8ove9JSKl/MLEYRLKKbDKkNh49zH2UwodoQ8/jM7Qkmc8J7X j975I2jJwmpZem+wS3aY/fanRzmsqeItmIxLf/wrWbm7Qa/xKuqAoQQNe8tdeI2yO9Zz xIf5WM4BCGN1TjTwcpLauL+2B6bQOvnkEYgMw= MIME-Version: 1.0 Received: by 10.52.175.230 with SMTP id cd6mr11376598vdc.251.1317344682490; Thu, 29 Sep 2011 18:04:42 -0700 (PDT) Received: by 10.52.107.194 with HTTP; Thu, 29 Sep 2011 18:04:42 -0700 (PDT) In-Reply-To: References: <8662kcigif.fsf@kopusha.home.net> Date: Fri, 30 Sep 2011 09:04:42 +0800 Message-ID: From: dave jones To: Adrian Chadd Content-Type: text/plain; charset=ISO-8859-1 Cc: Mikolaj Golub , "freebsd-net@freebsd.org" , "K. Macy" , Arnaud Lacombe Subject: Re: Kernel panic on FreeBSD 9.0-beta2 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: Fri, 30 Sep 2011 01:04:43 -0000 On Thu, Sep 29, 2011 at 10:25 AM, Adrian Chadd wrote: > .. so now there's a patch: > > * is there a PR for this? > * if there is, can we get this patch and the discussion about this bug > placed in the PR? :) > > That way it doesn't get lost. No, I lie. It doesn't get "too lost". :-) What are you waiting for? The issue is reproducible. If you're running FreeBSD 9 with Mikolaj's test_udp program, you'll get the kernel panic. I think sysadmins won't be happy about this... > Adrian Best regards, Dave.