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=-6.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED 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 B1C6DC433FE for ; Wed, 9 Dec 2020 09:08:23 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 7A03923BC4 for ; Wed, 9 Dec 2020 09:08:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728329AbgLIJIH (ORCPT ); Wed, 9 Dec 2020 04:08:07 -0500 Received: from mail.kernel.org ([198.145.29.99]:41498 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726044AbgLIJIG (ORCPT ); Wed, 9 Dec 2020 04:08:06 -0500 X-Gm-Message-State: AOAM530ZsrA9/HV2DjgowpAhL63/YKhv1cpqkFMFoorvLErNIuzL0PMy K9uG8docXIrYzLqGY0EfpKbcUvToPUL1fOaVtJ0= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1607504846; bh=TwxFShO4SPchdzTy7qkGiE4yd1wyqCRwfixyq9lhU7U=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=NCiGOimI+QFWkGlUZtp54uaMVti9IldC3/6tybv4aAngGynp5QeKYtDn1Ea3viG6k PHX9S56SX/HXW1fK8ZZPDRO9lfAqFCkkwCspMmK4HLO1QobtGZ5EyAk89vzjh5SjYW Jq+5FoSKSVewsuicy5V8hjtOrYy9DBikIUbvEgJQw6qYx9sgVDRQUY/zCFp1d4TBua +613pyJgYP/eaY+At6PuGkeuo87wBR32bvjtoW3pYFP29c05B7kjAHoci1oedOldtN APm58L0Fsb+80x7Uy6lX7NzNPMFQwWi5WJ4Cm+uNh6KtiftBjCvyV8ZlzR0+ZlQj5o EWaXpF140L0UA== X-Google-Smtp-Source: ABdhPJxKs07aufMIXKvOvasJWP2Wd8H56Ov3ybUuW6F/PQlQb2wWFCBMjJs8uH8yTwkOwJT1cWw+0emvCRgVQRHX1pw= X-Received: by 2002:aca:44d:: with SMTP id 74mr1079063oie.4.1607504845146; Wed, 09 Dec 2020 01:07:25 -0800 (PST) MIME-Version: 1.0 References: <20201201213707.541432-1-samitolvanen@google.com> In-Reply-To: From: Arnd Bergmann Date: Wed, 9 Dec 2020 10:07:08 +0100 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH v8 00/16] Add support for Clang LTO To: =?UTF-8?B?RsSBbmctcnXDrCBTw7JuZw==?= Cc: Sami Tolvanen , Masahiro Yamada , Steven Rostedt , Will Deacon , Josh Poimboeuf , Peter Zijlstra , Greg Kroah-Hartman , "Paul E. McKenney" , Kees Cook , Nick Desaulniers , clang-built-linux , Kernel Hardening , linux-arch , Linux ARM , Linux Kbuild mailing list , "linux-kernel@vger.kernel.org" , linux-pci Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-arch@vger.kernel.org On Wed, Dec 9, 2020 at 6:23 AM 'F=C4=81ng-ru=C3=AC S=C3=B2ng' via Clang Bui= lt Linux wrote: > > On Tue, Dec 8, 2020 at 1:02 PM Arnd Bergmann wrote: > > > > On Tue, Dec 8, 2020 at 9:59 PM Arnd Bergmann wrote: > > > > > > Attaching the config for "ld.lld: error: Never resolved function from > > > blockaddress (Producer: 'LLVM12.0.0' Reader: 'LLVM 12.0.0')" > > > > And here is a new one: "ld.lld: error: assignment to symbol > > init_pg_end does not converge" > > This is interesting. I changed the symbol assignment to a separate > loop in https://reviews.llvm.org/D66279 > Does raising the limit help? Sometimes the kernel linker script can be > rewritten to be more friendly to the linker... If that requires rebuilding lld, testing it is beyond what I can help with right now. Hopefully someone can reproduce it with my .config. Arnd