Searched hist:"1396500 d673bd027683a0609ff84dca7eb6ea2e7" (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/gpu/drm/etnaviv/ |
H A D | etnaviv_dump.c | diff 1396500d673bd027683a0609ff84dca7eb6ea2e7 Tue May 21 14:53:40 CEST 2019 Lucas Stach <l.stach@pengutronix.de> drm/etnaviv: lock MMU while dumping core
The devcoredump needs to operate on a stable state of the MMU while it is writing the MMU state to the coredump. The missing lock allowed both the userspace submit, as well as the GPU job finish paths to mutate the MMU state while a coredump is under way.
Fixes: a8c21a5451d8 (drm/etnaviv: add initial etnaviv DRM driver) Reported-by: David Jander <david@protonic.nl> Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Tested-by: David Jander <david@protonic.nl> Reviewed-by: Philipp Zabel <p.zabel@pengutronix.de>
|