From owner-freebsd-stable@FreeBSD.ORG Sun Jan 12 13:57:25 2014 Return-Path: Delivered-To: stable@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 B9219B70; Sun, 12 Jan 2014 13:57:25 +0000 (UTC) Received: from mail-la0-x22e.google.com (mail-la0-x22e.google.com [IPv6:2a00:1450:4010:c03::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B000E1339; Sun, 12 Jan 2014 13:57:24 +0000 (UTC) Received: by mail-la0-f46.google.com with SMTP id b8so2706294lan.5 for ; Sun, 12 Jan 2014 05:57:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=pvP29ZKazokhlN6ZgxrTQqOY08ecmp2Is6iH6w1Wi/A=; b=r5wEWD7vquHQDsr5iE4wR3RL9FRAi2o7fsBTErbgteGLJE9T5VrmdZjPqdvZabUu2c q9Gdpkzfc6ZgTecL0CR2CIo2szBcjzfI+BJ8h3yoDl0MANDLQdiDvZ+S/PCdDN9rZlcP Jc4a1XpIeuRl5+DWC7EhhnboiwzsvXFXCDgoWGrRQl3p7WiiKNVIiMdRobCY03M81DL0 0/cODKD8BiNSx2YYRU30Lt6q45DH5XmMHUEVN8fTIMKujSw+EKG+3O69RgvkCjoUZpFl 24nwVk+DyANUS1fxccg1P4fWSdU/v0Q6yE0TUaSHS24Qhj2wEa111EBL+mn3MKwChKgL fr3g== X-Received: by 10.152.26.37 with SMTP id i5mr1665604lag.60.1389535042785; Sun, 12 Jan 2014 05:57:22 -0800 (PST) Received: from [10.0.1.20] (ip-95-220-230-33.bb.netbynet.ru. [95.220.230.33]) by mx.google.com with ESMTPSA id n13sm7517390lbl.17.2014.01.12.05.57.21 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 12 Jan 2014 05:57:21 -0800 (PST) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 7.1 \(1827\)) Subject: Re: stable/10 panics on boot From: Dmitry Sivachenko In-Reply-To: <52D2957C.6020408@FreeBSD.org> Date: Sun, 12 Jan 2014 17:57:19 +0400 Content-Transfer-Encoding: quoted-printable Message-Id: <4E3AE9B1-B269-46CB-ABE2-5FFA3C215243@gmail.com> References: <20140112124624.GB16750@gmail.com> <52D2957C.6020408@FreeBSD.org> To: Alexander Motin X-Mailer: Apple Mail (2.1827) Cc: Mikolaj Golub , stable@freebsd.org, Scott Long X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Jan 2014 13:57:25 -0000 On 12 =D1=8F=D0=BD=D0=B2. 2014 =D0=B3., at 17:15, Alexander Motin = wrote: > On 12.01.2014 14:46, Mikolaj Golub wrote: >> On Sun, Jan 12, 2014 at 03:46:26PM +0400, Dmitry Sivachenko wrote: >>> Previously I had stable/10 build on Dec, 20 running. >>>=20 >>> Now I upgraded to today's (Jan, 12) snapshot and I get kernel panic = on boot: >>> http://people.freebsd.org/~demon/10-panic.png >>=20 >> As it crashes in cam's doneq thread, it might be related to r260385, >> r260387 (MFC Alexander Motin's GEOM direct dispatch work, by Scott). >=20 > It might be already fixed in HEAD in SVN revisions r260541+r260547 or = r260549. Dmitry, could you please try to apply at least first two = patches? With r260541+r260547 applied, my system is booting fine, thank you!=