From owner-freebsd-emulation@FreeBSD.ORG Tue Mar 4 02:03:11 2014 Return-Path: Delivered-To: emulation@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 55251663; Tue, 4 Mar 2014 02:03:11 +0000 (UTC) Received: from hz.grosbein.net (hz.grosbein.net [78.47.246.247]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CF2D1E9F; Tue, 4 Mar 2014 02:03:09 +0000 (UTC) Received: from eg.sd.rdtc.ru (root@eg.sd.rdtc.ru [62.231.161.221]) by hz.grosbein.net (8.14.7/8.14.7) with ESMTP id s21FxVDn089461 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sat, 1 Mar 2014 17:00:02 +0100 (CET) (envelope-from egrosbein@rdtc.ru) X-Envelope-From: egrosbein@rdtc.ru X-Envelope-To: emulation@freebsd.org Received: from eg.sd.rdtc.ru (eugen@localhost [127.0.0.1]) by eg.sd.rdtc.ru (8.14.7/8.14.7) with ESMTP id s21FxMBE009452; Sat, 1 Mar 2014 22:59:22 +0700 (NOVT) (envelope-from egrosbein@rdtc.ru) Message-ID: <531203DA.909@rdtc.ru> Date: Sat, 01 Mar 2014 22:59:22 +0700 From: Eugene Grosbein User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130415 Thunderbird/17.0.5 MIME-Version: 1.0 To: bug-followup@FreeBSD.ORG Subject: Re: kern/184176: [patch] [vimage] introduce new src.conf knob WITH_VIMAGE Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-2.3 required=5.0 tests=BAYES_00, DATE_IN_FUTURE_96_Q, RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-Spam-Report: * 0.0 DATE_IN_FUTURE_96_Q Date: is 4 days to 4 months after Received: date * 0.0 RP_MATCHES_RCVD Envelope sender domain matches handover relay domain * -2.3 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on hz.grosbein.net Cc: emulation@freebsd.org, Andriy Gapon X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Mar 2014 02:03:11 -0000 Hi! virtualbox-ose-4.3.6 built with virtualbox-ose-kmod-4.3.6 panices kernel at the moment of vboxnet initialization if kernel is built with options VIMAGE. We need WITH_VIMAGE make.conf knob at least for ports but several stock kernel modules like ng_ether.ko, if_gif.ko must be built with respect to VIMAGE and will benefit from new knob too. Please commit the patch from http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/184176 Eugene Grosbein