Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751326AbdLMH5t (ORCPT ); Wed, 13 Dec 2017 02:57:49 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:38960 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750749AbdLMH5r (ORCPT ); Wed, 13 Dec 2017 02:57:47 -0500 Date: Wed, 13 Dec 2017 08:57:51 +0100 From: Greg Kroah-Hartman To: Marek Szyprowski Cc: Shuah Khan , linux-kernel@vger.kernel.org, Daniel Vetter , torvalds@linux-foundation.org, akpm@linux-foundation.org, linux@roeck-us.net, patches@kernelci.org, ben.hutchings@codethink.co.uk, lkft-triage@lists.linaro.org, stable@vger.kernel.org Subject: Re: [PATCH 4.14 000/164] 4.14.6-stable review Message-ID: <20171213075751.GA2434@kroah.com> References: <20171212123443.785979602@linuxfoundation.org> <38ab86a7-c420-1ada-c945-a51cd056f22c@osg.samsung.com> <68ccc21c-2c89-554d-6ca7-22cf9e6bad63@samsung.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <68ccc21c-2c89-554d-6ca7-22cf9e6bad63@samsung.com> User-Agent: Mutt/1.9.1 (2017-09-22) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1619 Lines: 44 On Wed, Dec 13, 2017 at 07:48:43AM +0100, Marek Szyprowski wrote: > Hi Shuah and Greg, > > On 2017-12-12 15:47, Shuah Khan wrote: > > On 12/12/2017 05:43 AM, Greg Kroah-Hartman wrote: > > > This is the start of the stable review cycle for the 4.14.6 release. > > > There are 164 patches in this series, all will be posted as a response > > > to this one. If anyone has any issues with these being applied, please > > > let me know. > > > > > > Responses should be made by Thu Dec 14 12:34:08 UTC 2017. > > > Anything received after that time might be too late. > > > > > > The whole patch series can be found in one patch at: > > > kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.14.6-rc1.gz > > > or in the git tree and branch at: > > > git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-4.14.y > > > and the diffstat can be found below. > > > > > > thanks, > > > > > > greg k-h > > > > > > Daniel Vetter > > > drm: safely free connectors from connector_iter > > > > > > Marek Szyprowski > > > drm/bridge: analogix dp: Fix runtime PM state in get_modes() callback > > > > > The above two patches have been found to be the cause of boot hang on > > exynos Peach Pi(t) chromebooks. > > > > I am adding Daniel and Marek to the thread. > > The deadlock is caused by the Daniels patch. My patch only changes the order > of device initialization what might hide or reveal bug related to Daniels > patch. So should I revert Daniel's patch? Or is there already a fix for that in Linus's tree? thanks, greg k-h