From: Chris Wilson Date: Fri, 8 Oct 2010 12:40:27 +0000 (+0100) Subject: drm/i915: Prevent module unload to avoid random memory corruption X-Git-Tag: v2.6.36-rc8~22^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6939a5aca7cfada279a24c307e772f33104fca20;p=pandora-kernel.git drm/i915: Prevent module unload to avoid random memory corruption The i915 driver has quite a few module unload bugs, the known ones at least have fixes that are targeting 2.6.37. However, in order to maintain a stable kernel, we should prevent this known random memory corruption following driver unload. This should have very low impact on normal users who are unlikely to need to unload the i915 driver. Suggested-by: Thomas Gleixner Acked-by: Daniel Vetter Cc: stable@kernel.org Signed-off-by: Chris Wilson --- Reading git-diff-tree failed