linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Fwd: stable-rc/linux-4.4.y build: 182 builds: 60 failed, 122 passed, 60 errors, 60 warnings (v4.4.99-60-g803704b287d8)
       [not found] ` <CAK8P3a2QcYoFHFrR+DPFs1Oo6Li1NO=VMxoAyoh=yWF24j4YMg@mail.gmail.com>
@ 2017-11-19 20:55   ` Arnd Bergmann
  2017-11-20  9:41     ` Marcin Nowakowski
  0 siblings, 1 reply; 3+ messages in thread
From: Arnd Bergmann @ 2017-11-19 20:55 UTC (permalink / raw)
  To: Greg Kroah-Hartman
  Cc: open list:RALINK MIPS ARCHITECTURE, Ralf Baechle, Sasha Levin,
	Marcin Nowakowski, Linux Kernel Mailing List, stable

[Adding the others to cc]

---------- Forwarded message ----------
From: Arnd Bergmann <arnd@arndb.de>
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" <bot@kernelci.org>, gregkh <gregkh@linuxfoundation.org>
Cc: Tom Gall <tom.gall@linaro.org>, Sumit Semwal
<sumit.semwal@linaro.org>, Amit Pundir <amit.pundir@linaro.org>, Arnd
Bergmann <arnd.bergmann@linaro.org>, Anmar Oueja
<anmar.oueja@linaro.org>


On Sun, Nov 19, 2017 at 5:35 PM, kernelci.org bot <bot@kernelci.org> 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").

        Arnd

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Fwd: stable-rc/linux-4.4.y build: 182 builds: 60 failed, 122 passed, 60 errors, 60 warnings (v4.4.99-60-g803704b287d8)
  2017-11-19 20:55   ` Fwd: stable-rc/linux-4.4.y build: 182 builds: 60 failed, 122 passed, 60 errors, 60 warnings (v4.4.99-60-g803704b287d8) Arnd Bergmann
@ 2017-11-20  9:41     ` Marcin Nowakowski
  2017-11-20 14:51       ` Greg Kroah-Hartman
  0 siblings, 1 reply; 3+ messages in thread
From: Marcin Nowakowski @ 2017-11-20  9:41 UTC (permalink / raw)
  To: Arnd Bergmann, Greg Kroah-Hartman
  Cc: open list:RALINK MIPS ARCHITECTURE, Ralf Baechle, Sasha Levin,
	Marcin Nowakowski, Linux Kernel Mailing List, stable

Hi Arnd, Greg,

On 19.11.2017 21:55, Arnd Bergmann wrote:
> [Adding the others to cc]
> 
> ---------- Forwarded message ----------
> From: Arnd Bergmann <arnd@arndb.de>
> 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" <bot@kernelci.org>, gregkh <gregkh@linuxfoundation.org>
> Cc: Tom Gall <tom.gall@linaro.org>, Sumit Semwal
> <sumit.semwal@linaro.org>, Amit Pundir <amit.pundir@linaro.org>, Arnd
> Bergmann <arnd.bergmann@linaro.org>, Anmar Oueja
> <anmar.oueja@linaro.org>
> 
> 
> On Sun, Nov 19, 2017 at 5:35 PM, kernelci.org bot <bot@kernelci.org> 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,
Marcin

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Fwd: stable-rc/linux-4.4.y build: 182 builds: 60 failed, 122 passed, 60 errors, 60 warnings (v4.4.99-60-g803704b287d8)
  2017-11-20  9:41     ` Marcin Nowakowski
@ 2017-11-20 14:51       ` Greg Kroah-Hartman
  0 siblings, 0 replies; 3+ messages in thread
From: Greg Kroah-Hartman @ 2017-11-20 14:51 UTC (permalink / raw)
  To: Marcin Nowakowski
  Cc: Arnd Bergmann, open list:RALINK MIPS ARCHITECTURE, Ralf Baechle,
	Sasha Levin, Marcin Nowakowski, Linux Kernel Mailing List,
	stable

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 <arnd@arndb.de>
> > 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" <bot@kernelci.org>, gregkh <gregkh@linuxfoundation.org>
> > Cc: Tom Gall <tom.gall@linaro.org>, Sumit Semwal
> > <sumit.semwal@linaro.org>, Amit Pundir <amit.pundir@linaro.org>, Arnd
> > Bergmann <arnd.bergmann@linaro.org>, Anmar Oueja
> > <anmar.oueja@linaro.org>
> > 
> > 
> > On Sun, Nov 19, 2017 at 5:35 PM, kernelci.org bot <bot@kernelci.org> 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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-11-20 14:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <5a11b2d4.17f71c0a.5dc3f.fef5@mx.google.com>
     [not found] ` <CAK8P3a2QcYoFHFrR+DPFs1Oo6Li1NO=VMxoAyoh=yWF24j4YMg@mail.gmail.com>
2017-11-19 20:55   ` Fwd: stable-rc/linux-4.4.y build: 182 builds: 60 failed, 122 passed, 60 errors, 60 warnings (v4.4.99-60-g803704b287d8) Arnd Bergmann
2017-11-20  9:41     ` Marcin Nowakowski
2017-11-20 14:51       ` Greg Kroah-Hartman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).