From owner-svn-src-head@FreeBSD.ORG Mon Nov 15 21:55:24 2010 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 63F451065673; Mon, 15 Nov 2010 21:55:24 +0000 (UTC) (envelope-from to.my.trociny@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id 6C4D28FC12; Mon, 15 Nov 2010 21:55:23 +0000 (UTC) Received: by fxm19 with SMTP id 19so4398414fxm.13 for ; Mon, 15 Nov 2010 13:55:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:references :x-comment-to:date:in-reply-to:message-id:user-agent:mime-version :content-type; bh=E4YT82/3dOp1xOW2H9K2L3xHMmkSo1TVzi6Zlu8fv9I=; b=L/Zs/aPGL6j+zF3R1ZETRzaRbKf4oBtPZdasS3GQSRJqo3iOpe4O6yhUD1Ddm8E/ig 3LOUTPvdyAdGf2JE4A4GVPODUiy9SzK0OaXcBfOvu8oTaUwMr+7xlMW99Ik/ZGaI2m0u G/g22O5OooEJB6celhfRRDRymcTkIt0IHOKvc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:references:x-comment-to:date:in-reply-to :message-id:user-agent:mime-version:content-type; b=RAav8JQLBbkmPn9nF29V1WADwvHKCgLOb41FhZXJeD20SnfOLmlzsCusj2XmPu/bT5 aGrJFIjmwj27iPuDQyvh2/1kpVNDOPSCEaVqZAX6W63ALJvEy/oY/E2Z7YOwji3GH5kG 34KIdO0v20B1QIHIJ94WeUuXm4TVQQ+wGXto0= Received: by 10.223.101.135 with SMTP id c7mr1454840fao.39.1289858122279; Mon, 15 Nov 2010 13:55:22 -0800 (PST) Received: from localhost ([95.69.174.185]) by mx.google.com with ESMTPS id j8sm1071989fah.6.2010.11.15.13.55.19 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 15 Nov 2010 13:55:20 -0800 (PST) From: Mikolaj Golub To: Lawrence Stewart References: <201011120641.oAC6fui3098584@svn.freebsd.org> <8662w17e90.fsf@kopusha.home.net> <4CDF3A58.6080505@freebsd.org> <86pqu8q6lb.fsf@kopusha.home.net> <4CE08BB6.1090304@freebsd.org> <86ipzyncqf.fsf@zhuzha.ua1> <4CE139C5.4010300@freebsd.org> X-Comment-To: Lawrence Stewart Date: Mon, 15 Nov 2010 23:55:18 +0200 In-Reply-To: <4CE139C5.4010300@freebsd.org> (Lawrence Stewart's message of "Tue, 16 Nov 2010 00:46:45 +1100") Message-ID: <86pqu65k1l.fsf@kopusha.home.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r215166 - in head: . sys/conf sys/netinet sys/netinet/cc sys/sys X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Nov 2010 21:55:24 -0000 On Tue, 16 Nov 2010 00:46:45 +1100 Lawrence Stewart wrote: LS> On 11/15/10 20:43, Mikolaj Golub wrote: >> >> On Mon, 15 Nov 2010 12:24:06 +1100 Lawrence Stewart wrote: >> >> LS> On 11/15/10 02:15, Mikolaj Golub wrote: >> >> >> >> LS> Would you mind testing the following patch? It fixes the panic for me. >> >> >> >> LS> http://people.freebsd.org/~lstewart/patches/5cc/modcc_vnetpanic_ccinit.patch >> >> >> >> With this patch the system hangs during the boot. Ctr-Alt-Esc to break into >> >> ddb does not work. I am trying this under VirtualBox. >> >> LS> I can't reproduce a hang, but please try this patch instead: >> >> LS> http://people.freebsd.org/~lstewart/patches/5cc/modcc_vnetpanic_ccinit_v2.patch >> >> I can't try it now on the box where I observed the hang. Trying on another box >> I can't reproduce the hang -- both patches works for me: no hang and I can >> create/remove jail and tcp connections to jail work. >> >> I will try the patch on the "problem" box tonight. Strange, I can't reproduce the hang today :-). I have tried both SI_ORDER_ANY and SI_ORDER_FIRST. I will keep running the kernel with your patches and let you know if I have any issues. -- Mikolaj Golub