From owner-freebsd-current@freebsd.org Sun Dec 20 06:09:13 2015 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E2ABEA40136 for ; Sun, 20 Dec 2015 06:09:13 +0000 (UTC) (envelope-from markjdb@gmail.com) Received: from mail-pa0-x22a.google.com (mail-pa0-x22a.google.com [IPv6:2607:f8b0:400e:c03::22a]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C586013CA; Sun, 20 Dec 2015 06:09:13 +0000 (UTC) (envelope-from markjdb@gmail.com) Received: by mail-pa0-x22a.google.com with SMTP id jx14so53543152pad.2; Sat, 19 Dec 2015 22:09:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=zpf4KWfRgOpaMCvePXmMtVo3QSoiQIQPof5dQhyh6ko=; b=RW9PaRBIFoB7hzCJDQ59dH/yDNqxn5/W9AFIa35LIREn65UltwMwPN4qN67BAMBsPh Ann65gNAGibpnXGBndqH8GffC35Z44I+zzpGuCl0JY7VMKr5xTJ0ExU0FVPGu1GV8JwG LlGhBsDlnBm6elUBeDc+GbWxQxhEnSqRmCCvCAyqfvUbk8jx0ZbmKEJTdrFTX9OTGQWL YsSHS7FAAnjdMUdqGKc7BiUOYyFZQCldcKd3MhxGPHhVcLJKpJBBRSIzXShNP6sCqMnf NaZ4fBoSgXXMnkUTGD13ILGIIWjBFKjk0f6fQtbs7HP6QBwFA0nAkkAI/HK8c4FZH8Q7 I2CQ== X-Received: by 10.66.139.234 with SMTP id rb10mr17499001pab.82.1450591753119; Sat, 19 Dec 2015 22:09:13 -0800 (PST) Received: from raichu ([104.232.114.184]) by smtp.gmail.com with ESMTPSA id n64sm26899653pfi.19.2015.12.19.22.09.12 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 19 Dec 2015 22:09:12 -0800 (PST) Sender: Mark Johnston Date: Sat, 19 Dec 2015 22:09:08 -0800 From: Mark Johnston To: Alan Cox Cc: Michael Butler , freebsd-current , alc@freebsd.org Subject: Re: SVN r292469 breaks VirtualBox Message-ID: <20151220060801.GA3710@raichu> References: <5675FD92.5050604@protected-networks.net> <56760852.9020204@rice.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <56760852.9020204@rice.edu> User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 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: Sun, 20 Dec 2015 06:09:14 -0000 On Sat, Dec 19, 2015 at 07:45:54PM -0600, Alan Cox wrote: > On 12/19/2015 19:00, Michael Butler wrote: > > While the kernel modules will build, they won't load .. > > > > kernel: linker_load_file: Unsupported file type > > kernel: link_elf_obj: symbol vm_pageout_grow_cache undefined > > kernel: linker_load_file: Unsupported file type > > kernel: KLD vboxnetflt.ko: depends on vboxdrv - not available or version > > mismatch > > kernel: linker_load_file: Unsupported file type > > kernel: link_elf_obj: symbol vm_pageout_grow_cache undefined > > kernel: linker_load_file: Unsupported file type > > kernel: KLD vboxnetadp.ko: depends on vboxdrv - not available or version > > mismatch > > kernel: linker_load_file: Unsupported file type > > > > VBox/Runtime/r0drv/freebsd/memobj-r0drv-freebsd.c will need to be > patched to use vm_page_reclaim_contig() instead of vm_pageout_grow_cache(). I submitted PR 205452 for this: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205452 Note that __FreeBSD_version was bumped, so one needs to be at r292499 or later before rebuilding the port.