linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* patch in 4.4.201-rc1 breaks build (mm, meminit: recalculate pcpu batch and high limits after init completes)
@ 2019-11-11 13:24 Pavel Machek
  2019-11-12  5:41 ` Greg KH
  0 siblings, 1 reply; 3+ messages in thread
From: Pavel Machek @ 2019-11-11 13:24 UTC (permalink / raw)
  To: kernel list, gregkh, stable, Chris.Paterson2

[-- Attachment #1: Type: text/plain, Size: 1201 bytes --]

Hi!

This seems to break our build with particular
.config. (cip-kernel-config/4.4.y-cip/arm/moxa_mxc_defconfig).

commit df82285ab4b974f2040f31dbabdd11e055a282c2
Author: Mel Gorman <mgorman@techsingularity.net>
Date:   Tue Nov 5 21:16:27 2019 -0800

    mm, meminit: recalculate pcpu batch and high limits after init completes
    
    commit 3e8fc0075e24338b1117cdff6a79477427b8dbed upstream.



Quoting Chris Peterson:

> I've seen a failure this morning with our linux stable-rc build
> testing.

> Version: 4cb9b88c651a2fff886dd64b6d797343e7ddb4dd Linux 4.4.201-rc1
> Arch: arm
> Config: moxa_mxc_defconfig

> Pipeline: https://gitlab.com/cip-playground/linux-stable-rc-ci/pipelines/95016985
> Failure: https://gitlab.com/cip-playground/linux-stable-rc-ci/pipelines/95016985/failures
> Log: https://gitlab.com/cip-playground/linux-stable-rc-ci/-/jobs/346974180
> Config: https://gitlab.com/cip-playground/linux-stable-rc-ci/-/jobs/346974180

> All other configurations that we build were successful.

> Kind regards, Chris

-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 195 bytes --]

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

* Re: patch in 4.4.201-rc1 breaks build (mm, meminit: recalculate pcpu batch and high limits after init completes)
  2019-11-11 13:24 patch in 4.4.201-rc1 breaks build (mm, meminit: recalculate pcpu batch and high limits after init completes) Pavel Machek
@ 2019-11-12  5:41 ` Greg KH
  2019-11-12  7:22   ` Chris Paterson
  0 siblings, 1 reply; 3+ messages in thread
From: Greg KH @ 2019-11-12  5:41 UTC (permalink / raw)
  To: Pavel Machek; +Cc: kernel list, stable, Chris.Paterson2

On Mon, Nov 11, 2019 at 02:24:52PM +0100, Pavel Machek wrote:
> Hi!
> 
> This seems to break our build with particular
> .config. (cip-kernel-config/4.4.y-cip/arm/moxa_mxc_defconfig).
> 
> commit df82285ab4b974f2040f31dbabdd11e055a282c2
> Author: Mel Gorman <mgorman@techsingularity.net>
> Date:   Tue Nov 5 21:16:27 2019 -0800
> 
>     mm, meminit: recalculate pcpu batch and high limits after init completes
>     
>     commit 3e8fc0075e24338b1117cdff6a79477427b8dbed upstream.
> 
> 
> 
> Quoting Chris Peterson:
> 
> > I've seen a failure this morning with our linux stable-rc build
> > testing.
> 
> > Version: 4cb9b88c651a2fff886dd64b6d797343e7ddb4dd Linux 4.4.201-rc1
> > Arch: arm
> > Config: moxa_mxc_defconfig
> 
> > Pipeline: https://gitlab.com/cip-playground/linux-stable-rc-ci/pipelines/95016985
> > Failure: https://gitlab.com/cip-playground/linux-stable-rc-ci/pipelines/95016985/failures
> > Log: https://gitlab.com/cip-playground/linux-stable-rc-ci/-/jobs/346974180
> > Config: https://gitlab.com/cip-playground/linux-stable-rc-ci/-/jobs/346974180
> 
> > All other configurations that we build were successful.

Sorry, my fault, should now be fixed.

thanks,

greg k-h

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

* RE: patch in 4.4.201-rc1 breaks build (mm, meminit: recalculate pcpu batch and high limits after init completes)
  2019-11-12  5:41 ` Greg KH
@ 2019-11-12  7:22   ` Chris Paterson
  0 siblings, 0 replies; 3+ messages in thread
From: Chris Paterson @ 2019-11-12  7:22 UTC (permalink / raw)
  To: Greg KH, Pavel Machek; +Cc: kernel list, stable

Hello,

> From: Greg KH <gregkh@linuxfoundation.org>
> Sent: 12 November 2019 05:41
> 
> On Mon, Nov 11, 2019 at 02:24:52PM +0100, Pavel Machek wrote:
> > Hi!
> >
> > This seems to break our build with particular
> > .config. (cip-kernel-config/4.4.y-cip/arm/moxa_mxc_defconfig).
> >
> > commit df82285ab4b974f2040f31dbabdd11e055a282c2
> > Author: Mel Gorman <mgorman@techsingularity.net>
> > Date:   Tue Nov 5 21:16:27 2019 -0800
> >
> >     mm, meminit: recalculate pcpu batch and high limits after init completes
> >
> >     commit 3e8fc0075e24338b1117cdff6a79477427b8dbed upstream.
> >
> >
> >
> > Quoting Chris Peterson:
> >
> > > I've seen a failure this morning with our linux stable-rc build
> > > testing.
> >
> > > Version: 4cb9b88c651a2fff886dd64b6d797343e7ddb4dd Linux 4.4.201-rc1
> > > Arch: arm
> > > Config: moxa_mxc_defconfig
> >
> > > Pipeline: https://gitlab.com/cip-playground/linux-stable-rc-
> ci/pipelines/95016985
> > > Failure: https://gitlab.com/cip-playground/linux-stable-rc-
> ci/pipelines/95016985/failures
> > > Log: https://gitlab.com/cip-playground/linux-stable-rc-ci/-/jobs/346974180
> > > Config: https://gitlab.com/cip-playground/linux-stable-rc-ci/-
> /jobs/346974180
> >
> > > All other configurations that we build were successful.
> 
> Sorry, my fault, should now be fixed.

Yep. Working fine with Linux 4.4.201-rc2 (ca1d1b5f0f2a)
https://gitlab.com/cip-playground/linux-stable-rc-ci/-/jobs/347861814

Thank you Greg and Pavel.

Kind regards, Chris

> 
> thanks,
> 
> greg k-h

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

end of thread, other threads:[~2019-11-12  7:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-11 13:24 patch in 4.4.201-rc1 breaks build (mm, meminit: recalculate pcpu batch and high limits after init completes) Pavel Machek
2019-11-12  5:41 ` Greg KH
2019-11-12  7:22   ` Chris Paterson

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).