From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Zigotzky Subject: Problem with merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm Date: Thu, 17 Mar 2016 17:16:26 +0100 Message-ID: <56EAD85A.3060309@xenosoft.de> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit To: kvm@vger.kernel.org Return-path: Received: from mo4-p00-ob.smtp.rzone.de ([81.169.146.162]:36052 "EHLO mo4-p00-ob.smtp.rzone.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752698AbcCQQWh (ORCPT ); Thu, 17 Mar 2016 12:22:37 -0400 Received: from [192.168.1.106] (ppp-83-171-159-173.dynamic.mnet-online.de [83.171.159.173]) by smtp.strato.de (RZmta 37.21 DYNA|AUTH) with ESMTPSA id I00b1bs2HGGQ0Ml (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA (curve secp521r1 with 521 ECDH bits, eq. 15360 bits RSA)) (Client did not present a certificate) for ; Thu, 17 Mar 2016 17:16:26 +0100 (CET) Sender: kvm-owner@vger.kernel.org List-ID: Hi All, I downloaded the latest Git version of the Linux kernel today. Unfortunately I wasn't able to compile the kvm-pr kernel module today. Error messages: Building modules, stage 2. MODPOST 29 modules ERROR: ".kvmppc_h_put_tce" [arch/powerpc/kvm/kvm-pr.ko] undefined! ERROR: ".kvmppc_h_stuff_tce" [arch/powerpc/kvm/kvm-pr.ko] undefined! make[1]: *** [__modpost] Fehler 1 make: *** [modules] Fehler 2 Yesterday, I tested the latest Git version of the Linux kernel too. I was able to compile the kvm-pr kernel module yesterday. After that I successfully tested it with Mac-on-Linux and Mac OS X Tiger yesterday. I think the problem is in the latest KVM updates. Link: https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=10dc3747661bea9215417b659449bb7b8ed3df2c Cheers, Christian