commit | 8811d616dfaa8c6e1905a20ce0543ec401275997 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Fri Nov 09 09:03:11 2018 +0000 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Fri Nov 09 10:40:20 2018 +0000 |
tree | 38c78f6a140fb4af9756b80213fa22ff84f457ea | |
parent | 58db08a73b75bfe0f718107bb4f09c57cd725c48 [diff] |
drm/i915: Initialise the obj->rcu head Make the rcu_head known to the system, in particular for debugobjects. And having declared it for debugobjects, we need to tidy up afterwards. v2: mark the obj->rcu as being destroyed when we reuse its location for the freed list. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=108691 Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Reviewed-by: Mika Kuoppala <mika.kuoppala@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20181109090311.15321-1-chris@chris-wilson.co.uk