From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753078AbdBHDX4 (ORCPT ); Tue, 7 Feb 2017 22:23:56 -0500 Received: from ozlabs.org ([103.22.144.67]:58109 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751859AbdBHDXy (ORCPT ); Tue, 7 Feb 2017 22:23:54 -0500 Date: Wed, 8 Feb 2017 14:23:51 +1100 From: Stephen Rothwell To: Marcelo Tosatti , Gleb Natapov , KVM Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Paolo Bonzini Subject: linux-next: build failure after merge of the kvm tree Message-ID: <20170208142351.15da0ae2@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi all, After merging the kvm tree, today's linux-next build (x86_64 allmodconfig) failed like this: arch/x86/kvm/x86.c: In function 'kvm_pv_clock_pairing': arch/x86/kvm/x86.c:6157:2: error: unknown type name 'cycle_t' cycle_t cycle; ^ arch/x86/kvm/x86.c:6163:42: error: passing argument 2 of 'kvm_get_walltime_and_clockread' from incompatible pointer type [-Werror=incompatible-pointer-types] if (kvm_get_walltime_and_clockread(&ts, &cycle) == false) ^ arch/x86/kvm/x86.c:1665:13: note: expected 'u64 * {aka long long unsigned int *}' but argument is of type 'int *' static bool kvm_get_walltime_and_clockread(struct timespec *ts, ^ Caused by commit 55dd00a73a51 ("KVM: x86: add KVM_HC_CLOCK_PAIRING hypercall") I have used the version fo the kvm tree from next-20170207 for today. -- Cheers, Stephen Rothwell