Re: [PATCH] crypto: hisilicon/hpre - add two RAS correctable errors processing

2021-01-28 Thread Herbert Xu
On Mon, Jan 18, 2021 at 04:17:25PM +0800, Hui Tang wrote: > 1.One CE error is detecting timeout of generating a random number. > 2.Another is detecting timeout of SVA prefetching address. > > Signed-off-by: Hui Tang > Reviewed-by: Zaibo Xu > --- > drivers/crypto/hisilicon/hpre/hpre_main.c | 8

[PATCH] crypto: hisilicon/hpre - add two RAS correctable errors processing

2021-01-18 Thread Hui Tang
1.One CE error is detecting timeout of generating a random number. 2.Another is detecting timeout of SVA prefetching address. Signed-off-by: Hui Tang Reviewed-by: Zaibo Xu --- drivers/crypto/hisilicon/hpre/hpre_main.c | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git