From: Alexandru Chirvasitu <achirvasub@gmail.com>
To: Chris Wilson <chris@chris-wilson.co.uk>
Cc: intel-gfx@lists.freedesktop.org,
kernel list <linux-kernel@vger.kernel.org>,
Rodrigo Vivi <rodrigo.vivi@intel.com>
Subject: Re: PROBLEM: i915 causes complete desktop freezes in 4.15-rc5
Date: Wed, 3 Jan 2018 08:46:42 -0500 [thread overview]
Message-ID: <20180103134642.GA2118@chirva-void> (raw)
In-Reply-To: <151498375040.21495.10909014868670557680@mail.alporthouse.com>
I've cloned your
https://anongit.freedesktop.org/git/drm-tip.git
and am now trying to build it (just the master; I haven't tried
previous commits). The build fails at the modules stage with
Makefile:1015: recipe for target 'drivers' failed
make: *** [drivers] Error 2
What is the earliest commit I can try to build so it will still
include the config options you mention?
I'm sure I'm just missing something obvious..
On Wed, Jan 03, 2018 at 12:49:10PM +0000, Chris Wilson wrote:
> Quoting Alexandru Chirvasitu (2018-01-03 00:14:38)
> > For comparison, here's another one produced by the same kernel, on the
> > same laptop, but a different hard drive.
> >
> > The OS was installed on a USB stick that I'd boot the laptop off
> > of. Recently I started getting lags when copying to / from the stick,
> > so I moved the OS to an external SSD.
> >
> > Everything else stayed the same, and booting the same kernel resulted
> > in the same type of freeze.
>
> I still have no explanation for how the use-after-free is possible here.
> The list iteration and destruction are both guarded by the struct_mutex.
>
> However, we have just pushed some extra assertions into drm-tip,
> https://cgit.freedesktop.org/drm-tip If you could please compile and
> test a kernel built using that branch and enable
> CONFIG_DRM_I915_DEBUG_GEM (which depends on CONFIG_DRM_I915_WERROR). I'm
> hoping that will catch the culprit in the act.
> -Chris
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
WARNING: multiple messages have this Message-ID (diff)
From: Alexandru Chirvasitu <achirvasub@gmail.com>
To: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Jani Nikula <jani.nikula@linux.intel.com>,
Joonas Lahtinen <joonas.lahtinen@linux.intel.com>,
Rodrigo Vivi <rodrigo.vivi@intel.com>,
intel-gfx@lists.freedesktop.org,
kernel list <linux-kernel@vger.kernel.org>
Subject: Re: PROBLEM: i915 causes complete desktop freezes in 4.15-rc5
Date: Wed, 3 Jan 2018 08:46:42 -0500 [thread overview]
Message-ID: <20180103134642.GA2118@chirva-void> (raw)
In-Reply-To: <151498375040.21495.10909014868670557680@mail.alporthouse.com>
I've cloned your
https://anongit.freedesktop.org/git/drm-tip.git
and am now trying to build it (just the master; I haven't tried
previous commits). The build fails at the modules stage with
Makefile:1015: recipe for target 'drivers' failed
make: *** [drivers] Error 2
What is the earliest commit I can try to build so it will still
include the config options you mention?
I'm sure I'm just missing something obvious..
On Wed, Jan 03, 2018 at 12:49:10PM +0000, Chris Wilson wrote:
> Quoting Alexandru Chirvasitu (2018-01-03 00:14:38)
> > For comparison, here's another one produced by the same kernel, on the
> > same laptop, but a different hard drive.
> >
> > The OS was installed on a USB stick that I'd boot the laptop off
> > of. Recently I started getting lags when copying to / from the stick,
> > so I moved the OS to an external SSD.
> >
> > Everything else stayed the same, and booting the same kernel resulted
> > in the same type of freeze.
>
> I still have no explanation for how the use-after-free is possible here.
> The list iteration and destruction are both guarded by the struct_mutex.
>
> However, we have just pushed some extra assertions into drm-tip,
> https://cgit.freedesktop.org/drm-tip If you could please compile and
> test a kernel built using that branch and enable
> CONFIG_DRM_I915_DEBUG_GEM (which depends on CONFIG_DRM_I915_WERROR). I'm
> hoping that will catch the culprit in the act.
> -Chris
next prev parent reply other threads:[~2018-01-03 13:45 UTC|newest]
Thread overview: 50+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-12-30 17:31 PROBLEM: i915 causes complete desktop freezes in 4.15-rc5 Alexandru Chirvasitu
2017-12-30 17:31 ` Alexandru Chirvasitu
2017-12-31 15:54 ` Chris Wilson
2017-12-31 15:54 ` Chris Wilson
2017-12-31 16:52 ` Alexandru Chirvasitu
2017-12-31 16:54 ` Chris Wilson
2017-12-31 23:17 ` Alexandru Chirvasitu
2018-01-01 21:13 ` Alexandru Chirvasitu
2018-01-01 21:13 ` Alexandru Chirvasitu
2018-01-02 16:53 ` Chris Wilson
2018-01-02 21:39 ` Alexandru Chirvasitu
2018-01-02 21:39 ` Alexandru Chirvasitu
2018-01-03 0:14 ` Alexandru Chirvasitu
2018-01-03 0:14 ` Alexandru Chirvasitu
2018-01-03 12:49 ` Chris Wilson
2018-01-03 13:46 ` Alexandru Chirvasitu [this message]
2018-01-03 13:46 ` Alexandru Chirvasitu
2018-01-03 13:47 ` Chris Wilson
2018-01-03 14:03 ` Alexandru Chirvasitu
2018-01-03 14:03 ` Alexandru Chirvasitu
2018-01-03 14:08 ` Chris Wilson
2018-01-03 14:48 ` Alexandru Chirvasitu
2018-01-03 14:48 ` Alexandru Chirvasitu
2018-01-03 14:53 ` Chris Wilson
2018-01-03 16:31 ` Alexandru Chirvasitu
2018-01-03 16:31 ` Alexandru Chirvasitu
2018-01-03 21:53 ` Alexandru Chirvasitu
2018-01-03 21:53 ` Alexandru Chirvasitu
2018-01-05 17:52 ` Chris Wilson
2018-01-05 19:37 ` Alexandru Chirvasitu
2018-01-05 19:37 ` Alexandru Chirvasitu
2018-01-05 19:51 ` Chris Wilson
2018-01-05 19:58 ` Alexandru Chirvasitu
2018-01-05 20:02 ` Chris Wilson
2018-01-05 20:08 ` Alexandru Chirvasitu
2018-01-05 20:08 ` Alexandru Chirvasitu
2018-01-05 22:05 ` Alexandru Chirvasitu
2018-01-05 22:05 ` Alexandru Chirvasitu
2018-01-05 22:24 ` Alexandru Chirvasitu
2018-01-05 22:24 ` Alexandru Chirvasitu
2018-01-06 10:43 ` Chris Wilson
2018-01-06 13:24 ` Alexandru Chirvasitu
2018-01-06 13:24 ` Alexandru Chirvasitu
2018-01-06 16:38 ` Alexandru Chirvasitu
2018-01-06 17:34 ` Chris Wilson
2018-01-06 18:44 ` Alexandru Chirvasitu
2018-01-06 18:44 ` Alexandru Chirvasitu
2018-01-06 20:55 ` Chris Wilson
2018-01-06 21:01 ` Alexandru Chirvasitu
2018-01-06 21:01 ` Alexandru Chirvasitu
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=20180103134642.GA2118@chirva-void \
--to=achirvasub@gmail.com \
--cc=chris@chris-wilson.co.uk \
--cc=intel-gfx@lists.freedesktop.org \
--cc=linux-kernel@vger.kernel.org \
--cc=rodrigo.vivi@intel.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.