* v3.18-stable-queue and v4.1.y-stable-queue build failures
@ 2016-06-04 13:59 Guenter Roeck
2016-06-05 16:49 ` Sasha Levin
0 siblings, 1 reply; 6+ messages in thread
From: Guenter Roeck @ 2016-06-04 13:59 UTC (permalink / raw)
To: Sasha Levin; +Cc: stable
v3.18:
arm64:defconfig:
drivers/irqchip/irq-gic-v3.c: In function ‘gic_dist_init’:
drivers/irqchip/irq-gic-v3.c:319:29: error: ‘GICD_IGROUPR’
drivers/irqchip/irq-gic-v3.c: In function ‘gic_cpu_init’:
drivers/irqchip/irq-gic-v3.c:417:29: error: ‘GICR_IGROUPR0’ undeclared
All mips builds:
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'
v4.1, all mips builds:
arch/mips/mm/cache.c: In function '__update_cache':
arch/mips/mm/cache.c:134:26: error: implicit declaration of function 'kmap_atomic'
arch/mips/mm/cache.c:142:4: error: implicit declaration of function '__kunmap_atomic'
arch/mips/kernel/setup.c: In function 'arch_mem_init':
arch/mips/kernel/setup.c:690:2: error: implicit declaration of function 'reserve_bootmem_region'
Guenter
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: v3.18-stable-queue and v4.1.y-stable-queue build failures
2016-06-04 13:59 v3.18-stable-queue and v4.1.y-stable-queue build failures Guenter Roeck
@ 2016-06-05 16:49 ` Sasha Levin
2016-06-07 13:33 ` Guenter Roeck
0 siblings, 1 reply; 6+ messages in thread
From: Sasha Levin @ 2016-06-05 16:49 UTC (permalink / raw)
To: Guenter Roeck; +Cc: stable
On 06/04/2016 09:59 AM, Guenter Roeck wrote:
> v3.18:
>
> arm64:defconfig:
>
> drivers/irqchip/irq-gic-v3.c: In function ‘gic_dist_init’:
> drivers/irqchip/irq-gic-v3.c:319:29: error: ‘GICD_IGROUPR’
>
> drivers/irqchip/irq-gic-v3.c: In function ‘gic_cpu_init’:
> drivers/irqchip/irq-gic-v3.c:417:29: error: ‘GICR_IGROUPR0’ undeclared
>
> All mips builds:
>
> 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'
>
>
> v4.1, all mips builds:
>
> arch/mips/mm/cache.c: In function '__update_cache':
> arch/mips/mm/cache.c:134:26: error: implicit declaration of function 'kmap_atomic'
> arch/mips/mm/cache.c:142:4: error: implicit declaration of function '__kunmap_atomic'
>
> arch/mips/kernel/setup.c: In function 'arch_mem_init':
> arch/mips/kernel/setup.c:690:2: error: implicit declaration of function 'reserve_bootmem_region'
>
> Guenter
Thanks Guenter, all should be fixed now.
Thanks,
Sasha
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: v3.18-stable-queue and v4.1.y-stable-queue build failures
2016-06-05 16:49 ` Sasha Levin
@ 2016-06-07 13:33 ` Guenter Roeck
2016-06-07 16:46 ` Sasha Levin
0 siblings, 1 reply; 6+ messages in thread
From: Guenter Roeck @ 2016-06-07 13:33 UTC (permalink / raw)
To: Sasha Levin; +Cc: stable, Greg Kroah-Hartman
On 06/05/2016 09:49 AM, Sasha Levin wrote:
> On 06/04/2016 09:59 AM, Guenter Roeck wrote:
>> v3.18:
>>
>> arm64:defconfig:
>>
>> drivers/irqchip/irq-gic-v3.c: In function ‘gic_dist_init’:
>> drivers/irqchip/irq-gic-v3.c:319:29: error: ‘GICD_IGROUPR’
>>
>> drivers/irqchip/irq-gic-v3.c: In function ‘gic_cpu_init’:
>> drivers/irqchip/irq-gic-v3.c:417:29: error: ‘GICR_IGROUPR0’ undeclared
>>
>> All mips builds:
>>
>> 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'
>>
>>
>> v4.1, all mips builds:
>>
>> arch/mips/mm/cache.c: In function '__update_cache':
>> arch/mips/mm/cache.c:134:26: error: implicit declaration of function 'kmap_atomic'
>> arch/mips/mm/cache.c:142:4: error: implicit declaration of function '__kunmap_atomic'
>>
>> arch/mips/kernel/setup.c: In function 'arch_mem_init':
>> arch/mips/kernel/setup.c:690:2: error: implicit declaration of function 'reserve_bootmem_region'
>>
>> Guenter
>
> Thanks Guenter, all should be fixed now.
>
Confirmed.
Can you let Greg know how you fixed the mips problem in mm/cache.c ? It now affects
4.4, 4.5, and 4.6 as well.
Thanks,
Guenter
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: v3.18-stable-queue and v4.1.y-stable-queue build failures
2016-06-07 13:33 ` Guenter Roeck
@ 2016-06-07 16:46 ` Sasha Levin
2016-06-07 18:24 ` Guenter Roeck
0 siblings, 1 reply; 6+ messages in thread
From: Sasha Levin @ 2016-06-07 16:46 UTC (permalink / raw)
To: Guenter Roeck; +Cc: stable, Greg Kroah-Hartman
On 06/07/2016 09:33 AM, Guenter Roeck wrote:
> On 06/05/2016 09:49 AM, Sasha Levin wrote:
>> On 06/04/2016 09:59 AM, Guenter Roeck wrote:
>>> v3.18:
>>>
>>> arm64:defconfig:
>>>
>>> drivers/irqchip/irq-gic-v3.c: In function ‘gic_dist_init’:
>>> drivers/irqchip/irq-gic-v3.c:319:29: error: ‘GICD_IGROUPR’
>>>
>>> drivers/irqchip/irq-gic-v3.c: In function ‘gic_cpu_init’:
>>> drivers/irqchip/irq-gic-v3.c:417:29: error: ‘GICR_IGROUPR0’ undeclared
>>>
>>> All mips builds:
>>>
>>> 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'
>>>
>>>
>>> v4.1, all mips builds:
>>>
>>> arch/mips/mm/cache.c: In function '__update_cache':
>>> arch/mips/mm/cache.c:134:26: error: implicit declaration of function 'kmap_atomic'
>>> arch/mips/mm/cache.c:142:4: error: implicit declaration of function '__kunmap_atomic'
>>>
>>> arch/mips/kernel/setup.c: In function 'arch_mem_init':
>>> arch/mips/kernel/setup.c:690:2: error: implicit declaration of function 'reserve_bootmem_region'
>>>
>>> Guenter
>>
>> Thanks Guenter, all should be fixed now.
>>
> Confirmed.
>
> Can you let Greg know how you fixed the mips problem in mm/cache.c ? It now affects
> 4.4, 4.5, and 4.6 as well.
So the commit that was supposed to get this fix was only introduced in 4.2, so
I just removed it from the 3.18/4.1 trees, but I suspect Greg will need to do
something else here.
Thanks,
Sasha
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: v3.18-stable-queue and v4.1.y-stable-queue build failures
2016-06-07 16:46 ` Sasha Levin
@ 2016-06-07 18:24 ` Guenter Roeck
2016-06-08 1:10 ` Greg Kroah-Hartman
0 siblings, 1 reply; 6+ messages in thread
From: Guenter Roeck @ 2016-06-07 18:24 UTC (permalink / raw)
To: Sasha Levin; +Cc: stable, Greg Kroah-Hartman
On Tue, Jun 07, 2016 at 12:46:16PM -0400, Sasha Levin wrote:
> >>> v4.1, all mips builds:
> >>>
> >>> arch/mips/mm/cache.c: In function '__update_cache':
> >>> arch/mips/mm/cache.c:134:26: error: implicit declaration of function 'kmap_atomic'
> >>> arch/mips/mm/cache.c:142:4: error: implicit declaration of function '__kunmap_atomic'
> >>>
> >>> arch/mips/kernel/setup.c: In function 'arch_mem_init':
> >>> arch/mips/kernel/setup.c:690:2: error: implicit declaration of function 'reserve_bootmem_region'
> >>>
> >>> Guenter
> >>
> >> Thanks Guenter, all should be fixed now.
> >>
> > Confirmed.
> >
> > Can you let Greg know how you fixed the mips problem in mm/cache.c ? It now affects
> > 4.4, 4.5, and 4.6 as well.
>
> So the commit that was supposed to get this fix was only introduced in 4.2, so
> I just removed it from the 3.18/4.1 trees, but I suspect Greg will need to do
> something else here.
>
I ended up reverting 'MIPS: Sync icache & dcache in set_pte_at' as well as
'MIPS: Handle highmem pages in __update_cache'. That results in a passing build
at least for 4.4. No idea if it has side effects, though.
Guenter
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: v3.18-stable-queue and v4.1.y-stable-queue build failures
2016-06-07 18:24 ` Guenter Roeck
@ 2016-06-08 1:10 ` Greg Kroah-Hartman
0 siblings, 0 replies; 6+ messages in thread
From: Greg Kroah-Hartman @ 2016-06-08 1:10 UTC (permalink / raw)
To: Guenter Roeck; +Cc: Sasha Levin, stable
On Tue, Jun 07, 2016 at 11:24:40AM -0700, Guenter Roeck wrote:
> On Tue, Jun 07, 2016 at 12:46:16PM -0400, Sasha Levin wrote:
> > >>> v4.1, all mips builds:
> > >>>
> > >>> arch/mips/mm/cache.c: In function '__update_cache':
> > >>> arch/mips/mm/cache.c:134:26: error: implicit declaration of function 'kmap_atomic'
> > >>> arch/mips/mm/cache.c:142:4: error: implicit declaration of function '__kunmap_atomic'
> > >>>
> > >>> arch/mips/kernel/setup.c: In function 'arch_mem_init':
> > >>> arch/mips/kernel/setup.c:690:2: error: implicit declaration of function 'reserve_bootmem_region'
> > >>>
> > >>> Guenter
> > >>
> > >> Thanks Guenter, all should be fixed now.
> > >>
> > > Confirmed.
> > >
> > > Can you let Greg know how you fixed the mips problem in mm/cache.c ? It now affects
> > > 4.4, 4.5, and 4.6 as well.
> >
> > So the commit that was supposed to get this fix was only introduced in 4.2, so
> > I just removed it from the 3.18/4.1 trees, but I suspect Greg will need to do
> > something else here.
> >
> I ended up reverting 'MIPS: Sync icache & dcache in set_pte_at' as well as
> 'MIPS: Handle highmem pages in __update_cache'. That results in a passing build
> at least for 4.4. No idea if it has side effects, though.
Hm, I did something else, I guess if anyone from MIPS cares about the
stable trees, they will let us know...
thanks,
greg k-h
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2016-06-08 1:10 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-04 13:59 v3.18-stable-queue and v4.1.y-stable-queue build failures Guenter Roeck
2016-06-05 16:49 ` Sasha Levin
2016-06-07 13:33 ` Guenter Roeck
2016-06-07 16:46 ` Sasha Levin
2016-06-07 18:24 ` Guenter Roeck
2016-06-08 1:10 ` 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).