From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755327AbdKMUOO (ORCPT ); Mon, 13 Nov 2017 15:14:14 -0500 Received: from mail-ot0-f178.google.com ([74.125.82.178]:55170 "EHLO mail-ot0-f178.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753414AbdKMUOM (ORCPT ); Mon, 13 Nov 2017 15:14:12 -0500 X-Google-Smtp-Source: AGs4zMZqi6/XJjVFkiVvPbEB/qhKlPLiiHhGDeANCX1UfOJ/kqbx4DScVVa3Wcf6d/eoHSvO/MHe65l9ijqv28fk4Ns= MIME-Version: 1.0 In-Reply-To: <20171113201013.GO8522@tassilo.jf.intel.com> References: <20171107102156.3fgxt6y6v5y2kqnf@wfg-t540p.sh.intel.com> <20171108094832.qxvkawpw2snpcbvh@wfg-t540p.sh.intel.com> <20171108171230.ccf7lwutjysk26fc@wfg-t540p.sh.intel.com> <20171113011338.3qmnp64pttyscuus@wfg-t540p.sh.intel.com> <20171113185227.GM8522@tassilo.jf.intel.com> <20171113201013.GO8522@tassilo.jf.intel.com> From: "H.J. Lu" Date: Mon, 13 Nov 2017 12:14:11 -0800 Message-ID: Subject: Re: CONFIG_DEBUG_INFO_SPLIT impacts on faddr2line To: Andi Kleen Cc: Linus Torvalds , Fengguang Wu , Jeff Kirsher , Network Development , "David S. Miller" , Linux Kernel Mailing List , intel-wired-lan@lists.osuosl.org, Michal Marek , Sam Ravnborg , Dirk Gouders , Linux Kbuild mailing list , kbuild test robot , "Zhang, Rui" , "Lu, Aaron" Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Nov 13, 2017 at 12:10 PM, Andi Kleen wrote: >> Put another way: the CONFIG_DEBUG_INFO_SPLIT option is useless. Yes, >> it saves time and disk space, but does so at the expense of making all >> the debug information unavailable to basic tools. > > You're right. It works for line information, but strangely not for > inlines. I assume it can be fixed. > Is there a binutils bug report for this? -- H.J.