From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2B196C433E0 for ; Thu, 14 Jan 2021 18:31:09 +0000 (UTC) Received: from lists.xenproject.org (lists.xenproject.org [192.237.175.120]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 921FB23B1A for ; Thu, 14 Jan 2021 18:31:08 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 921FB23B1A Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=alien8.de Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=xen-devel-bounces@lists.xenproject.org Received: from list by lists.xenproject.org with outflank-mailman.67471.120462 (Exim 4.92) (envelope-from ) id 1l07OG-0000cs-DT; Thu, 14 Jan 2021 18:30:36 +0000 X-Outflank-Mailman: Message body and most headers restored to incoming version Received: by outflank-mailman (output) from mailman id 67471.120462; Thu, 14 Jan 2021 18:30:36 +0000 Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1l07OG-0000cl-AR; Thu, 14 Jan 2021 18:30:36 +0000 Received: by outflank-mailman (input) for mailman id 67471; Thu, 14 Jan 2021 18:30:34 +0000 Received: from us1-rack-iad1.inumbo.com ([172.99.69.81]) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1l07OE-0000ce-AF for xen-devel@lists.xenproject.org; Thu, 14 Jan 2021 18:30:34 +0000 Received: from mail.skyhub.de (unknown [2a01:4f8:190:11c2::b:1457]) by us1-rack-iad1.inumbo.com (Halon) with ESMTPS id ddfd7dbf-8fa4-4c4c-9a34-6a300781c403; Thu, 14 Jan 2021 18:30:31 +0000 (UTC) Received: from zn.tnic (p200300ec2f1aa900e8e9bea65a049b95.dip0.t-ipconnect.de [IPv6:2003:ec:2f1a:a900:e8e9:bea6:5a04:9b95]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.skyhub.de (SuperMail on ZX Spectrum 128k) with ESMTPSA id 5BEDA1EC03CA; Thu, 14 Jan 2021 19:30:30 +0100 (CET) X-BeenThere: xen-devel@lists.xenproject.org List-Id: Xen developer discussion List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Errors-To: xen-devel-bounces@lists.xenproject.org Precedence: list Sender: "Xen-devel" X-Inumbo-ID: ddfd7dbf-8fa4-4c4c-9a34-6a300781c403 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=alien8.de; s=dkim; t=1610649030; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:in-reply-to:in-reply-to: references:references; bh=evMHSJs6OGwjgkwoX2qZJxB5+p4EsGCVCBCvs1NxTpo=; b=jNOZmutTqW+cfYEjryLRyzbm9kOBDQmgyb6h/iz8w29CoZH4xPBW+gUnTW51jZz/5yGtl6 J4YSg7ufLzTupVUiP2CEfrcd7uJycHcUd1fC9rsuDksbfRgleMAN4Ov2XwpO/ALiMDCN2t D9TJSPp6xXwtf/ToITomTjAr8cVZZh8= Date: Thu, 14 Jan 2021 19:30:24 +0100 From: Borislav Petkov To: kernel test robot Cc: Juergen Gross , xen-devel@lists.xenproject.org, x86@kernel.org, linux-kernel@vger.kernel.org, kbuild-all@lists.01.org, Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" Subject: Re: [PATCH v3 08/15] x86: add new features for paravirt patching Message-ID: <20210114183024.GF12284@zn.tnic> References: <20201217093133.1507-9-jgross@suse.com> <202012172021.VSDLPK5D-lkp@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <202012172021.VSDLPK5D-lkp@intel.com> On Thu, Dec 17, 2020 at 09:12:57PM +0800, kernel test robot wrote: > ld: arch/x86/kernel/alternative.o: in function `paravirt_set_cap': > >> arch/x86/kernel/alternative.c:605: undefined reference to `pv_is_native_spin_unlock' > >> ld: arch/x86/kernel/alternative.c:608: undefined reference to `pv_is_native_vcpu_is_preempted' Looks like alternative.c needs #include . -- Regards/Gruss, Boris. https://people.kernel.org/tglx/notes-about-netiquette