Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754124AbbDHOQg (ORCPT ); Wed, 8 Apr 2015 10:16:36 -0400 Received: from helcar.hengli.com.au ([209.40.204.226]:50784 "EHLO helcar.hengli.com.au" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752816AbbDHOQe (ORCPT ); Wed, 8 Apr 2015 10:16:34 -0400 Date: Wed, 8 Apr 2015 22:16:00 +0800 From: Herbert Xu To: Dan Streetman Cc: "David S. Miller" , Michael Ellerman , Benjamin Herrenschmidt , Paul Mackerras , Seth Jennings , Robert Jennings , linux-crypto@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 09/11] crypto: remove LZO fallback from crypto 842 Message-ID: <20150408141600.GA30338@gondor.apana.org.au> References: <1428428070-17803-1-git-send-email-ddstreet@ieee.org> <1428428070-17803-10-git-send-email-ddstreet@ieee.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1428428070-17803-10-git-send-email-ddstreet@ieee.org> 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: 1155 Lines: 26 On Tue, Apr 07, 2015 at 01:34:28PM -0400, Dan Streetman wrote: > Update the crypto 842 driver to no longer fallback to LZO if the 842 > hardware is unavailable. Simplify the crpypto 842 driver to remove all > headers indicating 842/lzo. > > The crypto 842 driver should do 842-format compression and decompression > only. It should not fallback to LZO compression/decompression. The > user of the crypto 842 driver can fallback to another format if desired. > > Signed-off-by: Dan Streetman Thanks for the series. I don't know how I missed it when it was merged originally but crypto/842.c needs to be moved over to drivers/crypto. Your software implementation should take its places as the reference implementation. Cheers, -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- 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/