On 7/23/2014 1:37 AM, Kim Phillips wrote:
> On Fri, 11 Jul 2014 15:34:46 +0300
> Horia Geanta wrote:
>
>> +++ b/crypto/testmgr.c
>> @@ -198,13 +198,20 @@ static int __test_hash(struct crypto_ahash *tfm,
>> struct hash_testvec *template,
>> const char *algo = crypto_tfm_alg_driver_name(crypt
On Fri, 11 Jul 2014 15:34:46 +0300
Horia Geanta wrote:
> +++ b/crypto/testmgr.c
> @@ -198,13 +198,20 @@ static int __test_hash(struct crypto_ahash *tfm, struct
> hash_testvec *template,
> const char *algo = crypto_tfm_alg_driver_name(crypto_ahash_tfm(tfm));
> unsigned int i, j, k, te
With DMA_API_DEBUG set, following warnings are emitted
(tested on CAAM accelerator):
DMA-API: device driver maps memory from kernel text or rodata
DMA-API: device driver maps memory from stack
and the culprits are:
-key in __test_aead and __test_hash
-result in __test_hash
Signed-off-by: Horia Gea