From: Steffen Klassert Subject: Re: [RFC PATCH 0/3] Make rfc3686 template work with asynchronous block ciphers Date: Tue, 8 Jan 2013 08:04:31 +0100 Message-ID: <20130108070431.GT18940@secunet.com> References: <20121228100448.11073.25546.stgit@localhost6.localdomain6> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-crypto@vger.kernel.org, netdev@vger.kernel.org, Herbert Xu , "David S. Miller" To: Jussi Kivilinna Return-path: Content-Disposition: inline In-Reply-To: <20121228100448.11073.25546.stgit@localhost6.localdomain6> Sender: netdev-owner@vger.kernel.org List-Id: linux-crypto.vger.kernel.org On Fri, Dec 28, 2012 at 12:04:48PM +0200, Jussi Kivilinna wrote: > I'm not sure how this patchset should be dealt with (should 1st patch go > through different tree than 2nd and 3rd?), so therefore it's RFC. > > Second patch makes rfc3686 template work with asynchronous block ciphers and > third patch changes aesni-intel to use this template. First patch fixed problem > in xfrm_algo found with help of 2nd and 3rd patches and without 1st patch > 2nd patch breaks aes-ctr with IPSEC. > > > --- > > Jussi Kivilinna (3): > xfrm_algo: probe asynchronous block ciphers instead of synchronous > crypto: ctr - make rfc3686 asynchronous block cipher > crypto: aesni-intel - remove rfc3686(ctr(aes)), utilize rfc3686 from ctr-module instead > All applied to ipsec-next. Thanks!