Re: [PATCH 2/2] [CRYPTO] users: Fix up scatterlist conversion errors

From: Vlad Yasevich
Date: Fri Oct 26 2007 - 11:45:17 EST


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 <herbert@xxxxxxxxxxxxxxxxxxx>
> ---
>
> 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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/