Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1161953AbdDUQn4 (ORCPT ); Fri, 21 Apr 2017 12:43:56 -0400 Received: from bh-25.webhostbox.net ([208.91.199.152]:60146 "EHLO bh-25.webhostbox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1038475AbdDUQnc (ORCPT ); Fri, 21 Apr 2017 12:43:32 -0400 Date: Fri, 21 Apr 2017 08:58:36 -0700 From: Guenter Roeck To: Greg Kroah-Hartman Cc: linux-kernel@vger.kernel.org, torvalds@linux-foundation.org, akpm@linux-foundation.org, shuahkh@osg.samsung.com, patches@kernelci.org, ben.hutchings@codethink.co.uk, stable@vger.kernel.org Subject: Re: [PATCH 3.18 000/124] 3.18.50-stable review Message-ID: <20170421155835.GA32120@roeck-us.net> References: <20170420063557.021306233@linuxfoundation.org> <20170420142803.GB4060@kroah.com> <20170420195323.GA5279@kroah.com> <8a9343ba-03e1-25d6-9a24-4575be3ca4aa@roeck-us.net> <20170421043528.GA13476@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170421043528.GA13476@kroah.com> User-Agent: Mutt/1.5.24 (2015-08-30) X-Authenticated_sender: guenter@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: guenter@roeck-us.net X-Authenticated-Sender: bh-25.webhostbox.net: guenter@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: 2491 Lines: 65 On Fri, Apr 21, 2017 at 06:35:28AM +0200, Greg Kroah-Hartman wrote: > On Thu, Apr 20, 2017 at 08:38:16PM -0700, Guenter Roeck wrote: > > On 04/20/2017 12:53 PM, Greg Kroah-Hartman wrote: > > > On Thu, Apr 20, 2017 at 04:28:03PM +0200, Greg Kroah-Hartman wrote: > > > > On Thu, Apr 20, 2017 at 06:46:11AM -0700, Guenter Roeck wrote: > > > > > On 04/19/2017 11:34 PM, Greg Kroah-Hartman wrote: > > > > > > This is the start of the stable review cycle for the 3.18.50 release. > > > > > > There are 124 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 Sat Apr 22 06:35:33 UTC 2017. > > > > > > Anything received after that time might be too late. > > > > > > > > > > > > > > > > Build results: > > > > > total: 139 pass: 133 fail: 6 > > > > > Failed builds: > > > > > arm:at91_dt_defconfig > > > > > arm:sama5_defconfig > > > > > avr32:defconfig > > > > > avr32:merisc_defconfig > > > > > avr32:atngw100mkii_evklcd101_defconfig > > > > > mips:cavium_octeon_defconfig > > > > > > > > > > Qemu test results: > > > > > total: 111 pass: 111 fail: 0 > > > > > > > > > > Build errors: > > > > > > > > > > drivers/tty/serial/atmel_serial.c: In function 'atmel_flush_buffer': > > > > > drivers/tty/serial/atmel_serial.c:1874: error: 'struct atmel_uart_port' has no member named 'tx_len' > > > > > > > > > > Culprit: 2ac3772fd20e ("tty/serial: atmel: fix race condition (TX+DMA)") > > > > > > > > I've just fixed this one. > > > > > > > > > arch/mips/mm/tlbex.c: In function 'build_huge_handler_tail': > > > > > arch/mips/mm/tlbex.c:767:6: error: 'cpu_has_ftlb' undeclared > > > > > > > > > > Culprit: 9c2c357eb4aa ("MIPS: Flush wrong invalid FTLB entry for huge page") > > > > > > > > Odd, let me dig into this one... > > > > > > That looks to fix an issue that showed up in 4.3, so I've dropped it > > > from the 3.18 stable queue now. > > > > > > thanks for the report, all should be good now. > > > > > > > Are you sure ? > > > > groeck@server:~/src/linux-stable$ git grep cpu_has_ftlb > > arch/mips/mm/tlbex.c: if (cpu_has_ftlb && flush) { > > groeck@server:~/src/linux-stable$ git describe > > v3.18.49-125-g7379419992fb > > {sigh} it would help if I actually pushed the commit to kernel.org :( > > The patch has been deleted from the stable-queue now. > Confirmed. No more errors. Thanks, Guenter