Re: [PATCH v3 3/6] powerpc: fadump: use lock guard for mutex

2025-05-09 Thread Shrikanth Hegde
On 5/8/25 11:23, Sourabh Jain wrote: Hi Sourabh. On 05/05/25 13:23, Shrikanth Hegde wrote: use scoped_guard for scope based resource management of mutex. This would make the code simpler and easier to maintain. More details on lock guards can be found at https://lore.kernel.org/all/2023

Re: [PATCH v3 3/6] powerpc: fadump: use lock guard for mutex

2025-05-07 Thread Sourabh Jain
On 05/05/25 13:23, Shrikanth Hegde wrote: use scoped_guard for scope based resource management of mutex. This would make the code simpler and easier to maintain. More details on lock guards can be found at https://lore.kernel.org/all/20230612093537.614161...@infradead.org/T/#u Reviewed-by: S