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 889B6C433DB for ; Thu, 28 Jan 2021 09:41:27 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 30ABA64DBD for ; Thu, 28 Jan 2021 09:41:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232173AbhA1Jk7 (ORCPT ); Thu, 28 Jan 2021 04:40:59 -0500 Received: from mail.kernel.org ([198.145.29.99]:54140 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231561AbhA1Jfb (ORCPT ); Thu, 28 Jan 2021 04:35:31 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id 12FF060C3D; Thu, 28 Jan 2021 09:34:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1611826491; bh=uBf9wG5WIjmuGoa3jRdeISfU7YHOD2GcgT3b1zVeQ50=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=X8YX0t3qIynspfZT5taR4Z0XXri1Ma7P/1pKLfXWf+viaYnLBaZraWso1YbKomBs7 g8Upb0P2G+ppndL12j6/E9gDd/7cwEfgtR+phyuk8CqfWqPhokeGv/DO9Cia2m+F/Z YQBUNpCSl2gb90Xz9dwR7MaqPu4JGyzA8IKhqC2g= Date: Thu, 28 Jan 2021 10:34:45 +0100 From: Greg Kroah-Hartman To: Chris Clayton Cc: LKML , stable@vger.kernel.org Subject: Re: linux-5.10.11 build failure Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jan 28, 2021 at 09:17:10AM +0000, Chris Clayton wrote: > Hi, > > Building 5.10.11 fails on my (x86-64) laptop thusly: > > .. > > AS arch/x86/entry/thunk_64.o > CC arch/x86/entry/vsyscall/vsyscall_64.o > AS arch/x86/realmode/rm/header.o > CC arch/x86/mm/pat/set_memory.o > CC arch/x86/events/amd/core.o > CC arch/x86/kernel/fpu/init.o > CC arch/x86/entry/vdso/vma.o > CC kernel/sched/core.o > arch/x86/entry/thunk_64.o: warning: objtool: missing symbol for insn at offset 0x3e > > AS arch/x86/realmode/rm/trampoline_64.o > make[2]: *** [scripts/Makefile.build:360: arch/x86/entry/thunk_64.o] Error 255 > make[2]: *** Deleting file 'arch/x86/entry/thunk_64.o' > make[2]: *** Waiting for unfinished jobs.... > > .. > > Compiler is latest snapshot of gcc-10. > > Happy to test the fix but please cc me as I'm not subscribed Can you do 'git bisect' to track down the offending commit? And what exact gcc version are you using? thanks, greg k-h