Hi Dave,
2 patches to fix the oops Dave Hanse reported, plus a double kfree fix Maarten discovered while backporting the fix for Linus.
For Linus' vma tracking oops the plan is to send you a dedicated pull with the 2 patches we need, but since it's tricky we're letting CI beat on it a bit more.
Cheers, Daniel
The following changes since commit 566cf877a1fcb6d6dc0126b076aad062054c2637:
Linux 4.10-rc6 (2017-01-29 14:25:17 -0800)
are available in the git repository at:
git://anongit.freedesktop.org/git/drm-misc tags/drm-misc-fixes-2017-01-31
for you to fetch changes up to 92c715fca907686f5298220ece53423e38ba3aed:
drm/atomic: Fix double free in drm_atomic_state_default_clear (2017-01-31 13:41:46 +0100)
---------------------------------------------------------------- Daniel Vetter (2): drm: prevent double-(un)registration for connectors drm: Don't race connector registration
Maarten Lankhorst (1): drm/atomic: Fix double free in drm_atomic_state_default_clear
drivers/gpu/drm/drm_atomic.c | 13 ++++++++----- drivers/gpu/drm/drm_connector.c | 23 ++++++++++++++++++----- drivers/gpu/drm/drm_drv.c | 4 ++++ include/drm/drmP.h | 1 + include/drm/drm_connector.h | 16 +++++++++++++++- 5 files changed, 46 insertions(+), 11 deletions(-)
dri-devel@lists.freedesktop.org