From owner-svn-src-head@FreeBSD.ORG Thu Jul 25 16:04:00 2013 Return-Path: Delivered-To: svn-src-head@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 9FBF6775; Thu, 25 Jul 2013 16:04:00 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-wg0-x22c.google.com (mail-wg0-x22c.google.com [IPv6:2a00:1450:400c:c00::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B3C4A210F; Thu, 25 Jul 2013 16:03:59 +0000 (UTC) Received: by mail-wg0-f44.google.com with SMTP id l18so1829885wgh.23 for ; Thu, 25 Jul 2013 09:03:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=xl5MevXcfR2y19Npd71mwra4nuS0GZjdeN5LTLjWhJ8=; b=P3c44EZe1hreXjfmh4o0axLsQhP08Eej6dd6VDd8mqBnYe2t3ILZM0TjK5mBTXGuBl e5vNkhor6kvrawcCk+PngXAtmZ8mFml2eR3ZnRWAAYBaZ+vRM7bgOnQX7r/1DSJE4HF3 ypGCJ7X5go5rw2+0VT48berytqDBfLRd70U0aHXETZhjlvpbQZjcxD4JZmQ+ofiYclAm 0dkBg0nhod4oMVisYcEPOfs5Vp7ZqmzimqhNeopLngSglW/2hXU95EE8Cw972IGnDkx0 6Dz68UrDefTPC6E8VUH4IVIaO1fz3AjsgfanTNcA/J29QmJHmlA7YQB6CE0lZfX5S/hZ h/lg== MIME-Version: 1.0 X-Received: by 10.180.20.116 with SMTP id m20mr2597032wie.46.1374768237997; Thu, 25 Jul 2013 09:03:57 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.217.94.132 with HTTP; Thu, 25 Jul 2013 09:03:57 -0700 (PDT) In-Reply-To: <20130725080758.GE948@alchemy.franken.de> References: <201307150132.r6F1WttU081255@svn.freebsd.org> <20130725080758.GE948@alchemy.franken.de> Date: Thu, 25 Jul 2013 09:03:57 -0700 X-Google-Sender-Auth: u_Rikah0RN2eyHssl9pegYCiftY Message-ID: Subject: Re: svn commit: r253346 - in head/sys: kern net netgraph netgraph/bluetooth/socket From: Adrian Chadd To: Marius Strobl Content-Type: text/plain; charset=ISO-8859-1 Cc: Craig Rodrigues , svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 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: Thu, 25 Jul 2013 16:04:00 -0000 There's already a layering violation. It's called "giving a default vnet context during initial system bring up rather than properly figuring out where to sneak it in." That's the root cause that hid all of this crap. -adrian