Re: [PATCH v3 0/6] powerpc: use lock guards for mutex Set 1
From: Shrikanth Hegde
Date: Mon May 05 2025 - 05:45:42 EST
On 5/5/25 13:23, Shrikanth Hegde wrote:
This is an effort to make the code simpler by making use of lock
guards which were introduced in [1], which works by using __cleanup
attributes. More details in v1 cover letter
compile/boot tested on PowerNV(P9). Also ran eeh selftests.
No regressions were seen compared to baseline.