From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751387AbdKTOPY (ORCPT ); Mon, 20 Nov 2017 09:15:24 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:47754 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751151AbdKTOPR (ORCPT ); Mon, 20 Nov 2017 09:15:17 -0500 Date: Mon, 20 Nov 2017 15:15:21 +0100 From: Greg Kroah-Hartman To: Guenter Roeck 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 4.4 00/59] 4.4.100-stable review Message-ID: <20171120141521.GA3175@kroah.com> References: <20171119143150.964013720@linuxfoundation.org> <12b09ab0-d9f9-19da-a704-7a56565b7f96@roeck-us.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <12b09ab0-d9f9-19da-a704-7a56565b7f96@roeck-us.net> 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 On Mon, Nov 20, 2017 at 06:09:44AM -0800, Guenter Roeck wrote: > On 11/19/2017 06:32 AM, Greg Kroah-Hartman wrote: > > This is the start of the stable review cycle for the 4.4.100 release. > > There are 59 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 Nov 21 14:31:34 UTC 2017. > > Anything received after that time might be too late. > > > Build results: > total: 145 pass: 130 fail: 15 > Failed builds: > mips:defconfig > mips:allnoconfig > mips:defconfig > mips:allmodconfig > mips:allnoconfig > mips:bcm47xx_defconfig > mips:bcm63xx_defconfig > mips:nlm_xlp_defconfig > mips:ath79_defconfig > mips:ar7_defconfig > mips:e55_defconfig > mips:cavium_octeon_defconfig > mips:malta_defconfig > mips:rt305x_defconfig > mips:defconfig > Qemu test results: > total: 116 pass: 107 fail: 9 > Failed tests: > mips:malta_defconfig:nosmp > mips:malta_defconfig:smp > mips64:malta_defconfig:nosmp > mips64:malta_defconfig:smp > mipsel:24Kf:malta_defconfig:nosmp > mipsel:24Kf:malta_defconfig:smp > mipsel64:malta_defconfig:nosmp > mipsel64:malta_defconfig:smp > mipsel64:fuloong2e_defconfig:fulong2e > > Error is always the same. > > Building mips:defconfig ... failed > -------------- > Error log: > /opt/buildbot/slave/stable-queue-4.4/build/arch/mips/kernel/setup.c: In function 'bootmem_init': > /opt/buildbot/slave/stable-queue-4.4/build/arch/mips/kernel/setup.c:439:8: error: implicit declaration of function 'PHYS_PFN' [-Werror=implicit-function-declaration] > if (PHYS_PFN(mapstart_addr) < mapstart) > ^ I've just pushed out a patch for this right now, hopefully that should fix the MIPS build issue with 4.4, sorry about that. greg k-h