From owner-freebsd-hackers@FreeBSD.ORG Mon Apr 21 02:23:53 2014 Return-Path: Delivered-To: freebsd-hackers@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 ESMTPS id 47299A2F; Mon, 21 Apr 2014 02:23:53 +0000 (UTC) Received: from mail-qg0-x22a.google.com (mail-qg0-x22a.google.com [IPv6:2607:f8b0:400d:c04::22a]) (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 EBC541DDB; Mon, 21 Apr 2014 02:23:52 +0000 (UTC) Received: by mail-qg0-f42.google.com with SMTP id q107so3582535qgd.29 for ; Sun, 20 Apr 2014 19:23:52 -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=Uc9f6V6MZj+ls5t47xcd1AxwQnvLYDKz9mbGNotiSJ8=; b=fMLhcLqSZU2JqlFP0bWsPP7oKA7Qm6FeLF28kcgz6kMN8czJuy82nOODdG13ma+PyG 7hlTgNcXwRgnQMxFMUPjaGI5F7QS7jglC54uvYaLqowrnupUQIchmOv4DBe8KwztSAWG lwkGQyYmpnV5ciscFV/TlV0aiKquENPh7+ayU6UlkvgY8AnxHaHP89IzJjcTXkY1DN5S m6H5zdqalDVbpxHpe68e2gps3Bp1omphLylj/TCA3FaLC68MB58HGszFC0fRj3pXwJMk d4BzwFQMINzt4J62xlFo3IVqmEHcY1HeSriYHUWYwPOq9LS0C+tgNSVSe6X0lmpAImoR W7wA== MIME-Version: 1.0 X-Received: by 10.140.43.135 with SMTP id e7mr498160qga.95.1398047032073; Sun, 20 Apr 2014 19:23:52 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.224.191.201 with HTTP; Sun, 20 Apr 2014 19:23:52 -0700 (PDT) In-Reply-To: References: Date: Sun, 20 Apr 2014 19:23:52 -0700 X-Google-Sender-Auth: SHCpCI0RKUeLkcKBTy79MtJAMro Message-ID: Subject: Re: Getting VNET/VIMAGE across the finish line From: Adrian Chadd To: Kevin Bowling Content-Type: text/plain; charset=UTF-8 Cc: "freebsd-hackers@freebsd.org" , FreeBSD Net X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Apr 2014 02:23:53 -0000 On 20 April 2014 18:56, Kevin Bowling wrote: > Hi, > > I'd like to see VNET/VIMAGE get added to GENERIC in -CURRENT and help stamp > out any remaining issues. > > I'm aware of two broad problems at the moment: > * http://www.freebsd.org/cgi/query-pr.cgi?pr=164763&cat= > * pf related things which seem to be getting addressed > > Is anyone tracking other issues? No, but it doesn't mean there aren't any. Try hotswapping devices on your PC - build everything as modules, then just decide to unload them with active interfaces on them. See if that makes your machine unhappy. Same with USB things. -a