diff options
author | Thomas Hellstrom <thellstrom@vmware.com> | 2017-03-27 13:38:25 +0300 |
---|---|---|
committer | Thomas Hellstrom <thellstrom@vmware.com> | 2017-03-30 12:43:40 +0300 |
commit | 3ce7803cf3a7bc52c0eb9f516de8b72a0305ad57 (patch) | |
tree | 9d64b8496547d9ae8efdf3180321195c531cce3e /Makefile | |
parent | fe25deb7737ce6c0879ccf79c99fa1221d428bf2 (diff) | |
download | linux-3ce7803cf3a7bc52c0eb9f516de8b72a0305ad57.tar.xz |
drm/ttm: Avoid calling drm_ht_remove from atomic context
On recent kernels, calling drm_ht_remove triggers a might_sleep() warning
from within vfree(). So avoid calling it from atomic context. The use-cases
we fix here are both from destructors so there should be no concurrent
use of the hash tables.
Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
Reviewed-by: Brian Paul <brianp@vmware.com>
Reviewed-by: Sinclair Yeh <syeh@vmware.com>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions