From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jan Kiszka Subject: Re: recent kvm-kmod commit breaks on F18 Date: Mon, 29 Apr 2013 21:06:37 +0200 Message-ID: <517EC4BD.7080605@web.de> References: <20130429183341.GC1646@HEDWIG.INI.CMU.EDU> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="----enig2UHLOWMDMRBLQOUFAPFBD" Cc: "kvm@vger.kernel.org" To: "Gabriel L. Somlo" Return-path: Received: from mout.web.de ([212.227.15.3]:56424 "EHLO mout.web.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758903Ab3D2TGk (ORCPT ); Mon, 29 Apr 2013 15:06:40 -0400 In-Reply-To: <20130429183341.GC1646@HEDWIG.INI.CMU.EDU> Sender: kvm-owner@vger.kernel.org List-ID: This is an OpenPGP/MIME signed message (RFC 4880 and 3156) ------enig2UHLOWMDMRBLQOUFAPFBD Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On 2013-04-29 20:33, Gabriel L. Somlo wrote: > Jan, >=20 > Bisect says that commit 4fb60de74f93a601775dbda053b3237634d7a417 That commit alone is broken as it depends on the refactorings being selected by the submodule update. Does the problem persist with current master checked out into a clean folder? Jan > to kvm-kmod is what causes breakage on my (otherwise stock) F18 box > (with kernel version 3.8.9-200.fc18.x86_64): >=20 > make -C /lib/modules/3.8.9-200.fc18.x86_64/build M=3D`pwd` clean > make[1]: Entering directory `/usr/src/kernels/3.8.9-200.fc18.x86_64' > CLEAN /home/somlo/KVM-OSX/SCRATCH/kvm-kmod/.tmp_versions > make[1]: Leaving directory `/usr/src/kernels/3.8.9-200.fc18.x86_64' > rm -f config.mak kvm-kmod-config.h include/asm include-compat/asm > .tmp.kvm-kmod.spec > make -C /lib/modules/3.8.9-200.fc18.x86_64/build M=3D`pwd` clean > make[1]: Entering directory `/usr/src/kernels/3.8.9-200.fc18.x86_64' > make[1]: Leaving directory `/usr/src/kernels/3.8.9-200.fc18.x86_64' > ./sync -v v3.8-12811-gebe8054 -l ./linux > make -C /lib/modules/3.8.9-200.fc18.x86_64/build M=3D`pwd` \ > LINUXINCLUDE=3D"-I`pwd`/include -I`pwd`/include/uapi -Iinclude = \ > -Iinclude2 > -I/lib/modules/3.8.9-200.fc18.x86_64/source/include > -I/lib/modules/3.8.9-200.fc18.x86_64/source/include/uapi > -I/lib/modules/3.8.9-200.fc18.x86_64/source/arch/x86/include > -I/lib/modules/3.8.9-200.fc18.x86_64/source/arch/x86/include/uapi \ > -Iinclude/generated/uapi -Iarch/x86/include/generated > \ > -Iarch/x86/include/generated/uapi \ > -I`pwd`/include-compat -I`pwd`/x86 \ > -include include/generated/autoconf.h \ > -include `pwd`/x86/external-module-compat.h" \ > "$@" > make[1]: Entering directory `/usr/src/kernels/3.8.9-200.fc18.x86_64' > LD /home/somlo/KVM-OSX/SCRATCH/kvm-kmod/x86/built-in.o > CC [M] /home/somlo/KVM-OSX/SCRATCH/kvm-kmod/x86/svm.o > /home/somlo/KVM-OSX/SCRATCH/kvm-kmod/x86/svm.c:2790:12: warning: > `invalid_op_interception' defined but not used [-Wunused-function] > CC [M] /home/somlo/KVM-OSX/SCRATCH/kvm-kmod/x86/vmx.o > /home/somlo/KVM-OSX/SCRATCH/kvm-kmod/x86/vmx.c:5313:12: warning: > `handle_invalid_op' defined but not used [-Wunused-function] > CC [M] /home/somlo/KVM-OSX/SCRATCH/kvm-kmod/x86/kvm_main.o > CC [M] /home/somlo/KVM-OSX/SCRATCH/kvm-kmod/x86/x86.o > CC [M] /home/somlo/KVM-OSX/SCRATCH/kvm-kmod/x86/mmu.o > CC [M] /home/somlo/KVM-OSX/SCRATCH/kvm-kmod/x86/emulate.o > CC [M] /home/somlo/KVM-OSX/SCRATCH/kvm-kmod/x86/irq.o > CC [M] /home/somlo/KVM-OSX/SCRATCH/kvm-kmod/x86/i8259.o > CC [M] /home/somlo/KVM-OSX/SCRATCH/kvm-kmod/x86/pmu.o > CC [M] /home/somlo/KVM-OSX/SCRATCH/kvm-kmod/x86/lapic.o > CC [M] /home/somlo/KVM-OSX/SCRATCH/kvm-kmod/x86/ioapic.o > CC [M] /home/somlo/KVM-OSX/SCRATCH/kvm-kmod/x86/preempt.o > CC [M] /home/somlo/KVM-OSX/SCRATCH/kvm-kmod/x86/i8254.o > CC [M] /home/somlo/KVM-OSX/SCRATCH/kvm-kmod/x86/coalesced_mmio.o > CC [M] /home/somlo/KVM-OSX/SCRATCH/kvm-kmod/x86/irq_comm.o > CC [M] /home/somlo/KVM-OSX/SCRATCH/kvm-kmod/x86/eventfd.o > CC [M] /home/somlo/KVM-OSX/SCRATCH/kvm-kmod/x86/compat-x86.o > CC [M] /home/somlo/KVM-OSX/SCRATCH/kvm-kmod/x86/async_pf.o > CC [M] /home/somlo/KVM-OSX/SCRATCH/kvm-kmod/x86/cpuid.o > make[3]: *** No rule to make target > `/home/somlo/KVM-OSX/SCRATCH/kvm-kmod/x86/irqchip.o', needed by > `/home/somlo/KVM-OSX/SCRATCH/kvm-kmod/x86/kvm.o'. Stop. > make[2]: *** [/home/somlo/KVM-OSX/SCRATCH/kvm-kmod/x86] Error 2 > make[1]: *** [_module_/home/somlo/KVM-OSX/SCRATCH/kvm-kmod] Error 2 > make[1]: Leaving directory `/usr/src/kernels/3.8.9-200.fc18.x86_64' > make: *** [all] Error 2 >=20 > Thanks, > --Gabriel ------enig2UHLOWMDMRBLQOUFAPFBD Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.16 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iEYEARECAAYFAlF+xL0ACgkQitSsb3rl5xQEbACeNXO3GU6HmtITnE7jV6lFgcOX 4PkAoK3vJs4LDVjdZiQ70UgdLgB34Iso =uxBM -----END PGP SIGNATURE----- ------enig2UHLOWMDMRBLQOUFAPFBD--