Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6

Pull from Herbert Xu:
"This push fixes a bug in mv_cesa that causes all hash operations
that supply data on a final operation to fail."

* git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6:
crypto: mv_cesa - fix final callback not ignoring input data

+1
+1
drivers/crypto/mv_cesa.c
··· 714 714 { 715 715 struct mv_req_hash_ctx *ctx = ahash_request_ctx(req); 716 716 717 + ahash_request_set_crypt(req, NULL, req->result, 0); 717 718 mv_update_hash_req_ctx(ctx, 1, 0); 718 719 return mv_handle_req(&req->base); 719 720 }