From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753843AbdKIQuQ (ORCPT ); Thu, 9 Nov 2017 11:50:16 -0500 Received: from mail-it0-f67.google.com ([209.85.214.67]:46479 "EHLO mail-it0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753678AbdKIQuN (ORCPT ); Thu, 9 Nov 2017 11:50:13 -0500 X-Google-Smtp-Source: ABhQp+RIIO12gE49gKIhovazVmaHC/C0GfNt6qLEcANSZhzGnpyplzp1dW69HEyHue7H56QjLWiQyw== Date: Thu, 9 Nov 2017 08:50:09 -0800 From: Sami Tolvanen To: Andi Kleen Cc: Yury Norov , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Greg Hackmann , Kees Cook , Matthias Kaehlcke , Nick Desaulniers , Maxim Kuvyrkov , Alex Matveev Subject: Re: [PATCH 13/15] arm64: fix mrs_s/msr_s macros for clang LTO Message-ID: <20171109165009.GC10540@samitolvanen.mtv.corp.google.com> References: <20171103171203.107569-1-samitolvanen@google.com> <20171103171203.107569-18-samitolvanen@google.com> <20171108092555.ta4mkqolunyw6mdr@yury-thinkpad> <20171109000222.GC8522@tassilo.jf.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171109000222.GC8522@tassilo.jf.intel.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Nov 08, 2017 at 04:02:22PM -0800, Andi Kleen wrote: > There's also older patches to enable single-pass-linking for kallsyms, > which is extremly useful for LTO build performance. Excellent, can you point me to the patch in question? I worked around the build performance problem by reusing vmlinux.o for kallsyms instead of linking all bitcode again in each step. I'm not sure if this is feasible with gcc. Sami