Skip to content
Commit 242187b3 authored by Hans de Goede's avatar Hans de Goede Committed by Dave Airlie
Browse files

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: default avatarHans de Goede <hdegoede@redhat.com>
Cc: stable@vger.kernel.org
Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
parent c930812f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment