On Wed, Mar 25, 2015 at 3:43 PM, Linus Torvalds torvalds@linux-foundation.org wrote:
I'm going to wait a bit more with this, since clearly things are still in flux, and these two commits don't actually fix everything at all.
There's apparently at least one more fix necessary.
Indeed. I can see the problem myself.
With current git I get two warnings:
WARNING: CPU: 3 PID: 325 at include/linux/kref.h:47 drm_framebuffer_reference+0x72/0x80 [drm]() WARNING: CPU: 4 PID: 107 at drivers/gpu/drm/drm_atomic.c:482 drm_atomic_check_only+0x32d/0x4f0 [drm]()
and testing the pull it gets rid of the first one, but no tthe second one.
So that urgent fix is very much still lacking.
Linus