summaryrefslogtreecommitdiff
path: root/curvetun.h
diff options
context:
space:
mode:
Diffstat (limited to 'curvetun.h')
0 files changed, 0 insertions, 0 deletions
5c0ab768c8d02914188aa2211cd2e3 (diff)
drm/msm: protect against faults from copy_from_user() in submit ioctl
An evil userspace could try to cause deadlock by passing an unfaulted-in GEM bo as submit->bos (or submit->cmds) table. Which will trigger msm_gem_fault() while we already hold struct_mutex. See: https://github.com/freedreno/msmtest/blob/master/evilsubmittest.c Cc: stable@vger.kernel.org Signed-off-by: Rob Clark <robdclark@gmail.com>
Diffstat