Re: [PATCH v6 0/2] Drivers: hv: Introduce new driver - mshv_vtl
From: Naman Jain
Date: Thu Jul 24 2025 - 05:02:11 EST
On 7/24/2025 2:26 PM, Markus Elfring wrote:
…> Changes since v5:
…> * Used guard(mutex) for better mutex handling.
…
Thanks.
Do you see opportunities to extend guard applications for further data structures?
Regards,
Markus
So I actually extended using guard to all the other places where I was
using manual mutex lock/unlock. I had to reorganize the code a bit,
which made the overall flow simpler and more robust. If I am missing
something, please let me know.
Regards,
Naman