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 69961C49361 for ; Thu, 17 Jun 2021 13:52:08 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 44A6A611CE for ; Thu, 17 Jun 2021 13:52:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232721AbhFQNyP (ORCPT ); Thu, 17 Jun 2021 09:54:15 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55868 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231299AbhFQNyN (ORCPT ); Thu, 17 Jun 2021 09:54:13 -0400 Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D08ACC061574; Thu, 17 Jun 2021 06:52:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=In-Reply-To:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=wWpwrgGiZhe98tfTjncAJgLFY4m6Azvsm8WQSDSbfDo=; b=e2ZRYQbeDE65xcaiJL8SARSxLM +WuQ5rjIWVyj9uDrmzZDygWp447lezi09/aq5Hk6yELSR+YTrynEhs9PdDtFC+IpoAaK9iog3pRrn aIiwuyGekbaZqqBhTnAE6hIxbKj561NcsLOmlSWiZKlJtYvIFuSxdSPQgXEPQ84xGwG1ssbEDG9XL Il43zRIMEzTTqPcXbZSIYRTfaL1WBkm7V62TdwlMp9VvgL22E4Z6uLYVLLPqRE9aORXm2WAfqlcMY 19IRXywyJVyyldtdhVvyfiIDiFGeBORxemVioWOcYmE+LilveCWOJ+weH66QwXe9uTXeRdV+m36ca A6z5kQog==; Received: from willy by casper.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1ltsQv-009Bek-8o; Thu, 17 Jun 2021 13:51:52 +0000 Date: Thu, 17 Jun 2021 14:51:49 +0100 From: Matthew Wilcox To: Naresh Kamboju Cc: Linux-Next Mailing List , clang-built-linux , lkft-triage@lists.linaro.org, open list , Nick Desaulniers , Nathan Chancellor , Arnd Bergmann , Stephen Rothwell , Stephen Boyd , Jiri Olsa , Alexei Starovoitov , Jessica Yu , Evan Green , Hsin-Yi Wang , Petr Mladek , Steven Rostedt , Sergey Senozhatsky , Andy Shevchenko , Rasmus Villemoes , Baoquan He , Borislav Petkov , Catalin Marinas , Dave Young , Ingo Molnar , Konstantin Khlebnikov , Sasha Levin , Thomas Gleixner , Vivek Goyal , Will Deacon , Andrew Morton Subject: Re: [next] [clang] x86_64-linux-gnu-ld: mm/mremap.o: in function `move_pgt_entry': mremap.c:(.text+0x763): undefined reference to `__compiletime_assert_342' 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, Jun 17, 2021 at 06:15:45PM +0530, Naresh Kamboju wrote: > On Thu, 17 Jun 2021 at 17:41, Naresh Kamboju wrote: > > x86_64-linux-gnu-ld: mm/mremap.o: in function `move_pgt_entry': > > mremap.c:(.text+0x763): undefined reference to `__compiletime_assert_342' > > The git bisect pointed out the first bad commit. > > The first bad commit: > commit 928cf6adc7d60c96eca760c05c1000cda061604e > Author: Stephen Boyd > Date: Thu Jun 17 15:21:35 2021 +1000 > module: add printk formats to add module build ID to stacktraces Your git bisect probably went astray. There's no way that commit caused that regression.