From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from cantor2.suse.de ([195.135.220.15]:37047 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750766Ab3KGE0X (ORCPT ); Wed, 6 Nov 2013 23:26:23 -0500 Date: Wed, 6 Nov 2013 22:27:22 +0100 From: Michal Marek Subject: Re: [PATCH 3/3] kbuild, bloat-o-meter: fix static detection Message-ID: <20131106212722.GD22142@pobox.suse.cz> References: <1382456783-22826-1-git-send-email-andi@firstfloor.org> <1382456783-22826-4-git-send-email-andi@firstfloor.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1382456783-22826-4-git-send-email-andi@firstfloor.org> Sender: linux-kbuild-owner@vger.kernel.org List-ID: To: Andi Kleen Cc: linux-kbuild@vger.kernel.org, linux-kernel@vger.kernel.org, Andi Kleen On Tue, Oct 22, 2013 at 08:46:23AM -0700, Andi Kleen wrote: > From: Andi Kleen > > Disable static detection: the static currently drops a lot of useful information > including clones generated by gcc. Drop this. The statics will appear now > without static. prefix. > > But remove the LTO .NUMBER postfixes that look ugly > > Signed-off-by: Andi Kleen Applied to kbuild.git#kbuild. Michal