From: Daniel Vetter <daniel@ffwll.ch>
To: Chris Wilson <chris@chris-wilson.co.uk>,
Andrey Skvortsov <andrej.skvortzov@gmail.com>,
Daniel Vetter <daniel.vetter@intel.com>,
Jani Nikula <jani.nikula@linux.intel.com>,
David Airlie <airlied@linux.ie>,
intel-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org,
linux-kernel@vger.kernel.org, Sitsofe Wheeler <sitsofe@gmail.com>
Subject: Re: [Intel-gfx] [Regression] WARNING: drivers/gpu/drm/i915/i915_gem.c:4525 i915_gem_free_object
Date: Tue, 24 Feb 2015 00:42:45 +0100 [thread overview]
Message-ID: <20150223234245.GA24485@phenom.ffwll.local> (raw)
In-Reply-To: <20150223212031.GI15204@nuc-i3427.alporthouse.com>
On Mon, Feb 23, 2015 at 09:20:31PM +0000, Chris Wilson wrote:
> On Mon, Feb 23, 2015 at 11:12:39PM +0300, Andrey Skvortsov wrote:
> > Hi,
> >
> > This warning is moved from linux-next to v4.0-rc1 now. After system boot is just a black screen.
> > I ssh'ed into the machine and saved the log. I attached updated dmesg.log with drm.debug=6. Hopefully it helps.
> > If you need any other debug information, traces, core dump or something else. Feel free to ask.
>
> The warning from free_object is annoying (and quite possibly dangerous),
> but the actual hang during boot is:
>
> [ 243.876375] INFO: task Xorg:2422 blocked for more than 120 seconds.
> [ 243.876382] Tainted: G W E 4.0.0-rc1-150223- #2
> [ 243.876388] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
> [ 243.876393] Xorg D ffff88019fc12dc0 0 2422 2180 0x00400000
> [ 243.876404] ffff8800dabfe1a0 0000000000000002 ffff880194537fd8 ffff880194537ba0
> [ 243.876416] ffff8800dab9e22c ffff8800dabfe1a0 ffff8800dab9e230 00000000ffffffff
> [ 243.876426] ffffffff813e2479 ffff8800dab9e228 ffffffff813e26a7 0000000000000000
> [ 243.876438] Call Trace:
> [ 243.876449] [<ffffffff813e2479>] ? schedule+0x6f/0x7c
> [ 243.876459] [<ffffffff813e26a7>] ? schedule_preempt_disabled+0x15/0x21
> [ 243.876469] [<ffffffff813e3347>] ? __ww_mutex_lock_slowpath+0xdf/0x1c2
> [ 243.876480] [<ffffffff813e3446>] ? __ww_mutex_lock+0x1c/0x93
> [ 243.876541] [<ffffffffa050e70d>] ? modeset_lock+0x8f/0xf2 [drm]
> [ 243.876632] [<ffffffffa09aa0b9>] ? intel_get_load_detect_pipe+0x80/0x427 [i915]
> [ 243.876674] [<ffffffffa04fd42f>] ? drm_ut_debug_printk+0x5e/0x63 [drm]
> [ 243.876771] [<ffffffffa09d4661>] ? intel_tv_detect+0x115/0x43a [i915]
> [ 243.876783] [<ffffffff810608d9>] ? preempt_count_sub+0xbf/0xca
> [ 243.876809] [<ffffffffa05d6f24>] ? drm_helper_probe_single_connector_modes_merge_bits+0xc6/0x38d [drm_kms_helper]
> [ 243.876860] [<ffffffffa0505b5d>] ? drm_mode_getconnector+0xf4/0x2ac [drm]
> [ 243.876900] [<ffffffffa04fa911>] ? drm_ioctl+0x338/0x3c5 [drm]
> [ 243.876949] [<ffffffffa0505a69>] ? drm_mode_getcrtc+0xb3/0xb3 [drm]
> [ 243.876961] [<ffffffff81167deb>] ? fsnotify+0x314/0x35d
> [ 243.876973] [<ffffffff811487be>] ? do_vfs_ioctl+0x379/0x431
> [ 243.876983] [<ffffffff811488cc>] ? SyS_ioctl+0x56/0x7c
> [ 243.876994] [<ffffffff813e5152>] ? system_call_fastpath+0x12/0x17
>
> i.e. it is a mutex deadlock inside tv detect. Daniel does that make sense?
Botch locking rework for atomic. Fix is
https://patchwork.kernel.org/patch/5861631/
and will land as soon as an affected user has provided a tested-by.
Andrey, can you pls give this a spin?
Thanks, Daniel
--
Daniel Vetter
Software Engineer, Intel Corporation
+41 (0) 79 365 57 48 - http://blog.ffwll.ch
next prev parent reply other threads:[~2015-02-23 23:41 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-02-03 19:15 [regression in linux-next] i915: broken graphics on laptop Andrey Skvortsov
2015-02-03 20:21 ` [Intel-gfx] " Chris Wilson
2015-02-04 18:26 ` Andrey Skvortsov
2015-02-04 18:42 ` Chris Wilson
2015-02-23 20:10 ` [Intel-gfx] [Regression] WARNING: drivers/gpu/drm/i915/i915_gem.c:4525 i915_gem_free_object Andrey Skvortsov
2015-02-23 20:12 ` Andrey Skvortsov
2015-02-23 21:20 ` Chris Wilson
2015-02-23 23:42 ` Daniel Vetter [this message]
2015-02-28 12:20 ` Andrey Skvortsov
2015-02-28 21:10 ` Chris Wilson
2015-02-28 21:57 ` [Intel-gfx] [Regression] BUG: unable to handle kernel NULL pointer dereference Andrey Skvortsov
2015-03-01 8:29 ` Chris Wilson
2015-03-01 9:30 ` Andrey Skvortsov
2015-03-01 10:28 ` Chris Wilson
2015-03-05 14:27 ` [Intel-gfx] [Regression] WARNING: drivers/gpu/drm/i915/i915_gem.c:4525 i915_gem_free_object Steven Rostedt
2015-03-16 15:45 ` Steven Rostedt
2015-03-16 16:43 ` Daniel Vetter
2015-03-16 17:21 ` Steven Rostedt
2015-03-17 7:53 ` Daniel Vetter
2015-03-18 0:46 ` Steven Rostedt
2015-03-18 8:30 ` Jani Nikula
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20150223234245.GA24485@phenom.ffwll.local \
--to=daniel@ffwll.ch \
--cc=airlied@linux.ie \
--cc=andrej.skvortzov@gmail.com \
--cc=chris@chris-wilson.co.uk \
--cc=daniel.vetter@intel.com \
--cc=dri-devel@lists.freedesktop.org \
--cc=intel-gfx@lists.freedesktop.org \
--cc=jani.nikula@linux.intel.com \
--cc=linux-kernel@vger.kernel.org \
--cc=sitsofe@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox