From owner-freebsd-current@freebsd.org Sun Dec 20 02:19:14 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 E5750A4CDD4 for ; Sun, 20 Dec 2015 02:19:14 +0000 (UTC) (envelope-from jmaloney@pcbsd.org) Received: from barracuda.ixsystems.com (mail.ixsystems.com [69.198.165.135]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.ixsystems.com", Issuer "Go Daddy Secure Certificate Authority - G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CDF2C151A for ; Sun, 20 Dec 2015 02:19:14 +0000 (UTC) (envelope-from jmaloney@pcbsd.org) X-ASG-Debug-ID: 1450577951-08ca042abc0ad80002-XDYc8F Received: from [10.0.1.8] (ip72-209-175-134.ks.ks.cox.net [72.209.175.134]) by barracuda.ixsystems.com with ESMTP id w89pvFeOyfGvGKaj (version=TLSv1 cipher=ECDHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 19 Dec 2015 18:19:12 -0800 (PST) X-Barracuda-Envelope-From: jmaloney@pcbsd.org X-Barracuda-AUTH-User: jmaloney@pcbsd.org X-Barracuda-Apparent-Source-IP: 72.209.175.134 Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 9.2 \(3112\)) Subject: Re: SVN r292469 breaks VirtualBox From: Joe Maloney X-ASG-Orig-Subj: Re: SVN r292469 breaks VirtualBox In-Reply-To: <56760852.9020204@rice.edu> Date: Sat, 19 Dec 2015 20:19:10 -0600 Cc: Michael Butler , freebsd-current , alc@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <5ED0F6E0-22DF-4822-923B-8900435D1A11@pcbsd.org> References: <5675FD92.5050604@protected-networks.net> <56760852.9020204@rice.edu> To: Alan Cox X-Mailer: Apple Mail (2.3112) X-Barracuda-Connect: ip72-209-175-134.ks.ks.cox.net[72.209.175.134] X-Barracuda-Start-Time: 1450577952 X-Barracuda-Encrypted: ECDHE-RSA-AES256-SHA X-Barracuda-URL: https://10.2.0.41:443/cgi-mod/mark.cgi X-Virus-Scanned: by bsmtpd at ixsystems.com X-Barracuda-BRTS-Status: 1 X-Barracuda-Spam-Score: 0.50 X-Barracuda-Spam-Status: No, SCORE=0.50 using global scores of TAG_LEVEL=1000.0 QUARANTINE_LEVEL=1000.0 KILL_LEVEL=8.0 tests=BSF_RULE7568M X-Barracuda-Spam-Report: Code version 3.2, rules version 3.2.3.25416 Rule breakdown below pts rule name description ---- ---------------------- -------------------------------------------------- 0.50 BSF_RULE7568M Custom Rule 7568M 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 02:19:15 -0000 I ran into this months earlier with NextBSD. Replacing = vm_pageout_grow_cache(). in memobj-r0drv-freebsd.c with this fixed the = issue: vm_pageout_reclaim_contig(1, 0, VM_MAX_ADDRESS, PAGE_SIZE, 0, 3); Joe Maloney > On Dec 19, 2015, at 7:45 PM, Alan Cox wrote: >=20 > On 12/19/2015 19:00, Michael Butler wrote: >> While the kernel modules will build, they won't load .. >>=20 >> 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 >>=20 >=20 > 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(). >=20 > _______________________________________________ > freebsd-current@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to = "freebsd-current-unsubscribe@freebsd.org"