Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751482AbcCFNSv (ORCPT ); Sun, 6 Mar 2016 08:18:51 -0500 Received: from mailout04.t-online.de ([194.25.134.18]:51928 "EHLO mailout04.t-online.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751298AbcCFNSn (ORCPT ); Sun, 6 Mar 2016 08:18:43 -0500 Subject: Re: Linux 4.4.4 [regression] To: Greg KH References: <20160303233415.GA30194@kroah.com> <56DAB98D.6050305@web.de> <20160305174147.GB14401@kroah.com> Cc: linux-kernel@vger.kernel.org, Andrew Morton , torvalds@linux-foundation.org, stable@vger.kernel.org, lwn@lwn.net, Jiri Slaby , Alex Deucher Newsgroups: gmane.linux.kernel.stable,gmane.linux.kernel From: =?UTF-8?Q?J=c3=b6rg-Volker_Peetz?= Message-ID: <56DC2E27.2080006@web.de> Date: Sun, 6 Mar 2016 14:18:31 +0100 MIME-Version: 1.0 In-Reply-To: <20160305174147.GB14401@kroah.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-ID: GvciiYZZQhKl2Q2ds13ft-hXZOVkYVMvHwzBbtoQUFDGXyyNguD9VZnjQVCg2wyw2n X-TOI-MSGID: b88c078b-00b0-4c16-b03f-7be00af1930d Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1024 Lines: 35 Greg KH wrote on 03/05/16 18:41: > > Can you use 'git bisect' between 4.4.3 and 4.4.4 to track down the > offending patch? > > thanks, > > greg k-h > It's one line of code that freezes X during start on my HP Pavilion dv7 hybrid graphic (AMD HD 42000 - AMD HD 5400): # git bisect visualize commit b36e52c44ce6728824546d8b5f05b844cede96f1 Author: Alex Deucher Date: Tue Nov 24 14:32:44 2015 -0500 drm/radeon: call hpd_irq_event on resume commit dbb17a21c131eca94eb31136eee9a7fe5aff00d9 upstream. Need to call this on resume if displays changes during suspend in order to properly be notified of changes. Signed-off-by: Alex Deucher Signed-off-by: Greg Kroah-Hartman Removing the line inserted by this patch from 4.4.4 makes X on my laptop work again. Just for the records: with the above patch the laptop freezes during shutdown and has to be switched off by pressing the power button several seconds until power-off. Regards, jvp.