Hi Dave: Here is the crypto tree update for 2.6.14. It consists of a fix to xtea and the reintroduction of a flag that controls whether the crypto layer will sleep.
Please pull from: rsync://rsync.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git/ Aaron Grothe: [CRYPTO] Fix XTEA implementation Herbert Xu: [CRYPTO] Use CRYPTO_TFM_REQ_MAY_SLEEP where appropriate [CRYPTO] Added CRYPTO_TFM_REQ_MAY_SLEEP flag Documentation/crypto/api-intro.txt | 1 crypto/Kconfig | 5 - crypto/api.c | 3 crypto/cipher.c | 4 crypto/internal.h | 3 crypto/tcrypt.c | 11 ++ crypto/tcrypt.h | 138 ++++++++++++++++++++++++++++------ crypto/tea.c | 81 ++++++++++++++++++- drivers/block/cryptoloop.c | 6 - drivers/md/dm-crypt.c | 7 - drivers/net/wireless/airo.c | 2 fs/nfsd/nfs4recover.c | 2 include/linux/crypto.h | 1 net/sunrpc/auth_gss/gss_krb5_crypto.c | 2 security/seclvl.c | 2 15 files changed, 224 insertions(+), 44 deletions(-) Thanks, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt - To unsubscribe from this list: send the line "unsubscribe linux-crypto" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html