]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
drm/amdgpu: fix incorrect use of fcheck
authorChristian König <christian.koenig@amd.com>
Fri, 17 Aug 2018 17:36:08 +0000 (19:36 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 15 Sep 2018 07:46:59 +0000 (09:46 +0200)
commitdd4a6ffb5bc1a36776bc4de1b3dc72cc31f48be6
tree95dc1d0ab8f7a448994537c28ef032498fa09092
parent0d34ba1b3d33c9366e5e471de6bde921d12c3f08
drm/amdgpu: fix incorrect use of fcheck

commit bce31d4c1ae8865d6382e3a27b07b4bb8e020ade upstream.

The usage isn't RCU protected.

Signed-off-by: Christian König <christian.koenig@amd.com>
Acked-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
CC: stable@vger.kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/gpu/drm/amd/amdgpu/amdgpu_sched.c