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.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_SANE_1 autolearn=ham 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 8FDF2C433DF for ; Wed, 17 Jun 2020 13:40:55 +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 68CD821556 for ; Wed, 17 Jun 2020 13:40:55 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 68CD821556 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=ens-lyon.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=xen-devel-bounces@lists.xenproject.org Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1jlYJ3-0006pX-O5; Wed, 17 Jun 2020 13:40:45 +0000 Received: from all-amaz-eas1.inumbo.com ([34.197.232.57] helo=us1-amaz-eas2.inumbo.com) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1jlYJ2-0006pQ-S3 for xen-devel@lists.xenproject.org; Wed, 17 Jun 2020 13:40:44 +0000 X-Inumbo-ID: 233e8158-b0a0-11ea-b9eb-12813bfff9fa Received: from hera.aquilenet.fr (unknown [185.233.100.1]) by us1-amaz-eas2.inumbo.com (Halon) with ESMTPS id 233e8158-b0a0-11ea-b9eb-12813bfff9fa; Wed, 17 Jun 2020 13:40:42 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id CFAC9459; Wed, 17 Jun 2020 15:40:41 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id dyPocBMOFRCV; Wed, 17 Jun 2020 15:40:41 +0200 (CEST) Received: from function (lfbn-bor-1-797-11.w86-234.abo.wanadoo.fr [86.234.239.11]) by hera.aquilenet.fr (Postfix) with ESMTPSA id AEDA711BE; Wed, 17 Jun 2020 15:40:26 +0200 (CEST) Received: from samy by function with local (Exim 4.94) (envelope-from ) id 1jlYIj-0018VO-Ob; Wed, 17 Jun 2020 15:40:25 +0200 Date: Wed, 17 Jun 2020 15:40:25 +0200 From: Samuel Thibault To: Jason Andryuk Subject: Re: [PATCH v1] stubdom/vtpm: add extern to function declarations Message-ID: <20200617134025.2tdrjxslnh66dmng@function> Mail-Followup-To: Samuel Thibault , Jason Andryuk , Olaf Hering , xen-devel , Ian Jackson , Wei Liu References: <20200617060841.7241-1-olaf@aepfle.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Organization: I am not organized User-Agent: NeoMutt/20170609 (1.8.3) X-BeenThere: xen-devel@lists.xenproject.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Xen developer discussion List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Cc: xen-devel , Olaf Hering , Ian Jackson , Wei Liu Errors-To: xen-devel-bounces@lists.xenproject.org Sender: "Xen-devel" Jason Andryuk, le mer. 17 juin 2020 09:35:52 -0400, a ecrit: > On Wed, Jun 17, 2020 at 2:10 AM Olaf Hering wrote: > > > > Code compiled with gcc10 will not link properly due to multiple definition of the same function. > > > > Signed-off-by: Olaf Hering > > Reviewed-by: Jason Andryuk Acked-by: Samuel Thibault Thanks!