Re: [PATCH] drm: Rip out the racy, unused vblank signal code.

2009-01-28 Thread Dave Airlie
Schedule a vblank signal, kill the process, and we'll go walking over freed memory. Given that no open-source userland exists using this, nor have I ever heard of a consumer, just let this code die. Signed-off-by: Eric Anholt e...@anholt.net I'm quite happy to push this, if nobody objects

Re: [PATCH] drm: Rip out the racy, unused vblank signal code.

2009-01-28 Thread Linus Torvalds
On Wed, 28 Jan 2009, Dave Airlie wrote: I'm quite happy to push this, if nobody objects with a good reason. Heh, since I was the one asking for this, I already applied it. If it breaks something, people can blame me. Linus

[PATCH] drm: Rip out the racy, unused vblank signal code.

2009-01-27 Thread Eric Anholt
Schedule a vblank signal, kill the process, and we'll go walking over freed memory. Given that no open-source userland exists using this, nor have I ever heard of a consumer, just let this code die. Signed-off-by: Eric Anholt e...@anholt.net --- drivers/gpu/drm/drm_irq.c | 161