]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/i915: Don't request a bug report for unsafe module parameters
authorChris Wilson <chris@chris-wilson.co.uk>
Sun, 6 May 2018 18:31:47 +0000 (19:31 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Tue, 8 May 2018 08:20:59 +0000 (09:20 +0100)
commit4e8507ba774f1fe5cd0c26a7cafc09afb8a6ba8e
tree93350addc63881808bf502d3dcf75b55d8ad76b2
parent145ef0d17d57788293b5569cd03118fc0e220a61
drm/i915: Don't request a bug report for unsafe module parameters

Unsafe module parameters are just that, unsafe. If the user is foolish
enough to try them and the kernel breaks, they get to keep both pieces.
Don't ask them to file a bug report if they broke it themselves.

References: https://bugs.freedesktop.org/show_bug.cgi?id=106423
Fixes: d15d7538c6d2 ("drm/i915: Tune down init error message due to failure injection")
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Imre Deak <imre.deak@intel.com>
Cc: Jani Nikula <jani.nikula@linux.intel.com>
Cc: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
Acked-by: Jani Nikula <jani.nikula@intel.com>
Reviewed-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20180506183147.2690-1-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/i915_drv.c