From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752600AbdGCH1P (ORCPT ); Mon, 3 Jul 2017 03:27:15 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:36896 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752339AbdGCH1O (ORCPT ); Mon, 3 Jul 2017 03:27:14 -0400 Date: Mon, 3 Jul 2017 09:27:09 +0200 From: Greg Kroah-Hartman To: Ben Hutchings Cc: "Y.C. Chen" , Dave Airlie , Russell Currey , linux-kernel@vger.kernel.org, stable@vger.kernel.org, Sasha Levin Subject: Re: [PATCH 4.4 34/46] drm/ast: Fixed system hanged if disable P2A Message-ID: <20170703072709.GC5888@kroah.com> References: <20170615175218.286057711@linuxfoundation.org> <20170615175219.904190183@linuxfoundation.org> <1498743945.1935.35.camel@codethink.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1498743945.1935.35.camel@codethink.co.uk> User-Agent: Mutt/1.8.3 (2017-05-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jun 29, 2017 at 02:45:45PM +0100, Ben Hutchings wrote: > On Thu, 2017-06-15 at 19:52 +0200, Greg Kroah-Hartman wrote: > > 4.4-stable review patch. If anyone has any objections, please let me know. > > > > ------------------ > > > > From: "Y.C. Chen" > > > > > > [ Upstream commit 6c971c09f38704513c426ba6515f22fb3d6c87d5 ] > > > > The original ast driver will access some BMC configuration through P2A bridge > > that can be disabled since AST2300 and after. > > It will cause system hanged if P2A bridge is disabled. > > Here is the update to fix it. > [...] > > Shouldn't this be followed by: > > commit 71f677a91046599ece96ebab21df956ce909c456 > Author: Russell Currey > Date: Fri Feb 17 14:33:01 2017 +1100 > > drm/ast: Handle configuration without P2A bridge > > ? Looks like it to me, now queued up, thanks. greg k-h