[PATCH] drm/dp/mst: Always clear proposed vcpi table for port.

2016-05-25 Thread Andrey Grodzovsky
Not clearing mst manager's proposed vcpis table for destroyed connectors when the manager is stopped leaves it pointing to unrefernced memory, this causes pagefault when the manager is restarted when plugging back a branch. Fixes: 91a25e463130 ("drm/dp/mst: deallocate payload on port

[PATCH] drm/dp/mst: Always clear proposed vcpi table for port.

2016-05-25 Thread Andrey Grodzovsky
Not clearing mst manager's proposed vcpis table for destroyed connectors when the manager is stopped leaves it pointing to unrefernced memory, this causes pagefault when the manager is restarted when plugging back a branch. Fixes: 91a25e463130 ("drm/dp/mst: deallocate payload on port

[PATCH] drm/dp/mst: Always clear proposed vcpi table for port.

2016-05-25 Thread Greg KH
On Wed, May 25, 2016 at 12:08:23PM -0400, Andrey Grodzovsky wrote: > Not clearing mst manager's proposed vcpis table for > destroyed connectors when the manager is stopped > leaves it pointing to unrefernced memory, > this causes pagefault when the manager is > restarted when plugging back a

[PATCH] drm/dp/mst: Always clear proposed vcpi table for port.

2016-05-24 Thread Lyude Paul
Looks good to me. Reviewed-by: Lyude On Thu, 2016-05-19 at 23:18 -0400, Andrey Grodzovsky wrote: > Not clearing mst manager's proposed vcpis table for destroyed > connectors when the manager is stopped leaves it pointing to > unrefernced memory, this causes pagefault when the manager is >

[PATCH] drm/dp/mst: Always clear proposed vcpi table for port.

2016-05-23 Thread Jani Nikula
Added some folks to Cc. On Fri, 20 May 2016, Andrey Grodzovsky wrote: > Not clearing mst manager's proposed vcpis table for destroyed > connectors when the manager is stopped leaves it pointing to > unrefernced memory, this causes pagefault when the manager is > restarted when plugging back a

[PATCH] drm/dp/mst: Always clear proposed vcpi table for port.

2016-05-20 Thread Andrey Grodzovsky
Not clearing mst manager's proposed vcpis table for destroyed connectors when the manager is stopped leaves it pointing to unrefernced memory, this causes pagefault when the manager is restarted when plugging back a branch. Signed-off-by: Andrey Grodzovsky ---