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.

crypto: shash - Mark shash algorithms as REQ_VIRT

Mark shash algorithms with the REQ_VIRT bit as they can handle
virtual addresses as is.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>

+1
+1
crypto/shash.c
··· 450 450 451 451 base->cra_type = &crypto_shash_type; 452 452 base->cra_flags |= CRYPTO_ALG_TYPE_SHASH; 453 + base->cra_flags |= CRYPTO_ALG_REQ_VIRT; 453 454 454 455 /* 455 456 * Handle missing optional functions. For each one we can either