Re: [PATCH 0/2] locking/lockdep, drm: apply new lockdep assert in drm_auth.c

2021-07-30 Thread Waiman Long
On 7/30/21 12:15 AM, Desmond Cheong Zhi Xi wrote: Hi, Following a discussion on the patch ("drm: use the lookup lock in drm_is_current_master") [1], Peter Zijlstra proposed new lockdep_assert helpers to make it convenient to compose lockdep checks together. This series includes the patch that i

[PATCH 0/2] locking/lockdep, drm: apply new lockdep assert in drm_auth.c

2021-07-29 Thread Desmond Cheong Zhi Xi
Hi, Following a discussion on the patch ("drm: use the lookup lock in drm_is_current_master") [1], Peter Zijlstra proposed new lockdep_assert helpers to make it convenient to compose lockdep checks together. This series includes the patch that introduces the new lockdep helpers, then utilizes the