linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] fix uacce concurrency issue of uacce_remove
@ 2022-06-24 14:21 Zhangfei Gao
  2022-06-24 14:21 ` [PATCH v2 1/2] uacce: Handle parent driver module removal Zhangfei Gao
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Zhangfei Gao @ 2022-06-24 14:21 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Arnd Bergmann, Herbert Xu, jean-philippe,
	Wangzhou, Jonathan Cameron
  Cc: acc, linux-kernel, linux-crypto, iommu, Zhangfei Gao

When uacce is working, uacce parent module can be rmmod, parent
device can also be removed anytime, which may cause concurrency issues.
Here solve the concurrency issue.

Jean-Philippe Brucker (1):
  uacce: Handle parent device removal

Zhangfei Gao (1):
  uacce: Handle parent driver module removal

 drivers/misc/uacce/uacce.c | 135 ++++++++++++++++++++++++-------------
 include/linux/uacce.h      |   6 +-
 2 files changed, 92 insertions(+), 49 deletions(-)

-- 
2.36.1


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-06-27 14:15 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-24 14:21 [PATCH v2 0/2] fix uacce concurrency issue of uacce_remove Zhangfei Gao
2022-06-24 14:21 ` [PATCH v2 1/2] uacce: Handle parent driver module removal Zhangfei Gao
2022-06-27 13:21   ` Greg Kroah-Hartman
2022-06-27 14:14     ` Zhangfei Gao
2022-06-24 14:21 ` [PATCH v2 2/2] uacce: Handle parent device removal Zhangfei Gao
2022-06-24 14:37 ` [PATCH v2 0/2] fix uacce concurrency issue of uacce_remove Greg Kroah-Hartman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).