From owner-svn-src-head@FreeBSD.ORG Sat Jul 13 18:04:24 2013 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 728533AD; Sat, 13 Jul 2013 18:04:24 +0000 (UTC) (envelope-from crodr001@gmail.com) Received: from mail-ob0-x230.google.com (mail-ob0-x230.google.com [IPv6:2607:f8b0:4003:c01::230]) by mx1.freebsd.org (Postfix) with ESMTP id 083CF1B35; Sat, 13 Jul 2013 18:04:23 +0000 (UTC) Received: by mail-ob0-f176.google.com with SMTP id v19so12599794obq.35 for ; Sat, 13 Jul 2013 11:04:23 -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=xAvN4OKRc5slSzgTzN7VYGc9qbvCYsxpxL7HgFNaHVY=; b=ytAyReHVUpwD/4e6sZKzTJizDTQVHiWQ9/8vicnLH5wl1e/7KWSSta2CQP1NsqSTQh EGJtimz/6s9YvC/vVhXCwrRFsWK2YLz8Dk4+zHYxYeVr9kcsxFFRcCr9aK3cEKa/b0w8 aSbUz+6jRjcyzfLwzga2PYSJBqHNPC7kCTF2xSMXO9wn9rPb6QJjKDCwGbWzjO1WP7tT mjQK9ewq1iEjxzuRCJxY6FLzm04rQZ5EGI3K33B3wgg+tjzmTbdWbOUZumL8JkJmR638 WQESLa5UT0h+bqU72PUnlMWeK1BdO0eMHkMzslkpJv3ZNygswrEuTU/GgiE5R5w/vSIs CEkg== MIME-Version: 1.0 X-Received: by 10.60.173.169 with SMTP id bl9mr40187951oec.51.1373738663560; Sat, 13 Jul 2013 11:04:23 -0700 (PDT) Sender: crodr001@gmail.com Received: by 10.60.161.200 with HTTP; Sat, 13 Jul 2013 11:04:23 -0700 (PDT) In-Reply-To: <20130713141802.GG2757@gmail.com> References: <201307120803.r6C83ACp016523@svn.freebsd.org> <20130712202710.GB2757@gmail.com> <20130713073118.GC2757@gmail.com> <20130713111825.GE2757@gmail.com> <20130713141802.GG2757@gmail.com> Date: Sat, 13 Jul 2013 11:04:23 -0700 X-Google-Sender-Auth: XpaXy--kSg3Rx_U4b2nEhsYRCKs Message-ID: Subject: Re: svn commit: r253255 - head/sys/netgraph/bluetooth/drivers/ubt From: Craig Rodrigues To: Mikolaj Golub Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, Adrian Chadd , src-committers@freebsd.org, Marko Zec 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: Sat, 13 Jul 2013 18:04:24 -0000 On Sat, Jul 13, 2013 at 7:18 AM, Mikolaj Golub wrote: > On Sat, Jul 13, 2013 at 02:18:26PM +0300, Mikolaj Golub wrote: > > > I wonder if it fails on current too? It looks this code is not there > > any more. I will try. > > Yes. It crashes on current too. In pfattach(). Also, loading ipfw and > ipfw_nat causes panics in ipfw_init() and ipfw_nat_init(). Although > this can be easily bandaged with CURVNET_SET(vnet0), it rather reveals > problems with these modules. > Can you try this combination of patches: (1) Combine Adrian and Marko's patches, but omit Marko's changes to kldload/kldunload: http://people.freebsd.org/~rodrigc/vnet-patch-adrian+marko.txt (2) Revert my Bluetooth patch: http://people.freebsd.org/~rodrigc/patch-revert-GRN-253255.txt This combination of patches work for me: -> Bluetooth works with ng_ubt driver -> Wireless with iwn driver -> PF works I don't have a USB Ethernet device to test. -- Craig