Protect drm_mmap against disappearing maps.
The map lists and hash tables are protected using dev->struct_mutex, but drm_mmap strangely never locked this mutex.
Loading
Please register or sign in to comment
The map lists and hash tables are protected using dev->struct_mutex, but drm_mmap strangely never locked this mutex.