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
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
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