drm/xe: Fix potential integer overflow in page size calculation
authorNirmoy Das <nirmoy.das@intel.com>
Mon, 18 Mar 2024 16:43:41 +0000 (17:43 +0100)
committerMatthew Auld <matthew.auld@intel.com>
Tue, 19 Mar 2024 08:33:42 +0000 (08:33 +0000)
commit4f4fcafde343a54465f85a2909fc684918507a4b
tree338671a77e62f93fbffa048ee6166de5c4b0c9c3
parent1d3c830574dcb2d6b37c82d70cd3027102c0c603
drm/xe: Fix potential integer overflow in page size calculation

Explicitly cast tbo->page_alignment to u64 before bit-shifting to
prevent overflow when assigning to min_page_size.

Cc: Matthew Auld <matthew.auld@intel.com>
Cc: Matthew Brost <matthew.brost@intel.com>
Signed-off-by: Nirmoy Das <nirmoy.das@intel.com>
Reviewed-by: Matthew Auld <matthew.auld@intel.com>
Signed-off-by: Matthew Auld <matthew.auld@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240318164342.3094-1-nirmoy.das@intel.com
drivers/gpu/drm/xe/xe_ttm_vram_mgr.c