From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Rafael J. Wysocki" Subject: Re: [REGRESSION] Re: i915 driver crashes on T540p if docking station attached Date: Tue, 04 Aug 2015 03:17:10 +0200 Message-ID: <3553281.5BhVUE9THK@vostro.rjw.lan> References: <20150730004937.GA3133@thunk.org> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7Bit Return-path: In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: Daniel Vetter , Hans de Goede Cc: Linus Torvalds , Theodore Ts'o , intel-gfx , DRI , Daniel Vetter , Mani Nikula , Ander Conselvan de Oliveira , Linux Kernel Mailing List , Hart , "Rafael J. Wysocki" List-Id: intel-gfx@lists.freedesktop.org On Tuesday, August 04, 2015 12:05:14 AM Daniel Vetter wrote: > On Mon, Aug 3, 2015 at 7:24 PM, Linus Torvalds > wrote: > >> However, I'm > >> still seeing a large number of drm/i915 related warning messages and > >> other kernel kvetching. > > > > I suspect I can live with that for now. The lockdep one looks like > > it's mainly an initialization issue, so you'd never get the actual > > deadlock in practice, but it's obviously annoying. The intel_pm.c one > > I'll have to defer to the i915 people for.. > > The lockdep splat is just acpi being inconsistent with init_mutex vs. > backlight notifier_chain (which has it's own lock) calls. init_mutex > is new in 4.2 and has been added in > > commit 87521e16a7abbf3fa337f56cb4d1e18247f15e8a > Author: Hans de Goede > Date: Tue Jun 16 16:27:48 2015 +0200 > > acpi-video-detect: Rewrite backlight interface selection logic > > > Not mine ;-) But adding relevant people. Hans, can you have a look at this, please? Rafael