]> git.baikalelectronics.ru Git - kernel.git/commit
udldrmfb: udl_get_edid: usb_control_msg buffer must not be on the stack
authorHans de Goede <hdegoede@redhat.com>
Fri, 11 Jan 2013 11:08:57 +0000 (12:08 +0100)
committerDave Airlie <airlied@redhat.com>
Sun, 13 Jan 2013 22:44:33 +0000 (08:44 +1000)
commit603365cf2b372fa695a49384db752dd2412251d8
tree6ec50cb4197fdf8a5d1ad8391d483f6f33ec7dbd
parentd5405556a52a112ed57f9c34667d97b3fe6f6022
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 <hdegoede@redhat.com>
Cc: stable@vger.kernel.org
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/udl/udl_connector.c