From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752631AbcGOOxk (ORCPT ); Fri, 15 Jul 2016 10:53:40 -0400 Received: from mail-oi0-f66.google.com ([209.85.218.66]:33947 "EHLO mail-oi0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751071AbcGOOxe (ORCPT ); Fri, 15 Jul 2016 10:53:34 -0400 Subject: Re: Critical regression in 4.7-rcX To: =?UTF-8?B?VmlsbGUgU3lyasOkbMOk?= , Daniel Vetter References: <4f3efccf-5d73-d69f-5d79-2107537a8815@lwfinger.net> <20160715144330.GI4329@intel.com> Cc: Linus Torvalds , LKML , Shubhangi Shrivastava , Jani Nikula , intel-gfx From: Larry Finger Message-ID: Date: Fri, 15 Jul 2016 09:53:32 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2 MIME-Version: 1.0 In-Reply-To: <20160715144330.GI4329@intel.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 07/15/2016 09:43 AM, Ville Syrjälä wrote: > On Fri, Jul 15, 2016 at 04:27:27PM +0200, Daniel Vetter wrote: >> On Fri, Jul 15, 2016 at 8:55 AM, Linus Torvalds >> wrote: >>> On Thu, 14 Jul 2016, Larry Finger wrote: >>>> To anyone keeping track of regressions in kernel 4.7, I call your attention to >>>> https://bugs.freedesktop.org/show_bug.cgi?id=96675. >>>> >>>> This bug causes driver i915 to fail to connect to the display, and results in >>>> a blank screen as soon as the kernel is loaded. The only way to operate with >>>> kernel 4.7 is to add "nomodeset" to the command line. The problem was bisected >>>> to commit f21a21983ef13a ("drm/i915: Splitting intel_dp_detect"). >>> >>> Daniel? Jani? Time to revert? >> >> Yup. Means that I'll get to revert a pile of patches (plus even more >> in -next), but that's what we get for not handling regressions timely. >> Dave poked me about the same bug already too. But will take a few days >> until the pull is in your inbox I guess. > > I attached a oneliner to the bug today, that I *think* should fix the > problem. Unfortunately, that patch did not help. If you have any other patches, or a repo I can pull from for testing, please let me know. Larry