From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754431Ab2DRRZ0 (ORCPT ); Wed, 18 Apr 2012 13:25:26 -0400 Received: from terminus.zytor.com ([198.137.202.10]:40525 "EHLO mail.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753562Ab2DRRZX (ORCPT ); Wed, 18 Apr 2012 13:25:23 -0400 Message-ID: <4F8EF8EF.5070001@zytor.com> Date: Wed, 18 Apr 2012 10:25:03 -0700 From: "H. Peter Anvin" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:11.0) Gecko/20120329 Thunderbird/11.0.1 MIME-Version: 1.0 To: Lasse Collin CC: Randy Dunlap , qasdfgtyuiop , linux-kernel , Andrew Morton , alain@knaff.lu, albin.tonnerre@free-electrons.com Subject: Re: [PATCH] kconfig: update compression algorithm info References: <4F8DF90B.1090002@xenotime.net> <20120418194055.2d929e58@tukaani.org> <4F8EEFB5.8040604@zytor.com> <20120418200929.086ce3a7@tukaani.org> In-Reply-To: <20120418200929.086ce3a7@tukaani.org> X-Enigmail-Version: 1.4 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 04/18/2012 10:09 AM, Lasse Collin wrote: > > I think it is still safe to say that gzip and LZO are better than > bzip2, XZ, or LZMA for compressing a kernel that will be loaded from a > normal hard disk. It would be unusual if reading the disk was so slow > that e.g. XZ would make the booting faster than gzip. > Not really, because the boot loader is dependent on the firmware, which can sometimes be infernally stupid. -hpa