Hi,
On Sat, Jan 03, 2015 at 01:51:53PM +0100, Arnd Bergmann wrote:
On Saturday 03 January 2015 07:21:49 Paul Walmsley wrote:
Another ~300KB kernel object size increase for omap2plus_defconfig kernels.
300kb seems like a lot for a single release. Have you looked into where this is coming from?
In 3.19-rc1, all initrd decompressors are by default enabled...
CONFIG_RD_GZIP=y -# CONFIG_RD_BZIP2 is not set -# CONFIG_RD_LZMA is not set -# CONFIG_RD_XZ is not set -# CONFIG_RD_LZO is not set -# CONFIG_RD_LZ4 is not set +CONFIG_RD_BZIP2=y +CONFIG_RD_LZMA=y +CONFIG_RD_XZ=y +CONFIG_RD_LZO=y +CONFIG_RD_LZ4=y
A.