Created attachment 48556 [details] [review] patch that makes describe_obj() tolerate NULL Linux 3.0-rc5 oopses when /sys/kernel/debug/dri/0/i915_context_status is accessed for reading. It appears that both dev_priv->pwrctx and dev_priv->renderctx are NULL, and they are passed to describe_obj() as the second argument. Either describe_obj() should be made tolerant to NULL, or i915_context_status() should check what it passes to describe_obj() and output something meaningful.
I think it's beneficial to make describe_obj still barf on NULL, as we never mean to call it with a NULL object. https://patchwork.kernel.org/patch/930062/ Thanks for reporting it.
Will be released in 3.0. dc501fbc4389f6c15a8da14684b5926e0d9553da
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.