From mboxrd@z Thu Jan 1 00:00:00 1970 From: "H. Peter Anvin" Subject: Re: [PATCH RFC 1/3] Decompressors: Add XZ decompressor module Date: Wed, 24 Nov 2010 14:50:12 -0800 Message-ID: <4CED96A4.1080608@zytor.com> References: <201011242251.52927.lasse.collin@tukaani.org> <20101124142549.c1b9ad14.akpm@linux-foundation.org> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20101124142549.c1b9ad14.akpm@linux-foundation.org> Sender: linux-embedded-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii" To: Andrew Morton Cc: Lasse Collin , linux-kernel@vger.kernel.org, linux-embedded@vger.kernel.org, Alain Knaff , Albin Tonnerre , Phillip Lougher On 11/24/2010 02:25 PM, Andrew Morton wrote: >> >> This patch: Add the main decompression code (xz_dec), testing >> module (xz_dec_test), wrapper script (xz_wrap.sh) for the xz >> command line tool, and documentation. The xz_dec module is >> enough to have a usable XZ decompressor e.g. for Squashfs. > > I'm not seeing any documentation which tells me how to create, install > and execute xs-compressed kernels. There are new makefile targets? > Logically it should be an additional CONFIG option like we currently have for the other compression formats. -hpa