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 196C9C4167B for ; Fri, 30 Dec 2022 11:16:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234378AbiL3LQt (ORCPT ); Fri, 30 Dec 2022 06:16:49 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59780 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229461AbiL3LQq (ORCPT ); Fri, 30 Dec 2022 06:16:46 -0500 Received: from mail.skyhub.de (mail.skyhub.de [IPv6:2a01:4f8:190:11c2::b:1457]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E4BC5FD08 for ; Fri, 30 Dec 2022 03:16:44 -0800 (PST) Received: from zn.tnic (p5de8e9fe.dip0.t-ipconnect.de [93.232.233.254]) (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 D59811EC0622; Fri, 30 Dec 2022 12:16:42 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=alien8.de; s=dkim; t=1672399002; 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=+ibZejU6AeMFuL7Q/z7AH0SIpHEPeZ2nqEyV8yxii+I=; b=EAvVWvNXSP7nEOBz+mJ+zK0FZs7kaKSy3IITkpj5eWFQBcDPAsRfDSTkplfP0ouTVQwoTn n5a6753Y807WQM6bozzfPS+EkHgKOjubRbuyVKl4WHvTrKapYM93rOB1FFjxUX+74yfQMb i5X80Fv8onp3R0ZxRmGFsMLxtSUO0LI= Date: Fri, 30 Dec 2022 12:16:38 +0100 From: Borislav Petkov To: Miaohe Lin Cc: "x86@kernel.org" , linux-kernel , "tglx@linutronix.de" , "mingo@redhat.com" , Dave Hansen , hpa@zytor.com Subject: Re: [BUG Report] undefined reference to `convert_to_fxsr' Message-ID: References: <50aa72a7-043d-8091-78de-458cbcc6c356@huawei.com> <23e2907c-5188-5ac6-3db8-1c5a12120bf2@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Dec 30, 2022 at 09:49:50AM +0800, Miaohe Lin wrote: > Many thanks for doing this. :) But it seems it's not the matter of gcc > version. Somewhat confused... Put your .config somewhere outside your git repo, clean all build artifacts and reset it properly by doing: git reset --hard git clean -dqfx and then copy back the .config and see if you can still repro. -- Regards/Gruss, Boris. https://people.kernel.org/tglx/notes-about-netiquette