Received: by 2002:a05:6a10:f347:0:0:0:0 with SMTP id d7csp24322pxu; Tue, 15 Dec 2020 13:56:28 -0800 (PST) X-Google-Smtp-Source: ABdhPJwa4ucy6Zpvl1DnFnbWUck6/IxqZLNARSSZkra24dDqoLxiCEHkaw2HcUPQrAqvQjECyVaL X-Received: by 2002:a17:907:d09:: with SMTP id gn9mr25089581ejc.349.1608069387879; Tue, 15 Dec 2020 13:56:27 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1608069387; cv=none; d=google.com; s=arc-20160816; b=sFjx/YqcO76DR3Djj3FwVMs/Hl7Bg43Q3VAcAjqz4IYzGX7BVdxiFHb/QdaNb2YyJZ DpzqsXfNiLY5qA5IF7ITHWgH3thEmBn13lxERyhGLELT+wlyS+gTmvn2mbVIEAmAZ2x6 idUdKSvH3yQXxASutsZrVmft58UffBwUUozJsD6FvUDOA3SlUYnL3M5MxyUiUNZkaB0A 8tNza+JAPFXMqNn4Y+djV9AxSpomeWTmGgeuoNcJzpH184EWxAs8zfcBUlMfgXIrk/yp rttaU+OOJlNxFvri5E34KVT9YCenNLSr49gMAHpNjiswFUQ1t1+wV5hD8gGy42Nj/crP jLZQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=p/ybxsmT4UVjAHpqo7nvlmDnVilWESzqJt8ZTZf7JyI=; b=01I+gMuUb2yK0veEFg/U88BW1+t6QHZjW61ts31oXfLfF2P9ZFbPzNNwGooKM2GHKM ElQScxYbC0kbgMeUEwa0IABRp3x3jyc2S2qGglY2AobFKa2mI5TNINJmxIsCOt7A+ReF 3wXEJ6DtODZdIFiAJNaj60Qjspz+qhkfAf9BNvNJntSdGY6tOo2xTAs3v3Pn27AyxTN5 UHLFZs5uDFJUELL1wak69ZsMQ/lwsg+EhK/3gyGf48+Teh6vllZy6nOJc61np/far9s8 +HjgQQUTQiZy6fZM2vTWCAhl3FVh97EoeSuOErlhJ1ryZ0CuY/nfYpTmKfzG6km8UyBu tQ6g== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id s23si1297239eds.566.2020.12.15.13.56.04; Tue, 15 Dec 2020 13:56:27 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730697AbgLOVwu (ORCPT + 99 others); Tue, 15 Dec 2020 16:52:50 -0500 Received: from mx2.suse.de ([195.135.220.15]:40992 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727671AbgLOVwp (ORCPT ); Tue, 15 Dec 2020 16:52:45 -0500 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.221.27]) by mx2.suse.de (Postfix) with ESMTP id 5D4C3AD87; Tue, 15 Dec 2020 21:52:00 +0000 (UTC) Date: Tue, 15 Dec 2020 22:51:57 +0100 From: Michal =?iso-8859-1?Q?Such=E1nek?= To: "Alex Xu (Hello71)" Cc: linux-kernel@vger.kernel.org, linux-kbuild@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-aspeed@lists.ozlabs.org, linux-mips@vger.kernel.org, openrisc@lists.librecores.org, linux-parisc@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, linux-riscv@lists.infradead.org, linux-s390@vger.kernel.org, linux-sh@vger.kernel.org, linux-xtensa@linux-xtensa.org, torvalds@linux-foundation.org Subject: Re: [RFC PATCH] treewide: remove bzip2 compression support Message-ID: <20201215215157.GJ6564@kitsune.suse.cz> References: <20201215190315.8681-1-alex_y_xu.ref@yahoo.ca> <20201215190315.8681-1-alex_y_xu@yahoo.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201215190315.8681-1-alex_y_xu@yahoo.ca> User-Agent: Mutt/1.11.3 (2019-02-01) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello, On Tue, Dec 15, 2020 at 02:03:15PM -0500, Alex Xu (Hello71) wrote: > bzip2 is either slower or larger than every other supported algorithm, > according to benchmarks at [0]. It is far slower to decompress than any > other algorithm, and still larger than lzma, xz, and zstd. > > [0] https://lore.kernel.org/lkml/1588791882.08g1378g67.none@localhost/ Sounds cool. I wonder how many people will complain that their distribution migrated to bzip2 but got stuck there and now new kernels won't work on there with some odd tool or another :p > @@ -212,11 +209,6 @@ choice > Compression speed is only relevant when building a kernel. > Decompression speed is relevant at each boot. > > - If you have any problems with bzip2 or lzma compressed > - kernels, mail me (Alain Knaff) . (An older > - version of this functionality (bzip2 only), for 2.4, was > - supplied by Christian Ludwig) > - Shouldn't the LZMA part be preserved here? Thanks Michal