From owner-freebsd-bugs@freebsd.org Sat Jul 18 18:13:07 2015 Return-Path: Delivered-To: freebsd-bugs@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 45F209A5880 for ; Sat, 18 Jul 2015 18:13:07 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 147771EEA for ; Sat, 18 Jul 2015 18:13:07 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id t6IID63O096664 for ; Sat, 18 Jul 2015 18:13:06 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 201679] Upgrade of -STABLE from 20150627 to 20150717 keeps loader from loading vmm.ko Date: Sat, 18 Jul 2015 18:13:07 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 10.2-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: hartzell@alerce.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Jul 2015 18:13:07 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201679 Bug ID: 201679 Summary: Upgrade of -STABLE from 20150627 to 20150717 keeps loader from loading vmm.ko Product: Base System Version: 10.2-STABLE Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: kern Assignee: freebsd-bugs@FreeBSD.org Reporter: hartzell@alerce.com I upgraded my 10.2-STABLE system via svn last night, did the build and install world and kernel dance. Generally everything is as it should be. But, I can no longer load `vmm.ko` via the loader, which used to work. I have these lines in `/boot/loader.conf`: ``` vmm_load="YES" pptdevs="0/23/0" ``` and/but at the machine boots, I get this on the console. ``` >> FreeBSD EFI boot block Loader path: /boot/loader.efi Consoles: EFI console Image base: 0x78a69000 EFI version: 2.40 EFI Firmware: EDK II (rev 1.00) FreeBSD/amd64 EFI loader, Revision 1.1 (root@fishy.alerce.com, Sat Jul 18 00:42:15 PDT 2015) Loading /boot/defaults/loader.conf /boot/kernel/kernel text=0x1396e50 data=0x132738+0x4d7f40 syms=[0x8+0x159d50+0x8 +0x17465c] /boot/entropy size=0x1000 /boot/kernel/vmm.ko | elf64_obj_loadimage: read failed Hit [Enter] to boot immediately, or any other key for command prompt. Booting [/boot/kernel/kernel]... Start @ 0xffffffff802f9000 ... ``` I am unable to load them by hand via the loader either: ``` OK OK load vmm /boot/kernel/vmm.ko - elf64_obj_loadimage: read failed can't load file '/boot/kernel/vmm.ko': input/output error OK ``` Loading `/boot/kernel.old/vmm.ko` (from the old build) also fails. I can load the module using `kldload` once the system is up and running. I also noticed that the `if_urtwn.ko` module loaded via the loader, so I think that loading kernel modules is not generally broken. ``` root@fishy:~ # kldload vmm root@fishy:~ # kldstat Id Refs Address Size Name 1 9 0xffffffff80200000 1e6fa38 kernel 2 1 0xffffffff82211000 11f42 if_urtwn.ko 3 1 0xffffffff82223000 338ac2 vmm.ko root@fishy:~ # ``` I'd like to get this working. Suggestions? -- You are receiving this mail because: You are the assignee for the bug.