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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9F3F0C54EBD for ; Mon, 9 Jan 2023 01:48:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233366AbjAIBs5 (ORCPT ); Sun, 8 Jan 2023 20:48:57 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45306 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233920AbjAIBsy (ORCPT ); Sun, 8 Jan 2023 20:48:54 -0500 Received: from szxga01-in.huawei.com (szxga01-in.huawei.com [45.249.212.187]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5E4DBF5BC for ; Sun, 8 Jan 2023 17:48:53 -0800 (PST) Received: from canpemm500002.china.huawei.com (unknown [172.30.72.56]) by szxga01-in.huawei.com (SkyGuard) with ESMTP id 4Nqxdg1DCYznVDR; Mon, 9 Jan 2023 09:47:19 +0800 (CST) Received: from [10.174.151.185] (10.174.151.185) by canpemm500002.china.huawei.com (7.192.104.244) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2375.34; Mon, 9 Jan 2023 09:48:51 +0800 Subject: Re: [BUG Report] undefined reference to `convert_to_fxsr' To: Borislav Petkov CC: "x86@kernel.org" , linux-kernel , "tglx@linutronix.de" , "mingo@redhat.com" , Dave Hansen , References: <50aa72a7-043d-8091-78de-458cbcc6c356@huawei.com> <23e2907c-5188-5ac6-3db8-1c5a12120bf2@huawei.com> <64fe1be4-954f-fe6f-44f0-59b572548663@huawei.com> From: Miaohe Lin Message-ID: <08115444-73a3-b9b0-dbeb-2a0cf374290e@huawei.com> Date: Mon, 9 Jan 2023 09:48:50 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="utf-8" Content-Language: en-US Content-Transfer-Encoding: 7bit X-Originating-IP: [10.174.151.185] X-ClientProxiedBy: dggems701-chm.china.huawei.com (10.3.19.178) To canpemm500002.china.huawei.com (7.192.104.244) X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2023/1/7 19:07, Borislav Petkov wrote: > On Sat, Jan 07, 2023 at 10:10:18AM +0800, Miaohe Lin wrote: >> And I cloned the code from https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git. It's a > > No, please read my mail properly: > > "What is that compiler you're using? Where did you get the package from? Does it > have some out-of-tree patches in it?" > > I'm not asking you about the kernel but the *compiler*! Oh, sorry, I miss-read that. My compiler is gcc-7.3.0 which contains many in-house codes from our company in it. That might matters. Thanks a lot for your guidance. :) Thanks, Miaohe Lin