Re: [dm-devel] [PATCH 2/2] hisilicon-crypto: don't sleep of CRYPTO_TFM_REQ_MAY_SLEEP was not specified

2020-06-17 Thread Jonathan Cameron
P > was not specified. > > Signed-off-by: Mikulas Patocka > Cc: sta...@vger.kernel.org# v4.19+ > Fixes: 915e4e8413da ("crypto: hisilicon - SEC security accelerator driver") I don't have a board to hand today to check this, but doesn't seem like it will cause any problems. Ac

Re: [dm-devel] [PATCH v5 05/19] crypto: introduce crypto wait for async op

2017-08-15 Thread Jonathan Cameron
On Mon, 14 Aug 2017 18:21:15 +0300 Gilad Ben-Yossef wrote: > Invoking a possibly async. crypto op and waiting for completion > while correctly handling backlog processing is a common task > in the crypto API implementation and outside users of it. > > This patch adds a