Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751490AbbFCFIW (ORCPT ); Wed, 3 Jun 2015 01:08:22 -0400 Received: from helcar.hengli.com.au ([209.40.204.226]:56953 "EHLO helcar.hengli.com.au" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751094AbbFCFIO (ORCPT ); Wed, 3 Jun 2015 01:08:14 -0400 Date: Wed, 3 Jun 2015 13:08:10 +0800 From: Herbert Xu To: Dan Streetman Cc: linux-kernel@vger.kernel.org, linux-crypto@vger.kernel.org Subject: Re: [PATCH] crypto: prevent nx 842 load if no hw driver Message-ID: <20150603050810.GB3884@gondor.apana.org.au> References: <1432844491-27174-1-git-send-email-ddstreet@ieee.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1432844491-27174-1-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: 1517 Lines: 30 On Thu, May 28, 2015 at 04:21:31PM -0400, Dan Streetman wrote: > Change the nx-842 common driver to wait for loading of both platform > drivers, and fail loading if the platform driver pointer is not set. > Add an independent platform driver pointer, that the platform drivers > set if they find they are able to load (i.e. if they find their platform > devicetree node(s)). > > The problem is currently, the main nx-842 driver will stay loaded even > if there is no platform driver and thus no possible way it can do any > compression or decompression. This allows the crypto 842-nx driver > to load even if it won't actually work. For crypto compression users > (e.g. zswap) that expect an available crypto compression driver to > actually work, this is bad. This patch fixes that, so the 842-nx crypto > compression driver won't load if it doesn't have the driver and hardware > available to perform the compression. > > Signed-off-by: Dan Streetman Applied. Though I had to do the Makefile bit by hand because it contains references to nx-compress-test which doesn't exist in my tree. -- 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/