Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753112AbbHCWFS (ORCPT ); Mon, 3 Aug 2015 18:05:18 -0400 Received: from mail-ob0-f179.google.com ([209.85.214.179]:36622 "EHLO mail-ob0-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751983AbbHCWFQ (ORCPT ); Mon, 3 Aug 2015 18:05:16 -0400 MIME-Version: 1.0 X-Originating-IP: [2a02:168:56b5:0:22cf:30ff:fe4c:37d6] In-Reply-To: References: <20150730004937.GA3133@thunk.org> <20150730013912.GA4068@thunk.org> <20150730144002.GY16722@phenom.ffwll.local> <20150730155029.GA3065@thunk.org> <20150803152729.GD24689@phenom.ffwll.local> <20150803162511.GA3563@thunk.org> Date: Tue, 4 Aug 2015 00:05:14 +0200 X-Google-Sender-Auth: bT66QBn47WNHAy_YTxxA0LLfuJc Message-ID: Subject: Re: [REGRESSION] Re: i915 driver crashes on T540p if docking station attached From: Daniel Vetter To: Linus Torvalds Cc: "Theodore Ts'o" , intel-gfx , DRI , Daniel Vetter , Mani Nikula , Ander Conselvan de Oliveira , Linux Kernel Mailing List , Hans de Goede , Hart , "Rafael J. Wysocki" Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1351 Lines: 36 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. I'll send you a pull for the mst one tomorrow and look into the watermark fail in intel_pm.c too. -Daniel -- Daniel Vetter Software Engineer, Intel Corporation +41 (0) 79 365 57 48 - http://blog.ffwll.ch -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/