From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753779AbbITHwK (ORCPT ); Sun, 20 Sep 2015 03:52:10 -0400 Received: from mail-pa0-f52.google.com ([209.85.220.52]:33491 "EHLO mail-pa0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752583AbbITHwH (ORCPT ); Sun, 20 Sep 2015 03:52:07 -0400 Date: Sun, 20 Sep 2015 13:21:48 +0530 From: Sudip Mukherjee To: Willy Tarreau Cc: Guenter Roeck , Greg Kroah-Hartman , linux-kernel@vger.kernel.org, torvalds@linux-foundation.org, akpm@linux-foundation.org, shuah.kh@samsung.com, stable@vger.kernel.org Subject: Re: [PATCH 4.1 000/102] 4.1.8-stable review Message-ID: <20150920075148.GA20592@sudip-pc> References: <20150919171745.474069671@linuxfoundation.org> <55FDFD17.7060904@roeck-us.net> <20150920052844.GA21643@1wt.eu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150920052844.GA21643@1wt.eu> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Sep 20, 2015 at 07:28:44AM +0200, Willy Tarreau wrote: > Hi Guenter, > > On Sat, Sep 19, 2015 at 05:25:59PM -0700, Guenter Roeck wrote: > > On 09/19/2015 10:27 AM, Greg Kroah-Hartman wrote: > > >This is the start of the stable review cycle for the 4.1.8 release. > > >There are 102 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 Mon Sep 21 17:15:55 UTC 2015. > > >Anything received after that time might be too late. > > > > > > > > > The new failures are all caused by a single new build failure. > > > > arch/arm/mach-rockchip/platsmp.c: In function 'rockchip_boot_secondary': > > arch/arm/mach-rockchip/platsmp.c:155:3: error: > > 'rockchip_secondary_startup' undeclared > > > > Caused by 'ARM: rockchip: fix the CPU soft reset'. > > It looks like this patch needs to be backported as well : > > commit cb8cc37f4d38d96552f2c52deb15e511cdacf906 Yes, just build tested only with arm. With this patch both 4.1.8-rc1 and 4.2.1-rc1 build successfull for arm allmodconfig. regards sudip