Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1761247AbXJZPpP (ORCPT ); Fri, 26 Oct 2007 11:45:15 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1759018AbXJZPo6 (ORCPT ); Fri, 26 Oct 2007 11:44:58 -0400 Received: from atlrel8.hp.com ([156.153.255.206]:51200 "EHLO atlrel8.hp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752016AbXJZPo4 (ORCPT ); Fri, 26 Oct 2007 11:44:56 -0400 Message-ID: <47220B66.5050002@hp.com> Date: Fri, 26 Oct 2007 11:44:38 -0400 From: Vlad Yasevich User-Agent: Thunderbird 2.0.0.4 (X11/20070604) MIME-Version: 1.0 To: Herbert Xu Cc: "David S. Miller" , Linux Kernel Mailing List , Linux Crypto Mailing List , netdev@vger.kernel.org Subject: Re: [PATCH 2/2] [CRYPTO] users: Fix up scatterlist conversion errors References: <20071026145905.GA13850@gondor.apana.org.au> In-Reply-To: X-Enigmail-Version: 0.95.3 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1419 Lines: 36 Herbert Xu wrote: > [CRYPTO] users: Fix up scatterlist conversion errors > > This patch fixes the errors made in the users of the crypto layer during > the sg_init_table conversion. It also adds a few conversions that were > missing altogether. > > Signed-off-by: Herbert Xu > --- > > drivers/crypto/padlock-sha.c | 4 +- > drivers/md/dm-crypt.c | 2 - > drivers/net/ppp_mppe.c | 10 ++++- > drivers/scsi/iscsi_tcp.c | 5 +- > fs/ecryptfs/crypto.c | 2 + > net/ipv4/esp4.c | 7 ++- > net/ipv6/esp6.c | 8 +++- > net/rxrpc/rxkad.c | 66 +++++++++++++++++----------------- > net/sctp/auth.c | 3 - > net/sctp/sm_make_chunk.c | 6 +-- > net/sunrpc/auth_gss/gss_krb5_crypto.c | 34 +++++++++++++---- > net/sunrpc/auth_gss/gss_spkm3_seal.c | 2 - > net/sunrpc/xdr.c | 2 + > 13 files changed, 93 insertions(+), 58 deletions(-) > Ack SCTP pieces. I had those queued up, but you got to it before me ;) Thanks -vlad - 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/