Re: [PATCH v3 0/6] powerpc: use lock guards for mutex Set 1

2025-05-05 Thread Venkat Rao Bagalkote
On 05/05/25 1:23 pm, 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 v2->v3: - Collects tags (Andrew Donnellan & Srikar Dronamraju) - Address

Re: [PATCH v3 0/6] powerpc: use lock guards for mutex Set 1

2025-05-05 Thread Shrikanth Hegde
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

[PATCH v3 0/6] powerpc: use lock guards for mutex Set 1

2025-05-05 Thread Shrikanth Hegde
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 v2->v3: - Collects tags (Andrew Donnellan & Srikar Dronamraju) - Address comments from Srikar Dronamraju v1->v2: - Fix