Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752296AbcDKGnq (ORCPT ); Mon, 11 Apr 2016 02:43:46 -0400 Received: from bh-25.webhostbox.net ([208.91.199.152]:45092 "EHLO bh-25.webhostbox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751861AbcDKGnp (ORCPT ); Mon, 11 Apr 2016 02:43:45 -0400 Subject: Re: [PATCH 4.5 000/238] 4.5.1-stable review To: Greg Kroah-Hartman , linux-kernel@vger.kernel.org References: <20160410183456.398741366@linuxfoundation.org> Cc: torvalds@linux-foundation.org, akpm@linux-foundation.org, shuah.kh@samsung.com, patches@kernelci.org, stable@vger.kernel.org From: Guenter Roeck Message-ID: <570B47A3.2010503@roeck-us.net> Date: Sun, 10 Apr 2016 23:43:47 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: <20160410183456.398741366@linuxfoundation.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated_sender: linux@roeck-us.net X-OutGoing-Spam-Status: No, score=-1.0 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - bh-25.webhostbox.net X-AntiAbuse: Original Domain - vger.kernel.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - roeck-us.net X-Get-Message-Sender-Via: bh-25.webhostbox.net: authenticated_id: linux@roeck-us.net X-Authenticated-Sender: bh-25.webhostbox.net: linux@roeck-us.net X-Source: X-Source-Args: X-Source-Dir: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1169 Lines: 35 On 04/10/2016 11:32 AM, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 4.5.1 release. > There are 238 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 Tue Apr 12 18:34:18 UTC 2016. > Anything received after that time might be too late. > Build results: total: 147 pass: 147 fail: 0 Qemu test results: total: 104 pass: 100 fail: 4 Failed tests: arm:akita:pxa_defconfig arm:borzoi:pxa_defconfig arm:spitz:pxa_defconfig arm:terrier:pxa_defconfig Details are available at http://kerneltests.org/builders. 4.5 will require two patches from mainline to fix the known problems. 3c2e2266a5bd ("hwmon: (max1111) Return -ENODEV from max1111_read_channel if not instantiated") c4e5ffb6f224 ("gpio: pxa: fix legacy non pinctrl aware builds") The first fixes the direct failures reported above, the second fixes a traceback seen as result of failed gpio pin initialization. The first patch is tagged Cc: stable, the second has a Fixes: tag, so both should already be in your queue for 4.5. Thanks, Guenter