From: Randy Dunlap Subject: Re: Crypto Update for 3.2 Date: Mon, 31 Oct 2011 09:42:52 -0700 Message-ID: <4EAED00C.3010908@xenotime.net> References: <20091204135530.GA29371@gondor.apana.org.au> <20100226004914.GA20812@gondor.apana.org.au> <20100519020603.GA19654@gondor.apana.org.au> <20100521104404.GA29530@gondor.apana.org.au> <20100804140448.GA4042@gondor.apana.org.au> <20101024061625.GA23715@gondor.apana.org.au> <20110106000157.GA16089@gondor.apana.org.au> <20110315145940.GA15373@gondor.apana.org.au> <20110520235409.GA1722@gondor.apana.org.au> <20110724011752.GA14373@gondor.apana.org.au> <20111031040952.GA19659@gondor.apana.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Linus Torvalds , "David S. Miller" , Linux Kernel Mailing List , Linux Crypto Mailing List To: Herbert Xu Return-path: Received: from oproxy8-pub.bluehost.com ([69.89.22.20]:53393 "HELO oproxy8-pub.bluehost.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S932268Ab1JaQnU (ORCPT ); Mon, 31 Oct 2011 12:43:20 -0400 In-Reply-To: <20111031040952.GA19659@gondor.apana.org.au> Sender: linux-crypto-owner@vger.kernel.org List-ID: On 10/30/2011 09:09 PM, Herbert Xu wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Hi Linus: > > Here is the crypto update for 3.2: > > * User-space interface for algorithm selection/configuration > * SSSE3 implementation of SHA1. > * X86-64 assembly implementation of blowfish. > * X86-64 assembly implementation of twofish. > * Misc fixes. > > > Please pull from > > git://github.com/herbertx/crypto.git > > > The top commit object is > > commit ea8bdfcff17599e5d80f93e2ae194fbbab7f8d5e > Author: Herbert Xu > Date: Wed Oct 26 17:15:10 2011 +0200 > > crypto: user - Add dependency on NET > Herbert Xu (4): > crypto: sha - Fix build error due to crypto_sha1_update > crypto: cryptd - Use subsys_initcall to prevent races with aesni > crypto: user - Initialise match in crypto_alg_match > crypto: user - Add dependency on NET Actually adds "select NET", a reverse dependency. :( Linus was quite vocal about not allowing MD to select BLOCK. See https://lkml.org/lkml/2011/8/10/527 and https://lkml.org/lkml/2011/8/10/533 To me this is very similar. -- ~Randy *** Remember to use Documentation/SubmitChecklist when testing your code ***