From owner-freebsd-current@FreeBSD.ORG Fri Aug 1 23:25:15 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4188B7A3 for ; Fri, 1 Aug 2014 23:25:15 +0000 (UTC) Received: from mail-qg0-x235.google.com (mail-qg0-x235.google.com [IPv6:2607:f8b0:400d:c04::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 030AD26CA for ; Fri, 1 Aug 2014 23:25:14 +0000 (UTC) Received: by mail-qg0-f53.google.com with SMTP id q107so6562848qgd.26 for ; Fri, 01 Aug 2014 16:25:14 -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:message-id:subject :from:to:cc:content-type; bh=T618sDv6SqM6S9OyBOQr1yNRUpYh3P05aI2cvCqQtE4=; b=Cv1BA6Qged5S9F8psDPw28rNx9ETcBhaiz81ep+zHhSPOkPdhgm2kODOlFFQcgB6Ig lDDa+qVA2WPIwf6y5edv4cfwM3qQ/Bpns4pEWOZvMx3VobSEnp+TrXflTTod1+DCwLVJ lolnj8AKqtrlrRQgUjGBaW7hmurltYLHfAWKOX3n/YczlD37iaBxTEF2zbL23KUclJVQ 42mQmzYjFB3RORnaho+PaOX+yuWczEHrd2FZVotu7j/N+OPMVZ/kF8dujGxPVR8Wm5m5 1xa21cMP8wBSj9b2j3bZcuAGLqoV2frtXLF7hD0oXWma4d2Aaqqf6qhyWGIkEpvXt0s5 gcQQ== MIME-Version: 1.0 X-Received: by 10.140.19.176 with SMTP id 45mr13400666qgh.46.1406935514106; Fri, 01 Aug 2014 16:25:14 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.224.1.6 with HTTP; Fri, 1 Aug 2014 16:25:14 -0700 (PDT) In-Reply-To: <20140802005520.29ca841b@x23> References: <20140801193403.GE50495@funkthat.com> <20140801222118.GH50495@funkthat.com> <20140802005520.29ca841b@x23> Date: Fri, 1 Aug 2014 16:25:14 -0700 X-Google-Sender-Auth: -9FZGDgmGRIr12dtf_-VnnCx7pg Message-ID: Subject: Re: domain_add(xxx) after domainfinalize... From: Adrian Chadd To: Marko Zec Content-Type: text/plain; charset=UTF-8 Cc: freebsd-current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Aug 2014 23:25:15 -0000 On 1 August 2014 15:55, Marko Zec wrote: > On Fri, 1 Aug 2014 15:42:30 -0700 > Adrian Chadd wrote: > >> I'd just make it a panic. :) > > Are you prepared to say goodbye to kldloading netgraph at runtime? Well, why is it saying that? is there actually a problem? -a