From owner-freebsd-current@FreeBSD.ORG Thu Dec 2 18:16:19 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B3A5F16A4CE for ; Thu, 2 Dec 2004 18:16:19 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 54C5643D5D for ; Thu, 2 Dec 2004 18:16:19 +0000 (GMT) (envelope-from leafy7382@gmail.com) Received: by rproxy.gmail.com with SMTP id 34so318974rns for ; Thu, 02 Dec 2004 10:16:18 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=Rkz1pfL6iOZcdMIyxzaGXpprzfwG4X4WQjIjSnk3r5xhgEWzTpAXLxDuUpmLI+Za0ut1LVy2mu0SvuEAtTsfRSEFZB/G2A9dWg3LIp2/VpkKdxFezbmJsS9/Y+T220cd0Ww1siwlRx80Qdu0TO7c4niiyYZCCxb6v5unbu/rby4= Received: by 10.38.179.40 with SMTP id b40mr2277769rnf; Thu, 02 Dec 2004 10:16:18 -0800 (PST) Received: by 10.38.8.31 with HTTP; Thu, 2 Dec 2004 10:16:18 -0800 (PST) Message-ID: Date: Fri, 3 Dec 2004 02:16:18 +0800 From: Jiawei Ye To: freebsd-current@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: WARNING: attempt to net_add_domain(netgraph) after domainfinalize() X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Jiawei Ye List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 18:16:19 -0000 Warnings started to appear after modifications to uipc_domain.c. The warning used to appear after acpi_cpu in dmesg. Now it happens after user_ppp is run (which I assume is why the netgraph related message appeared) with latest uipc_domain.c commit. Jiawei -- "Without the userland, the kernel is useless." --inspired by The Tao of Programming