mbox series

[0/2] crypto: hisilicon/qm - Support the userspace task resetting

Message ID 1630121979-53760-1-git-send-email-yekai13@huawei.com (mailing list archive)
Headers show
Series crypto: hisilicon/qm - Support the userspace task resetting | expand

Message

yekai (A) Aug. 28, 2021, 3:39 a.m. UTC
Fix the uacce mmap failure because allocated an extra page. Set the
qp error flags to support the userspace task resetting.

Kai Ye (2):
  crypto: hisilicon/qm - fix the uacce mmap failed
  crypto: hisilicon/qm - support the userspace task resetting

 drivers/crypto/hisilicon/qm.c | 50 +++++++++++++++++++++++++++++++++++++++++--
 1 file changed, 48 insertions(+), 2 deletions(-)

Comments

Herbert Xu Sept. 17, 2021, 3:19 a.m. UTC | #1
On Sat, Aug 28, 2021 at 11:39:37AM +0800, Kai Ye wrote:
> Fix the uacce mmap failure because allocated an extra page. Set the
> qp error flags to support the userspace task resetting.
> 
> Kai Ye (2):
>   crypto: hisilicon/qm - fix the uacce mmap failed
>   crypto: hisilicon/qm - support the userspace task resetting
> 
>  drivers/crypto/hisilicon/qm.c | 50 +++++++++++++++++++++++++++++++++++++++++--
>  1 file changed, 48 insertions(+), 2 deletions(-)

All applied.  Thanks.