From owner-freebsd-stable@FreeBSD.ORG Thu Aug 29 13:40:21 2013 Return-Path: Delivered-To: freebsd-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 ESMTP id 7AD2015D; Thu, 29 Aug 2013 13:40:21 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id 893D82811; Thu, 29 Aug 2013 13:40:20 +0000 (UTC) Received: from porto.starpoint.kiev.ua (porto-e.starpoint.kiev.ua [212.40.38.100]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id QAA27652; Thu, 29 Aug 2013 16:40:14 +0300 (EEST) (envelope-from avg@FreeBSD.org) Received: from localhost ([127.0.0.1]) by porto.starpoint.kiev.ua with esmtp (Exim 4.34 (FreeBSD)) id 1VF2SL-00033Y-9K; Thu, 29 Aug 2013 16:40:13 +0300 Message-ID: <521F4F19.3070901@FreeBSD.org> Date: Thu, 29 Aug 2013 16:39:37 +0300 From: Andriy Gapon User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130810 Thunderbird/17.0.8 MIME-Version: 1.0 To: Toomas Aas , Jase Thew Subject: Re: [HEADS UP] change in devfs path matching logic References: <51F28A33.7040209@FreeBSD.org> <52176C7B.4070701@FreeBSD.org> <20130824230324.12371xhs3clidbi8@webmail.raad.tartu.ee> <521E3394.5050000@FreeBSD.org> <521EFCAB.5030200@FreeBSD.org> <521F215C.9080900@FreeBSD.org> <521F3766.40502@FreeBSD.org> <20130829160309.128870xup1m22s8w@webmail.raad.tartu.ee> In-Reply-To: <20130829160309.128870xup1m22s8w@webmail.raad.tartu.ee> X-Enigmail-Version: 1.5.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-stable@FreeBSD.org X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Aug 2013 13:40:21 -0000 on 29/08/2013 16:03 Toomas Aas said the following: > Hello! > > On Thu, 29 Aug 2013 Jase Thew wrote: > >> On 29/08/2013 11:24, Andriy Gapon wrote: >>> on 29/08/2013 10:47 Andriy Gapon said the following: >>>> It looks like I should have done more investigation on the state of devfs in >>>> stable/8 before MFC-ing the change. There are several earlier big commits that >>>> have not been MFC-ed. >>>> So, now I can either revert the MFC and be done with it. >>>> Or we can try to investigate the crash and see if it's easy to fix it. >>> >>> >>> In fact, I am not sure but I hope that the fix could be as simple as MFC-ing >>> r211847: >>> http://svnweb.freebsd.org/base?view=revision&revision=211847 >>> http://svnweb.freebsd.org/base/head/sys/fs/devfs/devfs_vnops.c?view=patch&r1=211847&r2=211846&pathrev=211847 >>> >>> >> >> I've merged that change, rebuilt the kernel and that appears to have resolved >> the panic. Jails are now starting up correctly with devfs rules being >> successfully applied. Jase, thank you very much for testing! > Thanks a lot, I'll try this on Saturday when I get my hands on this 8-STABLE > system again. This is now committed to stable/8. -- Andriy Gapon