Skip to content

drm/xe/vm: Fix shift outside type width

Thomas Hellström requested to merge thomash/kernel:shift_fix into xe

A 64-bit unsigned is needed for the shift to be correct. Fix. (This was discovered by KUBSAN).

Signed-off-by: Thomas Hellström thomas.hellstrom@linux.intel.com

Merge request reports