All of lore.kernel.org
 help / color / mirror / Atom feed
* mips builds failing in v3.18.38 and v4.1.29
@ 2016-07-31 23:57 Guenter Roeck
  2016-08-01  1:56 ` 陈华才
  0 siblings, 1 reply; 6+ messages in thread
From: Guenter Roeck @ 2016-07-31 23:57 UTC (permalink / raw)
  To: Sasha Levin; +Cc: stable, linux-kernel, Huacai Chen

Sorry I didn't notice earlier - my 3.18/4.1 build scripts were broken.

arch/mips/kernel/setup.c: In function 'arch_mem_init':
arch/mips/kernel/setup.c:689:2: error: implicit declaration of function 'reserve_bootmem_region'

Offending commit is 1dd0964204277108e ("MIPS: Reserve nosave data for hibernation").
It fixes a bug which does not exist in 3.18 / 4.1, in turn causing all mips builds in 3.18
and 4.1 to fail.

Guenter

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

* Re:mips builds failing in v3.18.38 and v4.1.29
  2016-07-31 23:57 mips builds failing in v3.18.38 and v4.1.29 Guenter Roeck
@ 2016-08-01  1:56 ` 陈华才
  2016-08-01 14:58   ` Levin, Alexander
  0 siblings, 1 reply; 6+ messages in thread
From: 陈华才 @ 2016-08-01  1:56 UTC (permalink / raw)
  To: Guenter Roeck, Sasha Levin, alexander.levin; +Cc: stable, linux-kernel

Hi,

I have already told Sasha that "MIPS: Reserve nosave data for hibernation" should not be backported to 4.1/3.18. But he has no response.

Huacai
 
------------------ Original ------------------
From:  "Guenter Roeck"<linux@roeck-us.net>;
Date:  Mon, Aug 1, 2016 07:57 AM
To:  "Sasha Levin"<sasha.levin@oracle.com>;
Cc:  "stable"<stable@vger.kernel.org>; "linux-kernel@vger.kernel.org"<linux-kernel@vger.kernel.org>; "Huacai Chen"<chenhc@lemote.com>;
Subject:  mips builds failing in v3.18.38 and v4.1.29
 
Sorry I didn't notice earlier - my 3.18/4.1 build scripts were broken.

arch/mips/kernel/setup.c: In function 'arch_mem_init':
arch/mips/kernel/setup.c:689:2: error: implicit declaration of function 'reserve_bootmem_region'

Offending commit is 1dd0964204277108e ("MIPS: Reserve nosave data for hibernation").
It fixes a bug which does not exist in 3.18 / 4.1, in turn causing all mips builds in 3.18
and 4.1 to fail.

Guenter

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

* Re:mips builds failing in v3.18.38 and v4.1.29
  2016-08-01  1:56 ` 陈华才
@ 2016-08-01 14:58   ` Levin, Alexander
  2016-08-01 15:29     ` mips " Guenter Roeck
  0 siblings, 1 reply; 6+ messages in thread
From: Levin, Alexander @ 2016-08-01 14:58 UTC (permalink / raw)
  To: 陈华才, Guenter Roeck, Levin, Alexander
  Cc: stable, linux-kernel

On 07/31/2016 09:56 PM, 陈华才 wrote:
> Hi,
> 
> I have already told Sasha that "MIPS: Reserve nosave data for hibernation" should not be backported to 4.1/3.18. But he has no response.
> 
> Huacai
>  
> ------------------ Original ------------------
> From:  "Guenter Roeck"<linux@roeck-us.net>;
> Date:  Mon, Aug 1, 2016 07:57 AM
> To:  "Sasha Levin"<sasha.levin@oracle.com>;
> Cc:  "stable"<stable@vger.kernel.org>; "linux-kernel@vger.kernel.org"<linux-kernel@vger.kernel.org>; "Huacai Chen"<chenhc@lemote.com>;
> Subject:  mips builds failing in v3.18.38 and v4.1.29
>  
> Sorry I didn't notice earlier - my 3.18/4.1 build scripts were broken.
> 
> arch/mips/kernel/setup.c: In function 'arch_mem_init':
> arch/mips/kernel/setup.c:689:2: error: implicit declaration of function 'reserve_bootmem_region'
> 
> Offending commit is 1dd0964204277108e ("MIPS: Reserve nosave data for hibernation").
> It fixes a bug which does not exist in 3.18 / 4.1, in turn causing all mips builds in 3.18
> and 4.1 to fail.
> 
> Guenter
> 

I'm sorry, it mush have gotten lost in the email switch. I'll revert
that commit for the next stable release and hurry that up.


Thanks,
Sasha

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

