drm/i915: Sanity check the computed size and base of stolen memory
authorChris Wilson <chris@chris-wilson.co.uk>
Mon, 30 Jan 2017 13:47:21 +0000 (13:47 +0000)
committerChris Wilson <chris@chris-wilson.co.uk>
Tue, 31 Jan 2017 11:19:23 +0000 (11:19 +0000)
commit1692cd60d999b00a0491692dab0286e6011abd36
tree6ca4aad3e28794cb99b9bdc28dfa993054b6c5f1
parentc88473878d47131ccfc67a00ba688d4d7d0f4519
drm/i915: Sanity check the computed size and base of stolen memory

Just do a quick check that the stolen memory address range doesn't
overflow our chosen integer type.

v2: Add add_overflows() to utils with the promise that gcc7 can do this
better than C and then maybe it will have a proper definition in core.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/20170130134721.5159-1-chris@chris-wilson.co.uk
Reviewed-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
drivers/gpu/drm/i915/i915_gem_stolen.c
drivers/gpu/drm/i915/i915_utils.h