Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750970AbWEVS65 (ORCPT ); Mon, 22 May 2006 14:58:57 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750850AbWEVS65 (ORCPT ); Mon, 22 May 2006 14:58:57 -0400 Received: from hera.kernel.org ([140.211.167.34]:38344 "EHLO hera.kernel.org") by vger.kernel.org with ESMTP id S1751066AbWEVS65 (ORCPT ); Mon, 22 May 2006 14:58:57 -0400 To: linux-kernel@vger.kernel.org From: "H. Peter Anvin" Subject: Re: Linux Kernel Source Compression Date: Mon, 22 May 2006 11:58:50 -0700 (PDT) Organization: Mostly alphabetical, except Q, with we do not fancy Message-ID: References: <200605212003.32063.s0348365@sms.ed.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7BIT X-Trace: terminus.zytor.com 1148324330 30842 127.0.0.1 (22 May 2006 18:58:50 GMT) X-Complaints-To: news@terminus.zytor.com NNTP-Posting-Date: Mon, 22 May 2006 18:58:50 +0000 (UTC) X-Newsreader: trn 4.0-test76 (Apr 2, 2001) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1244 Lines: 30 Followup to: <200605212003.32063.s0348365@sms.ed.ac.uk> By author: Alistair John Strachan In newsgroup: linux.dev.kernel > > Somebody needs to make lzma userspace tools (like p7zip) faster, not crash, > and behave like a regular UNIX program. Then we need a patch to GNU tar to > emerge, and for it to persist for at least 4 years. Then maybe people will > adopt this format.. > The patch to GNU tar isn't necessary. If the "not crash, and behave like a regular UNIX program" can be satisfied, I'd be happy to support 7zip/lzma on kernel.org. Unfortunately, as far as I can tell: a) right now the standard encapsulation format for LZMA is 7zip, which only comes in the form of hideously ugly code. lzma-tools are cleaner, but incompatible. b) Even lzma-tools relies on a shell script to behave like a Unix program. Personally, I would like to suggest adding LZMA capability to gzip. The gzip format already has support for multiple compression formats. -hpa - 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/