From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S967265AbcA1CQf (ORCPT ); Wed, 27 Jan 2016 21:16:35 -0500 Received: from bh-25.webhostbox.net ([208.91.199.152]:46101 "EHLO bh-25.webhostbox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934283AbcA1CQc (ORCPT ); Wed, 27 Jan 2016 21:16:32 -0500 Subject: Re: [PATCH 4.3 000/157] 4.3.5-stable review To: Greg Kroah-Hartman , linux-kernel@vger.kernel.org References: <20160127180932.533735338@linuxfoundation.org> Cc: torvalds@linux-foundation.org, akpm@linux-foundation.org, shuah.kh@samsung.com, info@kernelci.org, stable@vger.kernel.org From: Guenter Roeck Message-ID: <56A979FC.40300@roeck-us.net> Date: Wed, 27 Jan 2016 18:16:28 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 In-Reply-To: <20160127180932.533735338@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 On 01/27/2016 10:11 AM, Greg Kroah-Hartman wrote: > ------------------------- > NOTE: > There are still a lot of pending stable patches in the queue, well > over 400 of them to be specific, so some of your favorite/pet patches > might not be included in these releases. Please be patient as I dig > out from this backlog over the next few weeks. If there are specific > patches that you just _must_ have included in a stable release soon, > please let me know. > ------------------------- > > This is the start of the stable review cycle for the 4.3.5 release. > There are 157 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 Fri Jan 29 18:08:09 UTC 2016. > Anything received after that time might be too late. > Build results: total: 146 pass: 145 fail: 1 Failed builds: arm64:allmodconfig Qemu test results: total: 95 pass: 93 fail: 2 Failed tests: arm64:smp:defconfig arm64:nosmp:defconfig arm64:allmodconfig fails to build due to a crash in recordmcount, which is caused by 'recordmcount: arm64: Replace the ignored mcount call into nop'. That bug can be fixed by applying upstream commit c84da8b9ad37 ("recordmcount: Fix endianness handling bug for nop_mcount"). However, that does not help, because after applying this patch the build is then still broken due to 'arm64: mm: use correct mapping granularity under DEBUG_RODAT'. The arm64 qemu tests fails to to a bug inherited from mainline (arm64:allmodconfig is also broken in mainline). Guenter