From: Hans de Goede Date: Fri, 11 Jan 2013 11:08:57 +0000 (+0100) Subject: udldrmfb: udl_get_edid: usb_control_msg buffer must not be on the stack X-Git-Tag: v3.8-rc4~28^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=242187b362555849e8c971dfbbfd55f8bd9fa717;p=pandora-kernel.git udldrmfb: udl_get_edid: usb_control_msg buffer must not be on the stack The buffer passed to usb_control_msg may end up in scatter-gather list, and may thus not be on the stack. Having it on the stack usually works on x86, but not on other archs. Signed-off-by: Hans de Goede Cc: stable@vger.kernel.org Signed-off-by: Dave Airlie --- Reading git-diff-tree failed