diff options
author | Felix Kuehling <Felix.Kuehling@amd.com> | 2021-02-04 08:11:17 +0300 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2021-02-19 00:43:09 +0300 |
commit | 1fb8b1fc4dd1035a264c81d15d41f05884cc8058 (patch) | |
tree | 9d15e07dada1a0f2521677c6b541d0d02d10ccf1 /drivers/gpu/drm/lib | |
parent | 41401ac67791810dd880345962339aa1bedd3c0d (diff) | |
download | linux-1fb8b1fc4dd1035a264c81d15d41f05884cc8058.tar.xz |
drm/amdkfd: Fix recursive lock warnings
memalloc_nofs_save/restore are no longer sufficient to prevent recursive
lock warnings when holding locks that can be taken in MMU notifiers. Use
memalloc_noreclaim_save/restore instead.
Fixes: f920e413ff9c ("mm: track mmu notifiers in fs_reclaim_acquire/release")
CC: Daniel Vetter <daniel.vetter@ffwll.ch>
Reviewed-by: Philip Yang <Philip.Yang@amd.com>
Signed-off-by: Felix Kuehling <Felix.Kuehling@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Cc: stable@vger.kernel.org # 5.10.x
Diffstat (limited to 'drivers/gpu/drm/lib')
0 files changed, 0 insertions, 0 deletions