"arch/mips/git@git.tuxist.de:jan.koester/linux.git" did not exist on "90b712ddabb40c49ca4f68bab07e27aa34c8d2a3"
drm/i915/gvt: fix use after free for workload
In the function workload_thread(), we invoke complete_current_workload() to cleanup the just processed workload (workload will be freed there). So we cannot access workload->req after that. This patch move complete_current_workload() afterward. Signed-off-by:Changbin Du <changbin.du@intel.com> Signed-off-by:
Zhenyu Wang <zhenyuw@linux.intel.com>
Loading
Please sign in to comment