From mboxrd@z Thu Jan 1 00:00:00 1970 Received: with ECARTIS (v1.0.0; list linux-mips); Mon, 20 Nov 2017 15:51:09 +0100 (CET) Received: from mail.linuxfoundation.org ([140.211.169.12]:57288 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by eddie.linux-mips.org with ESMTP id S23992248AbdKTOvDKGm2D (ORCPT ); Mon, 20 Nov 2017 15:51:03 +0100 Received: from localhost (LFbn-1-12253-150.w90-92.abo.wanadoo.fr [90.92.67.150]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id 117B2BA9; Mon, 20 Nov 2017 14:50:55 +0000 (UTC) Date: Mon, 20 Nov 2017 15:51:01 +0100 From: Greg Kroah-Hartman To: Marcin Nowakowski Cc: Arnd Bergmann , "open list:RALINK MIPS ARCHITECTURE" , Ralf Baechle , Sasha Levin , Marcin Nowakowski , Linux Kernel Mailing List , stable Subject: Re: Fwd: stable-rc/linux-4.4.y build: 182 builds: 60 failed, 122 passed, 60 errors, 60 warnings (v4.4.99-60-g803704b287d8) Message-ID: <20171120145101.GC3175@kroah.com> References: <5a11b2d4.17f71c0a.5dc3f.fef5@mx.google.com> <8a278610-716d-321e-a403-6c8e74b05c82@mips.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <8a278610-716d-321e-a403-6c8e74b05c82@mips.com> User-Agent: Mutt/1.9.1 (2017-09-22) Return-Path: X-Envelope-To: <"|/home/ecartis/ecartis -s linux-mips"> (uid 0) X-Orcpt: rfc822;linux-mips@linux-mips.org Original-Recipient: rfc822;linux-mips@linux-mips.org X-archive-position: 61023 X-ecartis-version: Ecartis v1.0.0 Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org X-original-sender: gregkh@linuxfoundation.org Precedence: bulk List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-Id: linux-mips X-List-ID: linux-mips List-subscribe: List-owner: List-post: List-archive: X-list: linux-mips On Mon, Nov 20, 2017 at 10:41:24AM +0100, Marcin Nowakowski wrote: > Hi Arnd, Greg, > > On 19.11.2017 21:55, Arnd Bergmann wrote: > > [Adding the others to cc] > > > > ---------- Forwarded message ---------- > > From: Arnd Bergmann > > Date: Sun, Nov 19, 2017 at 9:53 PM > > Subject: Re: stable-rc/linux-4.4.y build: 182 builds: 60 failed, 122 > > passed, 60 errors, 60 warnings (v4.4.99-60-g803704b287d8) > > To: "kernelci.org bot" , gregkh > > Cc: Tom Gall , Sumit Semwal > > , Amit Pundir , Arnd > > Bergmann , Anmar Oueja > > > > > > > > On Sun, Nov 19, 2017 at 5:35 PM, kernelci.org bot wrote: > > > stable-rc/linux-4.4.y build: 182 builds: 60 failed, 122 passed, 60 errors, 60 warnings (v4.4.99-60-g803704b287d8) > > > > > > Full Build Summary: https://kernelci.org/build/stable-rc/branch/linux-4.4.y/kernel/v4.4.99-60-g803704b287d8/ > > > > > > Tree: stable-rc > > > Branch: linux-4.4.y > > > Git Describe: v4.4.99-60-g803704b287d8 > > > Git Commit: 803704b287d89efcd70fade9e650176282a1d766 > > > Git URL: http://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git > > > Built: 4 unique architectures > > > > > > Build Failures Detected: > > > > > > mips: gcc version 6.3.0 (GCC) > > > > > > allnoconfig: FAIL > > > ar7_defconfig: FAIL > > > ath79_defconfig: FAIL > > > bcm47xx_defconfig: FAIL > > > ... > > > > > > Errors summary: > > > > > > 60 arch/mips/kernel/setup.c:439:8: error: implicit declaration of function 'PHYS_PFN' [-Werror=implicit-function-declaration] > > > > All mips builds failed with this error, apparently caused by the > > backport of d9b5b658210f2 ("MIPS: init: Ensure bootmem does not > > corrupt reserved memory"). > > > > The following change: > 8f235d1a3eb71 ('mm: add PHYS_PFN, use it in __phys_to_pfn()') > needs to be backported prior to d9b5b658210f2 to add the missing macro > definition. Thanks, now queued up, hopefully this fixes the build issues. greg k-h