From: Thierry Reding Date: Wed, 10 Dec 2014 10:38:49 +0000 (+0100) Subject: drm: Zero out DRM object memory upon cleanup X-Git-Tag: omap-for-v3.19/fixes-rc1~80^2~4^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a18c0af171bfb875012da26f23df051004726973;p=pandora-kernel.git drm: Zero out DRM object memory upon cleanup Drivers where the DRM objects have a lifetime that extends beyond that of the DRM device need to zero out the DRM object memory to void stale data such as properties. The DRM core code expects to operate on newly allocated and zeroed out objects and will behave unexpectedly, such as add duplicate properties, otherwise. Signed-off-by: Thierry Reding Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed