From: Ville Syrjälä Date: Tue, 13 Mar 2012 10:35:41 +0000 (+0200) Subject: drm: Check crtc x and y coordinates X-Git-Tag: v3.2.71~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe3215cc59a7996aaa84932affb3a9b62375ba6c;p=pandora-kernel.git drm: Check crtc x and y coordinates commit 1d97e9154821d52a5ebc226176d4839c7b86b116 upstream. The crtc x/y panning coordinates are stored as signed integers internally. The user provides them as unsigned, so we should check that the user provided values actually fit in the internal datatypes. Signed-off-by: Ville Syrjälä Reviewed-by: Alex Deucher Signed-off-by: Dave Airlie Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed