diff options
author | 2013-01-11 12:08:57 +0100 | |
---|---|---|
committer | 2013-01-14 08:44:33 +1000 | |
commit | 242187b362555849e8c971dfbbfd55f8bd9fa717 (patch) | |
tree | 6ec50cb4197fdf8a5d1ad8391d483f6f33ec7dbd /tools/perf/scripts/python/export-to-postgresql.py | |
parent | udldrmfb: Fix EDID not working with monitors with EDID extension blocks (diff) | |
download | linux-dev-242187b362555849e8c971dfbbfd55f8bd9fa717.tar.xz linux-dev-242187b362555849e8c971dfbbfd55f8bd9fa717.zip |
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>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions