Skip to content

drm/xe/buddy: add locking around drm_buddy_print

Matthew Auld requested to merge mwa/kernel:xe-buddy-print-locking into xe

It's unsafe to call this without first ensuring exclusive access. For example the free_list could be modified by another user, as we call into this.

Signed-off-by: Matthew Auld matthew.auld@intel.com

Merge request reports