* Re: mips builds failing in v3.18.38 and v4.1.29
  2016-08-01 14:58   ` Levin, Alexander
@ 2016-08-01 15:29     ` Guenter Roeck
  2016-08-01 15:37       ` Levin, Alexander
  0 siblings, 1 reply; 6+ messages in thread
From: Guenter Roeck @ 2016-08-01 15:29 UTC (permalink / raw)
  To: Levin, Alexander; +Cc: 陈华才, stable, linux-kernel

Hi Sasha,

On Mon, Aug 01, 2016 at 10:58:31AM -0400, Levin, Alexander wrote:
[ ... ]
> > 
> > Offending commit is 1dd0964204277108e ("MIPS: Reserve nosave data for hibernation").
> > It fixes a bug which does not exist in 3.18 / 4.1, in turn causing all mips builds in 3.18
> > and 4.1 to fail.
> > 
> > Guenter
> > 
> 
> I'm sorry, it mush have gotten lost in the email switch. I'll revert
> that commit for the next stable release and hurry that up.
> 

It would be great if you can also address the sparc64 problem
I reported in my second e-mail.

Any chance you can add linux@roeck-us.net to your release candidate
announcement e-mails ? This would help making sure that I don't miss
a release.

Thanks,
Guenter

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

* Re: mips builds failing in v3.18.38 and v4.1.29
  2016-08-01 15:29     ` mips " Guenter Roeck
@ 2016-08-01 15:37       ` Levin, Alexander
  2016-08-01 21:23         ` Guenter Roeck
  0 siblings, 1 reply; 6+ messages in thread
From: Levin, Alexander @ 2016-08-01 15:37 UTC (permalink / raw)
  To: Guenter Roeck, Levin, Alexander
  Cc: 陈华才, stable, linux-kernel

On 08/01/2016 11:29 AM, Guenter Roeck wrote:
> Hi Sasha,
> 
> On Mon, Aug 01, 2016 at 10:58:31AM -0400, Levin, Alexander wrote:
> [ ... ]
>>>
>>> Offending commit is 1dd0964204277108e ("MIPS: Reserve nosave data for hibernation").
>>> It fixes a bug which does not exist in 3.18 / 4.1, in turn causing all mips builds in 3.18
>>> and 4.1 to fail.
>>>
>>> Guenter
>>>
>>
>> I'm sorry, it mush have gotten lost in the email switch. I'll revert
>> that commit for the next stable release and hurry that up.
>>
> 
> It would be great if you can also address the sparc64 problem
> I reported in my second e-mail.

Yup, I reverted that commit as well.

> Any chance you can add linux@roeck-us.net to your release candidate
> announcement e-mails ? This would help making sure that I don't miss
> a release.

I actually talked with Greg about it a while back and decided to stop
doing "release candidates" because I never ended up getting any reports
on those. I keep getting lots of feedback on the "Added to the x.y
stable kernel" mails so I rely on those for now.

I'll add that mail to the cover letter I send out when I do those, which
is essentially equivalent (and actually gives more time) if that sounds
ok to you.


Thanks,
Sasha

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

* Re: mips builds failing in v3.18.38 and v4.1.29
  2016-08-01 15:37       ` Levin, Alexander
@ 2016-08-01 21:23         ` Guenter Roeck
  0 siblings, 0 replies; 6+ messages in thread
From: Guenter Roeck @ 2016-08-01 21:23 UTC (permalink / raw)
  To: Levin, Alexander; +Cc: 陈华才, stable, linux-kernel

On Mon, Aug 01, 2016 at 11:37:31AM -0400, Levin, Alexander wrote:
> On 08/01/2016 11:29 AM, Guenter Roeck wrote:
> > Hi Sasha,
> > 
> > On Mon, Aug 01, 2016 at 10:58:31AM -0400, Levin, Alexander wrote:
> > [ ... ]
> >>>
> >>> Offending commit is 1dd0964204277108e ("MIPS: Reserve nosave data for hibernation").
> >>> It fixes a bug which does not exist in 3.18 / 4.1, in turn causing all mips builds in 3.18
> >>> and 4.1 to fail.
> >>>
> >>> Guenter
> >>>
> >>
> >> I'm sorry, it mush have gotten lost in the email switch. I'll revert
> >> that commit for the next stable release and hurry that up.
> >>
> > 
> > It would be great if you can also address the sparc64 problem
> > I reported in my second e-mail.
> 
> Yup, I reverted that commit as well.
> 
> > Any chance you can add linux@roeck-us.net to your release candidate
> > announcement e-mails ? This would help making sure that I don't miss
> > a release.
> 
> I actually talked with Greg about it a while back and decided to stop
> doing "release candidates" because I never ended up getting any reports
> on those. I keep getting lots of feedback on the "Added to the x.y
> stable kernel" mails so I rely on those for now.
> 
If you didn't get feedback from me, it was because I never got
those e-mails ;-).

> I'll add that mail to the cover letter I send out when I do those, which
> is essentially equivalent (and actually gives more time) if that sounds
> ok to you.
> 
Sure, that would help.

Thanks,
Guenter

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

end of thread, other threads:[~2016-08-01 22:11 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-31 23:57 mips builds failing in v3.18.38 and v4.1.29 Guenter Roeck
2016-08-01  1:56 ` 陈华才
2016-08-01 14:58   ` Levin, Alexander
2016-08-01 15:29     ` mips " Guenter Roeck
2016-08-01 15:37       ` Levin, Alexander
2016-08-01 21:23         ` Guenter Roeck

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.