From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga17.intel.com ([192.55.52.151]:24872 "EHLO mga17.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751955AbeA1Sdp (ORCPT ); Sun, 28 Jan 2018 13:33:45 -0500 Date: Sun, 28 Jan 2018 10:33:35 -0800 From: Andi Kleen Subject: Re: [PATCH 20/21] Kbuild, lto: Add Link Time Optimization support Message-ID: <20180128183335.GR26209@tassilo.jf.intel.com> References: <20171127213423.27218-1-andi@firstfloor.org> <20171127213423.27218-21-andi@firstfloor.org> <20180127005554.GM26209@tassilo.jf.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-kbuild-owner@vger.kernel.org List-ID: To: Arnd Bergmann Cc: Andi Kleen , Linux Kernel Mailing List , the arch/x86 maintainers , samitolvanen@google.com, alxmtvv@gmail.com, Linux Kbuild mailing list , Masahiro Yamada , Andrew Morton > > kallsyms failure: relative symbol value 0xffffffff81000000 out of > range in relative mode > > I seem to get that all the time here, and have also disabled it for now, > but it sounds important (and breaks the build). Need to take a look at it. I had some patches that completely revamped kallsyms as part of the single pass linking, but I dropped them again because they still had too many issues. -Andi