Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753945Ab3CEL6M (ORCPT ); Tue, 5 Mar 2013 06:58:12 -0500 Received: from mail.skyhub.de ([78.46.96.112]:35867 "EHLO mail.skyhub.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752558Ab3CEL6J (ORCPT ); Tue, 5 Mar 2013 06:58:09 -0500 Date: Tue, 5 Mar 2013 12:58:07 +0100 From: Borislav Petkov To: Kyungsik Lee Cc: Andrew Morton , Russell King , "H. Peter Anvin" , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-kbuild@vger.kernel.org, x86@kernel.org, celinux-dev@lists.celinuxforum.org, Nicolas Pitre , David Sterba , Nitin Gupta , Joe Millenbach , Thomas Gleixner , Michal Marek , hyojun.im@lge.com, chan.jeong@lge.com, raphael.andy.lee@gmail.com Subject: Re: [PATCH v3 -next 5/5] Kconfig: Make x86 and arm kernels default to the LZ4-compressed Message-ID: <20130305115807.GC4914@pd.tnic> Mail-Followup-To: Borislav Petkov , Kyungsik Lee , Andrew Morton , Russell King , "H. Peter Anvin" , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-kbuild@vger.kernel.org, x86@kernel.org, celinux-dev@lists.celinuxforum.org, Nicolas Pitre , David Sterba , Nitin Gupta , Joe Millenbach , Thomas Gleixner , Michal Marek , hyojun.im@lge.com, chan.jeong@lge.com, raphael.andy.lee@gmail.com References: <1362484056-9778-1-git-send-email-kyungsik.lee@lge.com> <1362484056-9778-6-git-send-email-kyungsik.lee@lge.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <1362484056-9778-6-git-send-email-kyungsik.lee@lge.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1163 Lines: 38 On Tue, Mar 05, 2013 at 08:47:36PM +0900, Kyungsik Lee wrote: > This patch makes x86 and arm kernels default to the LZ4-compressed > to test new LZ4 code in the linux-next. This is requested by > Andrew Morton. > > Signed-off-by: Kyungsik Lee > --- > init/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/init/Kconfig b/init/Kconfig > index fc8eb1f..de3cb00 100644 > --- a/init/Kconfig > +++ b/init/Kconfig > @@ -138,7 +138,7 @@ config HAVE_KERNEL_LZ4 > > choice > prompt "Kernel compression mode" > - default KERNEL_GZIP > + default KERNEL_LZ4 Do I understand it correctly that when this thing gets committed, kernel builds on all systems missing the lz4 tool will fail and everybody should go running to get it so that everybody can build kernels again? WTF? -- Regards/Gruss, Boris. Sent from a fat crate under my desk. Formatting is fine. -- -- 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/