On Wed, Jan 02, 2019 at 02:55:06PM -0300, Ezequiel Garcia wrote:
The virtio_gpu_output is a member of struct virtio_gpu_device and is not a dynamically-allocated chunk, so it's wrong to kfree() it. Removing it fixes a memory corruption BUG() that can be triggered when the virtio-gpu driver is removed.
Signed-off-by: Ezequiel Garcia ezequiel@collabora.com
Both patches are queued up.
thanks, Gerd