Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751167AbbHAHUr (ORCPT ); Sat, 1 Aug 2015 03:20:47 -0400 Received: from www.linutronix.de ([62.245.132.108]:55981 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750901AbbHAHUq (ORCPT ); Sat, 1 Aug 2015 03:20:46 -0400 Date: Sat, 1 Aug 2015 09:20:22 +0200 (CEST) From: Thomas Gleixner To: yalin wang cc: Neil Horman , Andrew Morton , David Kershner , tj@kernel.org, laijs@cn.fujitsu.com, nacc@linux.vnet.ibm.com, mingo@redhat.com, open list , jes.sorensen@redhat.com, sparmaintainer@unisys.com Subject: Re: [PATCH v2] kthread: Export kthread functions In-Reply-To: <6440C9D8-37D8-4E30-89D7-04CB96BC8114@gmail.com> Message-ID: References: <1437777920-31156-1-git-send-email-david.kershner@unisys.com> <1438099141-8614-1-git-send-email-david.kershner@unisys.com> <20150728142748.a756d7540ad5cdaf4c9efc9e@linux-foundation.org> <20150730120223.GA27430@hmsreliant.think-freely.org> <6440C9D8-37D8-4E30-89D7-04CB96BC8114@gmail.com> User-Agent: Alpine 2.11 (DEB 23 2013-08-11) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Linutronix-Spam-Score: -1.0 X-Linutronix-Spam-Level: - X-Linutronix-Spam-Status: No , -1.0 points, 5.0 required, ALL_TRUSTED=-1,SHORTCIRCUIT=-0.0001 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 812 Lines: 23 On Sat, 1 Aug 2015, yalin wang wrote: > size built-in.o* > text data bss dec hex filename > 743937 50786 56008 850731 cfb2b built-in.o // with the patch > 744069 50786 56008 850863 cfbaf built-in.o_old // with out the patch Not all architectures/compilers are giving the same results. > i think size command is not suitable to calculate kernel image, maybe it just > calculate formal section which name like .data .text etc.. Nonsense. .text is .text no matter what. Anyway, it's not going to change. Thanks, tglx -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/