Re: [PATCH v2] kthread: Export kthread functions

From: Thomas Gleixner
Date: Sat Aug 01 2015 - 03:21:09 EST


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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/