From: Vlad Yasevich Subject: Re: [PATCH 2/2] [CRYPTO] users: Fix up scatterlist conversion errors Date: Fri, 26 Oct 2007 11:44:38 -0400 Message-ID: <47220B66.5050002@hp.com> References: <20071026145905.GA13850@gondor.apana.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: "David S. Miller" , Linux Kernel Mailing List , Linux Crypto Mailing List , netdev@vger.kernel.org To: Herbert Xu Return-path: In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-crypto.vger.kernel.org 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