Received: by 10.223.176.46 with SMTP id f43csp2746983wra; Mon, 22 Jan 2018 02:44:03 -0800 (PST) X-Google-Smtp-Source: AH8x225xGmaWxigDqdnHkTQDOOegWvcgZQn3wfbtK61jGWn2wS1/nMWFjwD6pbQMzVOFfowvSXIA X-Received: by 10.98.67.82 with SMTP id q79mr7988005pfa.144.1516617843097; Mon, 22 Jan 2018 02:44:03 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1516617843; cv=none; d=google.com; s=arc-20160816; b=CNIOiIrT5M+bxZiSoESXaTrcysNUX5czetf4qJT9mYAJngbo5M0IDPUleFuOyZFoQe LLAM71JcQ2NsSg2Ixnx0tuFf+nEBodrFMCHbFuJUaqOm2M0vq4Jw30VizvWnMdEOOKN4 9hI/8/9Up+cCzVfyf/F1g0vhlLSZAk+zOP/01/FWdzN59geOBgV4SmhvmPsvmwnSAt4u tACTeh2xL3oUk3priOaI8QeOKJlkt+Ic6tG+MFgyjK44D0IE+eBnYmXk0uKGgJsWPlcQ nk8kBIAKLKbgydd0W5E0ELyqQq/++sGaSGzPSNi/OF6tbtL0R1GbSEW1qIL9GtlWEHf8 XgXA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:message-id :in-reply-to:date:references:subject:cc:to:from :arc-authentication-results; bh=pvt0jZFu5KdgSBs2xnyz32Gq1yTRP2wN4Ng/0GYZnFE=; b=yILhIQvCy+Ty95cuEor2bWaIRxg614x2SNKZJ7XoJRyZX4/4bPh6KTNpw/DvZ2MY4n kHcVP5tI6WV6TagnDNqBTCC0uV4tgLeISP7zbyqcX3YtnsrPrM+/2qj2NQNGqewplNh2 wTq9+px5z38ZchSSzt5sGhuzQC3cEgueeaPO0ApZBwDbL/bIOdcE2jx+yKqRK7RFGbGU PsXMNvPwgEXKFis2fD7400ehrYFkDhkIS8AhHPQ2vmBgOA9CD8m7a8sj4Nyj1xNXKnaG EU9MkcBPdzZ7pScseIFThH5AOc+709eLpHDnHyaDkg6JKQBF5Z3IHFwejeCFZnhOmuZS 2s3Q== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=redhat.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id q10si11368268pfc.260.2018.01.22.02.43.49; Mon, 22 Jan 2018 02:44:03 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=redhat.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751338AbeAVKlu (ORCPT + 99 others); Mon, 22 Jan 2018 05:41:50 -0500 Received: from mx1.redhat.com ([209.132.183.28]:57522 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750919AbeAVKls (ORCPT ); Mon, 22 Jan 2018 05:41:48 -0500 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 5C4F77E420; Mon, 22 Jan 2018 10:41:48 +0000 (UTC) Received: from vitty.brq.redhat.com.redhat.com (unknown [10.43.2.155]) by smtp.corp.redhat.com (Postfix) with ESMTPS id A35017A2F9; Mon, 22 Jan 2018 10:41:44 +0000 (UTC) From: Vitaly Kuznetsov To: Thomas Gleixner Cc: kbuild test robot , kbuild-all@01.org, kvm@vger.kernel.org, x86@kernel.org, Stephen Hemminger , Radim =?utf-8?B?S3LEjW3DocWZ?= , Haiyang Zhang , linux-kernel@vger.kernel.org, devel@linuxdriverproject.org, "Michael Kelley \(EOSG\)" , Ingo Molnar , Roman Kagan , Andy Lutomirski , "H. Peter Anvin" , Paolo Bonzini , Mohammed Gamal Subject: Re: [PATCH v3 3/7] x86/hyper-v: reenlightenment notifications support References: <20180116182700.1042-4-vkuznets@redhat.com> <201801191841.QZ26OYif%fengguang.wu@intel.com> <87o9lqdt15.fsf@vitty.brq.redhat.com> Date: Mon, 22 Jan 2018 11:41:43 +0100 In-Reply-To: (Thomas Gleixner's message of "Sat, 20 Jan 2018 08:48:07 +0100 (CET)") Message-ID: <87shaych08.fsf@vitty.brq.redhat.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.27]); Mon, 22 Jan 2018 10:41:48 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Thomas Gleixner writes: > On Fri, 19 Jan 2018, Vitaly Kuznetsov wrote: >> kbuild test robot writes: >> >> > Hi Vitaly, >> > >> > Thank you for the patch! Perhaps something to improve: >> > >> > [auto build test WARNING on tip/auto-latest] >> > [also build test WARNING on v4.15-rc8 next-20180118] >> > [cannot apply to tip/x86/core kvm/linux-next] >> > [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] >> > >> > url: https://github.com/0day-ci/linux/commits/Vitaly-Kuznetsov/x86-kvm-hyperv-stable-clocksorce-for-L2-guests-when-running-nested-KVM-on-Hyper-V/20180119-160814 >> > config: x86_64-allmodconfig (attached as .config) >> > compiler: gcc-7 (Debian 7.2.0-12) 7.2.1 20171025 >> > reproduce: >> > # save the attached .config to linux build tree >> > make ARCH=x86_64 >> > >> > All warnings (new ones prefixed by >>): >> > >> > In file included from include/linux/kasan.h:17:0, >> > from include/linux/slab.h:129, >> > from include/linux/irq.h:26, >> > from arch/x86/include/asm/hardirq.h:6, >> > from include/linux/hardirq.h:9, >> > from include/linux/interrupt.h:13, >> > from arch/x86/include/asm/mshyperv.h:8, >> > from arch/x86//entry/vdso/vdso32/../vclock_gettime.c:20, >> > from arch/x86//entry/vdso/vdso32/vclock_gettime.c:33: >> > arch/x86/include/asm/pgtable.h: In function 'clone_pgd_range': >> > arch/x86/include/asm/pgtable.h:1129:9: error: implicit declaration of function 'kernel_to_user_pgdp'; did you mean 'u64_to_user_ptr'? [-Werror=implicit-function-declaration] >> > memcpy(kernel_to_user_pgdp(dst), kernel_to_user_pgdp(src), >> > ^~~~~~~~~~~~~~~~~~~ >> >> Sorry but I'm failing to see how this (and all the rest) is related to >> my patch ... > > You added '#include ' to mshyperv.h which is included in > vclock_gettime.c and pulls in other stuff which fails to expand.... > Oh, right, thanks! I'll see what can be done. -- Vitaly